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

C / C++ / MFC

 
AnswerRe: Combo box in CListCtrl Pin
prasad_som26-Mar-07 1:31
prasad_som26-Mar-07 1:31 
AnswerRe: Combo box in CListCtrl Pin
Nibu babu thomas26-Mar-07 1:32
Nibu babu thomas26-Mar-07 1:32 
QuestionI removed default hover behavior in my toolbar. Can I get it back? Pin
maxmaven25-Mar-07 23:43
maxmaven25-Mar-07 23:43 
AnswerRe: I removed default hover behavior in my toolbar. Can I get it back? Pin
Nibu babu thomas26-Mar-07 0:23
Nibu babu thomas26-Mar-07 0:23 
GeneralRe: I removed default hover behavior in my toolbar. Can I get it back? Pin
maxmaven26-Mar-07 1:41
maxmaven26-Mar-07 1:41 
GeneralRe: I removed default hover behavior in my toolbar. Can I get it back? Pin
maxmaven26-Mar-07 2:00
maxmaven26-Mar-07 2:00 
GeneralThanks, I will learn from a book I have Pin
maxmaven26-Mar-07 2:04
maxmaven26-Mar-07 2:04 
QuestionRedraw Controls Pin
baerten25-Mar-07 23:11
baerten25-Mar-07 23:11 
Hi everybody,

i still have a problem with the redraw of controls.

The Return-Key on a Grid provokes a switch of the view in the current Tab(of the TabControl)
The new view will be created, drawn, all ok.

I switch to another application (firefox for example) then i return to my application and the Grid is invisible. Sizing the frame provokes a OnSize and the all controls will be redrawn, the grid is already visible(drawn)

Now, i removed the Line "Grid->RedrawWindow(...);" from out the OnEraseBgnd-Handler.
The problem is solved, but now i have the initial problem :

At creation, the grid will be created and correctly drawn, then if a Thread has extracted all informations, the grid will be filled with the data.

Just at this time, the grid disappears.
It could be a problem of the grid, but i don't think so, because i have the same effect with textboxes.

The textbox which gets the focus during initialisation, will not be drawn Sigh | :sigh:

Does anyone has an idea?

Big thanks Smile | :)
QuestionHow to connect to SQL Server with MFC? Pin
jerome_data25-Mar-07 22:44
jerome_data25-Mar-07 22:44 
AnswerRe: How to connect to SQL Server with MFC? Pin
Eytukan25-Mar-07 23:12
Eytukan25-Mar-07 23:12 
QuestionRe: How to connect to SQL Server with MFC? Pin
David Crow26-Mar-07 3:05
David Crow26-Mar-07 3:05 
QuestionHow to call a c++ function with pointer parameters in VB? Pin
eat_union25-Mar-07 22:21
eat_union25-Mar-07 22:21 
Questionfinding different data types used inside if() Pin
rp_suman25-Mar-07 22:05
rp_suman25-Mar-07 22:05 
AnswerRe: finding different data types used inside if() Pin
San246826-Mar-07 4:35
San246826-Mar-07 4:35 
GeneralRe: finding different data types used inside if() Pin
rp_suman26-Mar-07 14:06
rp_suman26-Mar-07 14:06 
GeneralRe: finding different data types used inside if() Pin
San246826-Mar-07 20:50
San246826-Mar-07 20:50 
QuestionBHO in VB.NET Pin
Xavier Laurent25-Mar-07 21:18
Xavier Laurent25-Mar-07 21:18 
AnswerRe: BHO in VB.NET Pin
Eytukan25-Mar-07 23:05
Eytukan25-Mar-07 23:05 
QuestionWhich library (SDK) for exchange server? Pin
Banks K25-Mar-07 20:42
Banks K25-Mar-07 20:42 
QuestionAdapter type Pin
deeps_cute25-Mar-07 20:18
deeps_cute25-Mar-07 20:18 
AnswerRe: Adapter type Pin
dream rain25-Mar-07 23:19
dream rain25-Mar-07 23:19 
QuestionCan I debug commad line argument Module? Pin
amitmistry_petlad 25-Mar-07 19:25
amitmistry_petlad 25-Mar-07 19:25 
AnswerRe: Can I debug commad line argument Module? Pin
Cedric Moonen25-Mar-07 20:16
Cedric Moonen25-Mar-07 20:16 
GeneralRe: Can I debug commad line argument Module? Pin
amitmistry_petlad 25-Mar-07 20:22
amitmistry_petlad 25-Mar-07 20:22 
GeneralRe: Can I debug commad line argument Module? Pin
Cedric Moonen25-Mar-07 20:34
Cedric Moonen25-Mar-07 20:34 

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.