Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Nawsheen

I have attached my question. I am having some problems with the attached question. Well here is my code: Dim Name As String Name = TextBox1.Text If Name = TextBox1.Text And radLT20.Checked = True Then txtDisplay.Text = "Name is aged below 20" ElseIf Name = TextBox1.Text And rad20To40.Checked = True …

Member Avatar for Nawsheen
0
115
Member Avatar for shers

Hi, I have developed a windows database application in vb.net 2008 express and sql express 2008. Is there a way to create reports in the application? Thanks

Member Avatar for shers
0
93
Member Avatar for prabu.r
Member Avatar for jbennet
0
140
Member Avatar for Nawsheen

I have been surfing the net for hours but couldn't find anything as to whether it is possible to make a groupbox readonly. So if you can make it read-only how do you go about?Is there any code?Thanks

Member Avatar for omotoyosi
0
494
Member Avatar for Nawsheen

I have done half of my project on microsoft visual studio express edition 2008. However as the express edition does not support reporting i will have to use the professional edition. My question is will my project open in the professional edition.

Member Avatar for ithelp
0
94
Member Avatar for Nawsheen

Dim response As String response = MessageBox.Show("Are you sure you want to exit?", "Warning", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) If response = 6 Then End ElseIf response = 7 Then Me.Close() End If Above is the code to exit a form. When i exit my form a message box appears telling me if …

Member Avatar for Teme64
0
110
Member Avatar for Nawsheen

I am a begginer in vb.net. Actually i am having problems to do my homework. I will be posting both the question and my answer. [B]Question[/B] Create a small program that allows you to enter a number. If the number is greater than 100, you will see the "You win …

Member Avatar for Nawsheen
0
123