Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvideo streaming "download and play" Pin
ACMTino18-Dec-05 12:22
ACMTino18-Dec-05 12:22 
AnswerRe: video streaming "download and play" Pin
vikas amin18-Dec-05 19:33
vikas amin18-Dec-05 19:33 
GeneralRe: video streaming "download and play" Pin
ACMTino19-Dec-05 2:11
ACMTino19-Dec-05 2:11 
QuestionCreating a window based on Dialog Template Pin
André RB18-Dec-05 12:18
André RB18-Dec-05 12:18 
AnswerRe: Creating a window based on Dialog Template Pin
PJ Arends18-Dec-05 12:33
professionalPJ Arends18-Dec-05 12:33 
QuestionGet window handle? Pin
Lord Kixdemp18-Dec-05 12:01
Lord Kixdemp18-Dec-05 12:01 
AnswerRe: Get window handle? Pin
PJ Arends18-Dec-05 12:23
professionalPJ Arends18-Dec-05 12:23 
GeneralRe: Get window handle? Pin
Lord Kixdemp18-Dec-05 13:47
Lord Kixdemp18-Dec-05 13:47 
Hmm? None worked... Hmmm | :|

SetDlgItemText(m_hWnd, nID, ...
m_hWnd doesn't exist...

SetDlgItemText(GetSafeHwnd(), nID, ...
GetSafeHwnd() neither... I looked it up and it came out to be a member of CWnd, but it's not static... Unsure | :~

SetDlgItemText(*this, nID, ...
error C2664: 'SetDlgItemTextA' : cannot convert parameter 1 from 'CMazzeeMapGrouperApp' to 'HWND'

SetDlgItemText(nID, ...
Doesn't exist either... Frown | :(

Do you know of another way? Thanks! Wink | ;-)

Lord Kixdemp
www.SulfurMidis.com
www.SulfurSoft.tk
[ftp://][http://][hotline://]tsfc.ath.cx
GeneralRe: Get window handle? Pin
Lord Kixdemp18-Dec-05 16:36
Lord Kixdemp18-Dec-05 16:36 
QuestionHow to detect screen saver Pin
PJ Arends18-Dec-05 12:00
professionalPJ Arends18-Dec-05 12:00 
AnswerRe: How to detect screen saver Pin
Owner drawn18-Dec-05 18:21
Owner drawn18-Dec-05 18:21 
GeneralRe: How to detect screen saver Pin
PJ Arends18-Dec-05 20:42
professionalPJ Arends18-Dec-05 20:42 
QuestionMemory assertion with std::vector .. Pin
selecta18-Dec-05 8:49
selecta18-Dec-05 8:49 
AnswerRe: Memory assertion with std::vector .. Pin
Jörgen Sigvardsson18-Dec-05 8:56
Jörgen Sigvardsson18-Dec-05 8:56 
GeneralRe: Memory assertion with std::vector .. Pin
selecta18-Dec-05 10:25
selecta18-Dec-05 10:25 
GeneralRe: Memory assertion with std::vector .. Pin
Jörgen Sigvardsson18-Dec-05 10:29
Jörgen Sigvardsson18-Dec-05 10:29 
GeneralRe: Memory assertion with std::vector .. Pin
selecta18-Dec-05 11:03
selecta18-Dec-05 11:03 
GeneralRe: Memory assertion with std::vector .. Pin
Jörgen Sigvardsson18-Dec-05 11:15
Jörgen Sigvardsson18-Dec-05 11:15 
GeneralRe: Memory assertion with std::vector .. Pin
selecta18-Dec-05 11:23
selecta18-Dec-05 11:23 
GeneralRe: Memory assertion with std::vector .. Pin
Jörgen Sigvardsson18-Dec-05 11:30
Jörgen Sigvardsson18-Dec-05 11:30 
GeneralRe: Memory assertion with std::vector .. Pin
PJ Arends18-Dec-05 12:17
professionalPJ Arends18-Dec-05 12:17 
GeneralRe: Memory assertion with std::vector .. Pin
selecta18-Dec-05 13:24
selecta18-Dec-05 13:24 
QuestionHow to interface PC Addon Cards using vc++ Pin
sreewiz18-Dec-05 6:24
sreewiz18-Dec-05 6:24 
QuestionOverride ListCtrl automatic horizontal scrolling on Left/Right KeyDown Pin
Maverick18-Dec-05 4:59
Maverick18-Dec-05 4:59 
QuestionPublishing an Visual C++ Exe Pin
Tazzu18-Dec-05 4:12
Tazzu18-Dec-05 4:12 

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.