ok.. ive made a little game in vb..
and theres a problem with .ocx files
after i installed it on pc's except mine..
it sez sumthing like "your button.ocx is out of date"
please help..
heres my setup if you like to check...
clegeo(demo)
Printable View
ok.. ive made a little game in vb..
and theres a problem with .ocx files
after i installed it on pc's except mine..
it sez sumthing like "your button.ocx is out of date"
please help..
heres my setup if you like to check...
clegeo(demo)
Can you type in a way where I don't want to scratch my eyes out.
If you downloaded button.ocx from somewhere, try and find a newer version.
yay is this made to take the *mick* ?
Oh and Inno Setup 5 as a compiler ?? Nice!
http://www.vbforums.com/ http://www.vbforums.com/ http://www.vbforums.com/ http://www.vbforums.com/ http://www.vbforums.com/ http://home.rochester.rr.com/lgsstatic/smiles/lol2.gif
ok..
1) as David said.. type like a normal human. 1337 is 14M3.
http://www.vbforums.com/
2) Get a better hosting site...
3) NO ONE will ever install a setup.exe especially from someone we dont know.. actually ANY exe for that matter.
if you want help with this issue. zip the entire project source code and attach it here.
do not include any exe's in it. just the source
but my problem is in the .ocx file i made...Quote:
Originally Posted by Static
after i install my program on other computer.. and run it...
it sez.. "something.ocx is out of date"
i dunno why.. but it works fine in my computer...
sorry for the inhuman text..
sorry for the texts..Quote:
Originally Posted by davidbishton
nope.. ive made the button.ocx..
i think its the way i compile it.. i dunno..
but it works fine in my pc..
U M3AN U ACTUALY MAED TEH BUTON.OCX!11!!1 LOL FIEL???!!?!!?!! LOL ENIT Y?!!?!!!?!!?!!?? LOL
I'm sorry...
Why did you make the button.ocx file? I mean, what's wrong with the normal buttons??
uuhhmm.. coz im new in vb.. and i like to practice making my own .ocx'sQuote:
Originally Posted by ..:RUDI:..
ive made one so that i can make the background of the button a picture..
and it moves... ahaha...!
wow new to VB and you can do that?? Well done! :)
If you send us the source, including the button.ocx (Not any EXE files) we will be able to help you more :)
Yes, please link to or upload your source code and no executables. No one will run or install anything without knowing what it actually does by reveiwing its code and being able to compile it themselves. ;)
there yah go.. my source code..
.exe free.. tanx!
http://rapidshare.de/files/26365414/geoLit.zip.html
Put Option Explicit at the top of each form, module and class. You have things missing and undefined. How is this project working anyway. I got errors on loading 2 forms. What installer are you using to packaging this?
What is b3VB Code:
b3.FileName = App.Path & ("\Sounds\vocalSound\error.wav")
Here is what you use in your project:
; ------------------------
; References
; ------------------------
; Visual Basic For Applications - (MSVBVM60.DLL)
; Standard OLE Types - (OLEPRO32.DLL)
; OLE Automation - (STDOLE2.TLB)
; Microsoft DAO 3.51 Object Library - (DAO350.DLL)
; Microsoft ActiveX Data Objects 2.0 Library - (msado20.tlb)
; Microsoft Data Binding Collection - (MSBIND.DLL)
; Microsoft Data Formatting Object Library - (MSSTDFMT.DLL)
; Microsoft Data Report Designer v6.0 - (MSDBRPTR.DLL)
; Microsoft Data Environment Instance 1.0 - (MSDERUN.DLL)
; Microsoft ActiveX Data Objects 2.8 Library - (MSADO15.DLL)
; --------------------------
; Components
; --------------------------
; Microsoft Windows Common Controls 6.0 (SP6) - (MSCOMCTL.OCX)
; Microsoft Common Dialog Control 6.0 (SP6) - (Comdlg32.ocx)
; blushButtonMove - (blushButtonMove00.ocx)
; Microsoft DataGrid Control 6.0 (SP6) (OLEDB) - (MSDATGRD.OCX)
; blushButton00 - (blushButton00.ocx)
You have many problems. Why are both your component ocx's named usercontrol1 ucMenu?
uhmm.. ok... b3 is a multimedia player.. but since im sending you all my source code.. i take away the sounds and a lot of forms.. and im using inno setup 5! sorry.. but ive made that program a long time a go.. tanx anyway!Quote:
Originally Posted by randem
hhmm.. sorry.. but its my first time creating my own activex component..Quote:
Originally Posted by randem
so i really dont know how to change that..
heres my error...
Run-time error '372':
Failed to load control 'userControl1' from blushButtonMove00.ocx.
Your version of blushButtonMove00.ocx may be outdated.
Make sure you are using the version of the control that was provided with your application.
pls help..!
userControl1 cannot be specified in the OCX, take a look and see that it's present!
well.. it works fine in MY pc..Quote:
Originally Posted by ..:RUDI:..
but i dont know why it wont work on others..
hhmm...
You are not compiling in binary Compatibility, that could be one problem.
uhhmm.. i dunno what u min..Quote:
Originally Posted by randem
how can i do that..?
Project->blushbutton Properties->Component
Select binary compatibility