Click here to Skip to main content
15,896,912 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 4:45
MacIntyre1-Jun-09 4:45 
GeneralRe: DataGrid Editing Pin
Dave Kreskowiak1-Jun-09 5:07
mveDave Kreskowiak1-Jun-09 5:07 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 5:28
MacIntyre1-Jun-09 5:28 
GeneralRe: DataGrid Editing Pin
Dave Kreskowiak1-Jun-09 6:15
mveDave Kreskowiak1-Jun-09 6:15 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 6:32
MacIntyre1-Jun-09 6:32 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 4:37
MacIntyre1-Jun-09 4:37 
Question[Visual Basic 6.0] Convert string to unicode for command line Pin
blurboy31-May-09 22:04
blurboy31-May-09 22:04 
AnswerRe: [Visual Basic 6.0] Convert string to unicode for command line Pin
Dave Kreskowiak1-Jun-09 1:51
mveDave Kreskowiak1-Jun-09 1:51 
All strings in V6 are already stored Unicode encoded. They are, in the C++ world, of type BSTR.

In VB6, or any VB for that matter, you cannot pass in a point to a TCHAR array, since VB has no idea what a pointer it, nor a TCHAR. IIRC, I think you had to declare that parameter as ByRef String in your VB6 Declare statement.


A guide to posting questions on CodeProject[^]



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




AnswerRe: [Visual Basic 6.0] Convert string to unicode for command line Pin
CPallini1-Jun-09 2:30
mveCPallini1-Jun-09 2:30 
Questionsum up rows in excel Pin
priy@31-May-09 21:29
priy@31-May-09 21:29 
AnswerRe: sum up rows in excel Pin
Dalek Dave31-May-09 21:35
professionalDalek Dave31-May-09 21:35 
GeneralRe: sum up rows in excel Pin
priy@31-May-09 21:44
priy@31-May-09 21:44 
GeneralRe: sum up rows in excel Pin
Dalek Dave31-May-09 22:42
professionalDalek Dave31-May-09 22:42 
GeneralRe: sum up rows in excel Pin
priy@31-May-09 23:27
priy@31-May-09 23:27 
GeneralRe: sum up rows in excel Pin
Dalek Dave31-May-09 23:39
professionalDalek Dave31-May-09 23:39 
GeneralRe: sum up rows in excel Pin
priy@1-Jun-09 0:00
priy@1-Jun-09 0:00 
GeneralRe: sum up rows in excel Pin
Dalek Dave1-Jun-09 1:01
professionalDalek Dave1-Jun-09 1:01 
GeneralRe: sum up rows in excel Pin
priy@3-Jun-09 19:17
priy@3-Jun-09 19:17 
GeneralRe: sum up rows in excel Pin
Dalek Dave3-Jun-09 22:29
professionalDalek Dave3-Jun-09 22:29 
Questionhi any one plzzz help urgent Pin
harieshkumar.n31-May-09 20:32
harieshkumar.n31-May-09 20:32 
AnswerRe: hi any one plzzz help urgent Pin
Christian Graus31-May-09 21:51
protectorChristian Graus31-May-09 21:51 
AnswerRe: hi any one plzzz help urgent Pin
0x3c01-Jun-09 0:29
0x3c01-Jun-09 0:29 
AnswerRe: hi any one plzzz help urgent Pin
Dave Kreskowiak1-Jun-09 2:06
mveDave Kreskowiak1-Jun-09 2:06 
QuestionImage not loading in Crystal Report Pin
Ovais Memon31-May-09 19:52
Ovais Memon31-May-09 19:52 
AnswerRe: Image not loading in Crystal Report Pin
Kschuler1-Jun-09 8:12
Kschuler1-Jun-09 8:12 

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.