Click here to Skip to main content
15,915,827 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Array of controls Pin
Dennis C. Dietrich17-Jan-05 7:06
Dennis C. Dietrich17-Jan-05 7:06 
GeneralRe: Array of controls Pin
Dennis C. Dietrich16-Jan-05 22:39
Dennis C. Dietrich16-Jan-05 22:39 
GeneralArray of controls Pin
Yulianto.16-Jan-05 16:06
Yulianto.16-Jan-05 16:06 
GeneralRe: Array of controls Pin
-Dr_X-20-Jan-05 14:03
-Dr_X-20-Jan-05 14:03 
GeneralProblem With Splash Screen Pin
kellydanielc16-Jan-05 13:56
kellydanielc16-Jan-05 13:56 
GeneralRe: Problem With Splash Screen Pin
Gavin Jeffrey17-Jan-05 0:43
Gavin Jeffrey17-Jan-05 0:43 
GeneralRe: Problem With Splash Screen Pin
kellydanielc17-Jan-05 0:54
kellydanielc17-Jan-05 0:54 
GeneralRe: Problem With Splash Screen Pin
Gavin Jeffrey17-Jan-05 1:10
Gavin Jeffrey17-Jan-05 1:10 
on the form load event. Something like this (it may be wrong since im so used to c#) -
<br />
dim mythread as new system.threading.thread(new system.threading.threadStart(doWork))<br />
mythread.isbackground = true<br />
mythread.start()<br />

then -
<br />
public sub doWork()<br />
  'do db background stuff here<br />
end sub<br />

GeneralRe: Problem With Splash Screen Pin
Jodd19-Jan-05 14:55
Jodd19-Jan-05 14:55 
Generalquestion2 Pin
Makniteasy16-Jan-05 10:04
Makniteasy16-Jan-05 10:04 
GeneralRe: question2 Pin
Rizwan Bashir17-Jan-05 0:43
Rizwan Bashir17-Jan-05 0:43 
Generalquestion Pin
Makniteasy16-Jan-05 9:54
Makniteasy16-Jan-05 9:54 
GeneralContorl modification From Multiple location Pin
Member 152636216-Jan-05 8:19
Member 152636216-Jan-05 8:19 
GeneralAntiVirus w/ VB Pin
TheGOG16-Jan-05 7:16
TheGOG16-Jan-05 7:16 
GeneralRe: AntiVirus w/ VB Pin
Dave Kreskowiak18-Jan-05 3:57
mveDave Kreskowiak18-Jan-05 3:57 
Generalfill datagrid Pin
anom2m16-Jan-05 2:32
anom2m16-Jan-05 2:32 
GeneralRe: fill datagrid Pin
Makniteasy16-Jan-05 15:36
Makniteasy16-Jan-05 15:36 
GeneralSort by date files in dialog box Pin
aprx16-Jan-05 0:26
aprx16-Jan-05 0:26 
QuestionThe source code of a 3D Sokoban Game in Visual Basic? Pin
Ciara Ibrahim15-Jan-05 18:53
sussCiara Ibrahim15-Jan-05 18:53 
AnswerRe: The source code of a 3D Sokoban Game in Visual Basic? Pin
Robert Rohde15-Jan-05 19:09
Robert Rohde15-Jan-05 19:09 
GeneralRe: The source code of a 3D Sokoban Game in Visual Basic? Pin
Colin Angus Mackay15-Jan-05 19:24
Colin Angus Mackay15-Jan-05 19:24 
GeneralConditional Statements in Crystal Reports Pin
Barathan15-Jan-05 1:01
Barathan15-Jan-05 1:01 
GeneralRe: Conditional Statements in Crystal Reports Pin
Michael P Butler17-Jan-05 4:00
Michael P Butler17-Jan-05 4:00 
GeneralRe: Conditional Statements in Crystal Reports Pin
Barathan17-Jan-05 6:44
Barathan17-Jan-05 6:44 
QuestionWhy know the code? Pin
su_penguin14-Jan-05 14:25
su_penguin14-Jan-05 14:25 

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.