Hi
Do we have any textpad API which i can use with .net ,if YES can you provide me the location where i can download?
My goal is to open the file in textpad,print and close it....all this should be done programmatically in .net
Thanks
Open and print textpad files using API
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
gan
-
sprathipati
- Posts: 2
- Joined: Mon Mar 10, 2008 7:20 pm
-
bveldkamp
You could use ShellExecute() with the "print" verb, although that's is not managed code. The good thing is that it doesn't matter what type of file you supply, it will open the associated application and print it.
Or use Word to print textfiles? It will handle those just fine.
Or use Word to print textfiles? It will handle those just fine.