Click here to Skip to main content
15,909,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTranslating C structure into VB.NET Pin
Ravi Mahavrathayajula5-Sep-07 7:59
Ravi Mahavrathayajula5-Sep-07 7:59 
AnswerRe: Translating C structure into VB.NET Pin
Christian Graus5-Sep-07 8:30
protectorChristian Graus5-Sep-07 8:30 
GeneralRe: Translating C structure into VB.NET Pin
Ravi Mahavrathayajula5-Sep-07 8:48
Ravi Mahavrathayajula5-Sep-07 8:48 
GeneralRe: Translating C structure into VB.NET Pin
Dave Kreskowiak5-Sep-07 9:05
mveDave Kreskowiak5-Sep-07 9:05 
GeneralRe: Translating C structure into VB.NET Pin
Ravi Mahavrathayajula5-Sep-07 9:30
Ravi Mahavrathayajula5-Sep-07 9:30 
GeneralRe: Translating C structure into VB.NET Pin
Ravi Mahavrathayajula5-Sep-07 9:47
Ravi Mahavrathayajula5-Sep-07 9:47 
GeneralRe: Translating C structure into VB.NET Pin
Dave Kreskowiak5-Sep-07 10:07
mveDave Kreskowiak5-Sep-07 10:07 
QuestionAddressOf with arguments Pin
Amer Rehman5-Sep-07 7:58
Amer Rehman5-Sep-07 7:58 
Hi
When I use the "AddressOf" operand to call a procidure that requires some arguments, error occurs. How can I handle this problem. Error is "AddressOf operand must be the name of a method, no parentheses are required.

Code snippet is below.

Dim trThread As New Thread(AddressOf DoSomething(Arguments))

Sub DoSomething(Arguments)

'do something whatever it be
End Sub


Thanks

reman
AnswerRe: AddressOf with arguments Pin
Dave Kreskowiak5-Sep-07 8:40
mveDave Kreskowiak5-Sep-07 8:40 
AnswerRe: AddressOf with arguments Pin
Christian Graus5-Sep-07 8:50
protectorChristian Graus5-Sep-07 8:50 
GeneralRe: AddressOf with arguments Pin
Dave Kreskowiak5-Sep-07 8:59
mveDave Kreskowiak5-Sep-07 8:59 
GeneralRe: AddressOf with arguments Pin
Christian Graus5-Sep-07 10:10
protectorChristian Graus5-Sep-07 10:10 
GeneralRe: AddressOf with arguments Pin
Dave Kreskowiak5-Sep-07 10:37
mveDave Kreskowiak5-Sep-07 10:37 
QuestionFailed to import ActiveX component Pin
Rupesh Kumar Swami5-Sep-07 1:13
Rupesh Kumar Swami5-Sep-07 1:13 
AnswerRe: Failed to import ActiveX component Pin
DigiOz Multimedia5-Sep-07 9:40
DigiOz Multimedia5-Sep-07 9:40 
QuestionAvoid Using Same Application Pin
Trupti Mehta4-Sep-07 23:33
Trupti Mehta4-Sep-07 23:33 
AnswerRe: Avoid Using Same Application Pin
GuyThiebaut5-Sep-07 0:06
professionalGuyThiebaut5-Sep-07 0:06 
GeneralRe: Avoid Using Same Application Pin
Trupti Mehta5-Sep-07 2:24
Trupti Mehta5-Sep-07 2:24 
AnswerRe: Avoid Using Same Application Pin
Tom Deketelaere5-Sep-07 0:32
professionalTom Deketelaere5-Sep-07 0:32 
GeneralRe: Avoid Using Same Application Pin
Vasudevan Deepak Kumar5-Sep-07 2:05
Vasudevan Deepak Kumar5-Sep-07 2:05 
GeneralRe: Avoid Using Same Application Pin
Tom Deketelaere5-Sep-07 2:48
professionalTom Deketelaere5-Sep-07 2:48 
GeneralRe: Avoid Using Same Application Pin
GuyThiebaut5-Sep-07 2:52
professionalGuyThiebaut5-Sep-07 2:52 
QuestionWin32 API Pin
Daniel Kanev4-Sep-07 23:02
Daniel Kanev4-Sep-07 23:02 
AnswerRe: Win32 API Pin
nitin34-Sep-07 23:22
nitin34-Sep-07 23:22 
AnswerRe: Win32 API Pin
MohammadAmiry5-Sep-07 0:27
MohammadAmiry5-Sep-07 0:27 

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.