Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: send html/plain text email Pin
Xun Ding23-May-04 15:39
Xun Ding23-May-04 15:39 
GeneralRe: My CODE so far...... Pin
Dave Kreskowiak21-May-04 2:10
mveDave Kreskowiak21-May-04 2:10 
Questionhow can u find address of public subroutine? Pin
beerc0der20-May-04 17:24
beerc0der20-May-04 17:24 
AnswerRe: how can u find address of public subroutine? Pin
Hesham Amin20-May-04 21:41
Hesham Amin20-May-04 21:41 
GeneralRe: how can u find address of public subroutine? Pin
beerc0der21-May-04 3:37
beerc0der21-May-04 3:37 
GeneralScroll Problem Pin
Asif Rehman20-May-04 16:19
Asif Rehman20-May-04 16:19 
GeneralRight Click and Launch my application Pin
skoizumi2911020-May-04 7:27
sussskoizumi2911020-May-04 7:27 
GeneralRe: Right Click and Launch my application Pin
Dave Kreskowiak20-May-04 8:08
mveDave Kreskowiak20-May-04 8:08 
I take it you only want one instance of your application to run no matter how many times it is launched?

Your app is going to have to check to make sure it is the only instance running. It is also going to have to implement some method of communication so you can pass an object, probably containing a String with your filename, from one instance to another.

MSDN has this[^] article that explains one method of doing this. There is a second article[^] that follows up on the first with a bug fix.

Also, CodeProject has this[^] article that takes a different approach.


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

GeneralRe: Right Click and Launch my application Pin
vancouver77720-May-04 8:11
vancouver77720-May-04 8:11 
GeneralRe: Right Click and Launch my application Pin
WBro21-May-04 21:13
WBro21-May-04 21:13 
GeneralRe: Right Click and Launch my application Pin
Dave Kreskowiak22-May-04 3:11
mveDave Kreskowiak22-May-04 3:11 
General.NET App Performance and Scalability Guide Pin
Dave Kreskowiak20-May-04 3:03
mveDave Kreskowiak20-May-04 3:03 
Generalchange Keyboard Layout Programatically Pin
tyagimanik20-May-04 2:43
tyagimanik20-May-04 2:43 
GeneralRe: change Keyboard Layout Programatically [EDITED] Pin
Dave Kreskowiak20-May-04 4:13
mveDave Kreskowiak20-May-04 4:13 
GeneralHi to all Pin
ymohd_22220-May-04 2:28
ymohd_22220-May-04 2:28 
GeneralRe: Hi to all Pin
Michael P Butler20-May-04 2:45
Michael P Butler20-May-04 2:45 
Generalamazon upload need help... Pin
Sumit Kapoor19-May-04 19:54
Sumit Kapoor19-May-04 19:54 
GeneralOn Click of Combo.. Pin
Het210919-May-04 19:51
Het210919-May-04 19:51 
GeneralRe: On Click of Combo.. Pin
Dave Kreskowiak20-May-04 1:15
mveDave Kreskowiak20-May-04 1:15 
GeneralRe: On Click of Combo.. Pin
Het210920-May-04 1:35
Het210920-May-04 1:35 
GeneralProblem with the handling of ESC key in Textbox controls in VB Pin
Vinay Patil19-May-04 19:15
Vinay Patil19-May-04 19:15 
GeneralRe: Problem with the handling of ESC key in Textbox controls in VB Pin
Dave Kreskowiak20-May-04 1:11
mveDave Kreskowiak20-May-04 1:11 
Generalicon resource in an assembly Pin
beowulfagate19-May-04 19:09
beowulfagate19-May-04 19:09 
GeneralDeveloping a component... Pin
swarnamanoo19-May-04 18:28
swarnamanoo19-May-04 18:28 
GeneralRe: Developing a component... Pin
Dave Kreskowiak20-May-04 1:06
mveDave Kreskowiak20-May-04 1:06 

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.