Click here to Skip to main content
15,916,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Design Mode Slow Load Pin
led mike27-Mar-08 4:33
led mike27-Mar-08 4:33 
Balboos wrote:
(Hopefully this is the right forum - This is all done in VC++.NET)


Depends Visual C++ from 2003 on up all include .NET platform extensions for using the .NET platform in your project. If you are doing that the this is not the right forum. If you are doing native C++ then this is the correct forum. For .NET development using C++ you want the Managed C++/CLI forum.

Balboos wrote:
A digital clock drop-in control


Drop-in control? Never heard that term. TIP: Don't make up your own terminology there is already far to much and people won't understand what you are saying. So do you mean you developed a custom control that includes a Visual Studio Designer interface?

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


I can't be sure what that means but if you are talking about your custom control then yes. The designer interfaces include the ability to know during initialization if it is a designer instance. You can use that information to avoid doing any processing that you don't want the control to do in designer mode.


led mike

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 
GeneralReport Generating Pin
shakumar_2227-Mar-08 2:32
shakumar_2227-Mar-08 2:32 

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.