Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Upgrading from Vb6 to Vb.Net Pin
rwestgraham19-May-05 10:32
rwestgraham19-May-05 10:32 
GeneralRe: Upgrading from Vb6 to Vb.Net Pin
Het210919-May-05 22:25
Het210919-May-05 22:25 
GeneralThread Implementation in Visual Basic Pin
Gagan Deep Singla19-May-05 2:03
Gagan Deep Singla19-May-05 2:03 
GeneralRe: Thread Implementation in Visual Basic Pin
Scott Serl19-May-05 7:03
Scott Serl19-May-05 7:03 
GeneralRe: Thread Implementation in Visual Basic Pin
Gagan Deep Singla19-May-05 16:18
Gagan Deep Singla19-May-05 16:18 
GeneralRe: Thread Implementation in Visual Basic Pin
Scott Serl19-May-05 22:04
Scott Serl19-May-05 22:04 
GeneralRe: Thread Implementation in Visual Basic Pin
Gagan Deep Singla19-May-05 23:16
Gagan Deep Singla19-May-05 23:16 
GeneralRe: Thread Implementation in Visual Basic Pin
Dave Kreskowiak23-May-05 8:28
mveDave Kreskowiak23-May-05 8:28 
There are many reasons why you won't find any answers for VB6, but the most common reason is because you can't debug the code you write. If you start a new thread while your application is running under the IDE debugger, you'll crash the IDE immediately. It wasn't written to handle multi-threaded code.


Now, if you have access to Visual Studio.NET and C#, why are you even wasting your time with VB6 in the first place? C# and VB.NET both make launching new threads and debugging them a trivial process.


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

GeneralRe: Thread Implementation in Visual Basic Pin
Gagan Deep Singla23-May-05 16:20
Gagan Deep Singla23-May-05 16:20 
GeneralRe: Thread Implementation in Visual Basic Pin
Dave Kreskowiak24-May-05 11:05
mveDave Kreskowiak24-May-05 11:05 
GeneralRe: Thread Implementation in Visual Basic Pin
Gagan Deep Singla24-May-05 17:27
Gagan Deep Singla24-May-05 17:27 
GeneralRe: Thread Implementation in Visual Basic Pin
Dave Kreskowiak25-May-05 0:50
mveDave Kreskowiak25-May-05 0:50 
GeneralReadind lines from text file Pin
johnjsm19-May-05 0:02
johnjsm19-May-05 0:02 
GeneralRe: Readind lines from text file Pin
Small Fry19-May-05 1:06
Small Fry19-May-05 1:06 
GeneralRe: Readind lines from text file Pin
johnjsm19-May-05 1:37
johnjsm19-May-05 1:37 
GeneralRe: Readind lines from text file Pin
Small Fry19-May-05 2:49
Small Fry19-May-05 2:49 
GeneralRe: Readind lines from text file Pin
Small Fry19-May-05 2:51
Small Fry19-May-05 2:51 
Generalconvert a string to its hexadecimal value Pin
hani_aql18-May-05 23:17
hani_aql18-May-05 23:17 
GeneralRe: convert a string to its hexadecimal value Pin
johnjsm19-May-05 1:48
johnjsm19-May-05 1:48 
GeneralRe: convert a string to its hexadecimal value Pin
hani_aql19-May-05 5:28
hani_aql19-May-05 5:28 
GeneralRe: convert a string to its hexadecimal value Pin
johnjsm19-May-05 22:49
johnjsm19-May-05 22:49 
GeneralRe: convert a string to its hexadecimal value Pin
hani_aql20-May-05 19:54
hani_aql20-May-05 19:54 
Generalvalue check Pin
Larsson18-May-05 22:48
Larsson18-May-05 22:48 
GeneralRe: value check Pin
Gagan Deep Singla18-May-05 23:43
Gagan Deep Singla18-May-05 23:43 
GeneralRe: value check Pin
Larsson19-May-05 1:23
Larsson19-May-05 1:23 

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.