blah blah blah is here! blah blah » Close

0
votes
2 answers

MessageBox with inputs

Dear All, Is it possible to make messagebox with text boxes and buttons (more than 1) so that we can receive inputs from the user with it? Kindest Regards, E

0
votes
1 answers

Programatically add user controls to toolbox(VS2008)

Hi, I want to create a setup project such that I can programatically install my user controls to the toolbox. I tried the following code: System.Type t = System.Type.GetTypeFromProgID("VisualStudio.DTE.9.0"); ...

0
votes
1 answers

Help with storing/accessing user access roles C# Winforms

Hello, firstly I would like to thank you in advance for any assistance provided. I am new to software development and have designed several Client/Server applications over the last 12 months or so, I am currently working on a project that i ...

Feedback