Click here to Skip to main content
15,923,789 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sounds and .WAV using MMControl 6.0 Pin
Jm6k18-Jun-03 7:10
Jm6k18-Jun-03 7:10 
GeneralHllapi program to screen scrape in XP Pin
jbyears17-Jun-03 9:28
jbyears17-Jun-03 9:28 
GeneralRe: Hllapi program to screen scrape in XP Pin
Daniel Turini17-Jun-03 10:54
Daniel Turini17-Jun-03 10:54 
GeneralVB COM Object Pin
thowra17-Jun-03 3:02
thowra17-Jun-03 3:02 
GeneralToolbar with Close Button & Title Bar Pin
Anand_Thakur17-Jun-03 0:53
Anand_Thakur17-Jun-03 0:53 
QuestionHow to use multi_thread in VB? Pin
Thomas Lau16-Jun-03 15:48
Thomas Lau16-Jun-03 15:48 
AnswerRe: How to use multi_thread in VB? Pin
Dave Kreskowiak17-Jun-03 6:41
mveDave Kreskowiak17-Jun-03 6:41 
AnswerRe: How to use multi_thread in VB? Pin
WillemM20-Jun-03 7:59
WillemM20-Jun-03 7:59 
dim thd as Threading.Thread<br />
<br />
Private Sub threadSub()<br />
 'Some Code<br />
End Sub<br />
<br />
Private Sub threadLauncher()<br />
  thd = new Threading.Thread(AddressOf threadSub)<br />
  thd.Start()<br />
End Sub


This makes a thread running threadSub, if you want to keep this thread running you should
add code like this:

While True<br />
<br />
End While


Greetings.... Smile | :)

Generaldatabase problem Pin
summo16-Jun-03 5:49
summo16-Jun-03 5:49 
Generalgraphing and page layout Pin
shirleyLo16-Jun-03 5:23
shirleyLo16-Jun-03 5:23 
GeneralScanning Bitmaps or JPegs for Barcode Pin
Eric Brasher16-Jun-03 4:58
sussEric Brasher16-Jun-03 4:58 
GeneralRe: Scanning Bitmaps or JPegs for Barcode Pin
newalfi20-Jun-03 6:09
newalfi20-Jun-03 6:09 
GeneralVB precompiler Constants Pin
parths15-Jun-03 21:49
parths15-Jun-03 21:49 
GeneralFrom VB to VB.net Pin
Jonavis14-Jun-03 10:28
Jonavis14-Jun-03 10:28 
GeneralRe: From VB to VB.net Pin
Nick Parker14-Jun-03 10:44
protectorNick Parker14-Jun-03 10:44 
GeneralRe: From VB to VB.net Pin
Anonymous14-Jun-03 17:55
Anonymous14-Jun-03 17:55 
GeneralRe: From VB to VB.net Pin
Nick Parker15-Jun-03 1:52
protectorNick Parker15-Jun-03 1:52 
GeneralRe: From VB to VB.net Pin
Jonavis16-Jun-03 5:22
Jonavis16-Jun-03 5:22 
GeneralMoving Multiple Labels Pin
Jm6k13-Jun-03 12:17
Jm6k13-Jun-03 12:17 
GeneralRe: Moving Multiple Labels Pin
dynamic14-Jun-03 0:05
dynamic14-Jun-03 0:05 
GeneralRe: Moving Multiple Labels Pin
Jm6k14-Jun-03 7:33
Jm6k14-Jun-03 7:33 
GeneralRe: Moving Multiple Labels Pin
dynamic14-Jun-03 7:45
dynamic14-Jun-03 7:45 
GeneralRe: Moving Multiple Labels Pin
Jm6k14-Jun-03 7:58
Jm6k14-Jun-03 7:58 
GeneralRe: Moving Multiple Labels Pin
14-Jun-03 13:11
suss14-Jun-03 13:11 
GeneralSounds and Music Pin
TGWDNGHN13-Jun-03 10:43
TGWDNGHN13-Jun-03 10:43 

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.