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

.NET (Core and Framework)

 
GeneralRe: Do I need to install 1.1 even if I have 2.0 Pin
Gutec3-Jul-06 11:55
Gutec3-Jul-06 11:55 
GeneralRe: Do I need to install 1.1 even if I have 2.0 Pin
Dave Kreskowiak3-Jul-06 17:26
mveDave Kreskowiak3-Jul-06 17:26 
Question.Net app to drag tasks in the taskbar - how to get started? Pin
nzmike1-Jul-06 13:02
nzmike1-Jul-06 13:02 
AnswerRe: .Net app to drag tasks in the taskbar - how to get started? Pin
Josh Smith3-Jul-06 4:47
Josh Smith3-Jul-06 4:47 
AnswerRe: .Net app to drag tasks in the taskbar - how to get started? Pin
Dave Kreskowiak3-Jul-06 5:08
mveDave Kreskowiak3-Jul-06 5:08 
QuestionFetching Microprocessor related information Pin
Ali Iqbal Khan30-Jun-06 10:17
Ali Iqbal Khan30-Jun-06 10:17 
AnswerRe: Fetching Microprocessor related information Pin
Paul Conrad1-Jul-06 13:11
professionalPaul Conrad1-Jul-06 13:11 
QuestionSettings in VS 2005 C# Pin
Mike Osbahr30-Jun-06 10:00
Mike Osbahr30-Jun-06 10:00 
Per usual it has to be as confusing as possible when it comes to C#.

Something simple in VB like My.Settings.name becomes appnamespace.Properties.Settings.Default.name.

This isn't really that bad except that the word Default is associated with both User and Application settings.

The first time Settings.Default.Save() is executed, which by the way can only affect User settings, my definition of the word default goes out the window. Even though there are lines of code buried in the designer which contain System.Configuration.DefaultSettingValueAttribute, the values associatied with them have nothing to do with the values returned by Settings.Default following a save.

For reasons I have yet been unable to fathom the initial value for all settings is stored both in the designer code and the app.config file. The next thing I should do is change the app.config file manually and see which "default" value is actually returned. No real question this time. Just needed to vent a bit...

>>>-----> MikeO
AnswerRe: Settings in VS 2005 C# Pin
Paul Conrad1-Jul-06 13:04
professionalPaul Conrad1-Jul-06 13:04 
GeneralRe: Settings in VS 2005 C# [modified] Pin
Mike Osbahr5-Jul-06 3:34
Mike Osbahr5-Jul-06 3:34 
QuestionHow to read values from Java Application Pin
mr_lasseter30-Jun-06 9:08
mr_lasseter30-Jun-06 9:08 
Questioncreate class from .net assembly problem Pin
mack scynox30-Jun-06 2:02
mack scynox30-Jun-06 2:02 
Questionmutlithreading problem Pin
CherezZaboro29-Jun-06 10:57
CherezZaboro29-Jun-06 10:57 
AnswerRe: mutlithreading problem Pin
Paul Conrad1-Jul-06 14:10
professionalPaul Conrad1-Jul-06 14:10 
QuestionHow to determine currently depressed keys? Pin
swcrissman29-Jun-06 10:21
swcrissman29-Jun-06 10:21 
AnswerRe: How to determine currently depressed keys? Pin
Paul Conrad19-Jul-06 20:10
professionalPaul Conrad19-Jul-06 20:10 
QuestionMigration .net 1.1 to 2.0 Pin
brianjperry29-Jun-06 4:56
brianjperry29-Jun-06 4:56 
AnswerRe: Migration .net 1.1 to 2.0 Pin
Ravi Bhavnani30-Jun-06 10:33
professionalRavi Bhavnani30-Jun-06 10:33 
Questionhow to convert M-file to C#.net Pin
surani29-Jun-06 3:32
surani29-Jun-06 3:32 
AnswerRe: how to convert M-file to C#.net Pin
Jun Du29-Jun-06 4:11
Jun Du29-Jun-06 4:11 
QuestionScrolling a listview control in .net Pin
VSush28-Jun-06 22:28
VSush28-Jun-06 22:28 
AnswerRe: Scrolling a listview control in .net Pin
Dave Kreskowiak29-Jun-06 4:52
mveDave Kreskowiak29-Jun-06 4:52 
QuestionDebug & Release Pin
militiaware28-Jun-06 21:40
militiaware28-Jun-06 21:40 
AnswerRe: Debug & Release [modified] Pin
alexey N29-Jun-06 1:07
alexey N29-Jun-06 1:07 
AnswerRe: Debug & Release Pin
Dave Kreskowiak29-Jun-06 4:48
mveDave Kreskowiak29-Jun-06 4:48 

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.