|
Question : Custom Scroll Bars Drop Down List box Arrows
|
|
hi everyone is there some way to create custom scroll bars in forms by either adding color or making them from scratch. Also the drop down arrows on combo boxes are ugly too and I would like to make them look a little better...any suggestions thanks Jeremy
|
|
Answer : Custom Scroll Bars Drop Down List box Arrows
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/Windowing/Windows/WindowReference/WindowFunctions/CreateWindowEx.asp
This shows how to create a window from scratch without using an Access Form.
Towards the very bottom of the page, it deals with how to change the scroll bars on the window. I don't think this is a simple solution, but I think it can be done.
An easier solution would be to drop a web page control on the form and limit the webpage to the size of the form, but scroll inside the web page, web page scroll bars are easy to change color.
|
|
|