Results 1 to 4 of 4

Thread: Textboxes in Menus

  1. #1

    Thread Starter
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    Is there a way to put a TextBox in a menu, like in office 2000.
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

  2. #2
    Guest
    Try the ActiveBar Control from Active, Inc. Microsoft has a link for it.

    I'll be back with maybe a way.

  3. #3
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    If you use a ToolBar control (add Microsoft Windows Common Controls 5.0 to your project; maybe 6.0 for later Win versions... I use Win95) you can make a button with the style tbrPlaceHolder, and you can stick a control onto it. If it doesn't seem to show on the 'button', use the ZOrder method of the control you're sticking onto the placeholder to force it to the top.
    I'm baaaack...
    VB5 Professional Edition, VC++ 6
    Using a 1 gHz Thunderbird, 256 mb RAM, 40 gb HD system with Win98se

    I feel special because I finally figured out how to loop midis: Post link
    I'm a fanatic too

  4. #4

    Thread Starter
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    Kaverin: I want it in a Menu not a toolbar, but thanks anyway
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

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