basic

  1. L

    Question Background application control.

    Hello, I would like to create an application which will just work in background, and do specific actions by clicking a specific keyboard key, just like in Fraps at example, when the application is like 'always on top' even if other app is on full screen, and You can still control each other by...
  2. R

    Unable to Set Username and Password in SOAP Request

    I'm attempting to consume a SOAP service that requires HTTP Basic Authentication (over HTTPS). I'm using WSE 3.0 on Visual Studio 2008. Here's the basics... Class SNCClient Inherits SoapClient Public Sub New(ByVal destination As EndpointReference)...
  3. I

    Resolved How to disable hyperlinks in WebBrowser?

    Hi, I am extremely new to Visual Basic, and I have only so far made an e-mail sender and an SMS sender (through e-mail). So I am having troubles, I made a quick Web browser that I only want to show one page when you press a button ( you have to enter a name into a textbox and it will then make...
  4. H

    Question VB Melt Down!!!

    My VB just stuffed up, and my menu strips lost all the menus on them... how can i get this back without going back to past versions, and copying everything back in?:mad:
  5. H

    Question How to make a registration feature for my Visual Basic program?

    I have made a program, that i want to distribute with a free version, and a pay version. I need a code to make the program so the user can pay, and get emailed a link, which i can do, but i need a code to allow the user to enter their User ID, which was sent to them, (ie. 937823) and a...
  6. G

    Question Simple Login System (Pictures)

    Thanks For Looking: Alright well what im trying to do is make a simple login form. Where there is a username and there is a password. There is no multiple accounts just the username and the password. Thats all. The username is going to be "student" and the password is going to be "random1". But...
Back
Top