Originally posted by: Umakanth
How can i draw on a ActiveX control in Design-Mode ?.
For example after placing the ActiveX control on a DialogBox , i want to draw something on it using Mouse.
How can i do this ?
Reply
Originally posted by: Paolo Arcaro
How can I change backcolor in a EditControl ??
Thanks.
best regards
ReplyOriginally posted by: Bilal Naveed
thanx for a clean and concise tutorial. I think I'll stay with ActiveX for some more time now :) Was about to give in!
ReplyOriginally posted by: Rainey
I have an activeX Control that has a grey a background. I want to be able to display the control on top of a Microsoft forms 2.0 image. At the moment the control is displayed in a gray square on top if the image.
Is there a way of getting rid of the gray bits so I can see the image underneath??
Thanks for you help
ReplyOriginally posted by: Rez
Dear,
I'm junior programmer who want tried to make activex control that can run in internet explore. I want to make check box toolbar and it work but not well. I made with MFC ActiveX wizard. ON_UPDATE_UI didn't run so it cannot update for idle checking in Class CCmdUI. Please, help me.
Reply
Originally posted by: santhosh shenoy.p
Dear Sir,
I'm a programmer in VC++. I've some problem using serial port communication component in Activex. Please let me know how to use serial port control .Also send the code as to hoe to open the port and how to access the input and to load the output buffer.
Kindly do reply back,
in anticipation of your reply,
Santhosh
Originally posted by: Neha
Hi,
Even i had tried with a button having a bitmap on it.
I had written everything in OnDrawItem().But it always crashes at
mybitmap.Attach(::LoadImage(::AfxGetInstanceHandle(),MAKEINTRESOURCE(bitmapid), IMAGE_BITMAP,0,0,LR_LOADMAP3DCOLORS));
Any idea?
Reply
Originally posted by: walter_mundstock
I was trying to create one activex combobox that implements some special functions that i need. Well, i used the project wizard to create an MFC activex project and used the window style for my class as an combo box. After this, with no changes on code i compiled the ocx. When i installed and used my ocx, an window with the apparence really different from an combo box has been shown.
Well, after this i tryed to create an inheritance from an combo box. Worked, but now i cant add my class into my form (on VB). So, i tryed to make an multiple inheritance from an OleControl and ComboBox. Now nothing is working. I cant compile the ocx.
Someone can help me ?
my mail is walter_mundstock@dell.com
Thank you very much.
Walter
ReplyOriginally posted by: Jhon
I just read and tried the tutorial on activeX but i cannot make it work, i ve this problem :
When i put it in the container it only shows a sinus like graphic.. the only think that i can do is to invoke method.. i ve the same problem when i create a active X without anything in.. Does work even if u use the files..
Do u have any idea to resolve this?
Originally posted by: sarita
hi!
i have developed an application using the mediaplayer ActiveX control in VC++. i wanted to add the proxysettings facility to it, but have been unsuccessful so far.This is
all that i have tried...
i included the IWMPNetwork interface,available in the "wmp.h" header file of WindowsMediaPlayer SDK,by doing this
i was able to include a function"SET PROXY SETTINGS".
but i am still unable to access this function using the actual control ie the mediaplayer.wht should i do???