Shwetha Dali 0 Newbie Poster
Recommended Answers
Jump to PostHi, try with this code:
private static void DrawABox( int x, int y, int width, int height,char Edge,string Message ) { int LastIndex =0 ; Console.SetCursorPosition(x, y); for ( int h_i = 0; h_i <= height ; h_i++ ) { if ( LastIndex != -1 ) { …
Jump to PostYou could start the first line with 5 blanks, use dash - or underscore _ to print the top edge of the cube. (1 short of the cube length followed by |)
Next line 4 blanks, a /,2 short of the box length with spaces, followed by /|.
For the …
Jump to PostAnd of course the web formatting removed all the blanks I added in the above example.
For webapps, you've got a lot of reading to do. Look up System.Drawing.Drawing2D and look at their examples. That's a whole 'nother can of worms, you can spend a lot of time working …
All 12 Replies
Mitja Bonca 557 Nearly a Posting Maven
Shwetha Dali 0 Newbie Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
Shwetha Dali 0 Newbie Poster
nakor77 21 Junior Poster in Training
kplcjl 17 Junior Poster
kplcjl 17 Junior Poster
kplcjl 17 Junior Poster
Shwetha Dali 0 Newbie Poster
Shwetha Dali 0 Newbie Poster
kplcjl 17 Junior Poster
Shwetha Dali 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.