Quote:
Originally Posted by agraham
On the desktop you could try altering the button FlatStyle to see if it looks like what you want. Obj1 is a Door library Oobject.
Code:
Obj1.New1(False) Obj1.FromControl("Button1") Obj1.SetProperty("FlatStyle", "Flat")
Valid styles are "Flat", "Popup" (flat till mouse-overed) and "Standard" (three-dimensional) and "System" (however the OS wants to draw it).
|
1. Surely I'd love to spice up my (desktop) forms and code with .Net functionality. Think
this is the right place to start the long journey.
2. Recently I've stumbled upon your (5-year) old remake of
LinkLabel 1.1 library. Seems like a nice little job to use instead of
clickable label (since it works even on device), and strangely enough, it is missing in
Additional DLL List.