What version of Windows [Resolved]
I have decided to go a diffrent road with my application. Mainly I have decided to give up on the whole transparency thing since I found this article from Microsoft that clicked the little light on in my head. Yea I knew about the Opacity feature but I didn't know how it would react in operating systems prior to Win2k when you used it in a program you created.
Quote:
With Microsoft Windows XP, you can control the opacity of windows that are displayed. To make a form more transparent, adjust its Opacity property.
Note: As transparent forms are only supported in Windows 2000 or later, Windows Forms will be completely opaque when run on older operating systems, such as Windows 98, regardless of the value set for the Opacity property.
I also searched this forum and found another refrence to the problem I am having found.
Quote:
So he must set a transparent key for the form and set the back color of form to that color. Now an issue arises. If the graphic card supports transparency in 32 bit color, then the controls that have the same back color as the form will be shown transparent but still register mouse, if not the controls would not be shown transparent. However in 16 bit mode they will be shown transparent and don't register mouse. Weird.
Now for my question: What version(s) of Windows support a borderless form? :ehh: