|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming | |
How do I program buttons in Visual Basic?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Programmer
|
Im New So If I Do Sumthin Wrong Tell Me On Visual Basic How Do You program Buttons so they actucually work and go places?
__________________
Lovin My PS3
Playstation Network ID: MTPAPA121
Last edited by MTPAPA121 : 02-21-07 at 04:20 PM. |
|||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Turing Test is Overrated
|
Geez... lower your font size and use a better topic.
Have you taken any courses or have any manuals on VB?
__________________
WANTED: Socket M Core/Core 2 CPU, SUGO-02 Black, quality 802.11b/g PCI Card To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it will work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single/Non-Modular Rail PSUs are NOT better than Multi-Rail/Modular Quote:
|
||||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Programmer
|
Better???
__________________
Lovin My PS3
Playstation Network ID: MTPAPA121
|
|||||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Turing Test is Overrated
|
Now, do you have any background in programming? Do you know how to use VB? What exactly did you want to do?
__________________
WANTED: Socket M Core/Core 2 CPU, SUGO-02 Black, quality 802.11b/g PCI Card To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it will work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single/Non-Modular Rail PSUs are NOT better than Multi-Rail/Modular Quote:
|
||||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
Programmer
|
i know qbasic and only how to make and name stuff in vb
__________________
Lovin My PS3
Playstation Network ID: MTPAPA121
|
|||||||||||||
|
|
|
|
|
#6 (permalink) | ||||||||||||
|
Overclocker
|
please fill in your system specs via the User CP so we can better assist you
thanks
__________________
money needed for new rig: $1000 money saved: $576 money left to save: $424 $0|||||||||||||||||||||||||||||||||||||||| $1000 576
|
||||||||||||
|
|
|
|
#7 (permalink) | |||||||||||||
|
<= Humanaut
|
In visual studio, you drag a button onto a form and double click it. It will open the "event" triggered by the mouse click on the button. In that event (which is really a function or sub-routine) put your VB code.
__________________
Previous Member of Team Owners - 1st to hit 200k and 250K![]() Previous member of Rough Riders - 1st to hit 300k!!!![]() Adios everyone! I've been proud to be a member of Owners and Riders.
|
|||||||||||||
|
|
|
|
#8 (permalink) | |||||||||||||
|
Security Sleuth
|
I think what duckie is trying to get at is that, there is more to making an application than opening up VB6 slapping buttons on it, changing a few colors, and then hoping that it is going to do what you have planned. First question is...
1. What do you want it to do? Figure out what you first want the program to do because if not, you dont even know where to start. 2. Research. See if anyone else has made an app. like what you want and see if it would be more of a waste of time to re-build one that is already done and useable. If so, or if you just simply want to add your own touch to it. Start back at step 2 and research some more. Find out how you are going to make it work, look for examples, get ideas of things to add or remove. 3. Start coding. Assuming you know how to code, start programming. Work out the bugs as you go, test, and test and test some more to make sure it works. 4. your done. Worthless post. His hardware has nothing to do with the question he is asking. But for future reference it would be helpful.
__________________
IRC nick - tgalyean / normally found in #fedora-admin
|
|||||||||||||
|
|
|
|
#9 (permalink) | ||||||||||||||
|
Turing Test is Overrated
|
So you can only do a text box?
Generally: Create a form like a grey box. Add a button to this form. Add code to the button. http://www.morrowland.com/apron/tuto...text/index.php You need to learn what functions are avaliable for a class.
__________________
WANTED: Socket M Core/Core 2 CPU, SUGO-02 Black, quality 802.11b/g PCI Card To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it will work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single/Non-Modular Rail PSUs are NOT better than Multi-Rail/Modular Quote:
Last edited by DuckieHo : 02-21-07 at 04:34 PM. |
||||||||||||||
|
|
|
|
#10 (permalink) | ||||||||||||
|
Overclocker
|
yes i know it doesnt matter but i said it for if he need something in the future
__________________
money needed for new rig: $1000 money saved: $576 money left to save: $424 $0|||||||||||||||||||||||||||||||||||||||| $1000 576
|
||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|