Click here to Skip to main content
15,885,767 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCHM html help called from VB6 application works but can't be searched [modified] Pin
reto.knaak14-Jan-11 4:02
reto.knaak14-Jan-11 4:02 
QuestionCommunication between VBscript and command prompt window Pin
Tim_abcd14-Jan-11 1:35
Tim_abcd14-Jan-11 1:35 
AnswerRe: Communication between VBscript and command prompt window Pin
Dave Kreskowiak14-Jan-11 3:57
mveDave Kreskowiak14-Jan-11 3:57 
GeneralRe: Communication between VBscript and command prompt window Pin
Tim_abcd15-Jan-11 20:38
Tim_abcd15-Jan-11 20:38 
QuestionNumber of files in a folder Pin
Central_IT13-Jan-11 1:48
Central_IT13-Jan-11 1:48 
AnswerRe: Number of files in a folder PinPopular
Luc Pattyn13-Jan-11 1:58
sitebuilderLuc Pattyn13-Jan-11 1:58 
QuestionHow to detect the launched appliction? Pin
azusakt12-Jan-11 15:40
azusakt12-Jan-11 15:40 
AnswerRe: How to detect the launched appliction? PinPopular
Luc Pattyn12-Jan-11 16:21
sitebuilderLuc Pattyn12-Jan-11 16:21 
The preliminary question is: how do you identify your app?

You could use Process.GetProcessesByName() to check for a specific process name; process names normally get derived from the EXE's file name (which can easily be modified!).

A more reliable approach, if you are the author of the app, is by using a system resource (e.g. a Mutex) with a chosen system-wide name; you then check for the existence of that Mutex. This is how "single instance applications" normally do it. You may want to read this: A Pure .NET Single Instance Application Solution[^] or some similar article.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: How to detect the launched appliction? Pin
azusakt18-Jan-11 17:34
azusakt18-Jan-11 17:34 
AnswerRe: How to detect the launched appliction? Pin
JR21212-Jan-11 22:38
JR21212-Jan-11 22:38 
QuestionVb.Net - ListView - display items Pin
Central_IT12-Jan-11 1:52
Central_IT12-Jan-11 1:52 
AnswerRe: Vb.Net - ListView - display items Pin
Richard MacCutchan12-Jan-11 2:27
mveRichard MacCutchan12-Jan-11 2:27 
AnswerRe: Vb.Net - ListView - display items Pin
Ants Hurdley18-Jan-11 7:11
Ants Hurdley18-Jan-11 7:11 
Questionms access 2007 record selection highlighting problem Pin
sekannak11-Jan-11 19:42
sekannak11-Jan-11 19:42 
AnswerRe: ms access 2007 record selection highlighting problem Pin
ChandraRam12-Jan-11 21:33
ChandraRam12-Jan-11 21:33 
QuestionVBA: Searching for a range in a worksheet. Pin
cyrossis11-Jan-11 4:13
cyrossis11-Jan-11 4:13 
AnswerRe: VBA: Searching for a range in a worksheet. Pin
Simon_Whale11-Jan-11 4:34
Simon_Whale11-Jan-11 4:34 
AnswerRe: VBA: Searching for a range in a worksheet. Pin
Dr.Walt Fair, PE11-Jan-11 9:18
professionalDr.Walt Fair, PE11-Jan-11 9:18 
GeneralRe: VBA: Searching for a range in a worksheet. Pin
Luc Pattyn11-Jan-11 10:07
sitebuilderLuc Pattyn11-Jan-11 10:07 
GeneralRe: VBA: Searching for a range in a worksheet. Pin
Dr.Walt Fair, PE11-Jan-11 10:10
professionalDr.Walt Fair, PE11-Jan-11 10:10 
GeneralRe: VBA: Searching for a range in a worksheet. Pin
cyrossis11-Jan-11 19:24
cyrossis11-Jan-11 19:24 
GeneralRe: VBA: Searching for a range in a worksheet. [modified] Pin
cyrossis11-Jan-11 18:44
cyrossis11-Jan-11 18:44 
QuestionVBA FTP Pin
Dalek Dave10-Jan-11 12:41
professionalDalek Dave10-Jan-11 12:41 
AnswerRe: VBA FTP Pin
Luc Pattyn10-Jan-11 13:11
sitebuilderLuc Pattyn10-Jan-11 13:11 
GeneralRe: VBA FTP Pin
Dalek Dave10-Jan-11 13:30
professionalDalek Dave10-Jan-11 13: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.