Click here to Skip to main content
15,909,953 members
Home / Discussions / C#
   

C#

 
GeneralRe: .mov file writer Pin
c242320-May-10 7:46
c242320-May-10 7:46 
QuestionRetrieve data (using query) from a Access database Pin
Chiman120-May-10 4:29
Chiman120-May-10 4:29 
AnswerRe: Retrieve data (using query) from a Access database Pin
Andy_L_J20-May-10 4:40
Andy_L_J20-May-10 4:40 
AnswerRe: Retrieve data (using query) from a Access database Pin
Abhinav S20-May-10 4:43
Abhinav S20-May-10 4:43 
GeneralRe: Retrieve data (using query) from a Access database Pin
Chiman120-May-10 5:13
Chiman120-May-10 5:13 
GeneralRe: Retrieve data (using query) from a Access database Pin
Wes Aday20-May-10 7:30
professionalWes Aday20-May-10 7:30 
QuestionHeaderFile vs Class Pin
jashimu20-May-10 4:13
jashimu20-May-10 4:13 
AnswerRe: HeaderFile vs Class Pin
Pete O'Hanlon20-May-10 4:23
mvePete O'Hanlon20-May-10 4:23 
Header files were features that allowed the C/C++ compiler determine what methods a class/file would contain. They didn't necessarily contain any implementation (although some did), but they were included in another file/application using #include so that this could use those methods.

There's no need to do this in .NET. All you need do is add a reference to the DLL that contains the functionality you want to use, add a using statement for the relevant namespace and you have access to all the public methods that class exposes (if your class inherits from it, you get access to the protected methods as well).

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: HeaderFile vs Class Pin
jashimu20-May-10 4:38
jashimu20-May-10 4:38 
GeneralRe: HeaderFile vs Class Pin
PIEBALDconsult20-May-10 6:15
mvePIEBALDconsult20-May-10 6:15 
AnswerRe: HeaderFile vs Class Pin
Luc Pattyn20-May-10 4:55
sitebuilderLuc Pattyn20-May-10 4:55 
GeneralRe: HeaderFile vs Class Pin
jashimu20-May-10 5:41
jashimu20-May-10 5:41 
GeneralRe: HeaderFile vs Class Pin
Luc Pattyn20-May-10 5:54
sitebuilderLuc Pattyn20-May-10 5:54 
QuestionAccessing network share with username & password from c# Pin
Suunil20-May-10 2:56
Suunil20-May-10 2:56 
QuestionUploading with WebClient Pin
Matt Cavanagh20-May-10 2:13
Matt Cavanagh20-May-10 2:13 
Questiondatagrid view autocomplete Pin
NarendraSinghJTV20-May-10 2:00
NarendraSinghJTV20-May-10 2:00 
QuestionC# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 0:28
willempipi20-May-10 0:28 
AnswerRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Henry Minute20-May-10 1:55
Henry Minute20-May-10 1:55 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 2:04
willempipi20-May-10 2:04 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Henry Minute20-May-10 2:07
Henry Minute20-May-10 2:07 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 2:18
willempipi20-May-10 2:18 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Luc Pattyn20-May-10 2:47
sitebuilderLuc Pattyn20-May-10 2:47 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 3:25
willempipi20-May-10 3:25 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Luc Pattyn20-May-10 3:30
sitebuilderLuc Pattyn20-May-10 3:30 
QuestionVSS and Visual studio Pin
Zeyad Jalil20-May-10 0:25
professionalZeyad Jalil20-May-10 0:25 

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.