| | |
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 |
.net 30minutes 2005 2008 access account arithmetic array arrays basic binary bing button buttons c# center check checkbox code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy image images inline insert intel internet listview mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project reports" save searchbox searchvb.net select serial server soap sorting table tcp text textbox timer toolbox trim update updown user usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf





