Does anyone on here know how to program in visual basic i am trying to learn but i am lost i hear that it can help u program in dm as well
ID:185242
![]() Mar 24 2006, 9:42 am
|
|
![]() Mar 25 2006, 9:43 am (Edited on Mar 25 2006, 2:10 pm)
|
|
<font size=5>Big Bump</font>
|
VB is extremely simple. Just go to the toolbar with all the objects, click/drag around the form to make new objects of those types (you have buttons, text fields, labels, radio buttons, macro boxes, etc., the whole bit). On the right side is a list of the object's variables so you can change them. Then, in the code, you can select an object and one of its functions to make something happen then.
For example, make two text fields on the form, one next to the other, then make a label next in row. Name them txtInput1, txtInput2 and lblOutput. Then make a button and name it btnAdd, and set its caption to "Add". In the code, do this. Sub btnAdd_Click() You have a calculator with a single function, adding. |
i dint mean to be rude i just always do that when i bump i do it because it takes up alot of space so i just say big bump
|