Click here to Skip to main content
15,915,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: modeless dialog in the client area of MDI-application Pin
Maximilien20-Mar-07 9:10
Maximilien20-Mar-07 9:10 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 5:27
Franken20-Mar-07 5:27 
AnswerRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 9:20
Mark Salsbery20-Mar-07 9:20 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 15:13
Franken20-Mar-07 15:13 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 16:15
Mark Salsbery20-Mar-07 16:15 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 16:20
Mark Salsbery20-Mar-07 16:20 
AnswerRe: modeless dialog in the client area of MDI-application Pin
David Crow20-Mar-07 10:03
David Crow20-Mar-07 10:03 
QuestionDisplay Problem [modified] Pin
baerten20-Mar-07 1:48
baerten20-Mar-07 1:48 
Hi,

after playing with some LockWindowUpdate / UnlockWindowUpdate and SetRedraw(FALSE) / SetRedraw()

i have a problem with a view, a grid on this view disappears after drawing.
I removed all LockWindowUpdates,Unlock,SetRedraws and the problem is still there.

I added a this->RedrawWindow(); at the end of the initialisation but this line
erases the hole view,the grid and all other components ( it will be redrawn if the MainForm will be minimized/restored)
It seems as the Invalidations are working inverted Unsure | :~

big thanks in advance


-- modified at 7:55 Tuesday 20th March, 2007

I removed the line where i add the row to the grid and all is ok.
I re-insert the line and the Grid becomes invisible(not drawn)

But i have nothing changed at the grid, at the moment i have so strange problems Confused | :confused: Confused | :confused:

The same with a class which i allocate in a thread and delete at the end of the function.
If i set 0 to a variable, the debugheap is corrupted at the destruction of the element.
if i dont set a value to the variable, i don't get an error...



QuestionRe: Display Problem Pin
baerten20-Mar-07 3:04
baerten20-Mar-07 3:04 
QuestionMultiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 1:34
PatrykDabrowski20-Mar-07 1:34 
AnswerRe: Multiple CDC::SelectObject() Pin
CPallini20-Mar-07 1:39
mveCPallini20-Mar-07 1:39 
GeneralRe: Multiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 1:46
PatrykDabrowski20-Mar-07 1:46 
AnswerRe: Multiple CDC::SelectObject() Pin
pri_skit20-Mar-07 1:54
pri_skit20-Mar-07 1:54 
QuestionRe: Multiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 2:06
PatrykDabrowski20-Mar-07 2:06 
GeneralRe: Multiple CDC::SelectObject() Pin
Parthi_Appu20-Mar-07 2:24
Parthi_Appu20-Mar-07 2:24 
QuestionRe: Multiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 2:39
PatrykDabrowski20-Mar-07 2:39 
JokeRe: Multiple CDC::SelectObject() Pin
CPallini20-Mar-07 2:45
mveCPallini20-Mar-07 2:45 
GeneralRe: Multiple CDC::SelectObject() Pin
toxcct20-Mar-07 3:14
toxcct20-Mar-07 3:14 
GeneralRe: Multiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 3:19
PatrykDabrowski20-Mar-07 3:19 
GeneralRe: Multiple CDC::SelectObject() Pin
toxcct20-Mar-07 3:25
toxcct20-Mar-07 3:25 
GeneralRe: Multiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 3:47
PatrykDabrowski20-Mar-07 3:47 
GeneralRe: Multiple CDC::SelectObject() Pin
toxcct20-Mar-07 3:51
toxcct20-Mar-07 3:51 
AnswerRe: Multiple CDC::SelectObject() Pin
Parthi_Appu20-Mar-07 2:49
Parthi_Appu20-Mar-07 2:49 
QuestionMicrosoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 1:06
Programm3r20-Mar-07 1:06 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
toxcct20-Mar-07 1:13
toxcct20-Mar-07 1:13 

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.