Search results for query: *

  • Users: bbarclay
  • Content: Threads
  • Order by date
  1. B

    Easy Question about Browser

    I need to add a link in my about page and have it open an external browser "the users default browser" This may sound silly, but what code should I use for this, and how to I make it show in my about page. Thanks, Brandon
  2. B

    Question about adding user authentication

    This may be a question for a different area, I'm not sure. Anyways. What my software needs to do now is load a page that requires a user to login first before the main application would run. There are a few things I'm not sure of so I've listed them here. 1. The user would register for the...
  3. B

    Add image to tab control

    I have a program that is running several tab controls. The problem is I can't seem to add an image to the tab. Does anyone know how to do this. It doesn'ts seem to be in the properties. Thanks Brandon
  4. B

    Colordialog return html value in Text Box for VB.net

    I'm not sure if this post is supposed to be in this area but here it goes. I have this application that is kind of a WYSIWYG application. I'm trying to create a popup colordialog box so the user can select a color, have that colors html value stored in a textbox, then they can click a button to...
  5. B

    Copy information from one form into another.

    This might be really simple but it's been plagging me. Here is a general problem I can't seem to hack. Lets say you have two forms. Form1 and Form2. Form 1 contains three text fields. Username.Txt, UserPassword.Txt and UserPurchaseID.Txt. Now the user needs to be able to click the open...
  6. B

    Paste before and after highlighted text

    Within my application i have a text editor which is kind of like a WYSIWIG editor. Does anyone know how to make it so you can highlight text and have button that will place text around it. For instance. I click the bold button with the words "hello world" highlighted After clicking the...
  7. B

    How do I copy data from one control to another

    I need to take from a textbox information from my application and click an arrow right button -> and have it copy textbox1 information to where ever the cursor is. Thanks Brandon -Here's how it works WB.Document.ActiveElement.InnerText = "hello" (where the WB is replace with the name...
  8. B

    Help Reading This Back In

    I have written the code in Vb.net Visual Studio. I've Written it out and have tried everthing to write it back in. '''''''''''''''Here is the out'''''''''''''''''''''''''''''''''' Private Sub SaveCamp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveCamp.Click...
Back
Top