Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. roswell

    Creating a phonebook entry

    Does anybody knows how to create a phonebook entry in the internet explorer so I can use when I do dialup using Visual Basic? Also, does anybody knows if the code Shell("rundll32.exe rnaui.dll,RnaDial " & conn_name, 1) will create some problems? Will it work in any windows? Thanks
  2. roswell

    Mscomm and dialup

    Nope
  3. roswell

    Send user and password through MsComm

    I want to connect to the internet through MsComm. I was able to dial the number but I don't know how to send user and password. Does anybody know how?
  4. roswell

    Mscomm and dialup

    Thanks for your answer. I was able to dial the number but this doesn't connect me to the Internet. Maybe because I haven't send my username and password. Do you know how I can do it?
  5. roswell

    Mscomm to connect to the internet

    Is it possible to use the Microsoft Common Conrol (Mscomm) to be able to create a program where I will be able to connect to the internet using this control? Or should I use other things? Does anyone have any knowledge about this? Thanks.
  6. roswell

    Connect to the internet using MSComm

    I'm also like to ask the same question of edwintauro. Does anybody knows how to do it? Thanks.
  7. roswell

    Creating own dialup connection

    What I want to do is to create a program in Visual Basic which is like the Dial Up Connection. I want to connect to the internet through visual basic. What I found out is I can use RAS (Remote Access Service) but its kinda complicated. Anyway thanks for your answers. If you have any better...
  8. roswell

    Mscomm and dialup

    Is it possible to use mscomm to be able to do a Dialup application? Please let me know how. Thanks
  9. roswell

    is there a way to start a connection to internet from vb

    I'm also having the same problem. Do you have an answer on your question? Can you help me?
  10. roswell

    Creating own dialup connection

    Does anybody knows how could I create my own dialup connection without using the installed dialup? I mean, I don't want to connect to the Internet using the dialup connection in the windows. What I want is to create an application in Visual Basic which will have the same functions like the...
  11. roswell

    Hide/Show Listview SubItem Column

    Have you found an answer on this? I'm also having the same problem. Thanks.
  12. roswell

    Email checker

    Thanks for all your answers. I was able to create a program for checking email however it checks all the emails in the server. What I want is to alert the user the number of NEW mails not the total number of the mails. Does anybody knows how to do this? Thanks.
  13. roswell

    Retrieving just new email messages

    I decided to use Winsock for email checking or email alert. However I get all the number of emails. I just want to get the number of new emails. Does anyone knows how to do this? Also, whenever I retrieve an email, the status of the new email became read already which shouldn't happen since...
  14. roswell

    Remove title bar

    Thanks for your answers. What I mean is the title bar of the form. The suggestion of vb5prgrmr is right. Thanks again.
  15. roswell

    Running program on Windows startup

    The code was placed in the startup but how can I put an icon in the taskbar for that application where a user can close it so it will stop running? But when a user restarts the computer, it will again show in the startup?
  16. roswell

    Remove title bar

    Is there a way to remove a title bar when it is shown to the user even if I'm using a standard button? Just like an activex form.
  17. roswell

    Email checker

    Using mapi will still use a control. What I need is a way to alert me of my email like if I have a new mail in my Yahoo account without opening it in the Yahoo site. I think I need to use API but I can't find how. Anybody knows how? Thanks.
  18. roswell

    Email checker

    Thanks for your answers but is there a way where I don't need to use any controls like API?
  19. roswell

    Email checker

    Does anybody knows how to program in Vb an email checker? Where a popup will be shown stating if the user has an email without opening its email site like Microsoft outlook.
  20. roswell

    Ordinary form to a graphical (cute) one

    Does anybody knows how to make a form in vb where I don't want to see the standard one but a different shape of a form like a circle form? Any suggestions are welcome. Thanks.

Part and Inventory Search

Back
Top