Click here to Skip to main content
15,911,142 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralSimple 'DateTimePicker' Question Pin
lior654#hotmail.com24-Feb-05 21:07
lior654#hotmail.com24-Feb-05 21:07 
GeneralRe: Simple 'DateTimePicker' Question Pin
lms0073-Mar-05 22:02
lms0073-Mar-05 22:02 
GeneralC++ Functions Pin
opan24-Feb-05 19:49
opan24-Feb-05 19:49 
GeneralRe: C++ Functions Pin
Christian Graus28-Feb-05 10:04
protectorChristian Graus28-Feb-05 10:04 
GeneralFile I/O problem Pin
Anonymous22-Feb-05 13:27
Anonymous22-Feb-05 13:27 
GeneralThis is the managed C++ Forum (.NET) Pin
ursus zeta24-Feb-05 10:24
ursus zeta24-Feb-05 10:24 
Generalgraphics Pin
gyanendra suwal18-Feb-05 6:37
gyanendra suwal18-Feb-05 6:37 
Generalimport .jpg file Pin
ursus zeta19-Feb-05 11:05
ursus zeta19-Feb-05 11:05 
It's even easier than in Visual C++ version 6.
I assume you want to display this image (on a Form).
First create a Graphics object, using the new operator.
Then call DrawImage->FromFile (this function has numerous overloaded forms an will accept a .jpg format image file).
Then, if the application compiles, your .jpg file must reside in ther same directory as the executable.
You can read all about these techniques either in your Microsoft Visual C++ .NET documentation. or, go over to the MSDN site and search.
Generalproblem in graphics Pin
18-Feb-05 6:13
suss18-Feb-05 6:13 
GeneralRe: problem in graphics Pin
ursus zeta19-Feb-05 11:17
ursus zeta19-Feb-05 11:17 
GeneralRe: problem in graphics Pin
sunibigyana20-Feb-05 6:44
susssunibigyana20-Feb-05 6:44 
GeneralRe: problem in graphics Pin
ursus zeta24-Feb-05 10:58
ursus zeta24-Feb-05 10:58 
Generalkindly help me with this errors: Pin
jedskie_a17-Feb-05 6:19
jedskie_a17-Feb-05 6:19 
GeneralRe: kindly help me with this errors: Pin
ursus zeta19-Feb-05 11:11
ursus zeta19-Feb-05 11:11 
GeneralApplication quits prematurely Pin
SACHITHA16-Feb-05 22:59
SACHITHA16-Feb-05 22:59 
GeneralExpose COM interface from managed C++ Pin
e1e0n16-Feb-05 9:08
e1e0n16-Feb-05 9:08 
GeneralClient/Server Pin
densitet16-Feb-05 6:18
densitet16-Feb-05 6:18 
GeneralPrinter - Escape Sequence Pin
tjuentgen16-Feb-05 1:59
tjuentgen16-Feb-05 1:59 
GeneralRe: Printer - Escape Sequence Pin
Christian Graus16-Feb-05 9:56
protectorChristian Graus16-Feb-05 9:56 
Questionparser? Pin
jedskie_a14-Feb-05 13:26
jedskie_a14-Feb-05 13:26 
AnswerRe: parser? Pin
RNEELY18-Feb-05 8:59
RNEELY18-Feb-05 8:59 
GeneralRe: parser? Pin
jedskie_a18-Feb-05 12:41
jedskie_a18-Feb-05 12:41 
GeneralMeasuring execution time of C functiom Pin
jim198114-Feb-05 9:14
jim198114-Feb-05 9:14 
GeneralRe: Measuring execution time of C functiom Pin
ursus zeta15-Feb-05 7:45
ursus zeta15-Feb-05 7:45 
GeneralRe: Measuring execution time of C functiom Pin
Anonymous16-Feb-05 6:47
Anonymous16-Feb-05 6:47 

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.