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)?
I'm using vba with an access front end. I agree with Tony, it's probably not worth the hassle nor the time. Plus, he's right, I doubt too that it would work smoothly enough on the form anyways. But thought it would be interesting enough to atleast post the question. I sitll wouldn't mind seeing...
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...
Well, I'm creating aCommandBarControl and am quite able to set it's .ShortcutText property. My question actually was how do I make it so that when a person actually hits the key combination of, say, the control + shift+ M keys, it would actually perform the same action as a specific menu bar...
I gave it a shot. When I created the control button, I set its onaction before setting the ShortcutText. But it still didn't work. Again, the ShortcutText is simply a text/srting property. it has no functionality. I'd imagine I gotta define that the combination of "Ctrl+Shif+M" means to do what...
The ".ShortCutText" works. It is setup using the
With ctl
.ShortCutText = "Ctrl+Shift+T"
End With
but all these does is setup the text to show in the menu bar. it's just a string. I want to know how to get those combination of keys to actually perform that control button's onaction event...
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...
There does not appear to be a "ScreenUpdating" property for Application... When I type "Application." it doesn't give ScreenUpdating as a property. Maybe I'm missing a reference...?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.