Search results for query: *

  1. stianxxs

    Question HELP! I don't know to make a download dialog for web browser in tabcontrol

    Ok :D Hi, i know that it's onlya dialog box (form), but the question is how i can get the dialog box to show when a user clicks a link to a download, like http://mydomain.com/file.exe and not if he/she is going to a link like: Google only files that is going to be downloaded. Thanks for your reply
  2. stianxxs

    Question HELP! I don't know to make a download dialog for web browser in tabcontrol

    Hi, I was woundring how to make a custom 'download' dialog for my web browser in vb 2010. Because when i click 'download file' in my tabcontrol it's always loads up the IE download file dialog. I have seen the IE Clone can do it, but i didn't uderstad how to do it. Thanks Sorry for my bad...
  3. stianxxs

    Question Getting Command not implemented. The server response was: 5.5.1 Unrecognized command.

    I get this error Command not implemented. The server response was: 5.5.1 Unrecognized command. when tryin to send a mail using SMTP (GMAIL) in my mail client. It's uses my.settings strings for i.e password and mail etc. Thanks in advance
  4. stianxxs

    Loading ListView through TXT File

    ok :) :D You can also add specified line and split it by lets say " " space. And add every word between "space" gets to it's own column from a textfile. Sorry for my bad english...
  5. stianxxs

    Loading ListView through TXT File

    You forgot to declare the "mal" Declar it like this Dim mal As String Because mal = stream.ReadLine is a String ;)
  6. stianxxs

    Tip How to get favicon in tabbed webbrowser. Tutorial

    Hi, many of you are may working on some sort of project with web browser related settings or information, so to day I'm gonna demonstrate how to get favicon in a tabbed web browser! It's is actually quite simple. But I've been searching for this "How to get favicon in web browser" and i found...
  7. stianxxs

    How to change text of textbox to look like password?

    You can go to properties and select usesystempassword almost at the bottom of properties when highlighting the textbox
Back
Top