Click here to Skip to main content
15,907,233 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerPS: Resizing two controls (splitting inside a dialog)? Pin
Anonymous25-Oct-02 22:22
Anonymous25-Oct-02 22:22 
GeneralRe: PS: Resizing two controls (splitting inside a dialog)? Pin
anonymoose26-Oct-02 1:34
anonymoose26-Oct-02 1:34 
QuestionVS.NET UI elements -- howto? Pin
Anonymous25-Oct-02 21:13
Anonymous25-Oct-02 21:13 
GeneralRegisterd ActiveX controls Pin
Didaa25-Oct-02 20:24
Didaa25-Oct-02 20:24 
GeneralCOM interface for Image editing Pin
Neha25-Oct-02 19:26
Neha25-Oct-02 19:26 
GeneralRe: COM interface for Image editing Pin
Paul M Watt26-Oct-02 19:47
mentorPaul M Watt26-Oct-02 19:47 
Questionis there any lose of values? Pin
imran_rafique25-Oct-02 17:32
imran_rafique25-Oct-02 17:32 
AnswerRe: is there any lose of values? Pin
Michael Dunn25-Oct-02 20:31
sitebuilderMichael Dunn25-Oct-02 20:31 
WPARAM and LPARAM are 32-bit integers, however depending on the exact message, they may be signed or unsigned. So without knowing the origin of the values, it's impossible to say whether assigning them to signed int variables could lose data.

Note that in 64-bit Windows, they are 64-bit integers.

--Mike--
"I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish
Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralRe: is there any lose of values? Pin
imran_rafique26-Oct-02 16:03
imran_rafique26-Oct-02 16:03 
QuestionMultiple inheritance or what? Pin
SriKrishna25-Oct-02 13:37
SriKrishna25-Oct-02 13:37 
AnswerRe: Multiple inheritance or what? Pin
Paul M Watt25-Oct-02 21:23
mentorPaul M Watt25-Oct-02 21:23 
AnswerRe: Multiple inheritance or what? Pin
Chris Richardson26-Oct-02 7:21
Chris Richardson26-Oct-02 7:21 
GeneralRe: Multiple inheritance or what? Pin
SriKrishna26-Oct-02 8:41
SriKrishna26-Oct-02 8:41 
AnswerRe: Multiple inheritance or what? Pin
SriKrishna26-Oct-02 8:46
SriKrishna26-Oct-02 8:46 
GeneralRe: Multiple inheritance or what? Pin
Chris Richardson26-Oct-02 13:42
Chris Richardson26-Oct-02 13:42 
GeneralRe: Multiple inheritance or what? Pin
SriKrishna26-Oct-02 15:06
SriKrishna26-Oct-02 15:06 
QuestionMultiple inheritance or what? Pin
SriKrishna25-Oct-02 13:36
SriKrishna25-Oct-02 13:36 
GeneralOverloaded and assignment operators Pin
mcgraw25-Oct-02 13:27
mcgraw25-Oct-02 13:27 
GeneralIPicture object duplication... Pin
nebbish25-Oct-02 12:43
nebbish25-Oct-02 12:43 
GeneralRe: IPicture object duplication... Pin
Michael Dunn25-Oct-02 14:51
sitebuilderMichael Dunn25-Oct-02 14:51 
GeneralRe: IPicture object duplication... Pin
nebbish25-Oct-02 15:05
nebbish25-Oct-02 15:05 
GeneralSDK vs MFC ownerdraw Pin
alex.barylski25-Oct-02 12:33
alex.barylski25-Oct-02 12:33 
GeneralRe: SDK vs MFC ownerdraw Pin
Ravi Bhavnani25-Oct-02 12:46
professionalRavi Bhavnani25-Oct-02 12:46 
GeneralRe: SDK vs MFC ownerdraw Pin
alex.barylski25-Oct-02 13:08
alex.barylski25-Oct-02 13:08 
GeneralRe: SDK vs MFC ownerdraw Pin
Ravi Bhavnani26-Oct-02 4:55
professionalRavi Bhavnani26-Oct-02 4:55 

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.