Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
AnswerRe: Stupid (IMHO) Visual Studio Issue Pin
Amar Chaudhary28-Nov-06 12:51
Amar Chaudhary28-Nov-06 12:51 
GeneralRe: Stupid (IMHO) Visual Studio Issue Pin
Jamie Nordmeyer28-Nov-06 12:54
Jamie Nordmeyer28-Nov-06 12:54 
GeneralRe: Stupid (IMHO) Visual Studio Issue Pin
Amar Chaudhary28-Nov-06 13:23
Amar Chaudhary28-Nov-06 13:23 
Questionconnecting to oracle 10g Pin
hadad28-Nov-06 10:41
hadad28-Nov-06 10:41 
AnswerRe: connecting to oracle 10g Pin
Paul Conrad28-Nov-06 13:28
professionalPaul Conrad28-Nov-06 13:28 
AnswerRe: connecting to oracle 10g Pin
User 58385228-Nov-06 13:57
User 58385228-Nov-06 13:57 
QuestionHow do you customize your applications for clients? Pin
snorkie28-Nov-06 10:34
professionalsnorkie28-Nov-06 10:34 
AnswerRe: How do you customize your applications for clients? Pin
Eduard Keilholz28-Nov-06 20:27
Eduard Keilholz28-Nov-06 20:27 
Can you not just create settings of functionalities in your app?? I don't know which customizations we're talking about, what I recently implemented in one of my apps was a (what I called) SettingsManager Class which is basicly very simple, when it gets instanciated, it loads several values from datasource and exposes them via properties. When properties are set, the class changes the values in the database (easy right??) Now some settings are user dependant, others are 'global' settings which count for all users, to I added a argument for User ID in the constructor for the SettingsManager class, to make sure we load settings for the correct user, and (ofcouse) set them for the correct user once a property is being set.

Now you have a set of booleans, integers, strings you name is available via your SettingsManager properties and let your app interact with that...

<br />
if (!SettingsManager.HideWarningMessages)<br />
    Messagebox.Show("WARNING!!");<br />


It works great here... Wink | ;-)

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: How do you customize your applications for clients? Pin
snorkie29-Nov-06 5:34
professionalsnorkie29-Nov-06 5:34 
QuestionGridView losing its dataset Pin
Abbas8228-Nov-06 8:00
Abbas8228-Nov-06 8:00 
AnswerRe: GridView losing its dataset Pin
ednrgc28-Nov-06 8:46
ednrgc28-Nov-06 8:46 
GeneralRe: GridView losing its dataset Pin
Abbas8228-Nov-06 9:59
Abbas8228-Nov-06 9:59 
QuestionJNI.NET.Bridge [modified] Pin
GoLuM_3028-Nov-06 7:54
GoLuM_3028-Nov-06 7:54 
QuestionNeed free Task Pane Component. Pin
hdv21228-Nov-06 7:21
hdv21228-Nov-06 7:21 
AnswerRe: Need free Task Pane Component. Pin
Judah Gabriel Himango28-Nov-06 7:27
sponsorJudah Gabriel Himango28-Nov-06 7:27 
QuestionTabbed windows like Visual studio 2005 Pin
Nitin198128-Nov-06 6:42
Nitin198128-Nov-06 6:42 
AnswerRe: Tabbed windows like Visual studio 2005 Pin
Judah Gabriel Himango28-Nov-06 7:26
sponsorJudah Gabriel Himango28-Nov-06 7:26 
GeneralRe: Tabbed windows like Visual studio 2005 Pin
Scott Dorman28-Nov-06 11:30
professionalScott Dorman28-Nov-06 11:30 
GeneralRe: Tabbed windows like Visual studio 2005 Pin
Nitin198128-Nov-06 17:56
Nitin198128-Nov-06 17:56 
AnswerRe: Tabbed windows like Visual studio 2005 Pin
bankai12328-Nov-06 21:02
bankai12328-Nov-06 21:02 
QuestionC# Excel SQL Query Question Pin
808 State28-Nov-06 6:25
808 State28-Nov-06 6:25 
AnswerRe: C# Excel SQL Query Question Pin
ednrgc28-Nov-06 6:37
ednrgc28-Nov-06 6:37 
GeneralRe: C# Excel SQL Query Question Pin
808 State28-Nov-06 7:28
808 State28-Nov-06 7:28 
GeneralRe: C# Excel SQL Query Question Pin
808 State28-Nov-06 8:06
808 State28-Nov-06 8:06 
QuestionProblem in Resize Image of PictureBox Pin
hdv21228-Nov-06 6:17
hdv21228-Nov-06 6:17 

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.