Search results for query: *

  1. S

    simplifying codes

    I would also suggest using SELECT CASE and also renaming those comboboxes and labels to something that is more easy to follow. (Easier to maintain and read code).
  2. S

    Question fingerprinting application development

    Glad it worked out! =)
  3. S

    Interop Outlook not working (Retrieving the COM class factory)

    I'm pretty sure that you are correct. I have had a similar problem and it was resolved with PIA installation. :)
  4. S

    captures(keystrokes) instant messages of msn live messenger

    Here is the answer to your question: Introduction to Messenger API Type Library « Fanatic Live
  5. S

    Watch inside of a EXE File ??

    You need a Reverse engineering compiler for that. Here is an example: REC Decompiler Home Page Hope it answers your question. // Sc0rp
  6. S

    Question fingerprinting application development

    To clarify whats said above here is a picture that shows what happens when you insert a finger to the fingerprint reader. http://www.identimetrics.net/images/presentation.jpg
  7. S

    Question how can i block web site

    Yes I think so. :-) The message is a bit cryptic. ^^ Maybe he should get a addon to the webbrowser that can prevent you from entering a specific site.
  8. S

    Question Shared Folder Monitor

    Hmm, maybe you can use TCPListener to monitor incoming connections.
  9. S

    Question how can i block web site

    Hosts file solution is good enough...but keep in mind that it doesn't support wildcards.
  10. S

    Visual basic code to setup your program to expire after 30 days

    This is definitely a good way to do it. :)
  11. S

    Help need in Click a Button Without ID

    If you know the coordinates of the button (x/y) then you could make the mouse click on it. Saw this thing earlier on youtube where this guy automated login procedure for gmail and hotmail. :)
  12. S

    Question Shared Folder Monitor

    Hello. With FileSystemWatcher you can monitor changes in a specific folder/folders. If something is created, deleted, modified or renamed in that folder.
  13. S

    Question Regarding sending of mails using SMTP server in the organization

    Hello. You can check out my SMTP Email Client that i have posted on the forum and see what you might have missed. http://www.vbdotnetforums.com/net-sockets/48555-smtp-email-client-code-example-gmail-hotmail-yahoo-aol.html Also if you are emaling from within your organization you should check...
  14. S

    Tip SMTP Email Client Code example for GMail, Hotmail, Yahoo and AOL.

    Hey! Just wanted to share my SMTP email client for gmail, hotmail, aol and yahoo mail. I have commented the code so this is great for learning purposes. Some features i have added to the application: * Send emails thru GMail, Hotmail, Yahoo and AOL. * Very basic validation for textboxes and...
Back
Top