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
exiting users from database
Error message when replying, sending, openning email in OWA
MAGENTO ENTERPRISE: Need to make static link in category menu (always display throughout layers)
Creating a Dynamic Form from SQL database tables in ColdFusion
Adding one cell to the bottom of a named range defined byan OFFSET
How do I add rows to a datagridview based upon a For Each statement in VS2008?
Vmware and HP msa2324sa dc + DL360 (2) configuration considerations
Setting Folder Permission in Windows XP - VB Script
Outlook won't open .pptx attachment directly
Insert Script from the command prompt