Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WebBrowser control help? Pin
.NetRams21-Jan-07 22:51
.NetRams21-Jan-07 22:51 
GeneralRe: WebBrowser control help? Pin
.NetRams21-Jan-07 23:06
.NetRams21-Jan-07 23:06 
QuestionHow to retrieve my data by using sql server ce? Pin
crazyteh21-Jan-07 13:52
crazyteh21-Jan-07 13:52 
Questionhow to show time and other information in STATUS BAR Pin
Member 370476621-Jan-07 1:33
Member 370476621-Jan-07 1:33 
AnswerRe: how to show time and other information in STATUS BAR Pin
roo42621-Jan-07 2:56
roo42621-Jan-07 2:56 
QuestionDeriving a Tcplistener class Pin
webdevelopper121-Jan-07 0:04
webdevelopper121-Jan-07 0:04 
Questionemail validation Pin
amaneet20-Jan-07 23:52
amaneet20-Jan-07 23:52 
AnswerRe: email validation Pin
Guffa21-Jan-07 0:03
Guffa21-Jan-07 0:03 
You can validate the format of the email address, but you can not validate that it is an existing address.

This is a regular expression pattern that I use sometimes to verify email addresses: "^[\w\-%~\.]+@[\w\-\.]+\.[\w]{2,4}$". It's based on the specification of how an email address may look, so it might be too strict as some email addresses does not follow the specification. You might want a more relaxed pattern like "^.+@.+\.\w{2,4}$".

---
Year happy = new Year(2007);

GeneralRe: email validation Pin
amaneet21-Jan-07 0:45
amaneet21-Jan-07 0:45 
Questionoutlook in vb.net Pin
amaneet20-Jan-07 23:35
amaneet20-Jan-07 23:35 
AnswerRe: outlook in vb.net Pin
Christian Graus21-Jan-07 0:23
protectorChristian Graus21-Jan-07 0:23 
GeneralRe: outlook in vb.net Pin
amaneet21-Jan-07 0:26
amaneet21-Jan-07 0:26 
GeneralRe: outlook in vb.net Pin
Christian Graus21-Jan-07 0:29
protectorChristian Graus21-Jan-07 0:29 
AnswerRe: outlook in vb.net Pin
DA_Loring23-Jan-07 1:40
DA_Loring23-Jan-07 1:40 
QuestionMail sending problem in vb.net Pin
amaneet20-Jan-07 22:29
amaneet20-Jan-07 22:29 
AnswerRe: Mail sending problem in vb.net Pin
Christian Graus20-Jan-07 22:41
protectorChristian Graus20-Jan-07 22:41 
GeneralRe: Mail sending problem in vb.net Pin
amaneet20-Jan-07 23:30
amaneet20-Jan-07 23:30 
AnswerRe: Mail sending problem in vb.net Pin
Guffa20-Jan-07 23:57
Guffa20-Jan-07 23:57 
Questiontrying to learn vb 2005 Pin
timberwolf2820-Jan-07 21:30
timberwolf2820-Jan-07 21:30 
AnswerRe: trying to learn vb 2005 Pin
Christian Graus20-Jan-07 22:38
protectorChristian Graus20-Jan-07 22:38 
QuestionBuilding a design time editable custom controll Pin
Polymorpher20-Jan-07 18:33
Polymorpher20-Jan-07 18:33 
Questionplease help me, change font of windows system Pin
Your Code20-Jan-07 16:27
Your Code20-Jan-07 16:27 
GeneralRe: please help me, change font of windows system Pin
IqbalVB20-Jan-07 16:42
IqbalVB20-Jan-07 16:42 
QuestionDatagridView relations Pin
Knoen20-Jan-07 12:31
Knoen20-Jan-07 12:31 
GeneralRe: PRINT PREVIEW DIALOG QUESTION Pin
IqbalVB20-Jan-07 16:17
IqbalVB20-Jan-07 16:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.