Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How Copy TCHAR* Buff into CString Variable Pin
prasad_som26-Mar-07 1:57
prasad_som26-Mar-07 1:57 
GeneralRe: How Copy TCHAR* Buff into CString Variable Pin
David Crow26-Mar-07 2:56
David Crow26-Mar-07 2:56 
GeneralRe: How Copy TCHAR* Buff into CString Variable Pin
aaaan6-Jul-07 2:23
aaaan6-Jul-07 2:23 
QuestionRe: How Copy TCHAR* Buff into CString Variable Pin
David Crow6-Jul-07 2:37
David Crow6-Jul-07 2:37 
AnswerRe: How Copy TCHAR* Buff into CString Variable Pin
aaaan6-Jul-07 2:58
aaaan6-Jul-07 2:58 
QuestionRe: How Copy TCHAR* Buff into CString Variable Pin
David Crow6-Jul-07 3:09
David Crow6-Jul-07 3:09 
QuestionRich Edit [modified] Pin
Shin-Ra26-Mar-07 1:25
Shin-Ra26-Mar-07 1:25 
QuestionRe: Rich Edit Pin
Shin-Ra26-Mar-07 2:56
Shin-Ra26-Mar-07 2:56 
AnswerRe: Rich Edit Pin
David Crow26-Mar-07 3:02
David Crow26-Mar-07 3:02 
GeneralRe: Rich Edit Pin
Shin-Ra26-Mar-07 3:45
Shin-Ra26-Mar-07 3:45 
QuestionRe: Rich Edit Pin
David Crow26-Mar-07 3:51
David Crow26-Mar-07 3:51 
GeneralRe: Rich Edit Pin
Mark Salsbery26-Mar-07 10:13
Mark Salsbery26-Mar-07 10:13 
Questionwhat the meaning of return value of "EnumPrinterDataEx" Pin
mo_nica88126-Mar-07 1:12
mo_nica88126-Mar-07 1:12 
AnswerRe: what the meaning of return value of "EnumPrinterDataEx" Pin
prasad_som26-Mar-07 1:19
prasad_som26-Mar-07 1:19 
AnswerRe: what the meaning of return value of "EnumPrinterDataEx" Pin
CPallini26-Mar-07 1:26
mveCPallini26-Mar-07 1:26 
GeneralRe: what the meaning of return value of "EnumPrinterDataEx" Pin
mo_nica88126-Mar-07 2:38
mo_nica88126-Mar-07 2:38 
QuestionCombo box in CListCtrl Pin
Aryan S26-Mar-07 0:52
Aryan S26-Mar-07 0:52 
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 | :)

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.