Click here to Skip to main content
15,908,901 members
Home / Discussions / C#
   

C#

 
Question"Handle is not Initialized" Error Pin
Mvelo9-Aug-06 1:49
Mvelo9-Aug-06 1:49 
AnswerRe: "Handle is not Initialized" Error Pin
Ennis Ray Lynch, Jr.9-Aug-06 2:31
Ennis Ray Lynch, Jr.9-Aug-06 2:31 
QuestionHow do u draw... Pin
diddy349-Aug-06 1:47
diddy349-Aug-06 1:47 
AnswerRe: How do u draw... Pin
Guffa9-Aug-06 1:59
Guffa9-Aug-06 1:59 
Generaland normalize Pin
Ennis Ray Lynch, Jr.9-Aug-06 2:12
Ennis Ray Lynch, Jr.9-Aug-06 2:12 
QuestionActiveX control in C# Pin
Maddie from Dartford9-Aug-06 1:31
Maddie from Dartford9-Aug-06 1:31 
QuestionC# 1.1 To C# 2.0 Problem Pin
ali khan msc9-Aug-06 1:17
ali khan msc9-Aug-06 1:17 
AnswerRe: C# 1.1 To C# 2.0 Problem Pin
Dave Kreskowiak9-Aug-06 1:32
mveDave Kreskowiak9-Aug-06 1:32 
Microsoft provides two versions of the class now. File exposes its methods entirely static and FileInfo exposes instance methods. Both provide the same functionality, just in different ways.

In any case, you'll have to modify your code. You simply don't have a choice here, since you can't create an instance of a static class.

You'll have to do a Find/Replace and change your instances of File to FileInfo.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: C# 1.1 To C# 2.0 Problem Pin
Robert Rohde9-Aug-06 2:00
Robert Rohde9-Aug-06 2:00 
GeneralRe: C# 1.1 To C# 2.0 Problem Pin
Dave Kreskowiak9-Aug-06 5:01
mveDave Kreskowiak9-Aug-06 5:01 
AnswerRe: C# 1.1 To C# 2.0 Problem Pin
Robert Rohde9-Aug-06 2:01
Robert Rohde9-Aug-06 2:01 
QuestionDo we need to register each time while installing visual studio 2005 ? Pin
Mithun Acharya9-Aug-06 1:13
Mithun Acharya9-Aug-06 1:13 
QuestionParsing XML Pin
Vipin Venugopal9-Aug-06 0:38
Vipin Venugopal9-Aug-06 0:38 
AnswerRe: Parsing XML [modified] Pin
Andrei Ungureanu9-Aug-06 1:24
Andrei Ungureanu9-Aug-06 1:24 
QuestionDrawString & Right to left ???? [modified] Pin
Tavbi9-Aug-06 0:12
Tavbi9-Aug-06 0:12 
AnswerRe: DrawString & Right to left ???? Pin
atuldeore9-Aug-06 0:46
atuldeore9-Aug-06 0:46 
Questionproblems with seperating treeview expand and double click Pin
lushgrass8-Aug-06 23:26
lushgrass8-Aug-06 23:26 
QuestionButton Border Pin
Nafiseh Salmani8-Aug-06 22:43
Nafiseh Salmani8-Aug-06 22:43 
AnswerRe: Button Border Pin
Rakheesh Chalil8-Aug-06 23:40
Rakheesh Chalil8-Aug-06 23:40 
AnswerRe: Button Border Pin
LievenDoclo8-Aug-06 23:48
LievenDoclo8-Aug-06 23:48 
AnswerRe: Button Border Pin
kkadir9-Aug-06 2:55
kkadir9-Aug-06 2:55 
Questionsuperglobals Pin
LievenDoclo8-Aug-06 22:22
LievenDoclo8-Aug-06 22:22 
AnswerRe: superglobals Pin
Colin Angus Mackay9-Aug-06 0:49
Colin Angus Mackay9-Aug-06 0:49 
GeneralRe: superglobals Pin
LievenDoclo9-Aug-06 1:27
LievenDoclo9-Aug-06 1:27 
GeneralRe: superglobals Pin
Ennis Ray Lynch, Jr.9-Aug-06 2:15
Ennis Ray Lynch, Jr.9-Aug-06 2:15 

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.