Search:

Type: Posts; User: TH3 K1D

Search: Search took 0.02 seconds.

  1. Replies
    31
    Views
    3,252

    Re: Tabs in a web browser

    Sorry for the double post but how would I know which web browser to Navigate?
  2. Replies
    31
    Views
    3,252

    Re: Tabs in a web browser

    Ok, thanks. I tweaked it quite a bit. When I use TabControl1.TabPages.Add(New TabBrowser("about:blank")) I get an error stating : Too Many Arguemnets to Public Sub New()
  3. Replies
    7
    Views
    616

    Re: Creating a standalone installer

    Whew, JM is on a rampage. JM, how do I create an MSI in VB 2005 Pro? Thanks.
  4. Replies
    31
    Views
    3,252

    Re: Tabs in a web browser

    Well, I'm having trouble understanding the concept. Do I "clone" the first tabpage but rename the web browser control or what?
  5. Replies
    89
    Views
    44,459

    Re: Please Help Us To Save Ana

    I can submit her to my churches pray list and keep her in my thoughts and prayers.
  6. Replies
    31
    Views
    3,252

    Re: Tabs in a web browser

    Er...I need help with this too.
  7. Replies
    4
    Views
    1,087

    Re: Add List View Item

    Ok thanks. How could I make it so it has a check box next to each item?
  8. Replies
    4
    Views
    1,087

    Add List View Item

    Dim NewTask As String = InputBox("TASK")
    ListView1.Items.Add(NewTask)

    It's saying String 'NewTask' can not be converted. Please help!
  9. Replies
    2
    Views
    693

    Re: Checked Listbox

    Ok, thanks petevick.
  10. Replies
    2
    Views
    693

    Checked Listbox

    Is there no checked listbox in .net 2.0 or am I just overlooking it? Please reply fast as this is very urgent.
  11. Replies
    2
    Views
    771

    Re: Question about Mobile Development

    No, it doesn't work. .NET 2.0 requires Pocket PC 2003+. Luckily, I upgraded my PPC and it works great!
  12. Replies
    2
    Views
    771

    Question about Mobile Development

    Hey guys and girls. I've got a Dell Axim X5 running Microsoft Pocket PC 3.0. I am wondering if I write a mobile program in VB2005 will the Pocket PC be able to run the application? Thanks!
  13. Replies
    1
    Views
    525

    Re: [2005] Publishing Wizard

    Nevermind, I got it but this is gay. It's very unprofessional. It creates all these manifest files and stuff. Wow. It should just create A single .exe, but no. MS screwed up big time on this. Now I...
  14. Replies
    1
    Views
    525

    [2005] Publishing Wizard

    Can somebody please walk me through the publishing wizard in VB2005 Express? I just want to make a simple install file and upload it to my website when I finish. I also want it to check the users PC...
  15. Replies
    0
    Views
    404

    [2005] Exporting Keys From Win Registry

    In my application I want to export keys from the registry. Like, export the ROOT_KEY I specify. Preferably, using the save file dialog. Thanks.
  16. Replies
    6
    Views
    1,011

    Re: [2005] ComboBox Value

    Here is a crappy way of doing it but you could do it like this if the 1st combo boxes values are hard coded.

    If ComboBox1.Text = ("WHATEVER") Then
    ComboBox2.Text = ("WHENEVER")


    Just change...
  17. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    Ok, thanks JM.
  18. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    I hate double posts but I really need someone to respond.
  19. Replies
    9
    Views
    1,187

    Re: Parse HTML Text into a TextBox

    I know, I was just saying you could hide it. If I were to continue this application I would deffinatly use the HttpWebRequest. I read about it on the MSDN link you posted. It seems like it can very...
  20. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    No, it's not going to be hard coded. It's going to be strictly stored in the registry. I'm making a program where the user types in a product name, then the serial key and they save it to the...
  21. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    Ok, thanks again. The data is actually going to be stored in the registry so I don't guess I need to post it becuase I already know how to read/write to the registry and split strings.
  22. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    Er, I'm new to this. Can you please post a snippet?
  23. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    Is it possible to do this with user specified strings that are in the ListBox? Thanks!
  24. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    Ok, thanks. This is a start. Now, for the hard part. Is it possible to have a string linked to the listbox item so like if you click 'Hello' the textbox says 'World'?
  25. Replies
    9
    Views
    1,187

    Re: Parse HTML Text into a TextBox

    WebBrowser1.Visible = False

    You can hide it. I don't think I'm going to continue working on this project (at the time).
  26. Replies
    16
    Views
    2,074

    Re: Change TextBox Text On ListBox Item Change

    Thank you. However, I am well aware of the events. The problem is that the items are user specified so I can't just say Listbox1.SelectedItem("TEXT") or whatever it is.

    Also, the code you supplied...
  27. Replies
    16
    Views
    2,074

    Change TextBox Text On ListBox Item Change

    I have a listbox which the items are linked to values stored in the registry. Is there anyway I can change the textbox's text depending on which item is selected in the listbox. I'll do my best on an...
  28. Replies
    9
    Views
    1,187

    Re: Parse HTML Text into a TextBox

    Ok, thank you both.
  29. Replies
    9
    Views
    1,187

    Parse HTML Text into a TextBox

    Ok. I want to connect to tvguide.com and get show information about a show that the user inputs. I want everything to stay in my application and not open up other programs, IE or FF etc. However, I...
Results 1 to 29 of 31



Click Here to Expand Forum to Full Width