Click here to Skip to main content
15,899,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: csv file problem Pin
Eugen Podsypalnikov1-Apr-10 0:54
Eugen Podsypalnikov1-Apr-10 0:54 
GeneralRe: csv file problem Pin
Moak1-Apr-10 1:45
Moak1-Apr-10 1:45 
AnswerRe: csv file problem Pin
«_Superman_»1-Apr-10 0:58
professional«_Superman_»1-Apr-10 0:58 
GeneralRe: csv file problem Pin
Member 5903101-Apr-10 1:03
Member 5903101-Apr-10 1:03 
GeneralRe: csv file problem Pin
Eugen Podsypalnikov1-Apr-10 1:11
Eugen Podsypalnikov1-Apr-10 1:11 
GeneralRe: csv file problem Pin
Member 5903101-Apr-10 1:12
Member 5903101-Apr-10 1:12 
GeneralRe: csv file problem Pin
Member 5903101-Apr-10 1:18
Member 5903101-Apr-10 1:18 
QuestionMainFrame SetRedraw to false before Child Closing Pin
baerten1-Apr-10 0:14
baerten1-Apr-10 0:14 
Hello everybody,

in my MDI application, I use a theApp.MainFrame->SetRedraw(FALSE); to freeze the mainframe during the child window creation, to avoid creation flickering.

When I close the child, I use the same technique.
If the user hits the ESC key, I make the theApp.MainFrame->SetRedraw(FALSE); then I close the child.

This technique works great for the creation of the child, but at the destruction it makes a big error.
The mainframe seems transparent for all kind of inputs.
The mainframe is correctly redrawn but mouse and key inputs are directly send to the window "under" my application (Visual Studio when i debug, for example) and this other window gets the focus.

Has anyone an idea?

Big thanks
AnswerRe: MainFrame SetRedraw to false before Child Closing Pin
Eugen Podsypalnikov1-Apr-10 0:33
Eugen Podsypalnikov1-Apr-10 0:33 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
baerten1-Apr-10 0:44
baerten1-Apr-10 0:44 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
Eugen Podsypalnikov1-Apr-10 0:48
Eugen Podsypalnikov1-Apr-10 0:48 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
baerten1-Apr-10 4:10
baerten1-Apr-10 4:10 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
Eugen Podsypalnikov1-Apr-10 4:26
Eugen Podsypalnikov1-Apr-10 4:26 
Questiontypecasting in std::vector type Pin
A&Ms31-Mar-10 23:55
A&Ms31-Mar-10 23:55 
AnswerRe: typecasting in std::vector type Pin
Eugen Podsypalnikov1-Apr-10 0:12
Eugen Podsypalnikov1-Apr-10 0:12 
GeneralRe: typecasting in std::vector type Pin
A&Ms1-Apr-10 0:14
A&Ms1-Apr-10 0:14 
GeneralRe: typecasting in std::vector type Pin
Eugen Podsypalnikov1-Apr-10 0:19
Eugen Podsypalnikov1-Apr-10 0:19 
AnswerRe: typecasting in std::vector type Pin
Stuart Dootson1-Apr-10 0:15
professionalStuart Dootson1-Apr-10 0:15 
QuestionDraw filled circle Pin
Anu_Bala31-Mar-10 23:48
Anu_Bala31-Mar-10 23:48 
AnswerRe: Draw filled circle Pin
«_Superman_»31-Mar-10 23:50
professional«_Superman_»31-Mar-10 23:50 
GeneralRe: Draw filled circle Pin
Anu_Bala31-Mar-10 23:54
Anu_Bala31-Mar-10 23:54 
GeneralRe: Draw filled circle Pin
«_Superman_»31-Mar-10 23:55
professional«_Superman_»31-Mar-10 23:55 
AnswerRe: Draw filled circle Pin
LittleYellowBird1-Apr-10 1:14
LittleYellowBird1-Apr-10 1:14 
AnswerRe: Draw filled circle Pin
Mohan Ramachandra1-Apr-10 1:15
Mohan Ramachandra1-Apr-10 1:15 
AnswerRe: Draw filled circle Pin
KarstenK1-Apr-10 2:11
mveKarstenK1-Apr-10 2:11 

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.