Microsoft
Software
Hardware
Network
Question : Windows Application textbox.focus
I have a windows app that requires validation of a datefield like so
if date is incorrect format
MessageBox.Show("Date must be a valid Date format MM/DD/YYYY");
D_textboxLabel4.Focus();
if I enter the incorrect format the messagebox displays but it seems to be stuck in a continous loop.
what I need is...user sees the message box, clicks ok, box dissappears and user is able to correct mistake...currently box does not disappear.
Answer : Windows Application textbox.focus
if it is a textbox then
....
If Not IsDate(Cdate(String.Format
("dd/MM/yy
yy",myText
box.text))
) then
Messagebox.show(.......)
MyTextbox.selectAll
end if
Random Solutions
BULK UPDATE
Oracle qry on system tables
Please wait while Windows configures Crystal Reports Release 2
Hi - cisco 1840 - what is the default password please - http or via console
Allow odbc connection to MySQL
get 550 5.7.1. Unable to relay for specific domains....
how do i stop a java code?
Replication
Help with asa log
Question about Exchange 2010 mailbox move.