clg Posted July 21, 2003 Posted July 21, 2003 I am new to VB.net. When I was programming in Access, I could create a form with a multicolumn listbox and give my user a sampling from all the records in a table. The user would double-click on a record activating the double-click event which I had programmed to open another form that would allow them to edit or delete the specific record. I can't figure out how to recreate this activity in VB.net. I tried using a listbox but it no longer allows multiple columns of different fields. I tried the datagrid -- I don't want my users editing the data on the grid (there are too many fields and my users are beginners) I just want to present them with a list of records to edit -- once they choose the record they want to edit, I want to offer them a new screen with all the fields available for editing. Any suggestions? Quote
Tomba Posted August 26, 2003 Posted August 26, 2003 I'm actually looking for the same, although in c# preferrably :-/ If you have a solution yet, let me know please greetz, Tomba Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.