I want to desing a form using Ms-access & Oledb connection Provider for data entry having following buttons:
1. Add
2. Edit/modify
3. View
4. delete
5. Exit
6. First record
7. Next record
8. previous Record
9. Last Record
10.Save
11. Cancel
12. find/Search
Plz Provides us coding of each button..
Vb.net windows form
Posted A minute ago
I want to desing a form using Ms-access & Oledb connection Provider for data entry having following buttons:
1. Add
2. Edit/modify
3. View
4. delete
5. Exit
6. First record
7. Next record
8. previous Record
9. Last Record
10.Save
11. Cancel
12. find/Search
Plz Provides us coding of each button..
Vb.net windows formWindows form buttons
Page 1 of 1
2 Replies - 1402 Views - Last Post: 20 April 2010 - 04:58 AM
Replies To: Vb.net windows form
#2
Re: Vb.net windows form
Posted 20 April 2010 - 04:31 AM
public sub btnAdd_Click(sender as object, e as eventargs) handles btnAdd.Click
DataBase.Add(new Record("oh hai"))
end sub
Works perfectly, should get you started.
#3
Re: Vb.net windows form
Posted 20 April 2010 - 04:58 AM
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Please post like this:
Thank you for helping us helping you.
In other words,
Read the
forum rules before saying 'GIVE ME CODE'!!!!!!
Please post like this:
Thank you for helping us helping you.
In other words,
Read the
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|