Textbox: On Copy... (VBA in AC2003)

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2005
Posts: 21
Reputation: SlyMaelstrom is an unknown quantity at this point 
Solved Threads: 2
SlyMaelstrom's Avatar
SlyMaelstrom SlyMaelstrom is offline Offline
Newbie Poster

Re: Textbox: On Copy... (VBA in AC2003)

 
0
  #11
Mar 6th, 2009
Originally Posted by hkdani View Post
Windows is an event driven environment.
Right, there is a huge difference between having events and having to handle them yourself. Regardless of how it's handle, there is an event when you press a key. I'm not trying to stop the event, I'm trying to avoid the user from being able to trigger the event.
Originally Posted by hkdani View Post
I'd be interested in your future post about how you are able to do this.
  1. Private Sub Form_Load()
  2. Me.ShortcutMenu = False
  3. End Sub
Ta da.

Originally Posted by hkdani View Post
If you knew, you wouldn't be saying almost. Almost only counts in horseshoes.
Almost means one thing. I have evidence and experience that leads me to be it's possible but I don't know how. It's why almost everything in science is a theory. It's because they're all almost positive that this is how things work.

Originally Posted by hkdani View Post
You can't capture that in VB6 let alone from VBA. And I really doubt Access casts some magic functionality spell on VBA giving it more power than VB6.
Your replies make it glaringly obvious that you don't have much experience with Access. Do you not see the difference between working in a application and creating a stand-alone application? Everything in Access, the top menus, the right-click menus, the windows were defined by the code of Access. You can manipulate this as much as the developers of Access want you to manipulate it. ... and believe it or not, Windows allows almost everything to be manipulated.

Originally Posted by hkdani View Post
I'll leave you alone.
Please do.

... Oh, and by the way. Thanks, again, for your help.
Last edited by SlyMaelstrom; Mar 6th, 2009 at 11:25 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum


Views: 911 | Replies: 10
Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC