Is There A Way (like On Microsoft Word) so that the frames i have put on are moveable and lockable (so they can either be movable, so they are like other forms) or, if put in the correct place, locked in there, like microsoft word
thanx
lavarock09
Printable View
Is There A Way (like On Microsoft Word) so that the frames i have put on are moveable and lockable (so they can either be movable, so they are like other forms) or, if put in the correct place, locked in there, like microsoft word
thanx
lavarock09
You probably can do it with a CoolBar or by using a 3rd Party Control such as:Quote:
Originally Posted by lavarock09
vbAccelerator Toolbar and CoolMenu Control
you can do like word, have a customise button that locks / unlocks the everything
pete
how?Quote:
Originally Posted by westconn1
i ahev downloaded a zip containing lots of files, i have pit the ocx in the system32 folder, but i am not sure what to doQuote:
Originally Posted by Mark Gambo
can you help?
first you have to register the ocx, lookup regsvr32,
then add it to your project
pete
when i add it to my project, it does nothing, is there some code that could atleast make it so i can see if it is working
Quote:
Originally Posted by westconn1
Sorry I did notice that you were having a problem. Did you download this version of the control? According to the Readme file you need to download the following files from the website: cNewMenu.DLL and SSubTmr.DLL in addition to vbalTbar6.ocx which comes with the package.
Like Pete posted you have to register each of the items with the system, as such:
regsvr32.exe vbalTbar6.ocx
regsvr32.exe SSubTmr.DLL
regsvr32.exe cNewMenu.DLL
i have done that but i need some code to test it, i dont know how to work it
Quote:
Originally Posted by lavarock09
If you download the Complete Example it has a sample included in the package
I have done that and yes it works fine, i can open it up etc, but i need to build it into a current project, and whenever i do that it doesn't work
Quote:
Originally Posted by lavarock09
You have to include the indicated item in your new project (see graphic)
.
i have done that (sort of) but in the picture it has 2 different vbp files in it, how do you open 2 into it?
thanx for all your help