User Profile
Collapse
-
MasterOfTheDark started a topic C# application - system transparent control inside user drawn control...in .NETC# application - system transparent control inside user drawn control...
This one's a hairy one to explain. What I've got is a class called "VistaGroup Box" that I put some nice-looking Vista-style gradients in the background and made to look like the ribbon categories you see in Office 2007. I got it working great, and created a few more controls, including a "VistaButto n", which is primarily transparent when the cursor does not hover over it. However, when I added a standard Panel in the VistaGroupBox... -
Jeffro -
Looks like your first errors come from these lines of code:
This is because these are initialized in the first line of the constructor (effectively, before the brackets are even entered) - stort, rente, and jaren aren't even initialized until your InitializeCompo nent method.
I recommend moving your variable declarations to inside your button click event handler rather than as...
No activity results to display
Show More
Leave a comment: