Click here to Skip to main content
15,891,427 members
Home / Discussions / C#
   

C#

 
Generalrich edit component Pin
peterchen13-Jul-03 8:44
peterchen13-Jul-03 8:44 
GeneralRe: rich edit component Pin
apferreira13-Jul-03 8:47
apferreira13-Jul-03 8:47 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 8:49
protectorNick Parker13-Jul-03 8:49 
GeneralRe: rich edit component Pin
apferreira13-Jul-03 8:51
apferreira13-Jul-03 8:51 
GeneralRe: rich edit component Pin
J. Dunlap13-Jul-03 8:55
J. Dunlap13-Jul-03 8:55 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 9:01
protectorNick Parker13-Jul-03 9:01 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 9:00
protectorNick Parker13-Jul-03 9:00 
GeneralRe: rich edit component Pin
apferreira13-Jul-03 9:04
apferreira13-Jul-03 9:04 
GeneralRe: rich edit component Pin
peterchen13-Jul-03 9:24
peterchen13-Jul-03 9:24 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 9:41
protectorNick Parker13-Jul-03 9:41 
GeneralRe: rich edit component Pin
peterchen13-Jul-03 9:23
peterchen13-Jul-03 9:23 
GeneralRe: rich edit component Pin
Nick Seng13-Jul-03 16:01
Nick Seng13-Jul-03 16:01 
GeneralRe: rich edit component Pin
J. Dunlap13-Jul-03 16:15
J. Dunlap13-Jul-03 16:15 
GeneralRe: rich edit component Pin
Nick Seng13-Jul-03 16:24
Nick Seng13-Jul-03 16:24 
GeneralMaybe this... Pin
J. Dunlap13-Jul-03 16:27
J. Dunlap13-Jul-03 16:27 
GeneralRe: Maybe this... Pin
Nick Seng13-Jul-03 17:00
Nick Seng13-Jul-03 17:00 
GeneralDeploying MDAC and DCOM Pin
Meysam Mahfouzi13-Jul-03 6:34
Meysam Mahfouzi13-Jul-03 6:34 
GeneralRe: Deploying MDAC and DCOM Pin
GabM13-Jul-03 7:20
GabM13-Jul-03 7:20 
GeneralRe: Deploying MDAC and DCOM Pin
Not Active13-Jul-03 7:33
mentorNot Active13-Jul-03 7:33 
GeneralScreensaver Fullscreen Pin
Davy Mitchell13-Jul-03 5:22
Davy Mitchell13-Jul-03 5:22 
GeneralRe: Screensaver Fullscreen Pin
Nick Parker13-Jul-03 5:26
protectorNick Parker13-Jul-03 5:26 
GeneralRe: Screensaver Fullscreen Pin
Davy Mitchell13-Jul-03 8:47
Davy Mitchell13-Jul-03 8:47 
GeneralRe: Screensaver Fullscreen Pin
Nick Parker13-Jul-03 9:03
protectorNick Parker13-Jul-03 9:03 
GeneralRe: Screensaver Fullscreen Pin
Davy Mitchell13-Jul-03 10:05
Davy Mitchell13-Jul-03 10:05 
GeneralManaged C++ vs. C# assemblies Pin
Zibar13-Jul-03 4:16
sussZibar13-Jul-03 4:16 
Can MC++ produce normal CLI programs. The same platform
independant programs that C# produces?
I have done a small MC++ console program but first it
becomes huge compared to a C# program (the first was
100kb, and the second below 8kb) and while the first
seems to be only Win32 compatible the second one runs on
mono.

My question is can I use Managed C++ to do the same things
I can do with C#? I have some pretty complex algorithms
written in C++ and I want to use them in my .NET programs
but I'd prefer not to port them to C# if possible.

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.