WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: scooter on March 18, 2015, 12:53:04 AM

Title: Color picker
Post by: scooter on March 18, 2015, 12:53:04 AM
I thought I remembered seeing an example of how to make a dll call for adding a color picking function to winbatch.  Does anyone have an example?

Thanks!
Title: Re: Color picker
Post by: JTaylor on March 18, 2015, 07:25:47 AM
AskColor(default-color, reg-key, format) won't work?

Although it is VERY annoying in how it works by not using a consistent format.     The Default color format should be whatever the Format parameter specifies.   Why it would not use the WinBatch color format if it only used one format I have no idea.   So far haven't convinced them to fix this problem but at least the function is available in some form.

Jim
Title: Re: Color picker
Post by: scooter on March 18, 2015, 10:40:34 AM
Wow!  I'm feeling pretty stupid right now.  Can't believe I missed that function.  Exactly what I'm looking for.


Thanks!