vb.net
-
hi dont get confused just add a label r richtext box r text box wat ever u want for displaying question on every next u just cahange the text of the control wat u r using for displaying question to next questions text just write this event on the button which is being used for retrival of next question
with regards Balagurunathan.B
-
whtever ur saying is the main problem,if i hav to put 100 quesion then there ll be 100 forms. is there nyway with which i can decrease no.of forms
i think its yr requirement only that each forms shud have one questions only... if u want u can add any no. of questions on one form... otherwise i think connecting it with DB cud be the option... not the nice one but jst one more way.. in wich u connect it wid DB and on each click next question will appear on same window and same label... but as i think ts jst an asssignment for u not any project.. so u need not to go dat much deep.... if u want that way .. i think i can try that... bye
-
i think its yr requirement only that each forms shud have one questions only... if u want u can add any no. of questions on one form... otherwise i think connecting it with DB cud be the option... not the nice one but jst one more way.. in wich u connect it wid DB and on each click next question will appear on same window and same label... but as i think ts jst an asssignment for u not any project.. so u need not to go dat much deep.... if u want that way .. i think i can try that... bye
this is not an assignment,my project is online test.there are three categories,computers mathematics and general english.my requirement is 1 form for each subject to display quesions. Db connectivity is not a gud options splly for me who dont knw anything abt db connectivity. somone has given me a suggesion .ill try that first otherwise definately conern
-
hi dont get confused just add a label r richtext box r text box wat ever u want for displaying question on every next u just cahange the text of the control wat u r using for displaying question to next questions text just write this event on the button which is being used for retrival of next question
with regards Balagurunathan.B
-
just copy paste the code which I think that can solve your problem this is the designer file
_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.GroupBox3 = New System.Windows.Forms.GroupBox Me.GroupBox4 = New System.Windows.Forms.GroupBox Me.GroupBox6 = New System.Windows.Forms.GroupBox Me.GroupBox7 = New System.Windows.Forms.GroupBox Me.RadioButton25 = New System.Windows.Forms.RadioButton Me.RadioButton26 = New System.Windows.Forms.RadioButton Me.Label7 = New System.Windows.Forms.Label Me.RadioButton27 = New System.Windows.Forms.RadioButton Me.RadioButton28 = New System.Windows.Forms.RadioButton Me.RadioButton21 = New System.Windows.Forms.RadioButton Me.RadioButton22 = New System.Windows.Forms.RadioButton Me.Label6 = New System.Windows.Forms.Label Me.RadioButton23 = New System.Windows.Forms.RadioButton Me.RadioButton24 = New System.Windows.Forms.RadioButton Me.RadioButton13 = New System.Windows.Forms.RadioButton Me.RadioButton14 = New System.Windows.Forms.RadioButton Me.Label4 = New System.Windows.Forms.Label Me.RadioButton15 = New System.Windows.Forms.RadioButton Me.RadioButton16 = New System.Windows.Forms.RadioButton Me.RadioButton9 = New System.Windows.Forms.RadioButton Me.RadioButton10 = New System.Windows.Forms.RadioButton Me.Label3 = New System.Windows.Forms.Label Me.RadioButton11 = New System.Windows.Forms.RadioButton Me.RadioButton12 = New System.Windows.Forms.RadioButton Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.GroupBo
-
this is not an assignment,my project is online test.there are three categories,computers mathematics and general english.my requirement is 1 form for each subject to display quesions. Db connectivity is not a gud options splly for me who dont knw anything abt db connectivity. somone has given me a suggesion .ill try that first otherwise definately conern
yr problem is changin wid each reply yaar.... earlier u were in need of one question on one form.... then u wanna decrease no. of forms... and nw its three subjects.... finally make three forms for three subjects... and put all the questions on respective forms.. hw u have to join them , i have already told ya... if still its nt resolved.... then probably u r not able to describe yr problems... put yr requiement in specific and easy manner
-
yr problem is changin wid each reply yaar.... earlier u were in need of one question on one form.... then u wanna decrease no. of forms... and nw its three subjects.... finally make three forms for three subjects... and put all the questions on respective forms.. hw u have to join them , i have already told ya... if still its nt resolved.... then probably u r not able to describe yr problems... put yr requiement in specific and easy manner
-
hiii whtever u said is working for only one click. click event on the same button is not working for second time. displaying an error " Method 'Button1_Click' has multiple definitions with identical signatures."
-
just copy paste the code which I think that can solve your problem this is the designer file
_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.GroupBox3 = New System.Windows.Forms.GroupBox Me.GroupBox4 = New System.Windows.Forms.GroupBox Me.GroupBox6 = New System.Windows.Forms.GroupBox Me.GroupBox7 = New System.Windows.Forms.GroupBox Me.RadioButton25 = New System.Windows.Forms.RadioButton Me.RadioButton26 = New System.Windows.Forms.RadioButton Me.Label7 = New System.Windows.Forms.Label Me.RadioButton27 = New System.Windows.Forms.RadioButton Me.RadioButton28 = New System.Windows.Forms.RadioButton Me.RadioButton21 = New System.Windows.Forms.RadioButton Me.RadioButton22 = New System.Windows.Forms.RadioButton Me.Label6 = New System.Windows.Forms.Label Me.RadioButton23 = New System.Windows.Forms.RadioButton Me.RadioButton24 = New System.Windows.Forms.RadioButton Me.RadioButton13 = New System.Windows.Forms.RadioButton Me.RadioButton14 = New System.Windows.Forms.RadioButton Me.Label4 = New System.Windows.Forms.Label Me.RadioButton15 = New System.Windows.Forms.RadioButton Me.RadioButton16 = New System.Windows.Forms.RadioButton Me.RadioButton9 = New System.Windows.Forms.RadioButton Me.RadioButton10 = New System.Windows.Forms.RadioButton Me.Label3 = New System.Windows.Forms.Label Me.RadioButton11 = New System.Windows.Forms.RadioButton Me.RadioButton12 = New System.Windows.Forms.RadioButton Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.GroupBo
-
aap ek subject ke liye reply karo mai tino par same apply karungi.ur right i cannot specify my problem. leave it i got solution for my problem which create another problem if ur interested then i ll explain u
-
dont use group box and all ur query is very simple u use just a single label set ur question as text its over
with regards Balagurunathan.B
but u cannot go back to the previous question u can only navigate the next question
-
but u cannot go back to the previous question u can only navigate the next question
u have to think a lot in concept if u want only the question you have to use another button and reduce the value one by one . if with answers then u have to store in database and have to do some extra thinks toretrive think a bit same as increasing the count we going to decrease the count
with regards Balagurunathan.B