Click here to Skip to main content
15,887,676 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiontruncation of folder Pin
Anilkumar K V31-Jan-07 22:40
Anilkumar K V31-Jan-07 22:40 
AnswerRe: truncation of folder Pin
Christian Graus31-Jan-07 22:49
protectorChristian Graus31-Jan-07 22:49 
GeneralRe: truncation of folder Pin
Anilkumar K V31-Jan-07 23:36
Anilkumar K V31-Jan-07 23:36 
QuestionWireless comm. through Wi Fi Pin
Member 378391131-Jan-07 22:29
Member 378391131-Jan-07 22:29 
AnswerRe: Wireless comm. through Wi Fi Pin
Christian Graus31-Jan-07 22:43
protectorChristian Graus31-Jan-07 22:43 
AnswerRe: Wireless comm. through Wi Fi Pin
Waldermort1-Feb-07 2:11
Waldermort1-Feb-07 2:11 
AnswerRe: Wireless comm. through Wi Fi Pin
Hamid_RT1-Feb-07 20:34
Hamid_RT1-Feb-07 20:34 
QuestionChild windows Pin
NorGUI31-Jan-07 22:15
NorGUI31-Jan-07 22:15 
Hello,

I am working with MFC and I have a derived class CWnd that contain mutiple CCombox. I do not understand wath happend wenn I hide the CWnd I have looked into OnShowWindow from the combobox and it come never there but wenn I hide the CWnd the combobox are also hided.

I use the scroll fonctionality to move all Combobox wenn the is more as the CWnd height. Wenn the scroll position as changeg I Redraw all Combobox with MoveWindow(new position) and I Invalidate the rectangle from the CWnd. All combobox are redraw but the CWnd do not refresh or clean totaly the screen and some combobox are present in the screen but not any more existing.

Combobox create like:

this is the CWnd

Create(WS_CHILD|WS_VISIBLE|WS_VSCROLL|CBS_DROPDOWNLIST,CRect(0,0,200,30), this, i*100);

What happend with child window and what I try to fix my problem.

Thank you



AutreChien
AnswerRe: Child windows Pin
Hamid_RT1-Feb-07 0:28
Hamid_RT1-Feb-07 0:28 
GeneralRe: Child windows Pin
NorGUI1-Feb-07 0:50
NorGUI1-Feb-07 0:50 
QuestionHow to kill Parent and child processes togather Pin
dvsr31-Jan-07 22:14
dvsr31-Jan-07 22:14 
AnswerRe: How to kill Apache Pin
Roger Stoltz31-Jan-07 23:21
Roger Stoltz31-Jan-07 23:21 
AnswerRe: How to kill Parent and child processes togather Pin
Hamid_RT1-Feb-07 0:27
Hamid_RT1-Feb-07 0:27 
GeneralRe: How to kill Parent and child processes togather Pin
dvsr1-Feb-07 0:33
dvsr1-Feb-07 0:33 
GeneralRe: How to kill Parent and child processes togather Pin
Hamid_RT1-Feb-07 20:42
Hamid_RT1-Feb-07 20:42 
Questioni hope this question can be asked here Pin
kalaveer31-Jan-07 21:56
kalaveer31-Jan-07 21:56 
AnswerRe: i hope this question can be asked here Pin
Don Box31-Jan-07 22:19
Don Box31-Jan-07 22:19 
AnswerRe: i hope this question can be asked here Pin
Christian Graus31-Jan-07 22:48
protectorChristian Graus31-Jan-07 22:48 
QuestionList control width problem in MFC Pin
pandyapunita31-Jan-07 20:35
pandyapunita31-Jan-07 20:35 
AnswerRe: List control width problem in MFC Pin
Naveen31-Jan-07 21:02
Naveen31-Jan-07 21:02 
GeneralRe: List control width problem in MFC Pin
pandyapunita31-Jan-07 22:38
pandyapunita31-Jan-07 22:38 
GeneralRe: List control width problem in MFC Pin
pandyapunita1-Feb-07 2:54
pandyapunita1-Feb-07 2:54 
GeneralRe: List control width problem in MFC Pin
Naveen1-Feb-07 16:20
Naveen1-Feb-07 16:20 
GeneralRe: List control width problem in MFC Pin
pandyapunita1-Feb-07 18:28
pandyapunita1-Feb-07 18:28 
GeneralRe: List control width problem in MFC Pin
Naveen1-Feb-07 19:06
Naveen1-Feb-07 19:06 

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.