G
Guest
I have tried without success (using C#) to change the standard rectangular tabs (for the TabPages) to look like the ones in Messenger - funky curved jobs. However whenever I try to overwrite an existing tab, either by superimposing a bitmap over it, or by manually drawing a new shape with the Graphics methods, the standard rectangular tab outline always shows through. I captured both the DrawItem and Paint events.
I saw a partial solution in Code Project, which used a wrapper DLL around UxThemes.dll, but this involves installing this extra DLL with my product. And I couldn't get it to work anyway!
It seems this is a known problem in .NET. A colleague using C++/MFC had no trouble doing this.
Any suggestions? - please!
I saw a partial solution in Code Project, which used a wrapper DLL around UxThemes.dll, but this involves installing this extra DLL with my product. And I couldn't get it to work anyway!
It seems this is a known problem in .NET. A colleague using C++/MFC had no trouble doing this.
Any suggestions? - please!