VB Comparison validator

  • Thread starter Thread starter superkhb
  • Start date Start date
S

superkhb

In Visual Basic can the Comparison validator be set to compare the control
to nore than 1 value and what is the syntax. Eg. I want only "Tom" "Dick"
or "Harry" entered in a textbox. TIA
 
Super

For this kind of things are normally radiobuttons used.

I hope this helps

Cor
 
You can use either radiobuttons or comboboxes instead.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top