FRESHERSHOME![]() |
This is a discussion on Problem in visual basic......???? within the Visual Basic forums, part of the Languages category; I want to print the numbers 1 to 99. i have written the following code: private sub cmdCommand1_click() dim i ...
| |||||||
| Notices |
| Visual Basic Visual Basic Discussion Forum, Visual Basic related configuration, help, tips, source code |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| I want to print the numbers 1 to 99. i have written the following code: private sub cmdCommand1_click() dim i as integer for i = 1 to 99 print i next i end sub what's wrong with this coding??? The output of above is all the numbers from 1 to 16??????
__________________ Powered by Yahoo! |
|
#2
| |||
| |||
| try this dim i as integer if i<=99 then i=i+1 print i end sub i like to share vb knowladge e-mail me for if you want to share knowladge milandevmani321@yahoo.co.in
__________________ Powered by Yahoo! |
|
#3
| |||
| |||
| You are viewing the window in its default size and there is only room for the display to show the first 16 numbers. Maximize the window or start it full size and there will be more room to show additional lines that have been printed. You may need to add code to scroll the window using a scroll bar control OR print to a list box which allows scrolling a longer list. Printing to a list box is really adding items to the listbox collection.
__________________ Powered by Yahoo! |
|
#4
| |||
| |||
| I know nothing but I would have thought you would code it something like this private sub cmdCommand1_click() dim i as integer for i = 1 to 99 print i i=i+1 next i end sub If that works I'll eat my modem. the fact that you are getting an output 1 to 16 suggests that you are operating in hex and of course 16 is 1 in hex. I am so far out of my depth now that my saliva is boiling due to brain overheat.
__________________ Powered by Yahoo! |
![]() |
| Tags |
| problem, visual, basic |
| Thread Tools | |
| Display Modes | |
|
|
Sitemap
Jobs by Location: Advertising and Marketing Jobs - IT Software Jobs - Walk-in Jobs - BPO Jobs - Government Jobs - Sales / BD Jobs - Tele Communication Jobs App Programming - Network Admin
Jobs By Location: Jobs in Bangalore - Jobs In India - Jobs in Delhi - Jobs in Hyderabad - Jobs in Kochi - Jobs in Mumbai - Jobs in Trivandrum - Jobs in pune - Jobs in Jonida - Jobs in Chennai - Jobs in Coimbator
Jobs Type: Full Time Jobs - Part Time Jobs
Latest Jobs - Accounting Jobs - Engineering Jobs - IT Jobs - Walkins - How to Face Interview - HR Round Tips - Career Info - Guide For Freshers - Apply for Jobs - Future Studies - Jobs Forums - Freshers IT Software Salary Details