Search:

Type: Posts; User: WanknessHD

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. VS 2010 Re: Having a drop down menu have multiple options.

    Well to be honest I didn't know where to start, im just not really good with this stuff. and i feel like im bothering you. I don't know where I would put any of that stuff or how to implement it or...
  2. VS 2010 Re: Having a drop down menu have multiple options.

    I understood and didn't.
    Im the type of person where you have to walk me through everything and show me what and how your doing it, not doing it for me but doing it to the point where ill actually...
  3. VS 2010 Re: Having a drop down menu have multiple options.

    That actually didn't work for me..
  4. VS 2010 Re: Having a drop down menu have multiple options.

    Okay, this is how my code goes for all my items..


    If TextBox1.Text = "Lime Wool" Then
    PictureBox1.Image = My.Resources.craft_limewool
    End If
    If TextBox1.Text =...
  5. VS 2010 Having a drop down menu have multiple options.

    Okay so I dont know if the title made much sense as to what I need help with but, here we go..

    Okay so I made a program where you search for a recipe on minecraft and it grabs the picture and...
  6. VS 2010 Re: Submit button on webbrowser with htmlelement

    Bump please help
  7. VS 2010 Submit button on webbrowser with htmlelement

    Okay, so this website http://dogwars.com/app/

    Im making an app where you can login and stuff.

    the login button on the website:


    <div style="margin-left: 77px; margin-top: 20px; height:...
  8. Replies
    1
    Views
    504

    VS 2010 HtmlElement error with a project.

    okay, so i have the code working, but i cannot get the button in the webbrowser to work.

    So i have it where i type in the username and password and then i press login, its makes the webbrowser...
  9. Replies
    3
    Views
    570

    VS 2010 Re: Open files with my program.

    Im sorry im new, i dont understand what you have to do to get the command lines
  10. Replies
    3
    Views
    570

    VS 2010 Open files with my program.

    Okay so i have a program that i use to edit certain files...
    And i set those files to open with my program, but when i click on the files the program opens but with no text, i would then have to...
  11. VS 2010 Re: Opening .GSC file and displaying on RTB

    OMG you're amazing!
  12. VS 2010 Re: Opening .GSC file and displaying on RTB

    Okay..
    So i have a simple two buttons.
    Open and save.
    and a RTB

    so i place the code for the open and save.
    i make it so when you open the file you can only choose .GSC files.

    when i choose...
  13. VS 2010 Opening .GSC file and displaying on RTB

    Okay, so I know i can open the file because i can open them in notepad but i would like to create my own program to open them.

    When i use OpenFileDialog it will not let me open the files.

    How...
  14. Replies
    1
    Views
    557

    NotePad open any file.

    Okay.
    In in notepad i can open this file..
    The extension is .gsc
    I just want to create my own editor...

    How using the richtextbox can i open this file because with the reg. OFD it will not show...
  15. Replies
    3
    Views
    669

    VS 2010 Re: Grabbing a programs version.

    No error, but it is not working correctly...
  16. Replies
    3
    Views
    669

    VS 2010 Grabbing a programs version.

    Okay so i'm making a program that needs to call the version number from Minecraft and display it in a text box.

    How would i be able to do this?
    Is it possible?
    Thanks.
  17. Replies
    6
    Views
    732

    VS 2010 Re: Adding/Removing from separate forms

    Im sorry, im quite new at this stuff so not much of what you said gets through to me.
  18. Replies
    6
    Views
    732

    VS 2010 Adding/Removing from separate forms

    Okay so im making a system were you can add/delete users.
    On the main form i have the "pick user: *combobox here*"
    on the add user form how would i make it so when i type a name in the textbox and...
  19. Replies
    5
    Views
    724

    VS 2010 Open custom files.

    Okay, so im developing a program where i open a file called a .gpd and since its not supported i get the "file not supported" error, is there any way i could make it so i can open those files?
  20. Re: Putting text from a textbox into a richtextbox

    Im sorry for posting in the wrong section as to i canno't fint the correct section.
    You guys have always helped me in this section. i wont post here anymore.
    but thanks for the help.
  21. Putting text from a textbox into a richtextbox

    Okay, so i am developing this program, where you fill in the details and when you press create it pops up a window that had a bunch of code with the correct details from the textboxes in the code?
    ...
  22. [VS 2011] Need help with making Mp3 Downloader

    Okay, so im onto making this application where you paste the Youtube link into the textbox and you convert it to MP3 and it downloads to the selected folder.

    And i was wondering how i would do...
  23. Replies
    8
    Views
    1,087

    VS 2010 Re: Loading a file

    Okay, sorry how can i do this with a RichTextBox because i need to be able to copy the code in the box.
  24. Replies
    8
    Views
    1,087

    VS 2010 Re: Loading a file

    I did:


    Dim lines() As String
    Try
    lines = IO.File.ReadAllLines(GhostTextBox1.Text)
    GhostListBoxPretty1.Items.AddRange(lines)
    Catch ex As Exception
    ...
  25. Replies
    8
    Views
    1,087

    VS 2010 Re: Loading a file

    I Get an Error:
    'AddRange' is not a member of 'System.Array'.
  26. Replies
    8
    Views
    1,087

    VS 2010 Re: Loading a file

    Yeah.
    it would be a text file.
  27. Replies
    8
    Views
    1,087

    VS 2010 Loading a file

    Alright, i have this so far:


    Public Class Form1

    Private Sub GhostButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton1.Click
    Me.Close()
    ...
  28. Replies
    0
    Views
    429

    VS 2010 WebBrowser History Not Sticking?

    Well when i view my history i see i have stuff there:

    http://screensnapr.com/e/A70wIq.png

    But when i reload my browser (exit and re open)
    its gone. is there any way i can make it stay unless i...
  29. Replies
    1
    Views
    433

    VS 2010 Help With Bookmarks on Webbrowser.

    Alright, so im getting this error:
    Reference to a non-shared member requires an object reference.

    This is the bit of code the error is pointing to:

    ...
  30. Replies
    4
    Views
    851

    Re: Help With Progressbar!

    Omg. i have never encountered this before, when i click the button the progressbar starts, then open form2. but when i press the exit button on form2 it reopens and does this continually.
  31. Replies
    4
    Views
    851

    Re: Help With Progressbar!

    Thanks, i thought it would be somewhere else!
  32. Replies
    4
    Views
    851

    Help With Progressbar!

    Alright, well i am making a program, and i would like it so when the progress bar finishes it open form2. here is my code, its obviously wrong because when i debugged it didnt work.


    Public Class...
  33. Replies
    1
    Views
    642

    VS 2010 Help with a game launcher

    Okay, well im making a game launcher for a runescape private server. and well when i run the .jar file plain without the launcher it works, but when i run with the launcher, it give me an error on...
  34. Says cant find file, when file is there.

    Alright, well im trying to call out a single file to open but it wont work.

    here is my code.

    Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  35. Replies
    25
    Views
    900

    VS 2010 Re: Litte help pleaseeee:))

    OMMGG, thank you i did learn from this and i did credit you in the program.
    if you would like to download it and test it.

    Download: http://www.mediafire.com/?c81vc0w6gh1uibi

    Virustotal:...
  36. Replies
    25
    Views
    900

    VS 2010 Re: Litte help pleaseeee:))

    there:

    http://screensnapr.com/e/Lj0vC2.png

    *edit that is an image it doesn't seem like it.
  37. Replies
    25
    Views
    900

    VS 2010 Re: Litte help pleaseeee:))

    Not to worry i will.
  38. Replies
    25
    Views
    900

    VS 2010 Re: Litte help pleaseeee:))

    im afraid not.. this is what i get.

    http://i39.tinypic.com/21osrok.png
  39. Replies
    25
    Views
    900

    VS 2010 Re: Litte help pleaseeee:))

    Nvm i figured it out.

    this is what i have:

    http://i44.tinypic.com/vshwnd.png
  40. Replies
    25
    Views
    900

    VS 2010 Re: Litte help pleaseeee:))

    Thank you so very much for this. but i have do idea on where to put this peice of code?
    Private Sub Form_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
    Me.UsersOnline.Text =...
Results 1 to 40 of 48
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width