Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
QuestionHow to prevent WebBrowser control correspond to click event twice after loads html file twice? Pin
nakey_yang24-Jul-04 8:40
nakey_yang24-Jul-04 8:40 
GeneralMicrosoft SQL Server Express Pin
Marlun24-Jul-04 5:30
Marlun24-Jul-04 5:30 
GeneralRe: Microsoft SQL Server Express Pin
Dave Kreskowiak24-Jul-04 9:21
mveDave Kreskowiak24-Jul-04 9:21 
GeneralRe: Microsoft SQL Server Express Pin
Grimolfr25-Jul-04 2:45
Grimolfr25-Jul-04 2:45 
GeneralRe: Microsoft SQL Server Express Pin
Marlun25-Jul-04 6:22
Marlun25-Jul-04 6:22 
GeneralWinforms Controls Pin
Mankayarkarasi24-Jul-04 2:28
Mankayarkarasi24-Jul-04 2:28 
GeneralRe: Winforms Controls Pin
DougW4825-Jul-04 19:36
DougW4825-Jul-04 19:36 
GeneralRe: Winforms Controls Pin
Mankayarkarasi29-Jul-04 0:43
Mankayarkarasi29-Jul-04 0:43 
GeneralBudding Programmer Pin
doctrane23-Jul-04 23:13
doctrane23-Jul-04 23:13 
GeneralRe: Budding Programmer Pin
softp_vc23-Jul-04 23:51
softp_vc23-Jul-04 23:51 
GeneralRe: Budding Programmer Pin
doctrane24-Jul-04 0:46
doctrane24-Jul-04 0:46 
GeneralRe: Budding Programmer Pin
Rocky Moore24-Jul-04 11:04
Rocky Moore24-Jul-04 11:04 
GeneralClosing Form after FormLoad Event Pin
myNameIsRon23-Jul-04 20:47
myNameIsRon23-Jul-04 20:47 
GeneralRe: Closing Form after FormLoad Event Pin
Dave Kreskowiak24-Jul-04 5:05
mveDave Kreskowiak24-Jul-04 5:05 
GeneralRe: Closing Form after FormLoad Event Pin
myNameIsRon25-Jul-04 12:08
myNameIsRon25-Jul-04 12:08 
GeneralHandling e-mail as files Pin
Grimolfr23-Jul-04 18:55
Grimolfr23-Jul-04 18:55 
GeneralRe: Handling e-mail as files Pin
Heath Stewart26-Jul-04 8:01
protectorHeath Stewart26-Jul-04 8:01 
GeneralRe: Handling e-mail as files Pin
Grimolfr26-Jul-04 11:40
Grimolfr26-Jul-04 11:40 
GeneralRe: Handling e-mail as files Pin
Heath Stewart26-Jul-04 11:53
protectorHeath Stewart26-Jul-04 11:53 
Yes, RFC 821. Sorry. I was trying to recall it from memory where I've packed several dozen RFCs. Numbers are just too hard to remember. Blush | :O

I'm also a perfectionist when it comes to extensibility and modularity, but honestly SMTP headers are easy to parse. It's much easier than parsing MIME headers (which really isn't that hard). That simple algorithm I gave you would work nicely.

You could check out IP!Works[^], though. They've been doing library development for IP-related technology for quite some time and are pretty good products. They do have SMTP and MIME components, as well as many, many other components for all your IP-related needs (SMTP, HTTP, POP, IMAP, SSH, etc.).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Handling e-mail as files Pin
Grimolfr26-Jul-04 12:31
Grimolfr26-Jul-04 12:31 
GeneralRe: Handling e-mail as files Pin
Heath Stewart27-Jul-04 3:28
protectorHeath Stewart27-Jul-04 3:28 
GeneralRe: Handling e-mail as files Pin
Grimolfr27-Jul-04 12:06
Grimolfr27-Jul-04 12:06 
GeneralIntercept Print Jobs From Other Apps Pin
johnstacey23-Jul-04 14:29
johnstacey23-Jul-04 14:29 
GeneralRe: Intercept Print Jobs From Other Apps Pin
Small Rat23-Jul-04 18:56
Small Rat23-Jul-04 18:56 
GeneralRe: Intercept Print Jobs From Other Apps Pin
johnstacey24-Jul-04 3:16
johnstacey24-Jul-04 3:16 

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.