Click here to Skip to main content
15,892,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get a string pointer in VB for CE Pin
Member 989133416-Apr-13 3:34
Member 989133416-Apr-13 3:34 
QuestionHow to use LPCTSTR in VB6. Pin
Septimus Hedgehog12-Apr-13 6:11
Septimus Hedgehog12-Apr-13 6:11 
AnswerRe: How to use LPCTSTR in VB6. Pin
Eddy Vluggen12-Apr-13 6:37
professionalEddy Vluggen12-Apr-13 6:37 
GeneralRe: How to use LPCTSTR in VB6. Pin
Septimus Hedgehog12-Apr-13 7:43
Septimus Hedgehog12-Apr-13 7:43 
GeneralRe: How to use LPCTSTR in VB6. Pin
Eddy Vluggen12-Apr-13 8:06
professionalEddy Vluggen12-Apr-13 8:06 
GeneralRe: How to use LPCTSTR in VB6. Pin
Septimus Hedgehog12-Apr-13 8:30
Septimus Hedgehog12-Apr-13 8:30 
GeneralRe: How to use LPCTSTR in VB6. Pin
Eddy Vluggen12-Apr-13 8:42
professionalEddy Vluggen12-Apr-13 8:42 
AnswerRe: How to use LPCTSTR in VB6. Pin
Richard MacCutchan12-Apr-13 7:04
mveRichard MacCutchan12-Apr-13 7:04 
LPCTSTR is only relevant in the source code of a C/C++ program. It equates to either LPCWSTR or LPCSTR depending on whether UNICODE is defined or not (set in the General tab of project properties). So you need to contact the originators of the code to find out whether they built it for Unicode or not.
Use the best guess

GeneralRe: How to use LPCTSTR in VB6. Pin
Septimus Hedgehog12-Apr-13 7:55
Septimus Hedgehog12-Apr-13 7:55 
GeneralRe: How to use LPCTSTR in VB6. Pin
Richard MacCutchan12-Apr-13 21:53
mveRichard MacCutchan12-Apr-13 21:53 
AnswerRe: How to use LPCTSTR in VB6. Pin
Dave Kreskowiak12-Apr-13 8:31
mveDave Kreskowiak12-Apr-13 8:31 
GeneralRe: How to use LPCTSTR in VB6. Pin
Septimus Hedgehog12-Apr-13 9:36
Septimus Hedgehog12-Apr-13 9:36 
QuestionRegisrtry Access Pin
SPSandy12-Apr-13 5:19
SPSandy12-Apr-13 5:19 
QuestionRe: Regisrtry Access Pin
Eddy Vluggen12-Apr-13 6:33
professionalEddy Vluggen12-Apr-13 6:33 
AnswerRe: Regisrtry Access Pin
SPSandy12-Apr-13 7:08
SPSandy12-Apr-13 7:08 
GeneralRe: Regisrtry Access Pin
Eddy Vluggen12-Apr-13 7:25
professionalEddy Vluggen12-Apr-13 7:25 
GeneralRe: Regisrtry Access Pin
SPSandy12-Apr-13 7:36
SPSandy12-Apr-13 7:36 
GeneralRe: Regisrtry Access Pin
Eddy Vluggen12-Apr-13 8:07
professionalEddy Vluggen12-Apr-13 8:07 
QuestionRabin-Karp-Matcher Pin
d3ad-d3vil12-Apr-13 2:05
d3ad-d3vil12-Apr-13 2:05 
AnswerRe: Rabin-Karp-Matcher Pin
Eddy Vluggen12-Apr-13 6:31
professionalEddy Vluggen12-Apr-13 6:31 
AnswerRe: Rabin-Karp-Matcher Pin
Kenneth Haugland12-Apr-13 8:30
mvaKenneth Haugland12-Apr-13 8:30 
QuestionMessage Removed Pin
11-Apr-13 22:58
David venewald11-Apr-13 22:58 
QuestionHow to catch message WM_COPYDATA in VB? Pin
Member 989133411-Apr-13 22:02
Member 989133411-Apr-13 22:02 
AnswerRe: How to catch message WM_COPYDATA in VB? Pin
Thomas Daniels11-Apr-13 22:10
mentorThomas Daniels11-Apr-13 22:10 
GeneralRe: How to catch message WM_COPYDATA in VB? Pin
Member 989133411-Apr-13 22:23
Member 989133411-Apr-13 22:23 

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.