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.

0 Endorsements
Ranked #3K
~4K People Reached
Favorite Forums
Member Avatar for gamaliel
Member Avatar for Marc.Gauthier9

Hello, Could any one plz tell, where am i going wrong. I am unable to popup msgbox if count=0. It will work only if i use MsgBox(""). I am unable to understand how it has anything to do with msgbox("") Private Sub txtstaffID_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for rajasekar646
0
101
Member Avatar for markdean.expres

Guys I was just wondering if I could do something like this in my report; There would be more than 8 table controls in the report(.rdlc) and each would hold records that has specific values on specific fields. The fields in my database table are; 1. Year 2. Semester 3. …

Member Avatar for markdean.expres
0
82
Member Avatar for giovetti

am trying to calculate the values in rows in column 6 based on values of column 5. Bellow is the the code I am using Can anyone help me getting it right? I get a run time error about the string not formatted properly Thanks in advance [CODE] Public Sub …

Member Avatar for pabloh007
0
152
Member Avatar for Naveed_786

Hi guys, I am using this code to update a record after searching but it gives me error here is my code please please help [CODE] Dim con As New SqlClient.SqlConnection Dim strCon As String = "Data Source=ITS;Initial Catalog=Payment;Integrated Security=True" Dim strCommand As String = "SELECT * FROM CustomerInformation WHERE …

Member Avatar for pabloh007
0
134
Member Avatar for pabloh007

I'm running into a problem when trying to render images in a RDLC, I added the code in the report code section, however all i get is a red "X" for my image. When I run the code in windows form the image generates fully but doesn't generate when trying …

0
69
Member Avatar for roachae

I'm creating a Windows app and have a form where the user can fill out his/her name and email address, a subject line, and a message, then clicking a Send button to send an email to me about any question or issues they may be experiencing using my app. I'm …

Member Avatar for pabloh007
0
721
Member Avatar for judithSampathwa

hi there, i have two datetime picker in the form that i have created. i added the below code for the datetime picker.one dpSDate and the other dpEDate. [CODE] private void dpStartD_Validating(object sender, CancelEventArgs e) { if (dpStartD.Value < System.DateTime.Now.Date) { dpStartD.Value = System.DateTime.Now; MessageBox.Show("Enter a valid date for start …

Member Avatar for pabloh007
0
724
Member Avatar for Ragoune

Hi, I'm trying to make a rather simple Visual Basic app with which I can update some tables within my MySQL databases. I've been following [URL="http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3"]this tutorial[/URL] from page 3 on, as the first 2 pages where on how to initialize a local MySQL database. My MySQL database is on …

Member Avatar for Ragoune
0
1K
Member Avatar for onlinessp

i am developing an application but i am unable to change the text of label quickly i am using following code [CODE]for(int i=0;i<199;i++) label1.text=Convert.ToString(i); [/CODE]

Member Avatar for pabloh007
1
215