Hi..
but there are many web services did this validation and it worked even for hotmail and yahoo.
i.e.
<link removed>
most of my users are from a domain that give true positive reply..and very few are hotmail, gmail and yahoo users. thats why i want to minimize the number of sent emails or i will not give high priority for sending.
User Profile
Collapse
-
-
it is used for my application..I want to send more than 40000 emails but many of them are not valid.Leave a comment:
-
email verification
Hi..
I want a php function that validates emails for me. how can I do that?
I don't want to send the email neither use activation link. I want something like:
<Links removed>
I tried to search on the internet but nothing is found useful.
Many thanks in advance.
Regards,
HK -
Search inside MS word using vb.net
Hi...
is there a way to use the find exact match from MS word in my vb.net?
I want to open a MS word file in my vb.net and I want to find the exact word in the field text in the word file.
Regards
HK -
I thought of this as well..and when I tried it i found the following:
1) whenever you copy the words and diacritics (although the words are in black and diacritics in red) and paste it to a richbox, all will appear with the same color.
2) when I did what you suggested, I opend the rtf using ms word, each one has its color, but if I open it in wordpad, all have the same color, which get me crazy.
I looked at the...Leave a comment:
-
-
change Diacritics colors
hi..
any one knows how to color Diacritics differently from the text in RichTextBox..
am able to do so in word application but not RichTextBox...
Thanks..
Regards,
HK -
Thanks..that worked greatly...
I inserted this in the form_load
start_idle = DateAndTime.Now
end2_idle = DateAndTime.Now
AddHandler Application.Idl e, New System.EventHan dler(AddressOf Application_Idl e)
and created this function
Private Sub Application_Idl e(ByVal sender As Object, ByVal e As EventArgs)
end_idle = DateAndTime.Now
...Leave a comment:
-
VB.NET Application : How to know idle status
Hi all,
any one knows how to check if my vb.net application is in an idel status or not?
how can I keep my vb.net application not to go to idel status?
any suggestion?
Regards,
HK -
-
Changing Word Font in Vb.net
Hi All,
Am trying to change the MS word font in my vb.net application by using the following code
Code:Dim sizo As Single = 14 ... doc.ActiveWindow.Selection.SetRange(doc.Paragraphs(1).Range.Start, doc.Paragraphs(app.ActiveDocument.Paragraphs.Count()).Range.End) doc.ActiveWindow.Selection.Font.Bold = 1 doc.ActiveWindow.Selection.Font.Name =
-
-
Press Enter and Executre button
Hi All,
in my form I have two textboxes (T1,T2) and two buttons (B1,B2)
how can i insert text in T1 and press enter to execute B1 event, and insert text in T2 and press enter to execute B2 event.
the only thing that i found is that I set in the Form itself the property of AcceptButton and choose which button (only one button)
is there away for doing so? (i know it is possible but need help :) )... -
Thanks for the reply..
the first one didn't work for me. but your hint helped me to make it working after doing some search where i found the solution. it is:
[CODE=VBNET]AddHandler ListBox1new.Sel ectedIndexChang ed, AddressOf ListBox1_Select edIndexChanged
[/CODE]
and there is no need to remove the [CODE=VBNET]Handles ListBox1.Select edIndexChanged[/CODE] from [CODE=VBNET]Private Sub ListBox1_Select edIndexChanged( ByVal...Last edited by Plater; Feb 18 '08, 03:43 PM. Reason: Added type tag to [CODE] so people understood VBNETLeave a comment:
-
-
adding eventhandler programatically
Hi all,
I have a question...
I'm creating tabs programmaticall y using vb.net . in each tab that is created there is listbox, and 4buttons (also added by coding).
when i change the listbox selected item, an event should be called, lets say a messagebox will appear with the selected index of that tab.
I want to know how can I make this handler work for all the listbox that I create in different...
No activity results to display
Show More
Leave a comment: