Results 1 to 13 of 13

Thread: ToolBars

  1. #1

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    ToolBars

    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

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: ToolBars

    Quote Originally Posted by lavarock09
    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:

    vbAccelerator Toolbar and CoolMenu Control
    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."


  3. #3
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: ToolBars

    you can do like word, have a customise button that locks / unlocks the everything

    pete

  4. #4

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: ToolBars

    Quote Originally Posted by westconn1
    you can do like word, have a customise button that locks / unlocks the everything

    pete
    how?

  5. #5

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: ToolBars

    Quote Originally Posted by Mark Gambo
    You probably can do it with a CoolBar or by using a 3rd Party Control such as:

    vbAccelerator Toolbar and CoolMenu Control
    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 do

    can you help?

  6. #6
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: ToolBars

    first you have to register the ocx, lookup regsvr32,

    then add it to your project

    pete

  7. #7

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: ToolBars

    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

  8. #8
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: ToolBars

    Quote Originally Posted by westconn1
    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:

    regsvr32.exe vbalTbar6.ocx
    regsvr32.exe SSubTmr.DLL
    regsvr32.exe cNewMenu.DLL
    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."


  9. #9

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: ToolBars

    i have done that but i need some code to test it, i dont know how to work it

  10. #10
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: ToolBars

    Quote Originally Posted by lavarock09
    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."


  11. #11

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: ToolBars

    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

  12. #12
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: ToolBars

    Quote Originally Posted by lavarock09
    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)


    .
    Attached Images Attached Images  
    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."


  13. #13

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: ToolBars

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width