Click here to Skip to main content
16,013,747 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exception-Safe Copy Assignment Pin
led mike31-Mar-08 5:44
led mike31-Mar-08 5:44 
GeneralRe: Exception-Safe Copy Assignment Pin
George_George31-Mar-08 18:21
George_George31-Mar-08 18:21 
GeneralRe: Exception-Safe Copy Assignment Pin
led mike1-Apr-08 5:08
led mike1-Apr-08 5:08 
GeneralRe: Exception-Safe Copy Assignment Pin
George_George1-Apr-08 20:24
George_George1-Apr-08 20:24 
GeneralRe: Exception-Safe Copy Assignment Pin
led mike2-Apr-08 5:05
led mike2-Apr-08 5:05 
GeneralRe: Exception-Safe Copy Assignment Pin
George_George3-Apr-08 0:23
George_George3-Apr-08 0:23 
GeneralRe: Exception-Safe Copy Assignment Pin
George_George3-Apr-08 0:22
George_George3-Apr-08 0:22 
GeneralDesign Mode Slow Load Pin
W Balboos, GHB27-Mar-08 3:57
W Balboos, GHB27-Mar-08 3:57 
(Hopefully this is the right forum - This is all done in VC++.NET)


Sprinkled Throughout the various project I have are some where, if the design mode window is part of startup, it takes a rather long time for the project to be loaded. Similarly, if already opened, opening the design-mode window take a rather long time. I believe I know why it's happening, but I don't know how to stop it - and it can be very annoying.

Why I know:

1) Projects with database's attached (::SqlClient) are the worst offender - but not all of them.
2) A digital clock drop-in control I made, when put into a project, was actually ticking merrily away in the design mode window

I conclude that the horrid delay may be establishing (and timing out) of dBase connections.

Does anyone know how to disable this 'live' state of a project that, in my philosophy at least, should not be running?

For now, it's a catch-22: I can re-arrange the code and the items aren't intialized at this point - but that also means they're not on the designer window and that sort of defeats the whole purpose - which is having an open designer window.

Thanks, in advance,

Balboos

Notes: VS2003, VS2005, VS2008 .

"The difference between genius and stupidity is that genius has its limits." - Albert Einstein

"How do you find out if you're unwanted if everyone you try to ask tells you to go away?" - Balboos HaGadol



GeneralRe: Design Mode Slow Load Pin
led mike27-Mar-08 4:33
led mike27-Mar-08 4:33 
GeneralRe: Design Mode Slow Load Pin
W Balboos, GHB27-Mar-08 4:40
W Balboos, GHB27-Mar-08 4:40 
QuestionHow much i can Quote with 3 years experiance in VC++, MFC Pin
Royaltvk27-Mar-08 3:43
Royaltvk27-Mar-08 3:43 
AnswerRe: How much i can Quote with 3 years experiance in VC++, MFC Pin
David Crow27-Mar-08 4:06
David Crow27-Mar-08 4:06 
GeneralRe: How much i can Quote with 3 years experiance in VC++, MFC Pin
Royaltvk27-Mar-08 22:00
Royaltvk27-Mar-08 22:00 
QuestionHow to Effective Learn Visual C++ Pin
scene_8427-Mar-08 3:29
scene_8427-Mar-08 3:29 
AnswerRe: How to Effective Learn Visual C++ Pin
Rajesh R Subramanian27-Mar-08 3:34
professionalRajesh R Subramanian27-Mar-08 3:34 
GeneralRe: How to Effective Learn Visual C++ Pin
scene_8427-Mar-08 4:15
scene_8427-Mar-08 4:15 
QuestionWhy don't you Pin
CPallini27-Mar-08 4:22
mveCPallini27-Mar-08 4:22 
AnswerRe: How to Effective Learn Visual C++ Pin
CPallini27-Mar-08 3:49
mveCPallini27-Mar-08 3:49 
GeneralRe: How to Effective Learn Visual C++ Pin
scene_8427-Mar-08 4:10
scene_8427-Mar-08 4:10 
GeneralRe: How to Effective Learn Visual C++ Pin
CPallini27-Mar-08 4:20
mveCPallini27-Mar-08 4:20 
GeneralRe: How to Effective Learn Visual C++ Pin
scene_8427-Mar-08 4:37
scene_8427-Mar-08 4:37 
QuestionRe: How to Effective Learn Visual C++ Pin
David Crow27-Mar-08 5:28
David Crow27-Mar-08 5:28 
GeneralRe: How to Effective Learn Visual C++ Pin
CPallini27-Mar-08 5:42
mveCPallini27-Mar-08 5:42 
GeneralRe: How to Effective Learn Visual C++ Pin
jhwurmbach27-Mar-08 7:27
jhwurmbach27-Mar-08 7:27 
GeneralRe: How to Effective Learn Visual C++ Pin
CPallini29-Mar-08 23:31
mveCPallini29-Mar-08 23:31 

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.