DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   VB.NET (http://www.daniweb.com/forums/forum58.html)
-   -   MEnu Item Disable (http://www.daniweb.com/forums/thread160277.html)

asmit1987 Dec 1st, 2008 12:38 pm
MEnu Item Disable
 
Hello People ,
I am creating a project in VB.net . now the problem is there are several forms and i start with the login form my login consist of three major fields username , password , type now the type here is the type of user accessing the application types can be a manager or a data entry operator now the thing is that i can open the my MDI form through the login form and it has several menu items.
Now when i click OK on the login form i need only certain menu items to be enabled as in if the user type is data entry operator then the Menu Item transaction or the reports should not be enabled as he can not use them. So plz help me with a necessary code to perform it..
thankx

Dell XPS Dec 1st, 2008 2:03 pm
Re: MEnu Item Disable
 
did you try

menuitem.enabled = false

in place of the menuitem you write the name of the menu item in your program.

asmit1987 Dec 2nd, 2008 3:43 am
Re: MEnu Item Disable
 
I would like to tell u that i tried this also i wantto tell u that this action of enabling or disabling of menu is to be done once i click ok on the login form well the menu which are to be disabled or enabled are on other form and not on the same form so plz help me to solve this error by keeping this in mind .... thank U

Dell XPS Dec 2nd, 2008 10:55 am
Re: MEnu Item Disable
 
My.Forms.form1.menuitem1.Enabled = False

K-Dave Dec 5th, 2008 10:35 am
Re: MEnu Item Disable
 
Hi Have you Tried the code below? If not try it.
Form2.Button5.Enabled = False


All times are GMT -4. The time now is 2:40 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC