Click here to Skip to main content
15,886,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can somebody explain these lines for me? Pin
Mazdak25-Sep-02 22:21
Mazdak25-Sep-02 22:21 
AnswerRe: Can somebody explain these lines for me? Pin
Steve S25-Sep-02 21:46
Steve S25-Sep-02 21:46 
GeneralRe: Can somebody explain these lines for me? Pin
Mazdak25-Sep-02 22:20
Mazdak25-Sep-02 22:20 
Generallistbox question Pin
Mazdak25-Sep-02 20:59
Mazdak25-Sep-02 20:59 
GeneralRe: listbox question Pin
Roman Fadeyev25-Sep-02 23:35
Roman Fadeyev25-Sep-02 23:35 
GeneralRe: listbox question Pin
Mazdak25-Sep-02 23:50
Mazdak25-Sep-02 23:50 
GeneralCString Unicode Problem! Pin
Daniel Strigl25-Sep-02 20:49
Daniel Strigl25-Sep-02 20:49 
GeneralRe: CString Unicode Problem! Pin
567890123425-Sep-02 20:54
567890123425-Sep-02 20:54 
Third parameter of WriteFile is buffer size in bytes. sizeof(char) in UNICODE is 2. In both cases you should write:
WriteFile(hFile, str, str.GetLength() * sizeof(TCHAR), ...
GeneralRe: CString Unicode Problem! Pin
Daniel Strigl25-Sep-02 21:08
Daniel Strigl25-Sep-02 21:08 
GeneralRecent File List help Pin
Chou25-Sep-02 19:18
Chou25-Sep-02 19:18 
GeneralRe: Recent File List help Pin
Steve S25-Sep-02 22:04
Steve S25-Sep-02 22:04 
GeneralRe: Recent File List help Pin
Chou25-Sep-02 22:43
Chou25-Sep-02 22:43 
GeneralRe: Recent File List help Pin
Steve S25-Sep-02 23:00
Steve S25-Sep-02 23:00 
GeneralRe: Recent File List help Pin
Chou25-Sep-02 23:35
Chou25-Sep-02 23:35 
GeneralRe: Recent File List help Pin
Steve S25-Sep-02 23:37
Steve S25-Sep-02 23:37 
GeneralDialog in a DLL Pin
DarrollWalsh25-Sep-02 18:30
DarrollWalsh25-Sep-02 18:30 
GeneralRe: Dialog in a DLL Pin
RedZenBird25-Sep-02 18:59
RedZenBird25-Sep-02 18:59 
GeneralRe: Dialog in a DLL Pin
DarrollWalsh25-Sep-02 20:10
DarrollWalsh25-Sep-02 20:10 
GeneralFile properties Pin
Bugra Barin25-Sep-02 18:10
Bugra Barin25-Sep-02 18:10 
GeneralRe: File properties Pin
RedZenBird25-Sep-02 19:08
RedZenBird25-Sep-02 19:08 
GeneralRe: File properties Pin
Bugra Barin25-Sep-02 20:37
Bugra Barin25-Sep-02 20:37 
GeneralRe: File properties Pin
Steve S25-Sep-02 22:01
Steve S25-Sep-02 22:01 
GeneralRe: File properties Pin
Jawache25-Sep-02 23:08
Jawache25-Sep-02 23:08 
QuestionWhere Can I get C/C++ API docs? Pin
shi25-Sep-02 17:49
shi25-Sep-02 17:49 
AnswerRe: Where Can I get C/C++ API docs? Pin
Christian Graus25-Sep-02 17:59
protectorChristian Graus25-Sep-02 17:59 

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.