Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncan not populate multiple cell in excel by passing array from c++ XLL and usong xloper Pin
malayhk 23-Oct-09 3:24
malayhk 23-Oct-09 3:24 
Questionhow to set position of media player on anywhere on dialog box Pin
prerananit23-Oct-09 2:43
prerananit23-Oct-09 2:43 
AnswerRe: how to set position of media player on anywhere on dialog box Pin
Hans Dietrich23-Oct-09 2:54
mentorHans Dietrich23-Oct-09 2:54 
QuestionMirror Driver Pin
javad_200523-Oct-09 2:21
javad_200523-Oct-09 2:21 
AnswerRe: Mirror Driver Pin
Randor 23-Oct-09 2:34
professional Randor 23-Oct-09 2:34 
GeneralRe: Mirror Driver Pin
javad_200524-Oct-09 22:57
javad_200524-Oct-09 22:57 
GeneralRe: Mirror Driver Pin
Randor 25-Oct-09 23:36
professional Randor 25-Oct-09 23:36 
Questioncreate tentative of connection Pin
MrKBA23-Oct-09 1:47
MrKBA23-Oct-09 1:47 
QuestionCan VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Neil Urquhart23-Oct-09 1:41
Neil Urquhart23-Oct-09 1:41 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Randor 23-Oct-09 2:28
professional Randor 23-Oct-09 2:28 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 [modified] Whoops! Pin
Richard MacCutchan23-Oct-09 2:37
mveRichard MacCutchan23-Oct-09 2:37 
QuestionRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
David Crow23-Oct-09 2:46
David Crow23-Oct-09 2:46 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Richard MacCutchan23-Oct-09 3:03
mveRichard MacCutchan23-Oct-09 3:03 
GeneralRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Neil Urquhart23-Oct-09 4:41
Neil Urquhart23-Oct-09 4:41 
GeneralRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Richard MacCutchan23-Oct-09 5:02
mveRichard MacCutchan23-Oct-09 5:02 
QuestionHow to get WPARAM from SendMessage? Pin
002comp23-Oct-09 1:29
002comp23-Oct-09 1:29 
AnswerRe: How to get WPARAM from SendMessage? Pin
Cedric Moonen23-Oct-09 1:38
Cedric Moonen23-Oct-09 1:38 
GeneralRe: How to get WPARAM from SendMessage? Pin
002comp23-Oct-09 1:44
002comp23-Oct-09 1:44 
GeneralRe: How to get WPARAM from SendMessage? Pin
Cedric Moonen23-Oct-09 2:30
Cedric Moonen23-Oct-09 2:30 
AnswerRe: How to get WPARAM from SendMessage? Pin
Richard MacCutchan23-Oct-09 2:53
mveRichard MacCutchan23-Oct-09 2:53 
QuestionHow to Add Notification icon? Pin
KSagar23-Oct-09 0:57
KSagar23-Oct-09 0:57 
AnswerRe: How to Add Notification icon? Pin
Rajesh R Subramanian23-Oct-09 1:06
professionalRajesh R Subramanian23-Oct-09 1:06 
AnswerRe: How to Add Notification icon? Pin
Kushagra Tiwari23-Oct-09 1:07
Kushagra Tiwari23-Oct-09 1:07 
QuestionWS_CHILD CWnd WS_HSCROLL WS_VSCROLL display Problem Pin
rob_toutant23-Oct-09 0:11
rob_toutant23-Oct-09 0:11 
I have a CWnd Derived window. I have added several Child windows.
[main window]
[title_win]<-child window
[main_view_win]<-child window

I create the child window [main_view_win] using WS_CHILD|WS_VISIBLE|WS_HSCROLL|WS_VSCROLL the scroll bar exists and works however there are two problems.
problem one.
the scroll bar buttons initially are not drawn. ( thumb and middle part are drawn ) Once they are clicked on they are drawn properly.
when the child window [main_view_win] is covered by another window ( for example notepad ) the scrollbar's do not redraw until they are physically clicked on.

I have tried the following with no luck.
Made sure no other child window was overlapping.
Tried with clipchildren clip siblings turned on
turn off all painting functions to make sure i was not doing something stupid.
turned on and off erase background.

I did a quick test adding a scrollbar as a seperate child window and it worked just fine.

I was about to change my code ,illiminating the WS_VSCROLL and WS_HSCROLL, then I thought the smart people of codeproject might know what is happening.
AnswerRe: WS_CHILD CWnd WS_HSCROLL WS_VSCROLL display Problem Pin
Hans Dietrich23-Oct-09 3:32
mentorHans Dietrich23-Oct-09 3:32 

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.