Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: code behind forms Pin
Fred Andres19-Jul-12 9:37
Fred Andres19-Jul-12 9:37 
GeneralRe: code behind forms Pin
Wes Aday19-Jul-12 9:51
professionalWes Aday19-Jul-12 9:51 
AnswerRe: code behind forms Pin
Luc Pattyn19-Jul-12 9:59
sitebuilderLuc Pattyn19-Jul-12 9:59 
GeneralRe: code behind forms Pin
Wes Aday19-Jul-12 10:43
professionalWes Aday19-Jul-12 10:43 
QuestionNeed help on porting from VB application to Vb.Net Pin
Ashish Ranjan Mishra19-Jul-12 0:13
Ashish Ranjan Mishra19-Jul-12 0:13 
AnswerRe: Need help on porting from VB application to Vb.Net Pin
Eddy Vluggen19-Jul-12 0:33
professionalEddy Vluggen19-Jul-12 0:33 
AnswerRe: Need help on porting from VB application to Vb.Net Pin
ZappaDog24-Jul-12 3:07
ZappaDog24-Jul-12 3:07 
GeneralVB6 Compile "unexpected error" Pin
MikeD 218-Jul-12 1:33
MikeD 218-Jul-12 1:33 
AnswerRe: VB6 Compile "unexpected error" Pin
Eddy Vluggen18-Jul-12 2:09
professionalEddy Vluggen18-Jul-12 2:09 
GeneralRe: VB6 Compile "unexpected error" Pin
MikeD 218-Jul-12 5:45
MikeD 218-Jul-12 5:45 
GeneralRe: VB6 Compile "unexpected error" Pin
Eddy Vluggen18-Jul-12 6:22
professionalEddy Vluggen18-Jul-12 6:22 
GeneralRe: VB6 Compile "unexpected error" Pin
MikeD 219-Jul-12 2:34
MikeD 219-Jul-12 2:34 
AnswerRe: VB6 Compile "unexpected error" Pin
Eddy Vluggen19-Jul-12 2:53
professionalEddy Vluggen19-Jul-12 2:53 
GeneralRe: VB6 Compile "unexpected error" Pin
Dave Kreskowiak18-Jul-12 2:19
mveDave Kreskowiak18-Jul-12 2:19 
GeneralRe: VB6 Compile "unexpected error" Pin
MikeD 218-Jul-12 5:47
MikeD 218-Jul-12 5:47 
GeneralRe: VB6 Compile "unexpected error" Pin
Dave Kreskowiak18-Jul-12 7:33
mveDave Kreskowiak18-Jul-12 7:33 
JokeRe: VB6 Compile "unexpected error" Pin
Paul Conrad18-Jul-12 9:40
professionalPaul Conrad18-Jul-12 9:40 
GeneralRe: VB6 Compile "unexpected error" Pin
Bernhard Hiller18-Jul-12 2:29
Bernhard Hiller18-Jul-12 2:29 
GeneralRe: VB6 Compile "unexpected error" Pin
MikeD 218-Jul-12 5:50
MikeD 218-Jul-12 5:50 
GeneralRe: VB6 Compile "unexpected error" Pin
Bernhard Hiller18-Jul-12 21:03
Bernhard Hiller18-Jul-12 21:03 
QuestionmciSendCommand in VB.NET Pin
kingneb17-Jul-12 5:52
kingneb17-Jul-12 5:52 
AnswerRe: mciSendCommand in VB.NET Pin
Luc Pattyn17-Jul-12 6:21
sitebuilderLuc Pattyn17-Jul-12 6:21 
When calling native code from managed code, stack imbalances are most often caused by applying the wrong "calling convention" (which says who, caller or callee, is responsible for cleaning up the stack). You will need to apply an explicit DllImport directive and specify the correct calling convention, most likely StdCall.

You will find an example here[^].

I wrote a little article[^] on P/Invoke, unfortunately it isn't finished yet, so it doesn't have the details for VB.NET; you might find it useful anyway.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: mciSendCommand in VB.NET Pin
kingneb17-Jul-12 6:45
kingneb17-Jul-12 6:45 
AnswerRe: mciSendCommand in VB.NET Pin
Luc Pattyn17-Jul-12 6:55
sitebuilderLuc Pattyn17-Jul-12 6:55 
GeneralRe: mciSendCommand in VB.NET Pin
Dave Kreskowiak17-Jul-12 11:05
mveDave Kreskowiak17-Jul-12 11:05 

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.