Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for archelle

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.

Member Avatar for Reverend Jim
-1
322
Member Avatar for ashley.s

Do you know how to query crystal reports? Same as me here... i only hav 5 days to do this...

Member Avatar for artemix22
0
190
Member Avatar for newbie26

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 …

Member Avatar for newbie26
0
176
Member Avatar for sheepboi

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 …

Member Avatar for archelle
0
147
Member Avatar for yumyam09

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.

Member Avatar for archelle
0
170
Member Avatar for archelle

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 …

Member Avatar for Pgmer
0
152
Member Avatar for archelle

Hello guys... I just want to know how to close current child form and opens another? In vb.net Thanks in advance....

Member Avatar for codeorder
0
170
Member Avatar for archelle

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...

Member Avatar for archelle
0
135
Member Avatar for archelle

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 & "' …

Member Avatar for adam_k
0
211
Member Avatar for archelle

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 …

Member Avatar for Pgmer
0
218
Member Avatar for archelle

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 …

Member Avatar for M.Waqas Aslam
0
449
Member Avatar for archelle

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 …

Member Avatar for M.Waqas Aslam
0
233

The End.