Click here to Skip to main content
15,917,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to invoke exe from console application... Pin
Hamid_RT8-Mar-09 19:38
Hamid_RT8-Mar-09 19:38 
GeneralRe: How to invoke exe from console application... Pin
Nishad S8-Mar-09 20:04
Nishad S8-Mar-09 20:04 
QuestionCView Create Pin
prithaa8-Mar-09 17:17
prithaa8-Mar-09 17:17 
AnswerRe: CView Create Pin
_AnsHUMAN_ 8-Mar-09 19:07
_AnsHUMAN_ 8-Mar-09 19:07 
GeneralRe: CView Create Pin
prithaa8-Mar-09 19:23
prithaa8-Mar-09 19:23 
GeneralRe: CView Create Pin
_AnsHUMAN_ 8-Mar-09 19:42
_AnsHUMAN_ 8-Mar-09 19:42 
QuestionI have Question about OnDropFiles Pin
SongBI8-Mar-09 16:45
SongBI8-Mar-09 16:45 
QuestionLink between the size of an object (as ressource) and its CRect Pin
Member 12423738-Mar-09 8:49
Member 12423738-Mar-09 8:49 
Hello Guys,
with VC++, I define a CListCtrl with coordinates 11,53 on my dialog, I give it a size of 202x130 pixels (pos and size displayed when I add my objects in the ressource view of VS).
I my code, when I want to fill my CListCtrl, I retrieve its size using m_Liste.GetWindowRect(&rect); and when I look at the infos stored in the returned rect, I have the following values:
rect.Width()=303 (instead of 202)
rect.Height()=211 (instead of 130).
What is the link between the 2 values?
How to translate one value to the other and vice-versa (to create my CListCtrl dynamically but keep the same size as when I created it from ressource editor) ?
Thanks in advance.
DD
AnswerRe: Link between the size of an object (as ressource) and its CRect Pin
Code-o-mat8-Mar-09 11:44
Code-o-mat8-Mar-09 11:44 
GeneralRe: Link between the size of an object (as ressource) and its CRect Pin
Member 12423738-Mar-09 13:43
Member 12423738-Mar-09 13:43 
QuestionUrgent help needed in Ec++... :-( Pin
gauravxxx8-Mar-09 7:09
gauravxxx8-Mar-09 7:09 
AnswerRe: Urgent help needed in Ec++... :-( Pin
Iain Clarke, Warrior Programmer10-Mar-09 3:45
Iain Clarke, Warrior Programmer10-Mar-09 3:45 
GeneralRe: Urgent help needed in Ec++... :-( Pin
gauravxxx10-Mar-09 4:28
gauravxxx10-Mar-09 4:28 
QuestionDynamic sub-menu item to create a pop-up menu Pin
z5452844478-Mar-09 1:39
z5452844478-Mar-09 1:39 
AnswerRe: Dynamic sub-menu item to create a pop-up menu Pin
«_Superman_»8-Mar-09 2:51
professional«_Superman_»8-Mar-09 2:51 
AnswerRe: Dynamic sub-menu item to create a pop-up menu Pin
Hamid_RT8-Mar-09 3:52
Hamid_RT8-Mar-09 3:52 
QuestionCDC TextOut statements Pin
prithaa8-Mar-09 0:23
prithaa8-Mar-09 0:23 
AnswerRe: CDC TextOut statements Pin
Cedric Moonen8-Mar-09 0:38
Cedric Moonen8-Mar-09 0:38 
GeneralRe: CDC TextOut statements Pin
prithaa8-Mar-09 0:46
prithaa8-Mar-09 0:46 
GeneralRe: CDC TextOut statements Pin
Cedric Moonen8-Mar-09 1:19
Cedric Moonen8-Mar-09 1:19 
GeneralRe: CDC TextOut statements Pin
prithaa8-Mar-09 1:29
prithaa8-Mar-09 1:29 
GeneralRe: CDC TextOut statements Pin
Eytukan8-Mar-09 7:47
Eytukan8-Mar-09 7:47 
GeneralRe: CDC TextOut statements Pin
prithaa8-Mar-09 7:51
prithaa8-Mar-09 7:51 
QuestionHow to use HTTP in native C++ ? Pin
Yanshof7-Mar-09 21:12
Yanshof7-Mar-09 21:12 
AnswerRe: How to use HTTP in native C++ ? Pin
«_Superman_»7-Mar-09 21:44
professional«_Superman_»7-Mar-09 21:44 

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.