Click here to Skip to main content
15,891,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC-- coding behind a button Pin
Hamid_RT18-Apr-08 18:15
Hamid_RT18-Apr-08 18:15 
QuestionRe: MFC-- coding behind a button Pin
David Crow19-Apr-08 3:39
David Crow19-Apr-08 3:39 
GeneralHWND nach LPCWSTR casten Pin
Rahvin18-Apr-08 9:11
Rahvin18-Apr-08 9:11 
GeneralRe: HWND nach LPCWSTR casten Pin
CPallini18-Apr-08 9:21
mveCPallini18-Apr-08 9:21 
GeneralRe: HWND nach LPCWSTR casten Pin
Garth J Lancaster18-Apr-08 13:36
professionalGarth J Lancaster18-Apr-08 13:36 
QuestionRe: HWND nach LPCWSTR casten Pin
CPallini18-Apr-08 22:14
mveCPallini18-Apr-08 22:14 
GeneralRe: HWND nach LPCWSTR casten Pin
Garth J Lancaster18-Apr-08 22:55
professionalGarth J Lancaster18-Apr-08 22:55 
GeneralRe: HWND nach LPCWSTR casten Pin
Randor 18-Apr-08 9:33
professional Randor 18-Apr-08 9:33 
Wirklich eine schlechte idee! (This is a really bad idea!)

wchar_t szHandle[] = L"123456";
LPCWSTR p = szHandle;
HWND h = (HWND)(HANDLE)(DWORD)_wtol(p);


Beste Wünsche,
-David Delaune
GeneralRe: HWND nach LPCWSTR casten Pin
Rahvin18-Apr-08 9:39
Rahvin18-Apr-08 9:39 
GeneralRe: HWND nach LPCWSTR casten Pin
peterchen18-Apr-08 23:31
peterchen18-Apr-08 23:31 
GeneralRe: HWND nach LPCWSTR casten Pin
Hamid_RT18-Apr-08 18:29
Hamid_RT18-Apr-08 18:29 
GeneralC++ casting/converting a class to its sibiling Pin
kk_mfc18-Apr-08 6:43
kk_mfc18-Apr-08 6:43 
GeneralRe: C++ casting/converting a class to its sibiling Pin
led mike18-Apr-08 6:55
led mike18-Apr-08 6:55 
GeneralRe: C++ casting/converting a class to its sibiling Pin
Matthew Faithfull18-Apr-08 6:59
Matthew Faithfull18-Apr-08 6:59 
GeneralRe: C++ casting/converting a class to its sibiling Pin
kk_mfc18-Apr-08 7:09
kk_mfc18-Apr-08 7:09 
GeneralRe: C++ casting/converting a class to its sibiling Pin
Hamid_RT18-Apr-08 18:28
Hamid_RT18-Apr-08 18:28 
GeneralSubclass popupmenu in another app Pin
Rahvin18-Apr-08 6:10
Rahvin18-Apr-08 6:10 
GeneralQuestion about CString Format Pin
KellyR18-Apr-08 5:19
KellyR18-Apr-08 5:19 
GeneralRe: Question about CString Format [modified] Pin
David Crow18-Apr-08 5:30
David Crow18-Apr-08 5:30 
GeneralRe: Question about CString Format Pin
CPallini18-Apr-08 5:35
mveCPallini18-Apr-08 5:35 
QuestionRe: Question about CString Format Pin
David Crow18-Apr-08 5:43
David Crow18-Apr-08 5:43 
GeneralRe: Question about CString Format Pin
KellyR18-Apr-08 5:50
KellyR18-Apr-08 5:50 
GeneralRe: Question about CString Format Pin
David Crow18-Apr-08 5:57
David Crow18-Apr-08 5:57 
GeneralRe: Question about CString Format Pin
CPallini18-Apr-08 6:32
mveCPallini18-Apr-08 6:32 
GeneralRe: Question about CString Format Pin
David Crow18-Apr-08 7:00
David Crow18-Apr-08 7:00 

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.