Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLoading a resource bitmap in GDI+ ? Pin
19-Feb-02 9:40
suss19-Feb-02 9:40 
AnswerRe: Loading a resource bitmap in GDI+ ? Pin
Jay Beckert19-Feb-02 10:24
Jay Beckert19-Feb-02 10:24 
GeneralRe: Loading a resource bitmap in GDI+ ? Pin
19-Feb-02 11:59
suss19-Feb-02 11:59 
GeneralRe: Loading a resource bitmap in GDI+ ? Pin
Jay Beckert19-Feb-02 17:02
Jay Beckert19-Feb-02 17:02 
GeneralRe: Loading a resource bitmap in GDI+ ? Pin
20-Feb-02 1:02
suss20-Feb-02 1:02 
GeneralRe: Loading a resource bitmap in GDI+ ? Pin
20-Feb-02 6:15
suss20-Feb-02 6:15 
Questionstring help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:12
Steven Richardson19-Feb-02 8:12 
AnswerRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 8:24
sitebuilderNish Nishant19-Feb-02 8:24 
char abc[100];
strcpy(abc,"abc{ghj{popeye}jjj");
char *t,*y;
t=strrchr(abc,'{');
y=strchr(t,'}');
if(y)
 *y=0;
cout << t+1;


Nish was here, now Nish has gone;
He left his soul, to turn you on;
Those who knew Nish, knew him well;
Those who didn't, can go to hell.


I like to Jig | [Dance] on the Code Project

Sonork ID 100.9786 voidmain
www.busterboy.org
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:28
Steven Richardson19-Feb-02 8:28 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 8:31
sitebuilderNish Nishant19-Feb-02 8:31 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:41
Steven Richardson19-Feb-02 8:41 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 8:44
sitebuilderNish Nishant19-Feb-02 8:44 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:45
Steven Richardson19-Feb-02 8:45 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:57
Steven Richardson19-Feb-02 8:57 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 9:14
sitebuilderNish Nishant19-Feb-02 9:14 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 9:20
Steven Richardson19-Feb-02 9:20 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 9:27
sitebuilderNish Nishant19-Feb-02 9:27 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 9:34
Steven Richardson19-Feb-02 9:34 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 9:36
Steven Richardson19-Feb-02 9:36 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 9:37
sitebuilderNish Nishant19-Feb-02 9:37 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 12:01
Steven Richardson19-Feb-02 12:01 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 18:45
sitebuilderNish Nishant19-Feb-02 18:45 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson20-Feb-02 1:35
Steven Richardson20-Feb-02 1:35 
GeneralPass an Metafile from the container to an ActiveX control Pin
Braulio Dez19-Feb-02 6:17
Braulio Dez19-Feb-02 6:17 
GeneralRe: Pass an Metafile from the container to an ActiveX control Pin
Joaquín M López Muñoz19-Feb-02 9:30
Joaquín M López Muñoz19-Feb-02 9:30 

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.