Click here to Skip to main content
16,006,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: gdi+ Pin
SimonS28-Jun-02 21:10
SimonS28-Jun-02 21:10 
QuestionWhy the loading of the application is slow? Pin
DotNet28-Jun-02 2:03
DotNet28-Jun-02 2:03 
AnswerRe: Why the loading of the application is slow? Pin
Chris Rickard28-Jun-02 3:47
Chris Rickard28-Jun-02 3:47 
AnswerRe: Why the loading of the application is slow? Pin
Andy Smith28-Jun-02 5:04
Andy Smith28-Jun-02 5:04 
AnswerRe: Why the loading of the application is slow? Pin
SimonS28-Jun-02 21:13
SimonS28-Jun-02 21:13 
GeneralIcon in system tray (Notify Icon) Pin
Bruno Lemos28-Jun-02 1:24
Bruno Lemos28-Jun-02 1:24 
GeneralRe: Icon in system tray (Notify Icon) Pin
Rickard Andersson206-Jul-02 13:11
Rickard Andersson206-Jul-02 13:11 
GeneralRe: Icon in system tray (Notify Icon) Pin
Kermitt9-Jul-02 13:04
Kermitt9-Jul-02 13:04 
Rather than using the FindWindow API, there is a nice .NET way to find out if your app is already running.

If UBound(Diagnostics.Process.GetProcessesByName(Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0 Then

If this returns true then there is another instance of the process running. What I haven't had time to work out yet is how to activate that existing instance. So if anyone knows off the top of their head how to do that, please comment. I've done plenty of this stuff with API calls in VB6 but I'd prefer to use native .NET as much as possible now.

cya,
Kermitt
General"Voice Enabled Visual Basic Protocol" Pin
DeepakSharma26-Jun-02 18:27
DeepakSharma26-Jun-02 18:27 
QuestionHow to write burning program for CDR! Pin
sunghj26-Jun-02 18:00
sunghj26-Jun-02 18:00 
AnswerRe: How to write burning program for CDR! Pin
Christian Graus26-Jun-02 18:37
protectorChristian Graus26-Jun-02 18:37 
GeneralSAFEARRAY in Variant Pin
Hans Ruck26-Jun-02 5:33
Hans Ruck26-Jun-02 5:33 
QuestionPlease hlep: how to create a Help file in VB project? Pin
DengJW25-Jun-02 22:09
DengJW25-Jun-02 22:09 
AnswerRe: Please hlep: how to create a Help file in VB project? Pin
lyhyp26-Jun-02 0:48
lyhyp26-Jun-02 0:48 
GeneralRe: Please hlep: how to create a Help file in VB project? Pin
SimonS26-Jun-02 1:40
SimonS26-Jun-02 1:40 
AnswerRe: Please hlep: how to create a Help file in VB project? Pin
Jeremy Falcon26-Jun-02 5:05
professionalJeremy Falcon26-Jun-02 5:05 
GeneralEscape sequences Pin
Hans Ruck25-Jun-02 6:40
Hans Ruck25-Jun-02 6:40 
GeneralRe: Escape sequences Pin
Wictor Wilén25-Jun-02 7:00
Wictor Wilén25-Jun-02 7:00 
GeneralRe: Escape sequences Pin
Jeremy Falcon25-Jun-02 7:00
professionalJeremy Falcon25-Jun-02 7:00 
GeneralKeeping track of a form Pin
24-Jun-02 7:16
suss24-Jun-02 7:16 
GeneralRe: Keeping track of a form Pin
Andy Smith24-Jun-02 9:02
Andy Smith24-Jun-02 9:02 
GeneralRe: Keeping track of a form Pin
Tantalus25-Jun-02 8:51
Tantalus25-Jun-02 8:51 
GeneralRe: Keeping track of a form Pin
Andy Smith25-Jun-02 17:31
Andy Smith25-Jun-02 17:31 
GeneralRe: Keeping track of a form Pin
jkgh26-Jun-02 5:00
jkgh26-Jun-02 5:00 
GeneralRe: Keeping track of a form Pin
#realJSOP1-Jul-02 7:53
professional#realJSOP1-Jul-02 7:53 

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.