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

C / C++ / MFC

 
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 
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 
Wenn Du den Handle-Wert als string anzeigen willst, geht das nicht über einen cast, sondern über eine explizite Umwandlung mit sprintf, CString::Format oder auch _itot, z.B.
<br />
CString s;<br />
s.Format("%Xh", hwnd);<br />


Es gibt übrigens auch ein sehtr gutes deutsches Forum: c-plusplus.de[^]. Sei aber vorsichtig im "reinen" "C++" - Forum - alles Sprachnazis Wink | ;)

We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist


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 
GeneralRe: Question about CString Format Pin
CPallini18-Apr-08 5:31
mveCPallini18-Apr-08 5:31 
AnswerRe: Question about CString Format Pin
KellyR18-Apr-08 5:49
KellyR18-Apr-08 5:49 

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.