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

C / C++ / MFC

 
AnswerRe: Is there a similar functio to SetWindowActive to do this ?? Pin
Peter Occil28-Jul-02 15:18
Peter Occil28-Jul-02 15:18 
GeneralRe: Is there a similar functio to SetWindowActive to do this ?? Pin
Still learning how to code29-Jul-02 8:20
Still learning how to code29-Jul-02 8:20 
QuestionHow do I use GridCtrl? Pin
Jonathan Hill28-Jul-02 10:13
Jonathan Hill28-Jul-02 10:13 
AnswerRe: How do I use GridCtrl? Pin
Ancient Dragon28-Jul-02 11:02
Ancient Dragon28-Jul-02 11:02 
GeneralRe: How do I use GridCtrl? Pin
Jonathan Hill29-Jul-02 6:41
Jonathan Hill29-Jul-02 6:41 
AnswerRe: How do I use GridCtrl? Pin
includeh1028-Jul-02 18:13
includeh1028-Jul-02 18:13 
GeneralRe: How do I use GridCtrl? Pin
Michael P Butler28-Jul-02 23:22
Michael P Butler28-Jul-02 23:22 
AnswerRe: How do I use GridCtrl? Pin
Ancient Dragon29-Jul-02 17:51
Ancient Dragon29-Jul-02 17:51 
First you have to register the control on your computer. cd to the folder that contains the control, then enter "regsvr32 -r mycontrol.ocx" <enter> If it an ActiveX control it will most likely have an "ocx" extension. Otherwise it may have a "dll" extension.

Once registered, you can add it to your VC6 project by doing this:

1. Select Project | Add To Project | Conponents and Control

2. In the dialog box that appears, you will probably see two folders: "Registered Active X Controls" and "Visual C++ Components". Double click on "Registeredd Active X Aontrols".

3. This will bring up a list of all the ActiveX control that are registered on your computer. Highlight the control you want, then press the "Insert" button. I use MSFlexGrid control a lot, but the cells cannot be edited.

4. When "Insert the Component?" prompt appears, click the Ok button.

5. When the "Confirm Class" dialog box appears, use the default settings and just press the Ok button.

6. At this point, you can add other controls if you want to. When you are done, press the "close" button.


Now you can drag the control onto your form.
GeneralRe: How do I use GridCtrl? Pin
Anonymous29-Jul-02 23:43
Anonymous29-Jul-02 23:43 
AnswerRe: How do I use GridCtrl? Pin
munaf18-Oct-02 0:44
munaf18-Oct-02 0:44 
AnswerRe: How do I use GridCtrl? Pin
munafmohd18-Oct-02 0:44
munafmohd18-Oct-02 0:44 
GeneralInternet connection detection Pin
Mr_Byte28-Jul-02 8:58
Mr_Byte28-Jul-02 8:58 
GeneralRe: Internet connection detection Pin
Peter Occil28-Jul-02 9:12
Peter Occil28-Jul-02 9:12 
GeneralRe: Internet connection detection Pin
Ravi Bhavnani28-Jul-02 9:16
professionalRavi Bhavnani28-Jul-02 9:16 
GeneralRe: Internet connection detection Pin
l a u r e n28-Jul-02 10:10
l a u r e n28-Jul-02 10:10 
GeneralRe: Internet connection detection Pin
Ravi Bhavnani28-Jul-02 10:19
professionalRavi Bhavnani28-Jul-02 10:19 
GeneralRe: Internet connection detection Pin
l a u r e n28-Jul-02 11:20
l a u r e n28-Jul-02 11:20 
GeneralRe: Internet connection detection Pin
Ravi Bhavnani28-Jul-02 11:30
professionalRavi Bhavnani28-Jul-02 11:30 
GeneralRe: Internet connection detection Pin
l a u r e n28-Jul-02 11:35
l a u r e n28-Jul-02 11:35 
GeneralHfile for files own code Pin
Mr_Byte28-Jul-02 8:49
Mr_Byte28-Jul-02 8:49 
GeneralRe: Hfile for files own code Pin
Daniel Lohmann28-Jul-02 12:03
Daniel Lohmann28-Jul-02 12:03 
GeneralRe: Hfile for files own code Pin
Ancient Dragon30-Jul-02 0:58
Ancient Dragon30-Jul-02 0:58 
GeneralMore CListCtrl woes Pin
Chris Losinger28-Jul-02 8:38
professionalChris Losinger28-Jul-02 8:38 
GeneralRe: More CListCtrl woes Pin
Navin28-Jul-02 9:29
Navin28-Jul-02 9:29 
GeneralRe: More CListCtrl woes Pin
Chris Losinger28-Jul-02 9:39
professionalChris Losinger28-Jul-02 9:39 

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.