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
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:
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
first you have to register the ocx, lookup regsvr32,
then add it to your project
pete
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:
Last edited by Mark Gambo; Jun 21st, 2005 at 03:12 PM.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
i have done that but i need some code to test it, i dont know how to work it
If you download the Complete Example it has a sample included in the package
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
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
You have to include the indicated item in your new project (see graphic)
.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."