Click here to Skip to main content
15,880,543 members
Home / Discussions / C#
   

C#

 
QuestionWord Export Pin
RobsonDasilva19-Apr-06 5:32
RobsonDasilva19-Apr-06 5:32 
QuestionRunning two thread Pin
mehrdadc4819-Apr-06 5:06
mehrdadc4819-Apr-06 5:06 
AnswerRe: Running two thread Pin
LongRange.Shooter19-Apr-06 5:31
LongRange.Shooter19-Apr-06 5:31 
QuestionHow to get software information that is installed in window?? Pin
Real Coder19-Apr-06 4:58
Real Coder19-Apr-06 4:58 
AnswerRe: How to get software information that is installed in window?? Pin
Robert Rohde19-Apr-06 5:02
Robert Rohde19-Apr-06 5:02 
GeneralRe: How to get software information that is installed in window?? Pin
Real Coder19-Apr-06 5:11
Real Coder19-Apr-06 5:11 
GeneralI don't have Microsoft.Win32^^;; Pin
Real Coder19-Apr-06 6:23
Real Coder19-Apr-06 6:23 
GeneralRe: I don't have Microsoft.Win32^^;; Pin
Robert Rohde19-Apr-06 9:40
Robert Rohde19-Apr-06 9:40 
It is not in a separate assembly. Although named with a different namespace these classes (Registry etc) is located in mscorlib (this one is normally always referenced - its the base for every .Net app). Putting a using Microsoft.Win32 at the top of your class(es) should just be fine.
GeneralRe: I don't have Microsoft.Win32^^;; Pin
Real Coder19-Apr-06 18:25
Real Coder19-Apr-06 18:25 
QuestionManaging close button ? Pin
mehrdadc4819-Apr-06 4:55
mehrdadc4819-Apr-06 4:55 
AnswerRe: Managing close button ? Pin
Robert Rohde19-Apr-06 5:04
Robert Rohde19-Apr-06 5:04 
QuestionPrint dialog as e.g. in notepad (WinXP, IE) Pin
Wizard_0119-Apr-06 3:53
Wizard_0119-Apr-06 3:53 
AnswerRe: Print dialog as e.g. in notepad (WinXP, IE) Pin
Ed.Poore19-Apr-06 9:15
Ed.Poore19-Apr-06 9:15 
GeneralRe: Print dialog as e.g. in notepad (WinXP, IE) Pin
Wizard_0119-Apr-06 9:22
Wizard_0119-Apr-06 9:22 
GeneralRe: Print dialog as e.g. in notepad (WinXP, IE) Pin
Ed.Poore19-Apr-06 9:27
Ed.Poore19-Apr-06 9:27 
QuestionC# Windows app to Web app Pin
StrayGrey19-Apr-06 3:51
StrayGrey19-Apr-06 3:51 
AnswerRe: C# Windows app to Web app Pin
Robert Rohde19-Apr-06 5:09
Robert Rohde19-Apr-06 5:09 
QuestionFormating text in textBox Pin
conrado719-Apr-06 3:41
conrado719-Apr-06 3:41 
AnswerRe: Formating text in textBox Pin
MCSD-Gandalf19-Apr-06 5:35
MCSD-Gandalf19-Apr-06 5:35 
GeneralRe: Formating text in textBox Pin
conrado719-Apr-06 10:58
conrado719-Apr-06 10:58 
AnswerRe: Formating text in textBox Pin
The Nemesis19-Apr-06 20:25
The Nemesis19-Apr-06 20:25 
QuestionSetDataBinding For DGV !!! Pin
mrkeivan19-Apr-06 3:36
mrkeivan19-Apr-06 3:36 
AnswerRe: SetDataBinding For DGV !!! Pin
Office Lineman19-Apr-06 8:46
Office Lineman19-Apr-06 8:46 
QuestionHow to Improve Win From's Graphics !! Pin
mrkeivan19-Apr-06 3:21
mrkeivan19-Apr-06 3:21 
AnswerRe: How to Improve Win From's Graphics !! Pin
LongRange.Shooter19-Apr-06 3:35
LongRange.Shooter19-Apr-06 3: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.