Posts Tagged ‘Control’

How Do I Update An Activex Control?

Wednesday, August 19th, 2009

I am trying to drag and drop a newer version of MSWINSCK.OCX into the system32 folder but i cant because it says do you want to overwrite and i click yes and then it says a file with that name already exists. But when i try to delete the one im trying to get rid of it says its being used by another program. Can anyone help me out with this? Thanks

Dns Failed To Load Control ’socketxctl’ From Socketx.ocx.?

Wednesday, August 12th, 2009

The error comes from a virus that has been floating around in some keygens. In the registry go to
HKEY Local Machine\Software\Microsoft\Windows\Curre… Version\Run.
Among the run entries you will find a registry key named DSS. The DSS entry is the culprit behind the error. Delete the entry, restart your computer and you should be fine.

Where Can I Get The Ocx Control For Crystal Reports 10 ?

Sunday, July 19th, 2009

You can get it from VB4. Look at this article for details:http://visualbasic.about.com/od/usingvbn…

How Do I Remove The Watermark Effect In Ocx Control?

Wednesday, July 15th, 2009

Well ifit is video/pic etc watermark cannot be removed. Mostly they provide watermarks in Free Version Of Video Converters or if the pics are not to be distributed … etc

How Do I Get Properties To Work On A Vb6 Ocx Control?

Tuesday, July 14th, 2009

I understand how to make the controls, but I don’t know how to make it so that I can have properties that an application can set after it’s been compiled into OCX format. I’ve seen things about “propbag”, and what not.
Say if I made a file list control, and I wanted to allow the program using it to be able to set the current path, how would I pass this variable from the program to the control through a property?
Thanks in advance.