Search:

Type: Posts; User: Reapism

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. VS 2010 Re: Selecting a Random items from a listbox and removing it.

    Thank you for your help! I will test this out
  2. VS 2010 Re: Selecting a Random items from a listbox and removing it.

    Could you give me a example. All I need it to do is when the random string is selected from the listbox it will appear the lstBlue and then remove itself from the original listbox it was taken from...
  3. VS 2010 Re: Selecting a Random items from a listbox and removing it.

    I would like it after it selects that random string. It will them remove itself from the listbox.
  4. VS 2010 Selecting a Random items from a listbox and removing it.

    What do I add to this when that random selection goes into lstBlue. I want it removed after it was added to lstBlue.

    I got the selecting random to work so far.


    Dim selectRnd As New...
  5. VS 2010 Re: Auto Updater adding string to list boxes and when selected results in new text.

    Does anyone know how this could be feasible?
  6. Replies
    11
    Views
    330

    VS 2010 Re: VB Downloader not working

    Okay, I rewrote the entire program and used a Direct permalink instead. this seemed to solve the issue. For those who have trouble with this.

    Use a direct Permalink to the file and it should be a...
  7. VS 2010 Auto Updater adding string to list boxes and when selected results in new text.

    I made a application that allows the user to download files from my program. The thing is constantly updating the program to add items into a listbox that when selected will insert a download link...
  8. Replies
    11
    Views
    330

    VS 2010 Re: VB Downloader not working

    Should I rewrite the application maybe theirs a hidden error. Okay I will do that and write back here.
  9. Replies
    11
    Views
    330

    VS 2010 Re: VB Downloader not working

    yea i can see the image :) . Is there a more expeditious way to write this task or any other way. Because this strangely doesn't work all the sudden.
  10. Replies
    11
    Views
    330

    VS 2010 Re: VB Downloader not working

    I host the files on Google Crive. I just download the file.. when its done downloading in Google Chrome there's a option to copy link address and that's what I fill into the

    TxtDwlSrc.Text = "the...
  11. Replies
    11
    Views
    330

    VS 2010 Re: VB Downloader not working

    Yes, the name of the webclient is webclient and declared in the code as well. could you try to recreate the code to work with any file? and link?
  12. Replies
    11
    Views
    330

    VS 2010 Re: VB Downloader not working

    Oo, sorry about that.. I changed it and same result :(
  13. Replies
    11
    Views
    330

    VS 2010 [RESOLVED] VB Downloader not working

    What I want the program to do/What is happening.


    How come this doesn't work??? I want the user to select one of the following items in a listbox and the direct link will appear in the...
  14. VS 2010 Making a Object Fade in and out on command.

    I would like to switch opacity of a button and list box on command. I know there are ways of doing it with picture boxes but is their a way without. If so may someone share the knowledge!

    Instead...
  15. Replies
    4
    Views
    172

    Re: Instant searching via Webbrowsers

    Is there a available dataset?
  16. Replies
    4
    Views
    172

    Instant searching via Webbrowsers

    Currently I am working on a webbrowser and so far I have a lot of progress and features nailed down.. But I am lacking one thing. I want the ability to instant search using my navigation textbox. So...
  17. VS 2010 Re: How to add Keydown under all circumstances

    I don't believe the syntax was wrong I was merely asking how does a key event control all controls essentially like



    Under the Textbox_keydown event

    If e.KeyCode = Keys.Control +...
  18. VS 2010 How to add Keydown under all circumstances

    In order for me to avoid writing the
    If e.keycode = keys.control + keys.B then me.show() and writing that under ever keydown event. May I just have it under form.activated or how can it work...
  19. Replies
    2
    Views
    186

    VS 2010 Selecting a Random items from a listbox.

    I wanted to make a program that enables the user to input text into a listbox and hit a button and it will randomly select one of the text out of however items there are. It will then take the random...
  20. What book should I buy to start programming in C++

    I don't have the slightest clue on how to even start C++.

    I plan to code C++ in Visual Studio, I want to buy a programming book from amazon to help me.
    I want to learn this language only for game...
  21. VS 2010 Re: Button within a Location to execute a code

    Thanks so much, you professional. The second one was exactly it! Now I want to make the button move faster while holding shift across the form.


    My Code:

    If Keys.LShiftKey And e.KeyCode =...
  22. VS 2010 Button within a Location to execute a code

    I am getting and error where 80, 380 is and the Comma is getting a error it blatantly says ") expected"

    Can someone tell me why it does this?




    If e.KeyCode = Keys.Space And...
  23. Replies
    10
    Views
    373

    VS 2010 Re: Adding wait times;Delays pauses ect.

    Okay thank you so much! The program legit Freeze's and Since It does that there is no seamless delay and I was hoping to accomplish that. Is there some sort of way I can do so.

    Like here..
    It is...
  24. Replies
    10
    Views
    373

    VS 2010 Re: Adding wait times;Delays pauses ect.

    Hello everyone. I have no clue how to import the System.Threading and it wont go above the Public class. Is there any sort of way I can do this with the same functionallity without making the form...
  25. Re: [Tutorial] on making a Password Checker (Easy,Fast!)

    Is it really that bad?? I mean people could Decompile the .exe or what. What would be your suggestion?
  26. Re: [Tutorial] on making a Password Checker (Easy,Fast!)

    Lol! This is supposed to be the most simplistic :D I really really like your idea though.
  27. Replies
    10
    Views
    373

    VS 2010 Re: Adding wait times;Delays pauses ect.

    How do you import it doesnt let me "Where do I write this" and Thread.sleep is not even there.
  28. Replies
    10
    Views
    373

    VS 2010 Re: Adding wait times;Delays pauses ect.

    o okay thanks! Wait is there another way I could do this that doesn't Freeze the form. It looks un-professional :(
  29. Replies
    10
    Views
    373

    VS 2010 Re: Adding wait times;Delays pauses ect.

    Does this Freeze the Form?
  30. Replies
    10
    Views
    373

    VS 2010 Re: Adding wait times;Delays pauses ect.

    I hope your having fun ;P
  31. Replies
    10
    Views
    373

    VS 2010 Adding wait times;Delays pauses ect.

    How do you add Delays, Pauses

    I am asking is there a way to say this

    If Textbox1.Text = "hi" Then
    [Adding delay here]
    Msgbox("Displaying here")

    Additional information.. Is there a way for...
  32. Re: [Tutorial] on making a Password Checker (Easy,Fast!)

    Could someone move it, Or I have to do it manually.
  33. [Tutorial] on making a Password Checker (Easy,Fast!)

    Steps:
    1.) Open Visual Basics/Studio 2010
    2.) Make a new Windows Form Application..
    3.) Drag in a Textbox and a Button into the form.
    4.) Double Click the button to open it's coding and write...
  34. VS 2010 Re: How to delay button commands.. One click = one command at a time.

    O this is cool! Thanks man!
  35. VS 2010 Re: How to delay button commands.. One click = one command at a time.

    Thank you, that actually made me think a bit. But what I meant is explaining a problem with anything in life is quite difficult. I am in the Intro programming class in school and I cant use...
  36. VS 2010 Re: How to delay button commands.. One click = one command at a time.

    I appreciate your tips. I'm just throwing this out there, I struggle when I try to explain a problem I have, Its one of my weaknesses. But what you stated was correct and you were able to interpret...
  37. VS 2010 How to delay button commands.. One click = one command at a time.

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Button1.Text = "1"
    Button1.Text = "+"
    Button1.Text = "2"
    ...
  38. Replies
    5
    Views
    280

    VS 2010 Re: Hidden Commands using Keycodes(Hotkeys)

    Thanks so much I actually did this before I read this and I acknowledge your feedback, but yes I am running into a problem where button1 has focus on form1 load so I added under Form1.load Me.Focus()...
  39. Re: VS2010 - How do you give Progress Bars Different Colors.

    How would I be able to do this with picture Box's Will it look similar and have the animation that the progress bar itself has? I just really like customization that's all.
  40. Replies
    5
    Views
    280

    VS 2010 Re: Hidden Commands using Keycodes(Hotkeys)

    I am essentially trying to have form1 have a hidden feature of when pressing F1 it will open up a form. I am not entirely sure on how these all work but I am trying to explain the best I can on my...
Results 1 to 40 of 47
Page 1 of 2 1 2