Search:

Type: Posts; User: G33kman

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    6,230

    VS 2012 Re: How should I save the data in my program?

    Ok so from the sounds of it my best best would be to use a database (kinda figured that would be what I would need to do) bah! This is starting to hurt the brain already lol.

    So I can't create a...
  2. Replies
    4
    Views
    6,230

    VS 2012 How should I save the data in my program?

    Ok so I'm new to vb and I won't lie I'm stumbling left and right trying to figure this out.

    I have a program that I am working on that we will enter information into every time a phone call comes...
  3. Replies
    0
    Views
    5,158

    VS 2012 Data Source Configuration Wizard.

    Ok so I'm trying to set up a database so that I can save records and than click an open button and list out the records. I'm walking through the wizard and I believe I have chosen the correct options...
  4. VS 2012 Re: [RESOLVED] Why is VB so hard to comprehend?!?!

    Yeah I thought about that but I wasn't sure since it "kind of" pertained to what I was talking about already. Lol
    Thanks again for the help guys I really appreciate it!
  5. VS 2012 Re: [RESOLVED] Why is VB so hard to comprehend?!?!

    Yeah I'll definitely stick to this site and of course MSDN.

    I am currently working on a tutorial and I wanted to try and go off of it and add some additional stuff to it to see how it would work...
  6. VS 2012 Re: Why is VB so hard to comprehend?!?!

    Ok perfect thanks a lot!
    I'll look around and try to find a good (medium) tutorial to start out with. I always try and read through the code that I find and understand it (so that I actually learn...
  7. VS 2012 [RESOLVED] Why is VB so hard to comprehend?!?!

    Ok so I've been reading tons of information online about VB.net and I have a book (WROX - Beginning Visual Basic 2012) that I've been reading through and doing the exercises and trying repeatedly to...
  8. Replies
    1
    Views
    952

    VS 2012 XML File (Save, Open and Append)

    Ok I have been reading tutorials and searching Google but it just seems like there's 10 different ways to save and open xml documents and I'm getting confused on how to apply this to what I'm trying...
  9. Replies
    8
    Views
    12,474

    VS 2012 Re: messagebox cancel button closes form

    Ok so I'm trying to follow along with what you're telling (and showing) me sorry if this is frustrating but when you post clips of code I read through it and than look at my code to see the...
  10. Replies
    8
    Views
    12,474

    VS 2012 Re: messagebox cancel button closes form

    Yeah I was kinda wondering that myself I'm not an experienced VB.net programmer by any means but the only way I'm gonna get it down is by trial and error.
    I knew that the two different EventArgs...
  11. Replies
    8
    Views
    12,474

    VS 2012 Re: messagebox cancel button closes form

    Oh hey that might be an issue... Ok I'll try and get that straightened out. But what about the cancel button closing the program? I can't put the e.Cancel = True in there because it errors out... :/
  12. Replies
    8
    Views
    12,474

    VS 2012 messagebox cancel button closes form

    Ok so I am trying to make it so that when my form closes and there is text in any of the text boxes it will ask you to save. I have most of it worked out but whenever I click cancel it either keeps...
  13. Re: Visual Basic Drop Down List Default Text (Not Menu Item)

    Lol ok well could you explain why I don't want to just so I know.

    I did figure out a solution. Here's what I ended up doing.\


    Public Class mainWindow

    Private Sub mainWindow_Load(sender...
  14. Visual Basic Drop Down List Default Text (Not Menu Item)

    Ok first off I have tried to search for the answer to this but I'm not finding anything (even though I'm sure it's been answered before) I will admit that I'm new to Visual Basic but I have been...
  15. Replies
    1
    Views
    2,512

    VS 2010 Slacker Radio Windows Application

    So I listen to slacker radio a lot and I would really like to create an application that I can keep open on my desktop to be able to change songs among other things I want to keep all the limitations...
  16. VS 2010 Re: Trying to create a Application Configuration File

    What I want to do is be able to click File--Save Configuration and have a new window open asking what I want to save the configuration as (this could be anything) and than I want it to look at each...
  17. Replies
    1
    Views
    448

    Re: creating a docked menu form?

    Are you trying to create a Context Menu Strip?
    I guess a litle more explanation would help :)
  18. VS 2010 Trying to create a Application Configuration File

    So i'm trying to create a save configuration file and I found the Application Configuration file which seems like it'll do what I want it to do what i'm wondering is where I can go to learn how to...
  19. VS 2010 Re: Combobox changing selection disables button again

    Oh... Alright I'll check out that other post I didn't think it was the same thing. Thanks :)
    It's those dang ELSE statements everytime!
    http://www.vbforums.com/showthread.php?t=591994
  20. VS 2010 Combobox changing selection disables button again

    Ok so i'm trying to set up my program so that when I choose WinRar it opens a new window asking which architecture to use. I have a combobox set up with both architectures in it. I have the accept...
  21. Replies
    11
    Views
    4,856

    VS 2010 Re: Trying to create save file for checkboxes

    Sounds good man I'll get to work on that xml form and see what I can figure out with it i'll post what I can figure out :)
  22. Replies
    11
    Views
    4,856

    VS 2010 Re: Trying to create save file for checkboxes

    OH! I found the application page!!!! Alright let me see if I can figure it out I'm trying to read your link on my.settings and understand all that so maybe I can figure it out...

    Ok so I have this...
  23. Replies
    11
    Views
    4,856

    VS 2010 Re: Trying to create save file for checkboxes

    Ok just so i'm following you (from what my brain can comprehend right now) :)

    you have to decide everything configuration parameter that you want to save.(This would be whether the checkbox is...
  24. Replies
    11
    Views
    4,856

    VS 2010 Re: Trying to create save file for checkboxes

    Ok so i've done some reading on those links that you gave me and i'm still a lost. I found the Application settings property in the properties section which (I think) is what I need but I'm still...
  25. Replies
    3
    Views
    1,864

    Poll: VS 2010 Re: Can't Invert Checkbox Selection

    Wow after you explained that it makes a lot of sense now! lol. I'll put that code from your first post in and let it run. Thanks man!
  26. Replies
    3
    Views
    1,864

    Poll: VS 2010 [RESOLVED] Can't Invert Checkbox Selection

    I'm trying to set my software up so that you could invert the selection if needed.

    This is the code I have so far:


    Private Sub InvertSelectionToolStripMenuItem_Click(ByVal sender As...
  27. Replies
    11
    Views
    4,856

    VS 2010 Re: Trying to create save file for checkboxes

    Thanks for the direction! I appreciate it! :) I'll check those out The My.Settings i've heard of in my book and it makes more sense than the other one but i'll check them both out and see if I can...
  28. Replies
    11
    Views
    4,856

    VS 2010 Trying to create save file for checkboxes

    Ok so with my program i'm trying to create a save configuration I have it in my context menu so that I can click save configuration and what i want it to do is check to see what check boxes are...
  29. VS 2010 Re: Trying to pull from environment Variables

    Awesome! Worked perfectly thank you! :)
  30. VS 2010 [RESOLVED] Trying to pull from environment Variables

    SO i'm trying to point my button to the System Information program (C:
    \Windows\System32\msinfo32.exe) but I can't just type that in cause it might change with different computers. I'm wondering how...
  31. VS 2010 Re: New Form opens even when I uncheck the checkbox

    Yeah I figured it out I just right clicked on the solution name in solutions explorer and added a new form seems to be what i'm looking for so that's a plus! Have a good night! :)
  32. VS 2010 Re: New Form opens even when I uncheck the checkbox

    Wow... I think I just figured it out never mind thanks anyways guys I rated your posts I thank you for all your help! Have a good night guys.
  33. VS 2010 Re: New Form opens even when I uncheck the checkbox

    Oh I thought i HAD to have an else statement in there... (whoops)
    Ok so that totally took care of the problem... Thanks guys! Sorry I messed with that for so long I got so frustrated! All I had to...
  34. VS 2010 Re: New Form opens even when I uncheck the checkbox

    Correct I tried an "IF" :P statement but I couldn't figure out how to make it work exactly... This is what it looked like when I tried it...


    Private Sub chk_rar_CheckedChanged(ByVal sender As...
  35. VS 2010 [RESOLVED] New Form opens even when I uncheck the checkbox

    Ok so i'm trying to set my software up so that when I check the checkbox for winRAR to be installed, it'll pop up a new window asking if I want to install the 32 bit version or the 64 bit version. I...
  36. VS 2008 Re: Trying to create a Mouse over Information box

    Oh man you're a Genius!!! I played around a little bit and changed it up a bit to make it work the "CStr(DirectCast(sender, Control).Tag)" wouldn't work for me for some reason. so what I did was just...
  37. VS 2008 Re: Trying to create a Mouse over Information box

    Ok i'm going to play around with it a bit and see if I can't get this down thanks so much! I guess we're going to see 2012 in a bit so if I can't figure it out before then, than i'll just mess around...
  38. VS 2008 [RESOLVED] Trying to create a Mouse over Information box

    Ok so i'm having a problem with my software installer I wanted to search for a solution but I wasn't really sure how to put it I didn a little research but came up with nothing. I am trying to get a...
  39. VS 2008 Re: Can't Uncheck a checkbox after Radio Button has been selected.

    That took care of it! Thanks so much! I appreciate the quick reply. I was figuring it was pretty easy. Still new to this so just trying to get the hang of it. Thanks again! :)
  40. VS 2008 [RESOLVED] Can't Uncheck a checkbox after Radio Button has been selected.

    Ok so i'm trying to design a program where I can take all the software that i have and just put it on an external Hard drive open this program at a customers house select what software I want to...
Results 1 to 40 of 40



Click Here to Expand Forum to Full Width