Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralXML Post from VC++ Pin
Member 41868531-May-03 12:28
Member 41868531-May-03 12:28 
GeneralRe: XML Post from VC++ Pin
Ravi Bhavnani31-May-03 13:34
professionalRavi Bhavnani31-May-03 13:34 
GeneralPlease Help Me Pin
Nazar Hussain31-May-03 12:12
sussNazar Hussain31-May-03 12:12 
GeneralRe: Please Help Me Pin
Anna-Jayne Metcalfe2-Jun-03 0:10
Anna-Jayne Metcalfe2-Jun-03 0:10 
GeneralRe: Please Help Me Pin
Anonymous2-Jun-03 12:03
Anonymous2-Jun-03 12:03 
GeneralCombo boxes Pin
Zak_31-May-03 7:09
Zak_31-May-03 7:09 
GeneralRe: Combo boxes Pin
Jan van den Baard31-May-03 7:33
professionalJan van den Baard31-May-03 7:33 
GeneralRe: Combo boxes Pin
Zak_1-Jun-03 5:53
Zak_1-Jun-03 5:53 
Ok thats great thanks. I wouldn't have been able to see my strings. But no strings are still showing Frown | :( This is my code to add a string to the list -

char TestString[] = TEXT("Test");
SendDlgItemMessage(hWnd, IDC_ADAPTER, CB_ADDSTRING, 0L, (LPARAM)(LPCTSTR)&TestString);

There must be something wrong with this - any ideas.

Thanks again


Zak
GeneralRe: Combo boxes Pin
Jan van den Baard1-Jun-03 19:43
professionalJan van den Baard1-Jun-03 19:43 
GeneralProblems with MFC (Without wizard) Pin
Bob Stanneveld31-May-03 6:39
Bob Stanneveld31-May-03 6:39 
GeneralRe: Problems with MFC (Without wizard) Pin
Vikram A Punathambekar31-May-03 8:51
Vikram A Punathambekar31-May-03 8:51 
GeneralRe: Problems with MFC (Without wizard) Pin
Bob Stanneveld31-May-03 9:00
Bob Stanneveld31-May-03 9:00 
GeneralRe: Problems with MFC (Without wizard) Pin
Vikram A Punathambekar31-May-03 9:13
Vikram A Punathambekar31-May-03 9:13 
GeneralList Box Style Pin
georgiek5031-May-03 6:00
georgiek5031-May-03 6:00 
GeneralRe: List Box Style Pin
Ravi Bhavnani31-May-03 8:47
professionalRavi Bhavnani31-May-03 8:47 
GeneralCButton question Pin
rpadrela31-May-03 5:26
rpadrela31-May-03 5:26 
GeneralRe: CButton question Pin
valikac31-May-03 7:01
valikac31-May-03 7:01 
GeneralRe: CButton question Pin
Joan M1-Jun-03 21:01
professionalJoan M1-Jun-03 21:01 
QuestionHow can I terminate another application? Pin
ATC31-May-03 4:13
ATC31-May-03 4:13 
AnswerRe: How can I terminate another application? Pin
skaanji31-May-03 6:09
skaanji31-May-03 6:09 
GeneralRe: How can I terminate another application? Pin
Neville Franks31-May-03 12:39
Neville Franks31-May-03 12:39 
GeneralRe: How can I terminate another application? Pin
ATC1-Jun-03 5:09
ATC1-Jun-03 5:09 
GeneralRe: How can I terminate another application? Pin
ATC1-Jun-03 5:10
ATC1-Jun-03 5:10 
AnswerRe: How can I terminate another application? Pin
Neville Franks31-May-03 12:37
Neville Franks31-May-03 12:37 
GeneralRe: How can I terminate another application? Pin
ATC1-Jun-03 5:10
ATC1-Jun-03 5:10 

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.