goodmorningsky
Well-known member
- Joined
- Aug 18, 2003
- Messages
- 172
Hi, all
I do call Shell function in VB6 or ShellExecute WIN32 api to execute other exe file as follow,
Shell App.Path & "\TCCal.exe", vbNormalFocus
How can I do this thing in .NET ( Im using C#)?
(&& how to use WIN32 api?)
Thank you all..
I do call Shell function in VB6 or ShellExecute WIN32 api to execute other exe file as follow,
Shell App.Path & "\TCCal.exe", vbNormalFocus
How can I do this thing in .NET ( Im using C#)?
(&& how to use WIN32 api?)
Thank you all..