Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson12-Jan-09 3:57
professionalStuart Dootson12-Jan-09 3:57 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Harish_kj12-Jan-09 17:54
Harish_kj12-Jan-09 17:54 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson12-Jan-09 21:32
professionalStuart Dootson12-Jan-09 21:32 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Harish_kj13-Jan-09 2:22
Harish_kj13-Jan-09 2:22 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson13-Jan-09 21:27
professionalStuart Dootson13-Jan-09 21:27 
GeneralRe: Problem with MAPISendMail without outlook running Pin
bolis30-Nov-10 2:06
bolis30-Nov-10 2:06 
Questionpointer and address ? Pin
dec8211-Jan-09 15:04
dec8211-Jan-09 15:04 
GeneralRe: pointer and address ? Pin
Luc Pattyn11-Jan-09 15:29
sitebuilderLuc Pattyn11-Jan-09 15:29 
Hi,

pointers are available in C# although you often don't need them.

When used, you will need to turn on the "allow unsafe code" switch of the compiler,
and the "unsafe" keyword, possibly the "fixed" keyword too. I suggest you read up on those
if you can't live without pointers.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

I use ListBoxes for line-oriented text, and PictureBoxes for pictures, not drawings.


GeneralRe: pointer and address ? Pin
Hamid_RT11-Jan-09 19:55
Hamid_RT11-Jan-09 19:55 
GeneralRe: pointer and address ? Pin
Luc Pattyn12-Jan-09 2:12
sitebuilderLuc Pattyn12-Jan-09 2:12 
Question[C] IRC client check if he is still operative Pin
ogn0s11-Jan-09 10:59
ogn0s11-Jan-09 10:59 
AnswerRe: [C] IRC client check if he is still operative Pin
Code-o-mat11-Jan-09 11:47
Code-o-mat11-Jan-09 11:47 
GeneralRe: [C] IRC client check if he is still operative Pin
ogn0s11-Jan-09 13:11
ogn0s11-Jan-09 13:11 
GeneralRe: [C] IRC client check if he is still operative Pin
ogn0s11-Jan-09 13:35
ogn0s11-Jan-09 13:35 
GeneralRe: [C] IRC client check if he is still operative Pin
Code-o-mat11-Jan-09 22:15
Code-o-mat11-Jan-09 22:15 
GeneralRe: [C] IRC client check if he is still operative Pin
ogn0s12-Jan-09 9:05
ogn0s12-Jan-09 9:05 
QuestionCSlider that works backwards Pin
Chris Hills11-Jan-09 10:20
Chris Hills11-Jan-09 10:20 
AnswerRe: CSlider that works backwards Pin
Graham Bradshaw11-Jan-09 11:52
Graham Bradshaw11-Jan-09 11:52 
AnswerRe: CSlider that works backwards Pin
Richard Andrew x6411-Jan-09 12:04
professionalRichard Andrew x6411-Jan-09 12:04 
QuestionTrying to create a File Menu [modified] Pin
BobInNJ11-Jan-09 9:06
BobInNJ11-Jan-09 9:06 
AnswerRe: Trying to create a File Menu Pin
BobInNJ11-Jan-09 9:25
BobInNJ11-Jan-09 9:25 
QuestionGDI+ image refresh (C++) Pin
Valdyr11-Jan-09 7:38
Valdyr11-Jan-09 7:38 
AnswerRe: GDI+ image refresh (C++) Pin
Baltoro11-Jan-09 10:55
Baltoro11-Jan-09 10:55 
GeneralRe: GDI+ image refresh (C++) [modified] Pin
Valdyr11-Jan-09 23:28
Valdyr11-Jan-09 23:28 
AnswerRe: GDI+ image refresh (C++) Pin
Mark Salsbery12-Jan-09 7:27
Mark Salsbery12-Jan-09 7:27 

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.