Re: [WIP] Application: RetuNE
Code:
Run time error '339':
Component 'FM20.DLL' or one of its dependencies not correctly
registered: a file is missing or invalid.
Ran it with and without Halo open, same error. Is there a specific place where you need to put it?
Also, thanks for letting me test ^_^
Re: [WIP] Application: RetuNE
Ew, yeah Rosco got that one too. It's because of a DLL file not installed on your system. I'll try to make a fix in a moment, hold on.
And no problem :)
Re: [WIP] Application: RetuNE
Cool app,
I'm still a beginner but Patrick told me to use VB.NET instead of stick to VB6 all the time. I might start somewhere or something, if I can think of something that hasn't been made before :\
Re: [WIP] Application: RetuNE
Hehe, I am going to look into VB.NET as well. VB6 is obsolete now, however much I despise that ... I heard it's easy switching to .NET though.
Re: [WIP] Application: RetuNE
It seems the same, looks a bit more advanced in VB.NET but basically the same to me :\
MessageBox.Show instead of MsgBox, figured that out with the help of pat today :lol:
Re: [WIP] Application: RetuNE
Quote:
Originally Posted by
SilentWindPL
It seems the same, looks a bit more advanced in VB.NET but basically the same to me :\
MessageBox.Show instead of MsgBox, figured that out with the help of pat today :lol:
Its best if you use the .show, but I never use it lol. I just use regular Msgbox code from vb6. Probably not best way to do it, but it works and its not like a msgbox could mess the whole thing up :D
Gonna test it and play with it a bit.
Re: [WIP] Application: RetuNE
If you get the error that OmegaDragon was getting, run the .bat file in the zip folder. Also, Rosco was getting a Runtime Error #7 "Out of Memory" ... I don't know why that is :(
Re: [WIP] Application: RetuNE
Re: [WIP] Application: RetuNE
Whos Rebecca? Works 100% for me. Tried to break it, but it didnt work :(
Re: [WIP] Application: RetuNE
Quote:
Originally Posted by
Rescudo
If you get the error that OmegaDragon was getting, run the .bat file in the zip folder. Also, Rosco was getting a Runtime Error #7 "Out of Memory" ... I don't know why that is :(
He is not the only one getting it >.>
According to MS main site, you should:
"Write code in the Click event of the Data Combo to store the value of the its BoundText property in a form-level variable. Use the form-level variable to access the value of the Data Combo's BoundText property."
Which I have no idea what it means. Also found this, It may help.