Click here to Skip to main content
15,898,732 members
Home / Discussions / C#
   

C#

 
GeneralRe: making a white black smooth animation Pin
Sajjad Izadi9-Jun-08 6:49
Sajjad Izadi9-Jun-08 6:49 
GeneralRe: making a white black smooth animation Pin
Christian Graus9-Jun-08 7:26
protectorChristian Graus9-Jun-08 7:26 
QuestionRe: making a white black smooth animation [modified] Pin
Sajjad Izadi9-Jun-08 7:49
Sajjad Izadi9-Jun-08 7:49 
AnswerRe: making a white black smooth animation Pin
Christian Graus9-Jun-08 13:25
protectorChristian Graus9-Jun-08 13:25 
QuestionChanging IIS Settings Pin
Yourbuddypal9-Jun-08 5:52
Yourbuddypal9-Jun-08 5:52 
AnswerRe: Changing IIS Settings Pin
Yourbuddypal9-Jun-08 8:33
Yourbuddypal9-Jun-08 8:33 
QuestionNamespace? Pin
#realJSOP9-Jun-08 5:27
professional#realJSOP9-Jun-08 5:27 
AnswerRe: Namespace? Pin
Judah Gabriel Himango9-Jun-08 5:37
sponsorJudah Gabriel Himango9-Jun-08 5:37 
John,

Right, MyApp is the namespace, just like System is the namespace for System.String. Namespaces aren't types by themselves, so you can't do things to them like you would to classes.

Would something like this work?

public AppSettings(ApplicationSettingsBase settings)
{
}
ApplicationSettingsBase is the base class for all project settings. You would construct your AppSettings class like this:

AppSettings settings = new AppSettings(MyApp.Settings.Default);
Is that what you're looking for?






Life, family, faith: Give me a visit.

From my latest post: "How differently the psalmist saw it! How blessed -- how truly happy with real joy! -- is the man who delights in the Law of the Lord."

Judah Himango


GeneralRe: Namespace? Pin
#realJSOP9-Jun-08 5:53
professional#realJSOP9-Jun-08 5:53 
QuestionCVS update failed Pin
humayunlalzad9-Jun-08 4:17
humayunlalzad9-Jun-08 4:17 
AnswerRe: CVS update failed Pin
benjymous9-Jun-08 5:05
benjymous9-Jun-08 5:05 
AnswerRe: CVS update failed Pin
Ashfield9-Jun-08 21:42
Ashfield9-Jun-08 21:42 
QuestionXML Writer and the ampersand Pin
ranro20069-Jun-08 3:37
ranro20069-Jun-08 3:37 
AnswerRe: XML Writer and the ampersand Pin
leppie9-Jun-08 3:45
leppie9-Jun-08 3:45 
AnswerRe: XML Writer and the ampersand Pin
PIEBALDconsult9-Jun-08 5:46
mvePIEBALDconsult9-Jun-08 5:46 
QuestionHow to execute an SQL statement from a DataSet? Pin
bouli9-Jun-08 3:29
bouli9-Jun-08 3:29 
AnswerRe: How to execute an SQL statement from a DataSet? Pin
leppie9-Jun-08 3:32
leppie9-Jun-08 3:32 
AnswerRe: How to execute an SQL statement from a DataSet? Pin
Vimalsoft(Pty) Ltd9-Jun-08 4:02
professionalVimalsoft(Pty) Ltd9-Jun-08 4:02 
GeneralRe: How to execute an SQL statement from a DataSet? Pin
bouli9-Jun-08 4:40
bouli9-Jun-08 4:40 
GeneralRe: How to execute an SQL statement from a DataSet? Pin
Vimalsoft(Pty) Ltd9-Jun-08 5:02
professionalVimalsoft(Pty) Ltd9-Jun-08 5:02 
GeneralRe: How to execute an SQL statement from a DataSet? Pin
bouli9-Jun-08 5:17
bouli9-Jun-08 5:17 
GeneralRe: How to execute an SQL statement from a DataSet? Pin
Vimalsoft(Pty) Ltd9-Jun-08 20:50
professionalVimalsoft(Pty) Ltd9-Jun-08 20:50 
QuestionConnecting to DB from a Web Service Pin
zaboboa9-Jun-08 2:21
zaboboa9-Jun-08 2:21 
AnswerRe: Connecting to DB from a Web Service Pin
Colin Angus Mackay9-Jun-08 2:28
Colin Angus Mackay9-Jun-08 2:28 
GeneralRe: Connecting to DB from a Web Service [modified] Pin
zaboboa9-Jun-08 2:35
zaboboa9-Jun-08 2:35 

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.