Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 2sj
  • Content: Threads
  • Order by date
  1. 2sj

    Tab Control Page disable

    Setting enable to false for a page on a tab control simply makes any controls on that page disabled. Is there not a way to make the page itself disabled (ie. make it so it is still visible, but not clickable; and the caption greyed out)?
  2. 2sj

    auto scroll text in textbox horizontally

    Say you have a text box that holds text longer than the actual length of a texbox. space on my form is limited, so i'd like it to autoscroll the text in the box (like winamp autoscrolls the track/artist title), preferrably on mouse over, but i'll take what I can get.<br><br>Any ideas? Oh and...
  3. 2sj

    ShortCut Key to work on msoControlButton

    I know how to create a custom menu bar and add controls to it. Say, for instance, I have a control on a popup control. I know I can set the .ShortcutText of the control, but exactly how do I get the shortcut key to work. for example. Dim newCtl As CommandBarControl ... ... With NewCtl .Caption...
  4. 2sj

    Tab Control/Listbox flickering

    VBA, MS ACCESS 2003. I have a form that has a listbox (populated by SQL recordset) and a Tab control to the right of the listbox. on the listbox after update it determines if certain pages/tabs on the tab control should be shown or not. When a page/tab is shown/hidden the entire tab control...

Part and Inventory Search

Back
Top