Click here to Skip to main content
16,016,882 members

Comments by Vinod Kc (Top 56 by date)

Vinod Kc 26-Jul-24 21:23pm View    
And the code has some errors also. He just created an HICON but if it not null, he used another one instead if using the already created one.
Vinod Kc 5-Apr-19 5:39am View    
Never mind, I think i found the answer myself.
Instead of this line---
Dim mail As New MailMessage

I wrote this ----
Using mail As New MailMessage

I didn't properly disposed the mailmessage object. That was the reason. Now, problem solved.
Vinod Kc 9-Oct-18 14:43pm View    
@Richard MacCutchan,
Thanks for the reply. I subclassed this control and it worked.
Vinod Kc 24-Jan-17 8:24am View    
Hi, Thanks for the links. But Debuggex seems to be complex. Anyhow, i am playing with it. Thanks.
Vinod Kc 24-Jan-17 7:15am View    
Thanks for the reply, But it is not working in RegexBuddy.