Re: Preview Panel problems in VB .Net 2005
- From: kpg <no@xxxxxxx>
- Date: Mon, 04 Dec 2006 08:02:47 -0800
As =?Utf-8?B?RGF2ZU9nZ3k=?= once said in
microsoft.public.windowsmedia.encoder
In the WME SDK documentation it says that I must add a frame called
PreviewPanel to my form. I've tried panels, textboxes, pictureboxes
etc but nothing seems to work, I keep getting the 0xC00D1B82L error.
I keep following links to forums containing this error code, most are
unresolved and the best one simply says "Never mind I've figured it
out!!!" and nothing more...
Help!
You need to reference the propshell activeX library.
It will expose a PropPageShell 'panel' to which you can add the
preview window.
The documentation was not referring to a standard 'panel'.
kpg
.
Relevant Pages
- Re: Its official!
... Can you point me to where it says you can't do it until lvl 85? ... posts bitching about everything else under the sun ON said forums, ... in fact they did mention this in one of the panels. ... most of Northrend on my first char and now being able to fly on my ... (alt.games.warcraft) - Re: Flicker free form
... Adam - http://www.aejw.com/?page=contact ... I have an application with some pictureboxes and panels in the main ... the sample given was written by the bpowell guy...who want's to listen to that guy anyways?!? ... (microsoft.public.dotnet.languages.csharp) - Re: .net 1.1, using multiple textboxes and dropdown boxes
... you could use the codedom to generate the code at runtime but it would not be as clean as your code. ... I have a webform which has 4 panels. ... I get the values in those textboxes like this.... ... Is there a way similar to 'eval' in Javascript? ... (microsoft.public.dotnet.framework.aspnet) - ASP.NET CustomValidator on dynamic textboxes
... I'm creating a form that has 10 identical panels on the ... with each panel containing the same 8 textboxes for things like ... school name, address, etc, and one dropdown box. ... I've written a CustomValidator that refers to the Address textbox by ID ... (microsoft.public.dotnet.framework.aspnet) - Flicker free form
... I have an application with some pictureboxes and panels in the main ... If I drag something over it, it flickers. ... (microsoft.public.dotnet.languages.csharp) |
|