Click here to Skip to main content
15,893,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp me please!!! Pin
DRemedi13-Jan-03 2:45
DRemedi13-Jan-03 2:45 
GeneralRe: Help me please!!! Pin
Nitron13-Jan-03 3:35
Nitron13-Jan-03 3:35 
GeneralCallback Pin
Mad Docs Hairy Belly13-Jan-03 2:44
Mad Docs Hairy Belly13-Jan-03 2:44 
GeneralRe: Callback Pin
includeh1013-Jan-03 3:44
includeh1013-Jan-03 3:44 
GeneralRe: Callback Pin
Mad Docs Hairy Belly13-Jan-03 4:56
Mad Docs Hairy Belly13-Jan-03 4:56 
GeneralRe: Callback Pin
valikac13-Jan-03 9:05
valikac13-Jan-03 9:05 
Generalscollbar question Pin
dan o13-Jan-03 2:29
dan o13-Jan-03 2:29 
GeneralRe: scollbar question Pin
lucy13-Jan-03 6:57
lucy13-Jan-03 6:57 
after you loaded your bmp, if the image dimesion of this bmp is imageWidth x imageHeight, try the following code:

CSize sizeTotal;
sizeTotal.cx = imageWidth;
sizeTotal.cy = imageHeight;
SetScrollSizes(MM_TEXT, sizeTotal);


QuestionRich Edit Control Bug?? Pin
RChin13-Jan-03 0:40
RChin13-Jan-03 0:40 
AnswerRe: Rich Edit Control Bug?? Pin
AlexO13-Jan-03 3:28
AlexO13-Jan-03 3:28 
Generalformat of jar file Pin
includeh1013-Jan-03 0:00
includeh1013-Jan-03 0:00 
GeneralRe: format of jar file Pin
Jon Hulatt13-Jan-03 0:56
Jon Hulatt13-Jan-03 0:56 
GeneralRe: format of jar file Pin
includeh1013-Jan-03 2:40
includeh1013-Jan-03 2:40 
GeneralRe: format of jar file Pin
User 665813-Jan-03 2:44
User 665813-Jan-03 2:44 
GeneralRe: format of jar file Pin
includeh1013-Jan-03 3:17
includeh1013-Jan-03 3:17 
GeneralRe: format of jar file Pin
Joel Lucsy13-Jan-03 10:29
Joel Lucsy13-Jan-03 10:29 
GeneralInternationalization Pin
Aswin Kumar12-Jan-03 23:57
Aswin Kumar12-Jan-03 23:57 
GeneralRe: Internationalization Pin
Ted Ferenc13-Jan-03 1:25
Ted Ferenc13-Jan-03 1:25 
GeneralRe: Internationalization Pin
Aswin Kumar13-Jan-03 17:50
Aswin Kumar13-Jan-03 17:50 
GeneralRe: Internationalization Pin
Ted Ferenc14-Jan-03 21:31
Ted Ferenc14-Jan-03 21:31 
QuestionIJL - where to get it ? Pin
s98769012-Jan-03 23:20
s98769012-Jan-03 23:20 
AnswerRe: IJL - where to get it ? Pin
xxhimanshu13-Jan-03 0:23
xxhimanshu13-Jan-03 0:23 
GeneralRemote-Access to another PC Pin
Harald Diel12-Jan-03 22:13
Harald Diel12-Jan-03 22:13 
GeneralRe: Remote-Access to another PC Pin
benjymous12-Jan-03 23:41
benjymous12-Jan-03 23:41 
Generalwarning and memory leak! Pin
r i s h a b h s12-Jan-03 20:29
r i s h a b h s12-Jan-03 20:29 

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.