Click here to Skip to main content
15,881,898 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Regarding MVC Pin
Pete O'Hanlon26-Apr-13 0:45
mvePete O'Hanlon26-Apr-13 0:45 
QuestionCrystal Reports for the .NET Framework Pin
MWRivera25-Apr-13 8:27
MWRivera25-Apr-13 8:27 
QuestionMessage Removed Pin
24-Apr-13 6:23
professionalN_tro_P24-Apr-13 6:23 
AnswerRe: Adding serialized objects to the Settings.Settings Pin
Eddy Vluggen25-Apr-13 0:28
professionalEddy Vluggen25-Apr-13 0:28 
GeneralMessage Removed Pin
29-Apr-13 3:02
professionalN_tro_P29-Apr-13 3:02 
QuestionRe: Adding serialized objects to the Settings.Settings Pin
Eddy Vluggen29-Apr-13 3:25
professionalEddy Vluggen29-Apr-13 3:25 
AnswerMessage Removed Pin
29-Apr-13 3:34
professionalN_tro_P29-Apr-13 3:34 
GeneralRe: Adding serialized objects to the Settings.Settings Pin
Eddy Vluggen29-Apr-13 3:42
professionalEddy Vluggen29-Apr-13 3:42 
They're not always in the list; I just created a new project, added a (public) class with a public property, and added it to the settings-file using the "browse" dialog. It wasn't included, but typing out the namespace and classname was enough. Below is the code generated;
C#
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::ConsoleApplication1.Test Setting {
    get {
        return ((global::ConsoleApplication1.Test)(this["Setting"]));
    }
    set {
        this["Setting"] = value;
    }
}

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralMessage Removed Pin
29-Apr-13 4:03
professionalN_tro_P29-Apr-13 4:03 
GeneralRe: Adding serialized objects to the Settings.Settings Pin
Eddy Vluggen29-Apr-13 5:00
professionalEddy Vluggen29-Apr-13 5:00 
Questionhow to open forms smoothly In .NET 3.5 Pin
PDBHONGAON23-Apr-13 2:16
PDBHONGAON23-Apr-13 2:16 
AnswerRe: how to open forms smoothly In .NET 3.5 Pin
Marco Bertschi23-Apr-13 2:37
protectorMarco Bertschi23-Apr-13 2:37 
AnswerRe: how to open forms smoothly In .NET 3.5 Pin
Eddy Vluggen23-Apr-13 3:03
professionalEddy Vluggen23-Apr-13 3:03 
Questionhi al Pin
Member 870181321-Apr-13 21:19
Member 870181321-Apr-13 21:19 
AnswerRe: hi al Pin
Richard MacCutchan21-Apr-13 22:26
mveRichard MacCutchan21-Apr-13 22:26 
AnswerRe: hi al Pin
Abhinav S22-Apr-13 18:06
Abhinav S22-Apr-13 18:06 
AnswerRe: hi al Pin
AmitGajjar2-May-13 22:30
professionalAmitGajjar2-May-13 22:30 
QuestionMessage Closed Pin
19-Apr-13 1:46
vijay bisht19-Apr-13 1:46 
AnswerRe: regarding third party control Pin
Dave Kreskowiak19-Apr-13 2:11
mveDave Kreskowiak19-Apr-13 2:11 
AnswerMy Vote of One Pin
Wayne Gaylard19-Apr-13 2:18
professionalWayne Gaylard19-Apr-13 2:18 
AnswerRe: regarding third party control Pin
Marco Bertschi19-Apr-13 2:26
protectorMarco Bertschi19-Apr-13 2:26 
QuestionWhich one is better .NET or MFC ? Pin
Aydin Homay16-Apr-13 20:16
Aydin Homay16-Apr-13 20:16 
AnswerRe: Which one is better .NET or MFC ? Pin
Pete O'Hanlon16-Apr-13 20:44
mvePete O'Hanlon16-Apr-13 20:44 
GeneralRe: Which one is better .NET or MFC ? Pin
Aydin Homay16-Apr-13 21:12
Aydin Homay16-Apr-13 21:12 
GeneralRe: Which one is better .NET or MFC ? Pin
Pete O'Hanlon16-Apr-13 21:35
mvePete O'Hanlon16-Apr-13 21: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.