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 TouchToneTommy 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: flyax63
  • Content: Threads
  • Order by date
  1. flyax63

    control V

    Suppose I don't want to allow users of my program to paste images in a textbox of my program. So I can use in the "mnuEdit_Click" an expression like this: If not Clipboard.GetFormat(vbCFText) Then mnuPaste.Enabled = false Still the user can bypass my code and paste an non-text...

Part and Inventory Search

Back
Top