vb6 help: in ocx control

solangi

Newbie
Joined
Nov 4, 2012
Messages
11
Reaction score
1
dear user, i wanna to help in vb6 that i wanna to create own ocx control with button and i wanna to make is customize properties in properties wanna put button backcolor, forecolor with the mousemove event can any body help me to do that one?

:israel:
 
Last edited by a moderator:
Learn vbnet! it is way better and modern than vb6, and create there a class file instead of a ocx ;)
 
Color properties shouldnt be a problem there. For mousemove you will need win32 api from memory. Dont have vb6 anymore.
 
Dn?t think so combination of color combination is not an issue for tha you need win32 application
 
You can do that in an ActiveX control, but why the fuck would you do something so stupid as to write anything in VB6?

At least use VB.NET, or C#. God, I'd recommend Delphi over VB6.
 
active x control should do the mission - and about the vb.net - i think its about what he want to do - if its simple he can use vb6
 
Guys, can anyone share me a sample of ocs code. I need to see how it looks like.
 
Back
Top