Process name
- Hello,
Let's say, my Console Application is app.exe
Now, when i open app.exe, I see app.exe also in Task Manager.
What i want to do is, I want open app.exe, but in Task Manager i want see for example file.exe then.
Is it possible?
Thanks,
Martin
Answers
- In hidden mode? Just make it a Windows Forms application, and don't show any form. That'll solve the problem.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki • LinkedIn • ForumsBrowser- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 3:53 AM
- Hi,
may be it will help you
http://msdn.microsoft.com/en-us/library/system.diagnostics.processwindowstyle.aspx
Best Regards, C.Gnanadurai ----------------------- Please mark the post as answer if it is helpfull to you- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 3:53 AM
All Replies
- Please go elsewhere for questions regarding trojan viruses and DDOS attacks.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki • LinkedIn • ForumsBrowser - ...
It's not for that.
But, you don't need help me.
I hope others help me.
Thanks,
Martin - Would you mind sharing why you want to do this?
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki • LinkedIn • ForumsBrowser - kk.
As you see, i have asked about IRC Protocol here and said i want build IRC Bot.
Now my Bot is ready, but i want make it Run in System start up and hidden mode. Then bot don't make trouble.
I don't need open it every time and it's not on start menu, etc...
Then my bot is comfortable.
Thanks,
Martin - In hidden mode? Just make it a Windows Forms application, and don't show any form. That'll solve the problem.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki • LinkedIn • ForumsBrowser- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 3:53 AM
- Hi,
may be it will help you
http://msdn.microsoft.com/en-us/library/system.diagnostics.processwindowstyle.aspx
Best Regards, C.Gnanadurai ----------------------- Please mark the post as answer if it is helpfull to you- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 3:53 AM


