Forum: Visual Basic 4 / 5 / 6 Nov 25th, 2007 |
| Replies: 8 Views: 2,587 Okay, I'll try that out for now. |
Forum: Visual Basic 4 / 5 / 6 Sep 10th, 2007 |
| Replies: 8 Views: 2,587 Does nobod know the answer to this? |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2007 |
| Replies: 8 Views: 2,587 Okay, so here's the challenge. I want a continously running program that will automatically close all running programs, log off the user account and shut down the computer when the batterly life of... |
Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2007 |
| Replies: 3 Views: 1,378 Nevermind. I figured out how to change datatypes. I finished the program. Thanks for the help. |
Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2007 |
| Replies: 3 Views: 1,378 Thanks for helping but now I have a few other problems with the same program. I don't know how to change a datatype from variant to currency part way through a program. |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2007 |
| Replies: 3 Views: 1,378 I have a program where there are text boxes that accept values and then a command button is pressed. I need to know how to let the program check if the values entered are negative or anything that... |
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2007 |
| Replies: 2 Views: 1,969 |
Forum: Visual Basic 4 / 5 / 6 Jun 20th, 2007 |
| Replies: 2 Views: 1,969 Anytime I open Visual Basic 6 I need to add the common dialog box control to my tool box. Is there any way I can keep that in my toolbox every time I open visual basic 6 without having to add it... |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2007 |
| Replies: 4 Views: 880 Yeah sorry. I just realized the For Next is a loop. Lol. But yeah it works. Thanks for your help. |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2007 |
| Replies: 4 Views: 880 Is there any way to use a For Next combination? Possibly with a variable as the index number? I'll try it. If not, then tell me how you would use a loop. |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2007 |
| Replies: 4 Views: 880 This is just a simple question. There are four command buttons in a control array. I want to write code for one of them that changes the same property in the same way for all of them. When I tried... |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2007 |
| Replies: 7 Views: 3,817 Edit. Sorry, I thought I could help but I misunderstood the question. I don't know how to delete posts. |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2007 |
| Replies: 3 Views: 615 I think she/he is talking about the little paperclip guy that comes up when you go into Microsoft Word (or any Microsoft Office Program) and he/she is telling people that it can be a source of... |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2007 |
| Replies: 10 Views: 6,140 But that's only if he wants something to happen immediately after clicking an option. |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2007 |
| Replies: 10 Views: 6,140 Well you have to give the option buttons names. It depends on what you want the program to use with this information. Like I said, I would probably use a command button under which the code you... |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2007 |
| Replies: 10 Views: 6,140 Did that help at all or are you still left in the dark? Someone else might be able to help you a little better. |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007 |
| Replies: 10 Views: 6,140 I think it depends more on what you want to do with it. I would probably put the code under a command button. It might say something like this.
If opt1 is true
vb code here
end if
if opt2 is... |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007 |
| Replies: 10 Views: 6,140 Well, I know a little bit about it so I'll try to help. You should first create a frame from the toolbox. Then on top of that you can put the option buttons, found in the toolbox, in the frame along... |
Forum: Visual Basic 4 / 5 / 6 May 4th, 2007 |
| Replies: 2 Views: 1,009 That will be what you probably need to do but if you're trying to put those buttons on the application that isn't in a message box then just add a command button from the tool box and in the property... |
Forum: Visual Basic 4 / 5 / 6 May 4th, 2007 |
| Replies: 3 Views: 693 I got a book for it that explains it one step at a time but by the end it gets complicated so you actually learn a lot. It's called "Sam's teach your self Visual basic 6" or something like that. It's... |
Forum: Visual Basic 4 / 5 / 6 Apr 15th, 2007 |
| Replies: 5 Views: 1,103 Oh, thanks. I didn't know I had a different version than this forum. I'll send you my e-mail. |
Forum: Visual Basic 4 / 5 / 6 Apr 15th, 2007 |
| Replies: 5 Views: 1,103 What is the MSDN library? |
Forum: Visual Basic 4 / 5 / 6 Apr 15th, 2007 |
| Replies: 5 Views: 1,103 Okay, so I just got Visual Basic, but I don't really know how to use it yet. I know just a few things here and there. I want to start out with just some basic things. I tried making the quadratic... |