- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
12 Posted Topics
Hello guys, im a newbie in vb programming. I just want to know how to compute total working hours. for EXAMPLE, i started 8:00 AM And goes out 13:00, the total time would be 4 hrs. because 12:00-1:30 is lunch break. | |
Re: Do you know how to query crystal reports? Same as me here... i only hav 5 days to do this... | |
Re: I got a same problem but i found out that my Visual Studio Setup has encountered an error. Make a backup of your project,uninstall your visual studio and try to install it again. if still there's a problem, i think you have to change your installation setup. Sometimes.. the problem … | |
Re: as what i have read.. your problem is that.. how to sum up scores each time the examinee gets the right answer...? Try this if this could help: Your starting form(lets assume questions starts here) Public Class YourProject Dim score As Integer Dim choice1,choice2.choice3 As String 'Place event here to … | |
Re: I noticed in your code that you haven't closed and dispose your connection. So when you clicked twice in the btnOK, an error will occur. Try closing your connection first to ensure that your connection was closed, and close it after you're done with it. Hope this helps. | |
Hello people in daniweb.... i was stucked in doing my project here.. i nid to create a program that assigns a student to the available section. So.. i want to populate my data in datagridview using mySql as database.. while populating these data.. the datagridview should create a new checkbox … | |
Hello guys... I just want to know how to close current child form and opens another? In vb.net Thanks in advance.... | |
Anyone here who knows how to convert system month,Day,Hour,Minutes,Seconds each into number format like month=12 (If December) Day=30 Hour=12 (In 24 hour format) Minutes=55 Seconds=45 Thanks for help in advance... | |
Hello.. i have a table named Tuition with fields: TuitionNum,TotalFee,Fine,levelNum,SchoolYear,DateCreated,Removed,DateLastModified,UserID I inserted record successfully but when i'm trying to display TotalFee using this code, [CODE] myConnString = "server=localhost;" _ & "user id=root;" _ & "password=fiancee;" _ & "database=anneclaire" SQL = "SELECT TotalFee FROM Tuition WHERE levelNum='" & TextBox1.Text & "' … | |
Hello people... I got a problem here.. I am using a vb 2005 and mySql as my database. I already created my project but it seems like when i edit my program.. it doesnt apply. What might be the problem? Is the vb.net application, MySql or the OS? Thanks in … | |
I created a table in mySql named 'user' where fields are: UserID,UserFirstName,UserMidName,UserLastName,Username,UserType,AcctPassword,DateCreated, DatLastModified and IsDeleted. I create a separate form in vb.net to insert user record in database. My program can do insert command and bound this data from mySql to datagridview. And now, i wanted to update this by … | |
I really need some answer to resolve my problem. Here's the situation, I wanted to create a student number using mysql database and vb.net in this form: currentyear-(no. of student in record) Student no. is auto generated.(the no. of student in record part) Example: I entered to school in the … |
The End.