 |
|
 |
You have mentioned in this article as
11. Now, our control is ready for build. Then test in the ActiveX control test container. For this, go to Tools-> ActiveX control test container.
Why only with the test container and why couldn't you provide a simple MFC client app that uses your activeX control?Habeeballah Hasnoddin
|
|
|
|
 |
|
 |
Hello everyone, I am new in VC++ .NET and in my project I have to creat an ActiveX control that has a menu. Would anyone know how to do it or having an examples please help?
Thank you so much.
|
|
|
|
 |
|
|
 |
|
 |
Ahmed,
thanks for your help u provide me in tab control..
How do i make the tab appear at the bottom of the page.
the example which u showed has tabs at the top..Is it possible to
have tab at the bottom..
Please do help me with this..
Thanks,
Ashish
Regards,
ashish
|
|
|
|
 |
|
 |
Hello,
First of all thanks for your job, it helped me.
But I have next problem: When I try to test tabbed ActiveX control in ActiveX control test container, it works without problems. But when I create MFC dialog base application and add you control, my application buzzed when I try to switch on the second page. Did you have this problem? Can you suggest how I can solve this?
Thanks in advance.
Irisha
|
|
|
|
 |
|
 |
Good work.. but How can we activate the activex controls in dialog/SDI/MDI based application. I can add the activex control ..but i am not able to add values or not able to activate all edit controls or button controls. Do we need to change any settings when we create dialog based application.
|
|
|
|
 |
|
 |
good work, I have found what I needed.
|
|
|
|
 |
|
 |
Hi,
Is it possible to do a similar thing in VC++? I want to have a list control, a static control and a couple of buttons. I want to package this entire stuff as an activex control. Can you give please give any suggestion how to achieve this in VC++ (NOT VC.NET)
Thanks,
Angshuman
|
|
|
|
 |
|
 |
yes, that is possile just simply create a dialog resource add your required controls (buttons, listcontrols etc) on it and then double click on the dialog, u will be asked to create a new class for that dilaog ,just create a class drived from CDialog..
then you have to create an object either on heap or stack in the OnCreate function of you class drived from COlecontrol...just as we did in step 6 ..see MSDN for creating the CDialog....
ahmed
|
|
|
|
 |
|
 |
Good job. Very informative for ActiveX beginners.
Keep up the good work !
@!$h@
|
|
|
|
 |
|
 |
Thanks alot.....
ahmed
|
|
|
|
 |
|
 |
welcome
@!$h@
|
|
|
|
 |
|
 |
Nice attempt first of all, but you should make it so that it could be changed, the interface. Secondly, sadly its already been invented you might have heard it: The 'Tab Control' though this is a good thing for beginners and maybe intermediate programmers who are learning ActiveX, got my 5.
Actual Linux Penguins were harmed in the creation of this message.
|
|
|
|
 |
|
 |
Thanks for the the suggestions and espaecially the 5..
ahmed
|
|
|
|
 |