Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #4K
~378 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for S2009

Disabled menu item doesn't generate Click event, that's why your code isn't executed. I think in this situation it is better do define a boolean variable in the your Form class. In constructor you can set it to True for admin and False for others, and do not disable the …

Member Avatar for kamisori
0
121
Member Avatar for ddanbe
Member Avatar for c#dummie

a little sample to help you out, but you'd better read some ADO.Net tutorials [code=c#] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; // // namespaces needed fo data access // using System.Data; using System.Data.OleDb; namespace msaccess { class Program { static void Main(string[] args) { // // …

Member Avatar for kamisori
0
152

The End.