Click here to Skip to main content
16,012,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CImageList::Draw() Pin
Roger Allen18-May-04 4:37
Roger Allen18-May-04 4:37 
GeneralRe: CImageList::Draw() Pin
alex.barylski18-May-04 6:59
alex.barylski18-May-04 6:59 
GeneralCTreeCtrl and Checkboxes Pin
mmica18-May-04 0:48
mmica18-May-04 0:48 
GeneralRe: CTreeCtrl and Checkboxes Pin
jmkhael18-May-04 0:59
jmkhael18-May-04 0:59 
GeneralRe: CTreeCtrl and Checkboxes Pin
birdtable18-May-04 10:34
birdtable18-May-04 10:34 
GeneralHWND in Dialog based application Pin
-alok-18-May-04 0:07
suss-alok-18-May-04 0:07 
GeneralRe: HWND in Dialog based application Pin
jmkhael18-May-04 0:24
jmkhael18-May-04 0:24 
GeneralRe: HWND in Dialog based application Pin
Roger Stoltz18-May-04 0:39
Roger Stoltz18-May-04 0:39 
m_hWnd is a member of the CWnd class, hence it is a member of all derived classes, including CDialog and its derivatives. In a doc/view application you've got at least two windows, the mainframe and the view, with window handles of their own.
In a dialog based application you've got at least one window, the class derived from CDialog, with its own window handle. Each control you create in the dialog is a window and they all have their own window handles.
What I mean is just to be careful, the window handle you are trying to use might not be the one you think you are using.

What are you trying to do? There may be another approach to the problem.

--
Roger
GeneralRe: HWND in Dialog based application Pin
David Crow18-May-04 2:24
David Crow18-May-04 2:24 
GeneralRe: HWND in Dialog based application Pin
-alok-18-May-04 15:55
suss-alok-18-May-04 15:55 
GeneralRe: HWND in Dialog based application Pin
Roger Stoltz18-May-04 23:22
Roger Stoltz18-May-04 23:22 
GeneralRe: HWND in Dialog based application Pin
David Crow19-May-04 2:19
David Crow19-May-04 2:19 
QuestionHow to tell the length of an SSL Stream... ? Pin
Peejay17-May-04 22:58
Peejay17-May-04 22:58 
AnswerRe: How to tell the length of an SSL Stream... ? Pin
toxcct18-May-04 2:49
toxcct18-May-04 2:49 
GeneralRe: How to tell the length of an SSL Stream... ? Pin
Peejay18-May-04 3:13
Peejay18-May-04 3:13 
GeneralRe: How to tell the length of an SSL Stream... ? Pin
toxcct18-May-04 3:33
toxcct18-May-04 3:33 
Questionhow the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
**bamboo**17-May-04 22:02
**bamboo**17-May-04 22:02 
AnswerRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
toxcct17-May-04 22:15
toxcct17-May-04 22:15 
GeneralRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
**bamboo**17-May-04 22:21
**bamboo**17-May-04 22:21 
GeneralRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
toxcct17-May-04 22:38
toxcct17-May-04 22:38 
GeneralRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
**bamboo**17-May-04 22:41
**bamboo**17-May-04 22:41 
AnswerRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
Prakash Nadar17-May-04 22:25
Prakash Nadar17-May-04 22:25 
AnswerRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
**bamboo**17-May-04 22:34
**bamboo**17-May-04 22:34 
GeneralRe: how the tcp server retrieve the clients which connected to it? (help..help...help..) Pin
Prakash Nadar17-May-04 23:00
Prakash Nadar17-May-04 23:00 
QuestionHow to select a folder in vc++(MFC) Pin
shiva shankar17-May-04 21:45
shiva shankar17-May-04 21:45 

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.