Using TextPad on C# Windows Form in .NET

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
barrygfrank
Posts: 1
Joined: Wed Jul 20, 2005 1:30 pm

Using TextPad on C# Windows Form in .NET

Post by barrygfrank »

Can TextPad be added to the Windows Form toolbox or added as a reference? I would like to add it to a .NET application.
ninjalabs
Posts: 46
Joined: Tue Jan 25, 2005 4:38 pm

Post by ninjalabs »

You'll have to ShellExec it or use *shudder* DDE.
TextPad redneck since 1999.
NinjaLabs is now CSWD Limited!
AndrewB
Posts: 3
Joined: Sun Aug 24, 2003 2:57 am
Location: USA

Post by AndrewB »

you can use this control to embed TextPad (or any app) into a Win Form.

http://www.codeproject.com/cs/miscctrl/AppControl.asp
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Apart from the technical issues, there might be licensing issues if you try to embed Textpad into your application and then distribute your application ...

Textpad is NOT freeware ...
AndrewB
Posts: 3
Joined: Sun Aug 24, 2003 2:57 am
Location: USA

Post by AndrewB »

the control I mentioned does not embed any code or redistribute it. It mearly launches the program from your machine and captures the application window and makes it act as a child window to your Win Form. This is what I mean by "embed".
Post Reply