I try to search some records in an Access database using my VB.net program. I use a "like" keyword with wildcard. For example, the records in Field1 in table TEST are:
aaa
abc
When I use
"Select [Field1] from TEST where [Field1] like '*b*'"
to search the 2nd record...
I want to merger some menuitems, such as "Undo", "Redo" into the standard TextBox ContextMenu. The standard TextBox ContextMenu already has "Copy","Paste", etc. I want to keep those menuItems, but add some more. I can create my own ContextMenu with those...
How can insert my own menu items into the standard Textbox Contextmenu? I want to use all the "Copy", "Paste", "Cut" functions from the standard Textbox Contextmenu, but I also want to have some other functions in the Contextmenu written by myself. I use VB.net...
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.