Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to find location of a file - VB Pin
Dave Kreskowiak3-Feb-06 1:18
mveDave Kreskowiak3-Feb-06 1:18 
Questionsearching the database Pin
pandapatin2-Feb-06 16:18
pandapatin2-Feb-06 16:18 
QuestionLimit RAM usage Pin
gr8coaster3292-Feb-06 15:50
gr8coaster3292-Feb-06 15:50 
AnswerRe: Limit RAM usage Pin
Dave Kreskowiak2-Feb-06 16:00
mveDave Kreskowiak2-Feb-06 16:00 
QuestionCompletly close program Pin
Luke_Nava2-Feb-06 15:26
Luke_Nava2-Feb-06 15:26 
AnswerRe: Completly close program Pin
gr8coaster3292-Feb-06 15:48
gr8coaster3292-Feb-06 15:48 
AnswerRe: Completly close program Pin
Dave Kreskowiak2-Feb-06 15:56
mveDave Kreskowiak2-Feb-06 15:56 
GeneralRe: Completly close program Pin
alien viper2-Feb-06 16:45
alien viper2-Feb-06 16:45 
to completly close your program you can use following commands

'(To close all form and exit but not other threads)
Application.Exit

OR

'(To close all forms and threads)
Application.ExitThread()

!alien!
GeneralRe: Completly close program Pin
Dave Kreskowiak2-Feb-06 17:17
mveDave Kreskowiak2-Feb-06 17:17 
AnswerThanks! Pin
Luke_Nava4-Feb-06 16:03
Luke_Nava4-Feb-06 16:03 
QuestionVirutal Serial Port Pin
Ross King2-Feb-06 11:34
Ross King2-Feb-06 11:34 
AnswerRe: Virutal Serial Port Pin
Steve Pullan2-Feb-06 13:01
Steve Pullan2-Feb-06 13:01 
GeneralRe: Virutal Serial Port Pin
Ross King2-Feb-06 13:06
Ross King2-Feb-06 13:06 
AnswerRe: Virutal Serial Port Pin
bskirkman2-Feb-06 18:14
bskirkman2-Feb-06 18:14 
AnswerRe: Virutal Serial Port Pin
progload2-Feb-06 18:27
progload2-Feb-06 18:27 
Questionscaling a vb form at design time VB.net using VS Pin
UAB_Blazer2-Feb-06 11:30
UAB_Blazer2-Feb-06 11:30 
Questionhashtable "ContainsValue" returns wrong result Pin
cosma2172-Feb-06 11:21
cosma2172-Feb-06 11:21 
AnswerRe: hashtable "ContainsValue" returns wrong result Pin
Guffa2-Feb-06 11:27
Guffa2-Feb-06 11:27 
GeneralRe: hashtable "ContainsValue" returns wrong result Pin
cosma2172-Feb-06 12:12
cosma2172-Feb-06 12:12 
GeneralRe: hashtable "ContainsValue" returns wrong result Pin
Guffa2-Feb-06 21:47
Guffa2-Feb-06 21:47 
AnswerRe: hashtable "ContainsValue" returns wrong result Pin
malharone2-Feb-06 13:34
malharone2-Feb-06 13:34 
GeneralRe: hashtable "ContainsValue" returns wrong result Pin
cosma2172-Feb-06 14:56
cosma2172-Feb-06 14:56 
GeneralRe: hashtable "ContainsValue" returns wrong result ==> Problem Solved Pin
cosma2172-Feb-06 16:42
cosma2172-Feb-06 16:42 
Questionhow do i upgrade a program from vb5 to vb.net Pin
cooldudekool2-Feb-06 9:59
cooldudekool2-Feb-06 9:59 
AnswerRe: how do i upgrade a program from vb5 to vb.net Pin
Dave Kreskowiak2-Feb-06 10:04
mveDave Kreskowiak2-Feb-06 10:04 

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.