Forum: VB.NET Jun 10th, 2008 |
| Replies: 2 Views: 1,267 I am saving the data in a sequential dat file thanks.
Imports System.IO
Public Class Form1
Public input As FileStream
Public output As FileStream
Public fileReader As... |
Forum: VB.NET Jun 10th, 2008 |
| Replies: 2 Views: 1,267 I need to implement a search function button to my project where you click an input button which asks you to input a ID number then displays the details of that record in a form. Thanks. |
Forum: VB.NET Jun 3rd, 2008 |
| Replies: 0 Views: 315 Hi I am having a problem coding a save/change button on my form which I want to be able to edit a record in a text box then save the changes made, it will save it in a sequential dat file. At the... |
Forum: VB.NET May 27th, 2008 |
| Replies: 0 Views: 790 Hi I am having a problem coding a save/change button on my form which I want to be able to edit a record in a text box then save the changes made, it will save it in a sequential dat file. At the... |
Forum: VB.NET May 21st, 2008 |
| Replies: 0 Views: 398 My project works except for 2 things I need the save change button4 to save any changes I make to the form, it has to do with global variables and also trying to get previous button6 to go as it goes... |