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

C#

 
QuestionWhat is IServiceProvider? Pin
Member 1030956730-Oct-13 10:31
Member 1030956730-Oct-13 10:31 
AnswerRe: What is IServiceProvider? PinPopular
Ron Beyer30-Oct-13 10:54
professionalRon Beyer30-Oct-13 10:54 
Its typically used by design-time code to get designer services, like the IComponentChanged service or the IWindowsFormsEditorService. Basically it provides an interface for an object to obtain services from another part of the application.

The only time you (almost always) use this is during development of design-time rich controls. For example if you want to add custom property designers to the property grid, you would create a UITypeEditor for your property and override some of the methods, as in this example[^].
QuestionHow to use DirectX.Capture to capture webcam stream into a .mp4(mpeg4) in c#? Pin
Member 1035824430-Oct-13 9:41
Member 1035824430-Oct-13 9:41 
AnswerRe: How to use DirectX.Capture to capture webcam stream into a .mp4(mpeg4) in c#? Pin
Bernhard Hiller31-Oct-13 1:25
Bernhard Hiller31-Oct-13 1:25 
QuestionEditing Word Pin
Sandeepdshenoy30-Oct-13 0:58
Sandeepdshenoy30-Oct-13 0:58 
AnswerRe: Editing Word Pin
BillWoodruff30-Oct-13 1:20
professionalBillWoodruff30-Oct-13 1:20 
AnswerRe: Editing Word Pin
Chris Quinn30-Oct-13 3:09
Chris Quinn30-Oct-13 3:09 
AnswerRe: Editing Word Pin
WuRunZhe30-Oct-13 4:12
WuRunZhe30-Oct-13 4:12 
GeneralRe: Editing Word Pin
Sandeepdshenoy30-Oct-13 21:37
Sandeepdshenoy30-Oct-13 21:37 
AnswerRe: Editing Word Pin
Eddy Vluggen1-Nov-13 6:00
professionalEddy Vluggen1-Nov-13 6:00 
GeneralRe: Editing Word Pin
Sandeepdshenoy30-Oct-13 21:42
Sandeepdshenoy30-Oct-13 21:42 
AnswerRe: Editing Word Pin
Kenneth Haugland30-Oct-13 21:31
mvaKenneth Haugland30-Oct-13 21:31 
QuestionIssue with Excel vesion in C# Pin
superselector29-Oct-13 19:05
superselector29-Oct-13 19:05 
AnswerRe: Issue with Excel vesion in C# Pin
Mycroft Holmes29-Oct-13 20:11
professionalMycroft Holmes29-Oct-13 20:11 
GeneralRe: Issue with Excel vesion in C# Pin
Kenneth Haugland29-Oct-13 20:30
mvaKenneth Haugland29-Oct-13 20:30 
GeneralRe: Issue with Excel vesion in C# Pin
Mycroft Holmes29-Oct-13 21:16
professionalMycroft Holmes29-Oct-13 21:16 
GeneralRe: Issue with Excel vesion in C# Pin
Kenneth Haugland29-Oct-13 21:25
mvaKenneth Haugland29-Oct-13 21:25 
GeneralRe: Issue with Excel vesion in C# Pin
superselector30-Oct-13 18:42
superselector30-Oct-13 18:42 
AnswerRe: Issue with Excel vesion in C# Pin
Kenneth Haugland30-Oct-13 21:29
mvaKenneth Haugland30-Oct-13 21:29 
AnswerRe: Issue with Excel vesion in C# Pin
Bernhard Hiller29-Oct-13 21:39
Bernhard Hiller29-Oct-13 21:39 
AnswerRe: Issue with Excel vesion in C# Pin
TnTinMn30-Oct-13 14:12
TnTinMn30-Oct-13 14:12 
QuestionNeed pointers to build the Car Park Management System Pin
ashuthind00129-Oct-13 18:53
ashuthind00129-Oct-13 18:53 
AnswerRe: Need pointers to build the Car Park Management System Pin
Mycroft Holmes29-Oct-13 20:07
professionalMycroft Holmes29-Oct-13 20:07 
AnswerRe: Need pointers to build the Car Park Management System Pin
turbosupramk330-Oct-13 1:48
turbosupramk330-Oct-13 1:48 
AnswerRe: Need pointers to build the Car Park Management System Pin
Dave Kreskowiak30-Oct-13 2:54
mveDave Kreskowiak30-Oct-13 2:54 

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.