Forum: VB.NET Mar 11th, 2008 |
| Replies: 2 Views: 774 Thanks mate, appreciated! |
Forum: VB.NET Mar 11th, 2008 |
| Replies: 2 Views: 774 When Im browsing with either internet explorer or firefox and I recieve an error I get a window popping up asking If I want to debug in visual basic.
Im guessing there is a setting in visual... |
Forum: VB.NET Dec 16th, 2007 |
| Replies: 1 Views: 754 |
Forum: VB.NET Dec 16th, 2007 |
| Replies: 1 Views: 754 Is there a way in Visual Basic .net to make textboxes uneditable? I have my program reading data from a file and displaying the contents in various textboxes but dont wish to allow the user to be... |
Forum: VB.NET Nov 28th, 2007 |
| Replies: 5 Views: 1,568 Thanks for all the $cough$ help.
I was able to work it out myself :icon_cheesygrin: . |
Forum: VB.NET Nov 27th, 2007 |
| Replies: 5 Views: 1,568 any ideas would be greatly appreciated... |
Forum: VB.NET Nov 26th, 2007 |
| Replies: 5 Views: 1,568 No Im wrong, it still appears to modify the last record entered whereas I would like to select a specific record on file.... |
Forum: VB.NET Nov 26th, 2007 |
| Replies: 5 Views: 1,568 Could this be the problem? Ive set these at global level ::
Dim Index As Integer = 0
Dim EmployeeRec(10) As EmployeeType
Public CurrentRec As Integer |
Forum: VB.NET Nov 24th, 2007 |
| Replies: 5 Views: 1,568 Okay playing around some more I can definitely get it to modify one record but the problem occurs when I have more than one record in the array. |
Forum: VB.NET Nov 24th, 2007 |
| Replies: 4 Views: 1,658 see my new thread 'modify a current file' which explains my problem more specifically as I dont think Im far off nailing it though I'll look into your suggestion. |
Forum: VB.NET Nov 24th, 2007 |
| Replies: 5 Views: 1,568 I dont think Im far off, I can get the program to alter a specific record but it seems to overwrite previous records in the array. Ive set the array to have 10 records and I think the flaw is in the... |
Forum: VB.NET Nov 24th, 2007 |
| Replies: 4 Views: 1,658 I'll repost it because Im still having trouble. |
Forum: VB.NET Nov 23rd, 2007 |
| Replies: 4 Views: 1,658 |
Forum: VB.NET Nov 12th, 2007 |
| Replies: 1 Views: 662 For a project I ve been asked to store Customer Details & their Account Details, for visual and design reasons Id like to keep these two sections separate but they are linked to each other and used... |
Forum: VB.NET Oct 16th, 2007 |
| Replies: 2 Views: 2,517 Thanks Manal, thats helped a lot. Also your suggestion on better and more specific validation is insightful.
Cheers. |
Forum: VB.NET Oct 15th, 2007 |
| Replies: 2 Views: 2,517 Currently my program fires out error messages when the user enters information outwith the boundaries. However for every valid entry these will be stored in the array and the entry outwith the... |