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

C / C++ / MFC

 
GeneralRe: Icon on dialog box title bar - how to? Pin
22-Jan-02 3:43
suss22-Jan-02 3:43 
AnswerRe: Icon on dialog box title bar - how to? Pin
Roger Allen22-Jan-02 3:48
Roger Allen22-Jan-02 3:48 
GeneralThis is non MFC application Pin
22-Jan-02 3:58
suss22-Jan-02 3:58 
GeneralRe: This is non MFC application Pin
Roger Allen22-Jan-02 4:23
Roger Allen22-Jan-02 4:23 
AnswerRe: Icon on dialog box title bar - how to? Pin
Michael Dunn22-Jan-02 7:51
sitebuilderMichael Dunn22-Jan-02 7:51 
GeneralManaged C++ Pin
Jerome Conus22-Jan-02 0:55
Jerome Conus22-Jan-02 0:55 
GeneralRe: Managed C++ Pin
Christian Graus22-Jan-02 1:10
protectorChristian Graus22-Jan-02 1:10 
GeneralRe: Managed C++ Pin
22-Jan-02 4:41
suss22-Jan-02 4:41 
Managed C++ allows the developer to reap the benefits of other .NET languages such as C#, VB.NET. These benefits include:

Automatic garbage collection.
Intergration with the .NET Framework

From the VS.NET MSDN:

A primary focus of Visual C++.NET is to provide a powerful and simple way to design applications that target the .NET Framework common language runtime (CLR). The CLR offers a run-time environment that manages the execution of code. When you develop code using Visual C++.NET, you can compile your application or component with managed code, which is code that the CLR supports with services that make component programming easier. Managed Extensions for C++ allow you to easily create new .NET Framework components with C++ code, easily migrate existing native C++ code to use the .NET Framework, and access unchanged C++ components from the .NET components.
GeneralExtension DLL trouble Pin
Daniel Hellsson21-Jan-02 23:25
Daniel Hellsson21-Jan-02 23:25 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 1:55
Roger Allen22-Jan-02 1:55 
GeneralRe: Extension DLL trouble Pin
Daniel Hellsson22-Jan-02 2:00
Daniel Hellsson22-Jan-02 2:00 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 3:37
Roger Allen22-Jan-02 3:37 
GeneralRe: Extension DLL trouble Pin
Daniel Hellsson22-Jan-02 3:55
Daniel Hellsson22-Jan-02 3:55 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 4:12
Roger Allen22-Jan-02 4:12 
GeneralRe: Extension DLL trouble Pin
Daniel Hellsson22-Jan-02 4:21
Daniel Hellsson22-Jan-02 4:21 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 5:02
Roger Allen22-Jan-02 5:02 
GeneralMulticast with UDP Pin
Grit21-Jan-02 22:31
Grit21-Jan-02 22:31 
GeneralRe: Multicast with UDP Pin
markkuk21-Jan-02 22:41
markkuk21-Jan-02 22:41 
GeneralIMac address Pin
ZAZA21-Jan-02 22:23
ZAZA21-Jan-02 22:23 
GeneralRe: IMac address Pin
Michael A. Barnhart22-Jan-02 2:23
Michael A. Barnhart22-Jan-02 2:23 
GeneralWindows Sockets Pin
ananth_rs21-Jan-02 21:27
ananth_rs21-Jan-02 21:27 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz21-Jan-02 21:41
Joaquín M López Muñoz21-Jan-02 21:41 
GeneralRe: Windows Sockets Pin
ananth_rs22-Jan-02 5:55
ananth_rs22-Jan-02 5:55 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz22-Jan-02 8:50
Joaquín M López Muñoz22-Jan-02 8:50 
GeneralXML newcomer Pin
Braulio Dez21-Jan-02 20:53
Braulio Dez21-Jan-02 20:53 

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.