Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: arrrruuugghhhhh cyrptoapi again Pin
(Steven Hicks)n+11-Dec-03 10:04
(Steven Hicks)n+11-Dec-03 10:04 
Generalmem leak detection Pin
GDavy1-Dec-03 3:07
GDavy1-Dec-03 3:07 
GeneralRe: mem leak detection Pin
Antti Keskinen1-Dec-03 10:04
Antti Keskinen1-Dec-03 10:04 
Generalitoa Pin
styve1-Dec-03 2:55
styve1-Dec-03 2:55 
GeneralRe: itoa Pin
GDavy1-Dec-03 2:58
GDavy1-Dec-03 2:58 
GeneralRe: itoa Pin
Michael P Butler1-Dec-03 3:20
Michael P Butler1-Dec-03 3:20 
GeneralForm Designer Pin
Luiz Antonio Picanço1-Dec-03 2:41
Luiz Antonio Picanço1-Dec-03 2:41 
GeneralRe: Form Designer Pin
Antti Keskinen1-Dec-03 10:12
Antti Keskinen1-Dec-03 10:12 
Windows Forms are a feature of the .NET architecture. The only way to use Forms is to write either .NET-compatible code (VB.NET, C# or C++.NET) or use Managed Extensions for C++.

You can create a managed C++ project, and then write it completely with unmanaged code in order to get Forms support for unmanaged application. However, this isn't what the .NET was made for, so if in any way you can get away without using Forms (dialogs, windows, prop pages, formviews, anything), then consider those options first before writing competely unmanaged code with Managed Extensions enabled.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Form Designer Pin
Luiz Antonio Picanço2-Dec-03 0:45
Luiz Antonio Picanço2-Dec-03 0:45 
Questionnot stops Wait Cursor - why? Pin
vgrigor1-Dec-03 2:41
vgrigor1-Dec-03 2:41 
AnswerRe: not stops Wait Cursor - why? Pin
David Crow1-Dec-03 3:29
David Crow1-Dec-03 3:29 
GeneralRe: not stops Wait Cursor - why? Pin
vgrigor1-Dec-03 3:37
vgrigor1-Dec-03 3:37 
AnswerRe: not stops Wait Cursor - why? Pin
KaЯl1-Dec-03 4:16
KaЯl1-Dec-03 4:16 
GeneralRe: not stops Wait Cursor - why? Pin
vgrigor1-Dec-03 4:21
vgrigor1-Dec-03 4:21 
GeneralRe: not stops Wait Cursor - why? Pin
KaЯl1-Dec-03 4:40
KaЯl1-Dec-03 4:40 
GeneralRe: not stops Wait Cursor - why? Pin
vgrigor1-Dec-03 4:47
vgrigor1-Dec-03 4:47 
GeneralRe: not stops Wait Cursor - why? Pin
KaЯl1-Dec-03 5:07
KaЯl1-Dec-03 5:07 
GeneralRe: not stops Wait Cursor - why? Pin
vgrigor2-Dec-03 20:30
vgrigor2-Dec-03 20:30 
AnswerRe: not stops Wait Cursor - why? Pin
GeMe_Hendrix2-Dec-03 11:41
GeMe_Hendrix2-Dec-03 11:41 
GeneralString field Pin
Anonymous1-Dec-03 2:37
Anonymous1-Dec-03 2:37 
GeneralRe: String field Pin
WREY1-Dec-03 2:58
WREY1-Dec-03 2:58 
GeneralRe: String field Pin
Anonymous1-Dec-03 5:04
Anonymous1-Dec-03 5:04 
GeneralRe: String field Pin
David Crow1-Dec-03 5:44
David Crow1-Dec-03 5:44 
GeneralRe: String field Pin
Anonymous1-Dec-03 9:24
Anonymous1-Dec-03 9:24 
GeneralRe: String field Pin
David Crow1-Dec-03 9:37
David Crow1-Dec-03 9:37 

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.