all groups > dotnet windows forms > july 2003 > threads for tuesday july 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Flash and Alpha in windows forms
Posted by Kuba Florczyk at 7/15/2003 8:47:20 PM
Hi
I've got a flash.ocx on a form in which i want play a movie, under this
movie i've got a image. Everything is ok, but in flash movie some objects
got alpha <> 100 and thru flash i should see elements from background image.
I know how to set TransparencyKey in form, i know how to set Opacity... more >>
Contextmenu & TreeView
Posted by Peter Zentner at 7/15/2003 2:06:57 PM
Hi all,
if I assign a context menu to a treeview and popup the contextmenu with the
APP-key the context menu appears in the center of the treeview control and
not at the selected treenode. Is there a chance to change this behaviour?
Regards
Peter
... more >>
PropertyGrid and interfaces
Posted by Peter Gomis at 7/15/2003 10:49:17 AM
I've been experimenting with the PropertyGrid control and
have come across something peculiar. If the object you
want to display exposes its properties through an
interface, the PropertyGrid doesn't display anything. It
seems to work only if properties are exposes on the class
itself. I... more >>
Why do I need to show() before I set size or location?
Posted by johnfofawn NO[at]SPAM hotmail.com at 7/15/2003 7:46:00 AM
If I don't show a form (form.show()) before I set the size and
location it doesn't appear the correct size (location is right). It
appears slightly bigger. This seems to only happen when the form has a
status bar.
Is this a bug?
John... more >>
CLR to Binary ???
Posted by Nadav Rubinstein at 7/15/2003 7:21:28 AM
Hi,
I wonder, Is it possible to convert a CLR DLL to a Binary
OS dependent DLL?
Explained:
The JIT compiler 'converts' the CLR DLLs to binary on
runtime ( dependent of the OS ), Is there a way for the
JIT to generate a 8086 EXE binary??? doing so will enable
Converted CLR applications t... more >>
|