Forum: Visual Basic 4 / 5 / 6 Mar 26th, 2005 |
| Replies: 6 Views: 8,725 you can't do it there no easy to set command button forecolor. but you can use CheckBox instead, set Style = Graphical (it exactly look like button) , and copy this code in
Private Sub... |
Forum: Visual Basic 4 / 5 / 6 Mar 23rd, 2005 |
| Replies: 2 Views: 10,662 this function will calculate a string formula which support cos, sin, log, abs, mod, and example : [10*2+(2+3)]/(5 mod 4) and you will get the answer, and this function it really easy to plugin with... |