User Profile

Collapse

Profile Sidebar

Collapse
hmkaddoura
hmkaddoura
Last Activity: Oct 14 '08, 01:29 PM
Joined: Feb 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hmkaddoura
    replied to email verification
    in PHP
    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.
    See more | Go to post
    Last edited by Atli; Aug 25 '08, 10:04 AM. Reason: Link removed

    Leave a comment:


  • hmkaddoura
    replied to email verification
    in PHP
    it is used for my application..I want to send more than 40000 emails but many of them are not valid.
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    started a topic email verification
    in PHP

    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
    See more | Go to post
    Last edited by Atli; Aug 25 '08, 10:04 AM. Reason: Removed links.

  • hmkaddoura
    started a topic Search inside MS word using vb.net
    in .NET

    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
    See more | Go to post

  • hmkaddoura
    replied to change Diacritics colors
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    replied to change Diacritics colors
    in .NET
    here we go:
    http://msdn2.microsoft.com/de-de/lib...al(VS.80).aspx...
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    started a topic change Diacritics colors
    in .NET

    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
    See more | Go to post

  • 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
    ...
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    started a topic VB.NET Application : How to know idle status
    in .NET

    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
    See more | Go to post

  • hmkaddoura
    replied to Changing Word Font in Vb.net
    in .NET
    any one that can help?
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    started a topic Changing Word Font in Vb.net
    in .NET

    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 =
    ...
    See more | Go to post

  • hmkaddoura
    replied to Press Enter and Executre button
    in .NET
    Thanks all..it worked with both of the solutions.

    :)
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    started a topic Press Enter and Executre button
    in .NET

    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 :) )...
    See more | Go to post

  • hmkaddoura
    replied to adding eventhandler programatically
    in .NET
    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...
    See more | Go to post
    Last edited by Plater; Feb 18 '08, 03:43 PM. Reason: Added type tag to [CODE] so people understood VBNET

    Leave a comment:


  • hmkaddoura
    replied to adding eventhandler programatically
    in .NET
    how can I make 1? (do u have code)...
    See more | Go to post

    Leave a comment:


  • hmkaddoura
    started a topic adding eventhandler programatically
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...