![]() |
Click here to advertise with us
|
|
|||||||
| VB.NET General Discussion VB.NET general discussion area |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I want my thread to appear in the task manager as another process; like Google chrome does.
Couldn't find anything searching. Thanks in advanced. |
|
||||
|
Um, Google Chrome doesn't do that, nor can any app. Threads and processes are two different things. Chrome actually does create multiple processes, not multiple threads within the one process.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
|
|||
|
Quote:
![]() So if I want a user to be able to kill a certain part of my program would it easiest to make a "Thread Manger" (or whatever) window were they can kill threads or make multiple processes that share memory? |
|
||||
|
The reason Chrome is built that way is so that if an application crashes in one tab it won't affect other tabs. Why exactly do you want the user to be able to "kill" parts of your program and what are these parts doing?
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
|
|||
|
Quote:
It probably isn't worth it, I just thought there was an easy way to do it. |
|
||||
|
I doubt it. It would be possible but I very much doubt it would be easy.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|