Forum: VB.NET Sep 17th, 2007 |
| Replies: 4 Views: 1,904 Very complex problem, probably some sort of tcp/ip programming to send messages from server to client.
Google is you friend here. break the problem up into smaller part, like shutting down a pc... |
Forum: VB.NET Sep 17th, 2007 |
| Replies: 4 Views: 8,930 First design a database to store all the necessary information about the booking like seat number etc. Then you write the program that will plug this data into the database in a user friendly way.... |
Forum: VB.NET Sep 17th, 2007 |
| Replies: 1 Views: 896 You could have a boolean inside the first If (boolFormat) which is set to true if the radio buttons are not checked,
and then inside the second If another boolean (boolMovieTitle) which is set to... |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 2 Views: 993 Try doing it in hard code and see what happens. |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 2 Views: 1,050 why do you want to do that? seems strange |
Forum: VB.NET May 15th, 2007 |
| Replies: 2 Views: 2,811 Im not sure but i think what they do is store the location of the file e.g URL instead of the file itself. Or is it? |
Forum: VB.NET May 11th, 2007 |
| Replies: 2 Views: 1,555 I currently have something like this in my code
For intIndex = 1 To 1000
objWriter.Write("a")
Next intIndex
Is there a faster way to write to a file? Especially for higher... |
Forum: VB.NET May 11th, 2007 |
| Replies: 3 Views: 732 For the second one I think u have 3 variables f1=1, f0=1 and temp, u store f1 in the temp, add f1 and f0 together, print the result and store it in f1, then store the temp value in f0. and u start... |
Forum: VB.NET May 8th, 2007 |
| Replies: 4 Views: 1,589 Is that ToString supposed to be there? |
Forum: VB.NET May 8th, 2007 |
| Replies: 1 Views: 4,047 As I understand it ur not supposed to be inserting anything in the auto number field, Access should take care of that automaticaly. |