Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to publish Visual Basic 2010 (connected to Access 2007 DB) project? Pin
Richard MacCutchan10-Jun-14 6:06
mveRichard MacCutchan10-Jun-14 6:06 
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 
savedlema wrote:
How do I do this?
Read up on roles, groups and users. There's an awfull lot of people who faced the same problem and who left an incredible amount of knowledge to start from.

savedlema wrote:
But, I can read these permission to a dataset but I can't see how to link them with the menu items.
You check what role someone is in, and only create those menu-items that are required for that specific role. That part would be done when you build the form.

savedlema wrote:
I can run an SQL query that will bring a user and the menu items which he/she is supposed to see
Good; create menus with those items Smile | :)

savedlema wrote:
How can I? Since I have them in a dataset, is it possible to do some loop to accomplish that?
Looping a dataset should not be a problem; Your question basically boils down to creating a menu-item during runtime. There's MSDN, Google, and the keyword "menu".
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Disable/Hide menu items based on user's right? Pin
savedlema9-Jun-14 9:12
savedlema9-Jun-14 9:12 
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 

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.