| | |
radio button to display
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2008
Posts: 25
Reputation:
Solved Threads: 0
Hi All,
I have a problem with displaying items in a list box. I have inserted a radio button to display 15 lines of calculations, press the OK button and then display another 15 and so on.
The problem is if I don't select the radio button it displays all the results, with a scroll bar, which is fine if that is what I want. But if I want to display only 15 lines at a time, with the code above it doesn't work right. The OK button comes up each time but the output to the list doesn't come up each time, the output is only displayed for the last lines of the process and missing everything in between.
Help Please,
Ken
I have a problem with displaying items in a list box. I have inserted a radio button to display 15 lines of calculations, press the OK button and then display another 15 and so on.
VB.NET Syntax (Toggle Plain Text)
intCounter1 += 1 'add one to counter intPaymentNum += 1 'add one to payment number decLoanAmount = decBalanceNew 'set new balance to loan amount intPauseLoop += 1 'add one to loop counter 'button to display pages individually. If rbtnIndividualPages.Checked = True Then If (intPauseLoop <= 15) Then ElseIf (intPauseLoop >= 15) Then MsgBox("Press OK To Continue..", MsgBoxStyle.OkOnly) Me.lstOutput.Items.Clear() intPauseLoop = 1 'reset pause loop variable End If End If
Help Please,
Ken
![]() |
Similar Threads
- table with radio button and two coloumns (JSP)
- Radio Button and List (JSP)
- radio button no display?? (ASP)
- Hide/display filed on a new row - not a trivial task (JSP)
- javascript: radio buttons (JavaScript / DHTML / AJAX)
- Want to use radio button or menu bar instead of combo box (Java)
- Am not able to get a radio button selection to display in output (PHP)
Other Threads in the VB.NET Forum
- Previous Thread: data not adding to database properly!
- Next Thread: tcpstatistics null exception error
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access advanced application array basic beginner browser button buttons center click client code combo convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel exists fade filter forms function html images input lib listview map mobile module msaccess net number objects open panel pdf picturebox picturebox2 port position print printing problem read regex remove right-to-left save search searchvb.net serial settings shutdown socket sorting sqldatbase sqlserver survey temperature textbox timer timespan transparency txttoxmlconverter user usercontol validation vb vb.net vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms winsock wpf wrapingcode xml year





