Click here to Skip to main content
15,888,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRAR Pin
Navneet Hegde22-Feb-07 1:22
Navneet Hegde22-Feb-07 1:22 
AnswerRe: RAR Pin
Dave Kreskowiak22-Feb-07 3:17
mveDave Kreskowiak22-Feb-07 3:17 
QuestionSetup Project won't build/re-build Pin
HamCoder22-Feb-07 0:52
HamCoder22-Feb-07 0:52 
AnswerRe: Setup Project won't build/re-build Pin
Johan Hakkesteegt22-Feb-07 21:07
Johan Hakkesteegt22-Feb-07 21:07 
QuestionPInvoke Imbalance Stack function Pin
sundar_mca22-Feb-07 0:39
sundar_mca22-Feb-07 0:39 
AnswerRe: PInvoke Imbalance Stack function Pin
Guffa22-Feb-07 0:54
Guffa22-Feb-07 0:54 
GeneralRe: PInvoke Imbalance Stack function Pin
sundar_mca22-Feb-07 1:24
sundar_mca22-Feb-07 1:24 
GeneralRe: PInvoke Imbalance Stack function Pin
Dave Kreskowiak22-Feb-07 3:16
mveDave Kreskowiak22-Feb-07 3:16 
Apparently, you're trying to use a VB6 signature in VB.NET code. That won't work without some conversion.

For example, a Long in VB6 is a 32-bit signed integer, while in VB.NET the same Long keyword is a 64-bit signed integer. If you want to translate the code, you have to replace the VB6 Long's with VB.NET Integer's. This is the biggest reason why people get this error message when using code they don't understand.

Also, any structures must be passed as an actual structure, not a Long or Integer.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionExport DatagridView to Excel Pin
Socheat.Net21-Feb-07 22:40
Socheat.Net21-Feb-07 22:40 
AnswerRe: Export DatagridView to Excel Pin
Dave Kreskowiak22-Feb-07 4:44
mveDave Kreskowiak22-Feb-07 4:44 
QuestionSet a column in datagrid to display a time. Pin
kendo1721-Feb-07 22:04
kendo1721-Feb-07 22:04 
AnswerRe: Set a column in datagrid to display a time. Pin
Christian Graus21-Feb-07 23:00
protectorChristian Graus21-Feb-07 23:00 
QuestionHow I add referense to? Pin
Agbaria Ahmad21-Feb-07 21:25
Agbaria Ahmad21-Feb-07 21:25 
AnswerRe: How I add referense to? Pin
teejayem27-Feb-07 15:16
teejayem27-Feb-07 15:16 
QuestionRemote port communication Pin
shreekar21-Feb-07 20:45
shreekar21-Feb-07 20:45 
AnswerRe: Remote port communication Pin
Dave Kreskowiak22-Feb-07 3:11
mveDave Kreskowiak22-Feb-07 3:11 
Questionchecking for a substring Pin
ArchaBhandare21-Feb-07 20:19
ArchaBhandare21-Feb-07 20:19 
AnswerRe: checking for a substring Pin
TwoFaced21-Feb-07 20:59
TwoFaced21-Feb-07 20:59 
GeneralRe: checking for a substring Pin
ArchaBhandare21-Feb-07 21:10
ArchaBhandare21-Feb-07 21:10 
GeneralRe: checking for a substring Pin
TwoFaced21-Feb-07 21:13
TwoFaced21-Feb-07 21:13 
GeneralRe: checking for a substring Pin
ArchaBhandare21-Feb-07 21:25
ArchaBhandare21-Feb-07 21:25 
QuestionHow to correct Email address in SMTP format instead of EX in GAL Pin
virendra patel21-Feb-07 17:04
virendra patel21-Feb-07 17:04 
AnswerRe: How to correct Email address in SMTP format instead of EX in GAL Pin
Christian Graus21-Feb-07 19:12
protectorChristian Graus21-Feb-07 19:12 
QuestionHow to set Email type EX to SMTP in outlook address book Pin
virendra patel21-Feb-07 16:56
virendra patel21-Feb-07 16:56 
QuestionFolder exists in VB Pin
ArchaBhandare21-Feb-07 16:49
ArchaBhandare21-Feb-07 16: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.