Thank you for your help! I will test this out
Type: Posts; User: Reapism
Thank you for your help! I will test this out
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...
I would like it after it selects that random string. It will them remove itself from the listbox.
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...
Does anyone know how this could be feasible?
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...
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...
Should I rewrite the application maybe theirs a hidden error. Okay I will do that and write back here.
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.
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...
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?
Oo, sorry about that.. I changed it and same result :(
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...
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...
Is there a available dataset?
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...
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 +...
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...
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...
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...
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 =...
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...
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...
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...
Is it really that bad?? I mean people could Decompile the .exe or what. What would be your suggestion?
Lol! This is supposed to be the most simplistic :D I really really like your idea though.
How do you import it doesnt let me "Where do I write this" and Thread.sleep is not even there.
o okay thanks! Wait is there another way I could do this that doesn't Freeze the form. It looks un-professional :(
Does this Freeze the Form?
I hope your having fun ;P
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...
Could someone move it, Or I have to do it manually.
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...
O this is cool! Thanks man!
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...
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...
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"
...
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()...
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.
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...