Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing VS's Framework version Pin
eggie56-Aug-03 21:49
eggie56-Aug-03 21:49 
GeneralRe: Changing VS's Framework version Pin
James T. Johnson6-Aug-03 21:58
James T. Johnson6-Aug-03 21:58 
GeneralRe: Changing VS's Framework version Pin
Rein Hillmann6-Aug-03 22:04
Rein Hillmann6-Aug-03 22:04 
GeneralGetting the names of all printers installed on the computer. Pin
Nick Seng6-Aug-03 20:27
Nick Seng6-Aug-03 20:27 
GeneralRe: Getting the names of all printers installed on the computer. Pin
Nick Seng6-Aug-03 22:45
Nick Seng6-Aug-03 22:45 
GeneralRe: Getting the names of all printers installed on the computer. Pin
Nick Seng7-Aug-03 0:27
Nick Seng7-Aug-03 0:27 
GeneralChanging VS's Framework version Pin
eggie56-Aug-03 20:05
eggie56-Aug-03 20:05 
GeneralRe: Changing VS's Framework version Pin
apferreira7-Aug-03 6:20
apferreira7-Aug-03 6:20 
Visual Studio 2002 only targets NET 1.0 .You can not use the .NET 1.1 from within Visual Studio 2002.

To build a .NET 1.1 App you have two options:

1. Use Visual Studio to write and organize your files and then use the command line compiler on the 1.1 SDK folder to build your app (but remember that NET 1.1 introduces some code-breaking changes to NET 1.0)

2. Upgrade to Visual Studio 2003


As for the visual styles, I wouldn't be too eager to use the NET 1.1 EnableVisualStyles method since there have been multiple reports of instability and inconsistent behavior of this method. Implementing visual styles through yourappname.exe.manifest (a manifest file) is still the safest bet.
GeneralTab Size in RichTextBox Pin
don7cry6-Aug-03 16:49
don7cry6-Aug-03 16:49 
GeneralRe: Tab Size in RichTextBox Pin
Ista6-Aug-03 17:52
Ista6-Aug-03 17:52 
GeneralIterate through directories... Pin
Steve McLenithan6-Aug-03 15:23
Steve McLenithan6-Aug-03 15:23 
GeneralRe: Iterate through directories... Pin
Nish Nishant6-Aug-03 15:43
sitebuilderNish Nishant6-Aug-03 15:43 
GeneralRe: Iterate through directories... Pin
Steve McLenithan7-Aug-03 6:04
Steve McLenithan7-Aug-03 6:04 
GeneralTime checker Pin
deanoA6-Aug-03 15:00
deanoA6-Aug-03 15:00 
GeneralRe: Time checker Pin
Vasudevan Deepak Kumar6-Aug-03 19:27
Vasudevan Deepak Kumar6-Aug-03 19:27 
QuestionHow to get the text from the textbox in the other application Pin
lithium74566-Aug-03 14:51
lithium74566-Aug-03 14:51 
AnswerRe: How to get the text from the textbox in the other application Pin
deanoA6-Aug-03 15:02
deanoA6-Aug-03 15:02 
AnswerRe: How to get the text from the textbox in the other application Pin
Nish Nishant6-Aug-03 15:47
sitebuilderNish Nishant6-Aug-03 15:47 
GeneralClear DataBindings Dataview & Datagrid Pin
Milancie6-Aug-03 11:13
Milancie6-Aug-03 11:13 
GeneralRe: Clear DataBindings Dataview & Datagrid Pin
Ista6-Aug-03 17:56
Ista6-Aug-03 17:56 
GeneralXML-serializer with ABSTRACT class Pin
MeisterBiber6-Aug-03 10:04
MeisterBiber6-Aug-03 10:04 
GeneralRe: XML-serializer with ABSTRACT class Pin
Furty6-Aug-03 17:25
Furty6-Aug-03 17:25 
GeneralRe: XML-serializer with ABSTRACT class Pin
James T. Johnson6-Aug-03 21:41
James T. Johnson6-Aug-03 21:41 
GeneralRemoting between applications on the same machine Pin
Bog6-Aug-03 8:34
Bog6-Aug-03 8:34 
GeneralRe: Remoting between applications on the same machine Pin
Anonymous6-Aug-03 9:03
Anonymous6-Aug-03 9:03 

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.