| Recent Answers from Frank G. Dahncke |
 |
2008-07-28 Runtime controls: OK. In that case, just read the properties of the control. I don't know your background in programming, so I'll just make a simple example. Let's assume a textcontrol named "txtInput" resides on your form...
|
2008-07-26 Help: Excel uses VBA (Visual Basic for Applications), not VB as a programming language. Unfortunatly, this means you cannot make an EXE because VBA is not meant to be compiled. Please get a version of VisualBasic...
|
2008-07-21 problem in vb project: Your problem is that you try to calculate with variables that can only contain text (so-called "string variables"). To be able to calulate, convert text to numbers frist. A function that can help you do...
|
2008-07-16 visual basic events: "msflexgrid" means "MS Flexgrid", a control that is bundled with old versions of VisualBasic. It displays a grid a bit like Excel does where the user can edit individual cells arranged in rows and columns...
|
2008-06-23 Count click events: No problem. First, at the Module level, declare an integer variable as counter, then increment it in the Click event. Hint: to get to the Click event, just double-click the button in design mode. Then...
|
| More Answers for "Visual Basic" |