Click here to Skip to main content
15,922,145 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHandle to other window Pin
pc_dev26-Jan-05 23:55
pc_dev26-Jan-05 23:55 
GeneralRe: Handle to other window Pin
kedar.dave27-Jan-05 0:10
kedar.dave27-Jan-05 0:10 
GeneralRe: Handle to other window Pin
pc_dev27-Jan-05 16:20
pc_dev27-Jan-05 16:20 
GeneralRe: Handle to other window Pin
22491727-Jan-05 0:35
22491727-Jan-05 0:35 
GeneralRe: Handle to other window Pin
pc_dev27-Jan-05 16:21
pc_dev27-Jan-05 16:21 
Generalping <IP Address> - Monitor Pin
tgprakash26-Jan-05 23:31
tgprakash26-Jan-05 23:31 
GeneralRe: ping <IP Address> - Monitor Pin
22491727-Jan-05 0:44
22491727-Jan-05 0:44 
GeneralRe: ping <IP Address> - Monitor Pin
Antony M Kancidrowski27-Jan-05 1:02
Antony M Kancidrowski27-Jan-05 1:02 
GeneralRe: ping <IP Address> - Monitor Pin
tgprakash27-Jan-05 18:13
tgprakash27-Jan-05 18:13 
GeneralRe: ping <IP Address> - Monitor Pin
Antony M Kancidrowski28-Jan-05 10:13
Antony M Kancidrowski28-Jan-05 10:13 
GeneralRichEditView Pin
Yulianto.26-Jan-05 23:10
Yulianto.26-Jan-05 23:10 
GeneralRe: RichEditView Pin
David Crow27-Jan-05 3:06
David Crow27-Jan-05 3:06 
QuestionHow to add Horizental Scroll in CCheckListBox Control Pin
zahid_ash26-Jan-05 22:41
zahid_ash26-Jan-05 22:41 
AnswerRe: How to add Horizental Scroll in CCheckListBox Control Pin
Ravi Bhavnani27-Jan-05 3:44
professionalRavi Bhavnani27-Jan-05 3:44 
GeneralUsing CArray From Dialog Box Pin
jw8126-Jan-05 22:40
jw8126-Jan-05 22:40 
GeneralRe: Using CArray From Dialog Box Pin
Abyss27-Jan-05 1:48
Abyss27-Jan-05 1:48 
GeneralRe: Using CArray From Dialog Box Pin
jw8127-Jan-05 3:00
jw8127-Jan-05 3:00 
GeneralRe: Using CArray From Dialog Box Pin
Abyss27-Jan-05 3:31
Abyss27-Jan-05 3:31 
In my opinion David (see bellow) proposed a simpler approach so in the CView member function where you construct the dialog pass the array to you dialog constructor. I recommend to use CPoint instead of your structure which stores x,y. The member function of the CView can be called via MFC message command.

1) Use CPoint in CArray to store points.
2) It is not a good idea to create public members in any class.
GeneralRe: Using CArray From Dialog Box Pin
David Crow27-Jan-05 3:13
David Crow27-Jan-05 3:13 
GeneralRe: Using CArray From Dialog Box Pin
jw8127-Jan-05 4:20
jw8127-Jan-05 4:20 
GeneralRe: Using CArray From Dialog Box Pin
David Crow27-Jan-05 4:29
David Crow27-Jan-05 4:29 
GeneralRe: Using CArray From Dialog Box Pin
jw8127-Jan-05 4:58
jw8127-Jan-05 4:58 
GeneralRe: Using CArray From Dialog Box Pin
David Crow27-Jan-05 5:20
David Crow27-Jan-05 5:20 
GeneralRe: Using CArray From Dialog Box Pin
jw8129-Jan-05 18:45
jw8129-Jan-05 18:45 
GeneralRe: Using CArray From Dialog Box Pin
David Crow31-Jan-05 3:12
David Crow31-Jan-05 3:12 

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.