Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Coding SQL Statement with String Literals Pin
Paul Conrad15-Sep-08 9:48
professionalPaul Conrad15-Sep-08 9:48 
AnswerRe: Coding SQL Statement with String Literals Pin
Paul Conrad15-Sep-08 9:47
professionalPaul Conrad15-Sep-08 9:47 
QuestionCalling c# methods from unmanaged code (Not COM) and vice versa Pin
greenbeast15-Sep-08 8:23
greenbeast15-Sep-08 8:23 
QuestionTreeView flickering? Pin
Cyrilix15-Sep-08 5:56
Cyrilix15-Sep-08 5:56 
AnswerRe: TreeView flickering? Pin
Anthony Mushrow15-Sep-08 10:47
professionalAnthony Mushrow15-Sep-08 10:47 
GeneralRe: TreeView flickering? Pin
Cyrilix15-Sep-08 11:24
Cyrilix15-Sep-08 11:24 
QuestionValidate an EmailID Exist or not Pin
Tiger45615-Sep-08 5:32
Tiger45615-Sep-08 5:32 
AnswerRe: Validate an EmailID Exist or not Pin
Scott Dorman15-Sep-08 5:42
professionalScott Dorman15-Sep-08 5:42 
You need to be clearer about what you want. Do you want to validate that the email address is properly formed or that it is a real address at the destination?

If you just want to validate it is properly formed there are a lot of different ways to do this, including using some of the built-in .NET classes or regular expressions. If you want to make sure it is a real address at the destination, the only real way to do this is to actually try sending a test message.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

AnswerRe: Validate an EmailID Exist or not Pin
Paul Conrad15-Sep-08 9:49
professionalPaul Conrad15-Sep-08 9:49 
QuestionImplementation of TimeTable Pin
singhpreeti2315-Sep-08 4:38
singhpreeti2315-Sep-08 4:38 
AnswerRe: Implementation of TimeTable Pin
leppie15-Sep-08 4:48
leppie15-Sep-08 4:48 
GeneralRe: Implementation of TimeTable Pin
singhpreeti2315-Sep-08 19:19
singhpreeti2315-Sep-08 19:19 
GeneralRe: Implementation of TimeTable Pin
Harvey Saayman15-Sep-08 20:55
Harvey Saayman15-Sep-08 20:55 
GeneralRe: Implementation of TimeTable Pin
Owners.Inc15-Dec-10 3:53
Owners.Inc15-Dec-10 3:53 
QuestionCreate a control object instance from a type Pin
Chazzysb15-Sep-08 3:52
Chazzysb15-Sep-08 3:52 
AnswerRe: Create a control object instance from a type Pin
Chazzysb15-Sep-08 3:55
Chazzysb15-Sep-08 3:55 
GeneralRe: Create a control object instance from a type Pin
leppie15-Sep-08 4:50
leppie15-Sep-08 4:50 
QuestionConverting Bitmap to Image Pin
Fabrizio Magosso15-Sep-08 3:41
Fabrizio Magosso15-Sep-08 3:41 
AnswerRe: Converting Bitmap to Image Pin
Eslam Afifi15-Sep-08 4:06
Eslam Afifi15-Sep-08 4:06 
GeneralRe: Converting Bitmap to Image Pin
leppie15-Sep-08 4:51
leppie15-Sep-08 4:51 
AnswerRe: Converting Bitmap to Image Pin
Fabrizio Magosso15-Sep-08 5:01
Fabrizio Magosso15-Sep-08 5:01 
GeneralRe: Converting Bitmap to Image Pin
Eslam Afifi15-Sep-08 5:11
Eslam Afifi15-Sep-08 5:11 
Questionhow to minimize a windows form manually Pin
harcaype15-Sep-08 3:04
harcaype15-Sep-08 3:04 
AnswerRe: how to minimize a windows form manually Pin
Eslam Afifi15-Sep-08 3:09
Eslam Afifi15-Sep-08 3:09 
GeneralRe: how to minimize a windows form manually Pin
harcaype15-Sep-08 3:21
harcaype15-Sep-08 3:21 

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.