Click here to Skip to main content
15,922,166 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Implement Explicit Interface? Pin
Guffa1-Feb-07 10:02
Guffa1-Feb-07 10:02 
GeneralRe: Implement Explicit Interface? [modified] Pin
Captain See Sharp1-Feb-07 11:12
Captain See Sharp1-Feb-07 11:12 
QuestionFormatting problem in SmtpClient Pin
sbpont31-Jan-07 8:40
sbpont31-Jan-07 8:40 
QuestionCollection in PropertyGrid Pin
VadimAn31-Jan-07 7:13
VadimAn31-Jan-07 7:13 
AnswerRe: Collection in PropertyGrid Pin
aSarafian1-Feb-07 2:59
aSarafian1-Feb-07 2:59 
GeneralRe: Collection in PropertyGrid Pin
VadimAn1-Feb-07 4:24
VadimAn1-Feb-07 4:24 
GeneralRe: Collection in PropertyGrid Pin
aSarafian1-Feb-07 9:24
aSarafian1-Feb-07 9:24 
Questiondisplaying webcam capture in WPF Pin
bostjan2531-Jan-07 2:44
bostjan2531-Jan-07 2:44 
I have a managed dll that captures webcam video with Directshow. I could easily display the video in .NET 2.0 by drawing on the background of the panel. There is just an abstract Panel in .NET 3.0, other Panels (Dockable,..) have no Graphic object I could draw with nor any background I could set my images to.

I tried the following:

BitmapSource bitmap = BitmapSource.Create(320, 240,
96, 96, PixelFormats.Rgb24, null,
Streaming.samplePointer, 357480, 320 * 3);

dockPanel1.Background = new ImageBrush(bitmap);
dockPanel1.InvalidateVisual();

It didn't work. It just fills my memory periodically if I observe Task Manager, but it displays nothing. And streaming works perfectly well under 2.0 by drawing on a Panel. What should I do? How is this situation supposed to be handled in 3.0?
QuestionBuild Number of DLL Pin
happyheartcs30-Jan-07 23:53
happyheartcs30-Jan-07 23:53 
AnswerRe: Build Number of DLL Pin
Pete O'Hanlon31-Jan-07 1:17
mvePete O'Hanlon31-Jan-07 1:17 
Questionassemblies Pin
indian14330-Jan-07 22:36
indian14330-Jan-07 22:36 
AnswerRe: assemblies Pin
Pete O'Hanlon30-Jan-07 23:07
mvePete O'Hanlon30-Jan-07 23:07 
GeneralRe: assemblies Pin
indian14331-Jan-07 0:40
indian14331-Jan-07 0:40 
GeneralRe: assemblies Pin
Pete O'Hanlon31-Jan-07 1:24
mvePete O'Hanlon31-Jan-07 1:24 
QuestionIn which component of .Net framework Pin
indian14330-Jan-07 20:34
indian14330-Jan-07 20:34 
AnswerRe: In which component of .Net framework Pin
Pete O'Hanlon30-Jan-07 22:43
mvePete O'Hanlon30-Jan-07 22:43 
GeneralRe: In which component of .Net framework Pin
indian14330-Jan-07 23:33
indian14330-Jan-07 23:33 
GeneralRe: In which component of .Net framework Pin
Pete O'Hanlon30-Jan-07 23:56
mvePete O'Hanlon30-Jan-07 23:56 
GeneralRe: In which component of .Net framework Pin
indian14331-Jan-07 0:37
indian14331-Jan-07 0:37 
GeneralRe: In which component of .Net framework Pin
Christian Graus31-Jan-07 15:23
protectorChristian Graus31-Jan-07 15:23 
GeneralRe: In which component of .Net framework Pin
indian14331-Jan-07 18:09
indian14331-Jan-07 18:09 
GeneralRe: In which component of .Net framework Pin
Christian Graus31-Jan-07 22:04
protectorChristian Graus31-Jan-07 22:04 
QuestionNeed help in making email client Pin
EEmaan30-Jan-07 20:11
EEmaan30-Jan-07 20:11 
AnswerRe: Need help in making email client Pin
Kevin McFarlane31-Jan-07 5:54
Kevin McFarlane31-Jan-07 5:54 
GeneralRe: Need help in making email client Pin
indian14331-Jan-07 18:08
indian14331-Jan-07 18:08 

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.