TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
denny simon
NA
57
0
how to print with space
Dec 26 2009 11:13 PM
hello all
how to print with space
//-----------------
e.Graphic.Drawstring(":"+ tbTotal.Text ,myfont,100,100);
//-----------------
I want the result like this :
: 200.000
not like this
:200.000
Do I have to print with code
//--------------------------------
int aint=10;
e.Graphic.Drawstring(":",myfont,100,100);
e.Graphic.Drawstring(tbTotal.Text,myfont,100+aint,100);
//-----------------------------------
or is there any other way ?
thank you all
denny
Reply
Answers (
1
)
How to make Search fast
Object reference not set to an instance of an object run-time error