Click here to Skip to main content
15,867,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerMessage Closed Pin
18-Feb-21 4:16
Nikolay Fomichev18-Feb-21 4:16 
GeneralRe: Recognize smart card reader type using winscard visual C++ 6.0 Pin
Richard Deeming18-Feb-21 4:30
mveRichard Deeming18-Feb-21 4:30 
QuestionProgram in c language Pin
anassamar30-Sep-09 19:45
anassamar30-Sep-09 19:45 
AnswerRe: Program in c language Pin
Code-o-mat30-Sep-09 20:33
Code-o-mat30-Sep-09 20:33 
QuestionRe: Program in c language Pin
David Crow1-Oct-09 3:31
David Crow1-Oct-09 3:31 
QuestionMultipage tiff Pin
Game-point30-Sep-09 19:01
Game-point30-Sep-09 19:01 
AnswerRe: Multipage tiff Pin
Peter Weyzen30-Sep-09 20:42
Peter Weyzen30-Sep-09 20:42 
AnswerRe: Multipage tiff Pin
Game-point30-Sep-09 20:56
Game-point30-Sep-09 20:56 
Thanks for your replay ...

<code>CBitmap pBitmap[2];
 pBitmap[0].LoadBitmap(L"1.tif");
 pBitmap[1].LoadBitmap(L"2.tif");
 CImageList imgl;
 imgl.Create(500, 600, ILC_MASK | ILC_COLOR32, 0, 0);
 imgl.Add(&pBitmap[0],RGB(0,0,0));
imgl.Add(&pBitmap[1],RGB(0,0,0));</code>



where i am going to right path ??
QuestionIs it possible to find out where a release version crashed by knowig the address? Pin
Erik30-Sep-09 18:17
Erik30-Sep-09 18:17 
AnswerRe: Is it possible to find out where a release version crashed by knowig the address? Pin
PJ Arends30-Sep-09 18:23
professionalPJ Arends30-Sep-09 18:23 
GeneralRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Randor 30-Sep-09 19:41
professional Randor 30-Sep-09 19:41 
GeneralRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Erik30-Sep-09 19:54
Erik30-Sep-09 19:54 
AnswerRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Hans Dietrich30-Sep-09 19:02
mentorHans Dietrich30-Sep-09 19:02 
AnswerRe: Is it possible to find out where a release version crashed by knowig the address? Pin
Peter Weyzen30-Sep-09 20:41
Peter Weyzen30-Sep-09 20:41 
QuestionRichEdit Controls / Embedded Objects Pin
Steve Thresher30-Sep-09 12:57
Steve Thresher30-Sep-09 12:57 
AnswerRe: RichEdit Controls / Embedded Objects Pin
Richard MacCutchan30-Sep-09 13:34
mveRichard MacCutchan30-Sep-09 13:34 
GeneralRe: RichEdit Controls / Embedded Objects Pin
Steve Thresher30-Sep-09 13:54
Steve Thresher30-Sep-09 13:54 
GeneralRe: RichEdit Controls / Embedded Objects Pin
Richard MacCutchan30-Sep-09 13:59
mveRichard MacCutchan30-Sep-09 13:59 
GeneralRe: RichEdit Controls / Embedded Objects Pin
Steve Thresher30-Sep-09 14:05
Steve Thresher30-Sep-09 14:05 
GeneralRe: RichEdit Controls / Embedded Objects but seriously Pin
Richard MacCutchan30-Sep-09 23:26
mveRichard MacCutchan30-Sep-09 23:26 
GeneralRe: RichEdit Controls / Embedded Objects but seriously Pin
Steve Thresher1-Oct-09 0:03
Steve Thresher1-Oct-09 0:03 
GeneralRe: RichEdit Controls / Embedded Objects but seriously Pin
Gary R. Wheeler1-Oct-09 1:19
Gary R. Wheeler1-Oct-09 1:19 
GeneralRe: RichEdit Controls / Embedded Objects Pin
Dan Neely1-Oct-09 2:25
Dan Neely1-Oct-09 2:25 
Questionfloat vs double - tricky performance issue [modified] Pin
Chris Losinger30-Sep-09 10:50
professionalChris Losinger30-Sep-09 10:50 
AnswerRe: float vs double - tricky performance issue Pin
harold aptroot30-Sep-09 11:15
harold aptroot30-Sep-09 11:15 

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.