November 3rd, 2002, 03:49 PM
|
#2 (permalink)
|
| Senior Member
Join Date: Oct 2001 Location: Alberta, Canada
Posts: 563
|
"$" works for me! (concatenate it with &)
I presume you want it on this line...(?)
picoutput4b.Print txtname; Tab(20); txthours; Tab(30); "$" & txtrate; Tab(40); "$" & E; Tab(50); "$" & D; Tab(60); "$" & F
you should also try to use more meaningfull variable names, rather than A,B,C,D,E,F!!!!  Makes reading and debuging code alot easier!!
also, I haven't used the picturebox control very much, but I noticed that if your app loses focus (ie: click on another window) then re-gains focus, it loses it's contents!! Probably not what you intended!!
anyways, good luck!! Gotta run!!
ciao!!  |
| |