Drive List box...change letters from lowercase?
Hey
Has anyone else noticed that the letters in the DRIVE ListBox are all lower case. And there doesn't seem to be a property that changes this.
Other that changing the font...has anyone else played around with this or fixed it?
X
[262 byte] By [
Xena] at [2007-11-17 17:09:50]

# 1 Re: Drive List box...change letters from lowercase?
I think you can modify the sample API from ALLAPI.NET to your benefit:
http://www.student.kuleuven.ac.be/~m0116986/agnet/tips/tip119.shtml
That sample allows only numbers to be entered but you can replace ES_NUMBER with ES_UPPERCASE (Private Const ES_UPPERCASE = &H8&) and I think that should work :)
-Cool Bizs