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

C#

 
AnswerRe: writing to txtfiles Pin
SysJey11-Jun-06 22:59
SysJey11-Jun-06 22:59 
QuestionSystem.Windows.Forms.VisualStyles Error Pin
tongueless11-Jun-06 6:37
tongueless11-Jun-06 6:37 
AnswerRe: System.Windows.Forms.VisualStyles Error Pin
Judah Gabriel Himango11-Jun-06 9:51
sponsorJudah Gabriel Himango11-Jun-06 9:51 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless12-Jun-06 4:46
tongueless12-Jun-06 4:46 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
Judah Gabriel Himango12-Jun-06 5:37
sponsorJudah Gabriel Himango12-Jun-06 5:37 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless13-Jun-06 3:33
tongueless13-Jun-06 3:33 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless13-Jun-06 3:35
tongueless13-Jun-06 3:35 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
Judah Gabriel Himango13-Jun-06 5:06
sponsorJudah Gabriel Himango13-Jun-06 5:06 
Adding a reference to your project is not the same as writing a "using System.Windows.Forms;" statement at the top of your code file.

In your project, in Solution Explorer window, expand the "References" node. Is System.Windows.Forms listed there? If not, you'll need to add that reference.

Once you've done that, you should be able to type System.Windows.Forms.TextRenderer, which is a .NET 2.0 API. Do you see that class? If not, you're not using .NET 2.0. Make sure you're running Visual Studio 2005 and not 2003.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Goof around music jam with my brothers (with video)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless13-Jun-06 5:31
tongueless13-Jun-06 5:31 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless13-Jun-06 5:34
tongueless13-Jun-06 5:34 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
Judah Gabriel Himango13-Jun-06 5:45
sponsorJudah Gabriel Himango13-Jun-06 5:45 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless13-Jun-06 18:25
tongueless13-Jun-06 18:25 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
Judah Gabriel Himango14-Jun-06 5:38
sponsorJudah Gabriel Himango14-Jun-06 5:38 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
tongueless15-Jun-06 12:17
tongueless15-Jun-06 12:17 
GeneralRe: System.Windows.Forms.VisualStyles Error Pin
Judah Gabriel Himango15-Jun-06 13:14
sponsorJudah Gabriel Himango15-Jun-06 13:14 
QuestionC#-Secured XML Pin
yoti1111-Jun-06 6:17
yoti1111-Jun-06 6:17 
AnswerRe: C#-Secured XML Pin
Judah Gabriel Himango11-Jun-06 9:49
sponsorJudah Gabriel Himango11-Jun-06 9:49 
QuestionTwo click events bring to one form Pin
Saamir11-Jun-06 6:15
Saamir11-Jun-06 6:15 
AnswerRe: Two click events bring to one form Pin
NaNg1524111-Jun-06 6:36
NaNg1524111-Jun-06 6:36 
GeneralRe: Two click events bring to one form Pin
Saamir11-Jun-06 9:56
Saamir11-Jun-06 9:56 
GeneralRe: Two click events bring to one form Pin
NaNg1524111-Jun-06 20:14
NaNg1524111-Jun-06 20:14 
GeneralRe: Two click events bring to one form Pin
Saamir12-Jun-06 19:03
Saamir12-Jun-06 19:03 
Questiondll problem Pin
teejayem11-Jun-06 6:11
teejayem11-Jun-06 6:11 
AnswerRe: dll problem Pin
Judah Gabriel Himango11-Jun-06 9:54
sponsorJudah Gabriel Himango11-Jun-06 9:54 
GeneralRe: dll problem Pin
teejayem11-Jun-06 10:39
teejayem11-Jun-06 10:39 

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.