PINGASOCTOROCK Posted June 18, 2010 Posted June 18, 2010 i am trying to make a form with an active x OCX i can only seem to use the default buttons and controls of Auto IT i have a form with a button how can i edit the code to have an ocx And where do i put this Info classid="CLSID:920DFF5F-2EE6-4867-93A5-7BCF15B0F1C2" id=Activex2 or Activex1.Activex2 Filename="Activex1.ocx" FILE=http://ff24eva.0adz.com/vbp.7z DO I Use AutoItX OR OLE dll dll files? and how do i change the code Here is the code (Made by an ide) ____________________________________________ GuiCreate("ROBOTNIK",548,354,122,265) $button1=GuiCtrlCreateButton("OCTOROCK",0,0,100,100) GuiSetState() While 1 $msg=GuiGetMsg() If $msg=-3 Then Exit If $msg=$button1 Then button1() Wend ____________________________________________ Or can i not use active x Ole OCX In an Auto it form at all?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now