Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode and Rich Edit Control Pin
Michael Schubert23-Oct-09 10:45
Michael Schubert23-Oct-09 10:45 
QuestionCHAR[260] to char* Pin
Nicola Curran23-Oct-09 4:56
Nicola Curran23-Oct-09 4:56 
AnswerRe: CHAR[260] to char* Pin
Rajesh R Subramanian23-Oct-09 5:03
professionalRajesh R Subramanian23-Oct-09 5:03 
GeneralRe: CHAR[260] to char* Pin
Nicola Curran23-Oct-09 5:14
Nicola Curran23-Oct-09 5:14 
AnswerRe: CHAR[260] to char* Pin
David Crow23-Oct-09 5:12
David Crow23-Oct-09 5:12 
GeneralRe: CHAR[260] to char* Pin
Nicola Curran23-Oct-09 5:21
Nicola Curran23-Oct-09 5:21 
GeneralRe: CHAR[260] to char* Pin
David Crow23-Oct-09 5:27
David Crow23-Oct-09 5:27 
AnswerRe: CHAR[260] to char* Pin
Richard MacCutchan23-Oct-09 5:14
mveRichard MacCutchan23-Oct-09 5:14 
This field is actually defined as TCHAR szExeFile[MAX_PATH];, where TCHAR is either an ASCII or wide character depending on your configuration type (although the doc implies Unicode only). Assuming that you are using this in conjunction with Process32First()/Process32Next() then each call will return the exe path name in this field. If you then wish to store these names in an array you will need to copy them to a new buffer whose address is stored in the array. If your code is non-unicode then you will also need to convert the strings from Unicode to mbcs types.
GeneralRe: CHAR[260] to char* Pin
Nicola Curran23-Oct-09 5:16
Nicola Curran23-Oct-09 5:16 
GeneralRe: CHAR[260] to char* Pin
Richard MacCutchan23-Oct-09 5:41
mveRichard MacCutchan23-Oct-09 5:41 
QuestionCreate baloon for navigation icon which contain controls and handle these controls Pin
KSagar23-Oct-09 4:30
KSagar23-Oct-09 4:30 
AnswerRe: Create baloon for navigation icon which contain controls and handle these controls Pin
Richard MacCutchan23-Oct-09 5:03
mveRichard MacCutchan23-Oct-09 5:03 
AnswerRe: Create baloon for navigation icon which contain controls and handle these controls Pin
Iain Clarke, Warrior Programmer23-Oct-09 5:46
Iain Clarke, Warrior Programmer23-Oct-09 5:46 
Questioncan not populate multiple cell in excel by passing array from c++ XLL and usong xloper Pin
malayhk 23-Oct-09 3:24
malayhk 23-Oct-09 3:24 
Questionhow to set position of media player on anywhere on dialog box Pin
prerananit23-Oct-09 2:43
prerananit23-Oct-09 2:43 
AnswerRe: how to set position of media player on anywhere on dialog box Pin
Hans Dietrich23-Oct-09 2:54
mentorHans Dietrich23-Oct-09 2:54 
QuestionMirror Driver Pin
javad_200523-Oct-09 2:21
javad_200523-Oct-09 2:21 
AnswerRe: Mirror Driver Pin
Randor 23-Oct-09 2:34
professional Randor 23-Oct-09 2:34 
GeneralRe: Mirror Driver Pin
javad_200524-Oct-09 22:57
javad_200524-Oct-09 22:57 
GeneralRe: Mirror Driver Pin
Randor 25-Oct-09 23:36
professional Randor 25-Oct-09 23:36 
Questioncreate tentative of connection Pin
MrKBA23-Oct-09 1:47
MrKBA23-Oct-09 1:47 
QuestionCan VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Neil Urquhart23-Oct-09 1:41
Neil Urquhart23-Oct-09 1:41 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Randor 23-Oct-09 2:28
professional Randor 23-Oct-09 2:28 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 [modified] Whoops! Pin
Richard MacCutchan23-Oct-09 2:37
mveRichard MacCutchan23-Oct-09 2:37 
QuestionRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
David Crow23-Oct-09 2:46
David Crow23-Oct-09 2:46 

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.