Click here to Skip to main content
15,917,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralScrollbars Pin
bertcox13-Sep-04 5:24
bertcox13-Sep-04 5:24 
GeneralVB6 client affects .NET library %( Pin
A.Obraztsov13-Sep-04 4:09
A.Obraztsov13-Sep-04 4:09 
GeneralRe: VB6 client affects .NET library %( Pin
Dave Kreskowiak13-Sep-04 5:20
mveDave Kreskowiak13-Sep-04 5:20 
GeneralBrowse for drives Pin
johnjsm13-Sep-04 2:53
johnjsm13-Sep-04 2:53 
GeneralRe: Browse for drives Pin
Dave Kreskowiak13-Sep-04 5:24
mveDave Kreskowiak13-Sep-04 5:24 
Questionhow to avoid saving when page is refreshed Pin
Irsh13-Sep-04 2:42
Irsh13-Sep-04 2:42 
AnswerRe: how to avoid saving when page is refreshed Pin
Dave Kreskowiak13-Sep-04 5:27
mveDave Kreskowiak13-Sep-04 5:27 
QuestionThread procedure with arguments? Pin
Hadi Fakhreddine13-Sep-04 0:57
Hadi Fakhreddine13-Sep-04 0:57 
Hi,
I know a little about multi-threading in vb.net
I know that we can execute a procedure on a new thread by using:
<br />
Dim t as New Thread(AddressOf proc)

"proc" should be of the form :
<br />
Sub proc()<br />
'code...<br />
End Sub<br />

Can i make proc a sub with arguments?
like this:
<br />
Sub proc(str as String)<br />
'code...<br />
End Sub<br />

and call proc on a new thread and specify str?
I mean something like:
Dim t as New Thread(AddressOf proc("hello"))

If yes, how?
AnswerRe: Thread procedure with arguments? Pin
pbpb13-Sep-04 2:24
pbpb13-Sep-04 2:24 
AnswerRe: Thread procedure with arguments? Pin
Dave Kreskowiak13-Sep-04 3:59
mveDave Kreskowiak13-Sep-04 3:59 
AnswerRe: Thread procedure with arguments? Pin
beowulfagate13-Sep-04 13:20
beowulfagate13-Sep-04 13:20 
GeneralRe: Thread procedure with arguments? Pin
Hadi Fakhreddine13-Sep-04 20:48
Hadi Fakhreddine13-Sep-04 20:48 
QuestionHow to create a browser I/F to an exe app Pin
dahacker13-Sep-04 0:15
dahacker13-Sep-04 0:15 
AnswerRe: How to create a browser I/F to an exe app Pin
Dave Kreskowiak13-Sep-04 3:50
mveDave Kreskowiak13-Sep-04 3:50 
GeneralConvert double bytes hex code into single byte hex Pin
Anonymous12-Sep-04 19:37
Anonymous12-Sep-04 19:37 
GeneralRe: Convert double bytes hex code into single byte hex Pin
Dave Kreskowiak13-Sep-04 3:24
mveDave Kreskowiak13-Sep-04 3:24 
GeneralDatagrid with Adding Editing Deleteing option in windows forms vb.net Pin
winheart12-Sep-04 19:10
winheart12-Sep-04 19:10 
GeneralNewbies. Please help (Printing) Pin
always9912-Sep-04 17:29
always9912-Sep-04 17:29 
GeneralRe: Newbies. Please help (Printing) Pin
Anonymous12-Sep-04 20:16
Anonymous12-Sep-04 20:16 
GeneralRe: Newbies. Please help (Printing) Pin
always9912-Sep-04 23:49
always9912-Sep-04 23:49 
GeneralRe: Newbies. Please help (Printing) Pin
Carl Mercier13-Sep-04 9:37
Carl Mercier13-Sep-04 9:37 
GeneralMultiple checkbox columns in Listview (or any other control) Pin
Cluster2k12-Sep-04 16:14
Cluster2k12-Sep-04 16:14 
GeneralRe: Multiple checkbox columns in Listview (or any other control) Pin
Hadi Fakhreddine12-Sep-04 20:12
Hadi Fakhreddine12-Sep-04 20:12 
GeneralThreading in Remoting Pin
normanordas12-Sep-04 15:41
normanordas12-Sep-04 15:41 
GeneralRe: Threading in Remoting Pin
Dave Kreskowiak13-Sep-04 3:21
mveDave Kreskowiak13-Sep-04 3:21 

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.