Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Nguyen Tuan Anh10-Jun-14 15:54
Nguyen Tuan Anh10-Jun-14 15:54 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Richard MacCutchan10-Jun-14 21:46
mveRichard MacCutchan10-Jun-14 21:46 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Dave Kreskowiak11-Jun-14 3:06
mveDave Kreskowiak11-Jun-14 3:06 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Nguyen Tuan Anh11-Jun-14 4:14
Nguyen Tuan Anh11-Jun-14 4:14 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Dave Kreskowiak11-Jun-14 6:49
mveDave Kreskowiak11-Jun-14 6:49 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Nguyen Tuan Anh11-Jun-14 17:38
Nguyen Tuan Anh11-Jun-14 17:38 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Dave Kreskowiak12-Jun-14 1:50
mveDave Kreskowiak12-Jun-14 1:50 
AnswerRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Bernhard Hiller11-Jun-14 20:50
Bernhard Hiller11-Jun-14 20:50 
GeneralRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Nguyen Tuan Anh11-Jun-14 20:54
Nguyen Tuan Anh11-Jun-14 20:54 
QuestionNgen fail with a protected .net exe file Pin
dilkonika9-Jun-14 5:36
dilkonika9-Jun-14 5:36 
SuggestionRe: Ngen fail with a protected .net exe file Pin
Richard Deeming9-Jun-14 6:03
mveRichard Deeming9-Jun-14 6:03 
GeneralRe: Ngen fail with a protected .net exe file Pin
dilkonika9-Jun-14 6:07
dilkonika9-Jun-14 6:07 
GeneralRe: Ngen fail with a protected .net exe file Pin
Richard Deeming9-Jun-14 6:12
mveRichard Deeming9-Jun-14 6:12 
QuestionDisable/Hide menu items based on user's right? Pin
savedlema9-Jun-14 3:35
savedlema9-Jun-14 3:35 
AnswerRe: Disable/Hide menu items based on user's right? Pin
Eddy Vluggen9-Jun-14 4:24
professionalEddy Vluggen9-Jun-14 4:24 
GeneralRe: Disable/Hide menu items based on user's right? Pin
savedlema9-Jun-14 9:12
savedlema9-Jun-14 9:12 
Thanks a lot Eddy, but look, I'm not going to just create menu items at runtime, I have my menu items in a MenuStrip already. ToolStripMenu items are also stored in the database and will be fetched together with other items when I run a query to bring up a user and a list of menu items that he is allowed to see.

My problem is to take these permissions from a dataset/table and effect them by actually hiding and showing some menu items among many existing menu items.

To explain more, if the result of my query for permissions of "user5" is "FileToolStripMenuItem", "FileEditToolStripMenuItem" and "FileBackupToolStripMenuItem", now, how can I programmatically enable only those menu items in my MenuStrip1?
GeneralRe: Disable/Hide menu items based on user's right? Pin
Eddy Vluggen10-Jun-14 5:26
professionalEddy Vluggen10-Jun-14 5:26 
QuestionProblems running the application on another computer Pin
dilkonika8-Jun-14 5:52
dilkonika8-Jun-14 5:52 
AnswerRe: Problems running the application on another computer Pin
Richard MacCutchan8-Jun-14 6:38
mveRichard MacCutchan8-Jun-14 6:38 
GeneralRe: Problems running the application on another computer Pin
dilkonika8-Jun-14 8:52
dilkonika8-Jun-14 8:52 
GeneralRe: Problems running the application on another computer Pin
dilkonika8-Jun-14 10:47
dilkonika8-Jun-14 10:47 
GeneralRe: Problems running the application on another computer Pin
Richard MacCutchan8-Jun-14 21:49
mveRichard MacCutchan8-Jun-14 21:49 
QuestionCopy Table from Word then Paste to Excel VB.net Pin
_XeLo_5-Jun-14 23:29
_XeLo_5-Jun-14 23:29 
AnswerRe: Copy Table from Word then Paste to Excel VB.net Pin
Chris Quinn6-Jun-14 0:22
Chris Quinn6-Jun-14 0:22 
GeneralRe: Copy Table from Word then Paste to Excel VB.net Pin
_XeLo_6-Jun-14 14:40
_XeLo_6-Jun-14 14:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.