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

Visual Basic

 
AnswerRe: Table Locking... Pin
Guffa26-May-08 3:55
Guffa26-May-08 3:55 
AnswerRe: Table Locking... Pin
Dave Kreskowiak26-May-08 8:39
mveDave Kreskowiak26-May-08 8:39 
QuestionOverriding Paint Method Pin
Vimalsoft(Pty) Ltd26-May-08 0:31
professionalVimalsoft(Pty) Ltd26-May-08 0:31 
AnswerRe: Overriding Paint Method Pin
Scott Dorman26-May-08 4:58
professionalScott Dorman26-May-08 4:58 
GeneralRe: Overriding Paint Method Pin
Vimalsoft(Pty) Ltd26-May-08 23:57
professionalVimalsoft(Pty) Ltd26-May-08 23:57 
QuestionPInvokeStackImbalance Pin
Mohammad Al Hoss25-May-08 23:49
Mohammad Al Hoss25-May-08 23:49 
AnswerRe: PInvokeStackImbalance Pin
Scott Dorman26-May-08 5:00
professionalScott Dorman26-May-08 5:00 
AnswerRe: PInvokeStackImbalance Pin
Dave Kreskowiak26-May-08 8:34
mveDave Kreskowiak26-May-08 8:34 
You Declare'd the function incorrectly. Mostly this is because someone used the oold VB6 declare and tried to use it in VB.NET without knowing how the basic data types work. A Long value (32 bit signed integer) in VB6 is the same as an Integer in VB.NET. In VB.NET, a Long is a 64 bit signed integer. If the function you call pushes a 32 bit value on the stack and your code pops 64 bits off, you just imbalanced the call stack.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: PInvokeStackImbalance Pin
Luc Pattyn26-May-08 12:18
sitebuilderLuc Pattyn26-May-08 12:18 
Questionscreen shot ore cordinates with color Pin
pejen25-May-08 23:48
pejen25-May-08 23:48 
AnswerRe: screen shot ore cordinates with color Pin
jzonthemtn26-May-08 4:24
jzonthemtn26-May-08 4:24 
AnswerRe: screen shot ore cordinates with color Pin
Dave Kreskowiak26-May-08 8:31
mveDave Kreskowiak26-May-08 8:31 
QuestionHow to read external application fields values Pin
just3ala225-May-08 23:24
just3ala225-May-08 23:24 
AnswerRe: How to read external application fields values Pin
Dave Kreskowiak26-May-08 8:27
mveDave Kreskowiak26-May-08 8:27 
Questionvb.net keycode error..... Pin
ranipriya 201025-May-08 23:00
ranipriya 201025-May-08 23:00 
AnswerRe: vb.net keycode error..... Pin
jzonthemtn26-May-08 4:15
jzonthemtn26-May-08 4:15 
QuestionHow to monitor a database with a Windows service ? Pin
007jb25-May-08 22:09
007jb25-May-08 22:09 
AnswerRe: How to monitor a database with a Windows service ? Pin
jzonthemtn26-May-08 4:10
jzonthemtn26-May-08 4:10 
GeneralRe: How to monitor a database with a Windows service ? Pin
007jb26-May-08 5:29
007jb26-May-08 5:29 
Questionpivot table kind of control Pin
BSRK25-May-08 20:06
BSRK25-May-08 20:06 
QuestionRe: pivot table kind of control Pin
Shanmugapriya.G26-May-08 3:16
Shanmugapriya.G26-May-08 3:16 
AnswerRe: pivot table kind of control Pin
Dave Kreskowiak26-May-08 8:12
mveDave Kreskowiak26-May-08 8:12 
QuestionHow do you add?? Pin
kin37ik25-May-08 19:53
kin37ik25-May-08 19:53 
AnswerRe: How do you add?? Pin
Dave Kreskowiak26-May-08 8:10
mveDave Kreskowiak26-May-08 8:10 
QuestionCSLA Pin
Tauseef A25-May-08 18:49
Tauseef A25-May-08 18:49 

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.