Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > print in same line


Reply
 
Thread Tools Display Modes
  #1  
Old 04-19-2002, 08:52 PM
kinki
Guest
 
Posts: n/a
Default print in same line


i have a picture box which is use to display some numbers
like this 1 2 3 4 5
how to make it print in the same line?
pic_display.print ........
another question i use a method rnd() to pick number randomly,
why every time i will get the number with same ,what i mean is first time i press a button to display the number 6,7,8,12,13. come to second time it will pick the same number 6,7,8,12,13
no matter how many time i display the number, it will come out with same number, y?
Reply With Quote
  #2  
Old 04-19-2002, 09:14 PM
Nymble
Guest
 
Posts: n/a
Default

i think you can print 1 then erase your print and print 1 & 2 or something like that...
to erase something you print i think it clear in form option...
Reply With Quote
  #3  
Old 04-19-2002, 10:21 PM
n00bie
Guest
 
Posts: n/a
Default

Perhaps you can double check to ensure that your RND thingys (and variables) are in the click button event and not other where else. So that everytime you click that specific button, the RND will start again.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->