Forum: VB.NET Oct 6th, 2008 |
| Replies: 1 Views: 585 hello guys,
can anybody help me with smart devices....i need a good website to learn abt this with tutorial and example...can anyone supply me with links???
thanks
Gopinath.. |
Forum: VB.NET Oct 5th, 2008 |
| Replies: 1 Views: 570 hi, i'm currently doin a booking system...i have a problem regarding with the booking date...
Ok, lets say i'm booking a table on the 7th of october at 7.00pm which is 2 days from today...once i... |
Forum: VB.NET Oct 3rd, 2008 |
| Replies: 3 Views: 1,902 thank u soo much mr timoty...its working now..owe...one more question...can i do the exact same thing for the date...coz i need to compare the dates incase they want it 2molo or day after... |
Forum: VB.NET Oct 3rd, 2008 |
| Replies: 3 Views: 1,902 can some help me with this datetimepicker problem...
btime1 is my datetimepicker(format is time)
Dim time559 As DateTime
Dim time1001 As DateTime
time559 =... |
Forum: VB.NET Sep 25th, 2008 |
| Replies: 12 Views: 1,680 bTimeUp = TimeSerial(Btime1.Hour - 2, Btime1.Minute, Btime1.Second)
this line says tat 'hour' is not a member of ' System.Windows.Forms.DateTimePicker'
This line says
If... |
Forum: VB.NET Sep 25th, 2008 |
| Replies: 12 Views: 1,680 thanks again for your jx....i don't understand a few things....will u explain them...thank u...here is my updated code
Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Sep 24th, 2008 |
| Replies: 0 Views: 419 hello guys, i need help assigning details in a listbox to a button, therefore changing the buttons color....any idea...i manage to do something here....
PListBox1.Items.Add("Customer Name" &... |
Forum: VB.NET Sep 19th, 2008 |
| Replies: 12 Views: 1,680 hey thank for your help jx_man....my project is 50% complete....i need help with this problem too...appretiate your help.
here is my code
If tableno = 1 Then
status = "Booked"
... |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 1 Views: 2,746 Hello there.....i just learnt how to use the the oleDb commands to insert into the a database i created from vb.net,but the problem is.....i cannot insert anythin else than OleDbType.VarChar
or i... |
Forum: VB.NET Sep 16th, 2008 |
| Replies: 12 Views: 1,680 thanks alot for your help jx and silam....
say guys can u help with system time...
i have a booking time
eg.
i set the booking time at 1.00 Am,then once the booking equals to system time... |
Forum: VB.NET Sep 14th, 2008 |
| Replies: 12 Views: 1,680 thanks jx..its working....
and yes silam its working too...but now i have another problem...i can display date and time...
now i only wanna display time...i try changing the format but it... |
Forum: VB.NET Sep 13th, 2008 |
| Replies: 12 Views: 1,680 how do i output like datetimepicker.text to a listbox...
I tried datetimepicker1.text but it did not work....can someone help me please
my code is like this...
Rpanel.Hide()
... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 0 Views: 365 Hello guys...i need help with this problem...i'm creating a Bistro system...now i'm doing the Reservation part...i'm having some trouble here...its like this :
Start Time :
End time :
And... |