Click here to Skip to main content
15,922,007 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCreate application shortcut Pin
?!?9-Jun-04 20:42
?!?9-Jun-04 20:42 
GeneralRe: Create application shortcut Pin
Dave Kreskowiak10-Jun-04 3:42
mveDave Kreskowiak10-Jun-04 3:42 
GeneralRe: Create application shortcut Pin
VenkatFor.NET10-Jun-04 11:10
VenkatFor.NET10-Jun-04 11:10 
QuestionHow can I add one menu item on menu system of Window??? Pin
tramdtt9-Jun-04 17:59
tramdtt9-Jun-04 17:59 
AnswerRe: How can I add one menu item on menu system of Window??? Pin
beowulfagate9-Jun-04 21:01
beowulfagate9-Jun-04 21:01 
AnswerRe: How can I add one menu item on menu system of Window??? Pin
Dave Kreskowiak10-Jun-04 3:20
mveDave Kreskowiak10-Jun-04 3:20 
Questionhow to find applications running in system tray and close it ? Pin
pampatipraveen9-Jun-04 17:01
pampatipraveen9-Jun-04 17:01 
AnswerRe: how to find applications running in system tray and close it ? Pin
Dave Kreskowiak10-Jun-04 3:12
mveDave Kreskowiak10-Jun-04 3:12 
pampatipraveen wrote:
I want to know only the appliction running in system tray not all the processes running in system.

There is no difference between the two. They are both normal processes. The icon in the Tray is controlled entirely by the application. You'll still have to iterate through the entire process list to find the processes your looking for and then close them.
TaskList in VB6[^]

Once you have the app you're trying to close, then closing it is a whole other matter. You must take care when closing an app. It's not as easy as it may sound...
Kill An App Gently[^]

RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalhyperlink text as content in outlookexpress Pin
skoizumi291109-Jun-04 13:16
sussskoizumi291109-Jun-04 13:16 
GeneralEscape Char Pin
Jon G9-Jun-04 8:37
Jon G9-Jun-04 8:37 
GeneralRe: Escape Char Pin
Dave Kreskowiak9-Jun-04 8:51
mveDave Kreskowiak9-Jun-04 8:51 
GeneralRe: Escape Char Pin
Aaron Eldreth9-Jun-04 13:23
Aaron Eldreth9-Jun-04 13:23 
GeneralRe: Escape Char Pin
Dave Kreskowiak9-Jun-04 15:15
mveDave Kreskowiak9-Jun-04 15:15 
GeneralRe: Escape Char Pin
Jon G10-Jun-04 1:15
Jon G10-Jun-04 1:15 
GeneralRe: Escape Char Pin
Dave Kreskowiak10-Jun-04 3:04
mveDave Kreskowiak10-Jun-04 3:04 
Question<![CDATA[NULL]]>is parsable? Pin
skoizumi291109-Jun-04 6:47
sussskoizumi291109-Jun-04 6:47 
AnswerRe: <![CDATA[NULL]]>is parsable? Pin
Dave Kreskowiak9-Jun-04 8:50
mveDave Kreskowiak9-Jun-04 8:50 
GeneralRe: <![CDATA[NULL]]>is parsable? Pin
vancouver7779-Jun-04 13:06
vancouver7779-Jun-04 13:06 
QuestionHow to get computer id? Pin
viettho9-Jun-04 5:37
viettho9-Jun-04 5:37 
AnswerRe: How to get computer id? Pin
Dave Kreskowiak9-Jun-04 6:45
mveDave Kreskowiak9-Jun-04 6:45 
GeneralProgress bar and dataadapter fill Pin
jshofner9-Jun-04 1:56
jshofner9-Jun-04 1:56 
GeneralRe: Progress bar and dataadapter fill Pin
Dave Kreskowiak9-Jun-04 6:43
mveDave Kreskowiak9-Jun-04 6:43 
GeneralWhy onpaint doesn't work in numericupdown Pin
beifangcc8-Jun-04 23:39
beifangcc8-Jun-04 23:39 
GeneralRe: Why onpaint doesn't work in numericupdown Pin
Aaron Eldreth9-Jun-04 3:02
Aaron Eldreth9-Jun-04 3:02 
GeneralRe: Why onpaint doesn't work in numericupdown Pin
beifangcc9-Jun-04 17:30
beifangcc9-Jun-04 17:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.