Click here to Skip to main content
16,012,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow we can use MapWindowPoints Pin
happy_ram16-Jun-06 20:51
happy_ram16-Jun-06 20:51 
AnswerRe: how we can use MapWindowPoints Pin
_AnsHUMAN_ 16-Jun-06 20:58
_AnsHUMAN_ 16-Jun-06 20:58 
GeneralRe: how we can use MapWindowPoints Pin
tono1234531-Mar-21 2:21
tono1234531-Mar-21 2:21 
GeneralRe: how we can use MapWindowPoints Pin
Richard MacCutchan31-Mar-21 3:14
mveRichard MacCutchan31-Mar-21 3:14 
Questionhow we can initalize the CRect variable Pin
happy_ram16-Jun-06 20:41
happy_ram16-Jun-06 20:41 
AnswerRe: how we can initalize the CRect variable Pin
Naveen16-Jun-06 20:43
Naveen16-Jun-06 20:43 
GeneralRe: how we can initalize the CRect variable Pin
happy_ram16-Jun-06 20:44
happy_ram16-Jun-06 20:44 
AnswerRe: how we can initalize the CRect variable [modified] Pin
_AnsHUMAN_ 16-Jun-06 20:46
_AnsHUMAN_ 16-Jun-06 20:46 
Right from the DOCS:
//1st Method
CRect(
   int l,
   int t,
   int r,
   int b 
) throw( );
//2nd Method
CRect(
   const RECT& srcRect 
) throw( );
//3rd Method
CRect(
   LPCRECT lpSrcRect 
) throw( );
//4th Method
CRect(
   POINT point,
   SIZE size 
) throw( );
//5th Method
CRect(
   POINT topLeft,
   POINT bottomRight 
) throw( );

You can use what suits you.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_


-- modified at 2:46 Saturday 17th June, 2006
AnswerRe: how we can initalize the CRect variable Pin
Laxman Auti16-Jun-06 20:56
Laxman Auti16-Jun-06 20:56 
Questiondelete query with Commandptr Pin
shuchigo_jane16-Jun-06 20:28
shuchigo_jane16-Jun-06 20:28 
Questionselect query with Commandptr Pin
shuchigo_jane16-Jun-06 20:24
shuchigo_jane16-Jun-06 20:24 
QuestionChange Background Color of dialog Box [modified] Pin
QuickDeveloper16-Jun-06 19:26
QuickDeveloper16-Jun-06 19:26 
AnswerRe: Change Background Color of dialog Box Pin
Laxman Auti16-Jun-06 19:33
Laxman Auti16-Jun-06 19:33 
GeneralRe: Change Background Color of dialog Box Pin
QuickDeveloper16-Jun-06 19:38
QuickDeveloper16-Jun-06 19:38 
AnswerRe: Change Background Color of dialog Box Pin
Laxman Auti17-Jun-06 0:04
Laxman Auti17-Jun-06 0:04 
AnswerRe: Change Background Color of dialog Box Pin
Hamid_RT16-Jun-06 19:44
Hamid_RT16-Jun-06 19:44 
GeneralRe: Change Background Color of dialog Box Pin
QuickDeveloper16-Jun-06 22:26
QuickDeveloper16-Jun-06 22:26 
GeneralRe: Change Background Color of dialog Box Pin
Hamid_RT17-Jun-06 0:34
Hamid_RT17-Jun-06 0:34 
QuestionFiles list of CFileDialog Pin
Ashwini K16-Jun-06 19:08
Ashwini K16-Jun-06 19:08 
Questionhow to use SMPP DLL file Pin
johnalek16-Jun-06 19:08
johnalek16-Jun-06 19:08 
GeneralRe: how to use SMPP DLL file Pin
Laxman Auti16-Jun-06 19:25
Laxman Auti16-Jun-06 19:25 
GeneralRe: how to use SMPP DLL file Pin
johnalek16-Jun-06 20:44
johnalek16-Jun-06 20:44 
GeneralRe: how to use SMPP DLL file Pin
johnalek16-Jun-06 21:29
johnalek16-Jun-06 21:29 
QuestionChange CFIleDialog view menu Pin
Ashwini K16-Jun-06 19:04
Ashwini K16-Jun-06 19:04 
Questionusing variables in insert query in Access(2) [modified] Pin
shuchigo_jane16-Jun-06 18:56
shuchigo_jane16-Jun-06 18:56 

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.