I'm developing a Pocket PC application in VB .NET. It doesn't seem that you can have a borderless textbox or change the background color of the command button. Am I missing something? - Thanks.
- - - - - - - - - - - - - - - - - - Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
Do you know you can get all of the commands by pressing ctrl+space?
meaning... if you write button. and press ctrl+space you get all the events and propertys avalible for button
- - - - - - - - - - - - - - - - - - Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
Thanks a lot for your help!
I didn't know about Ctrl+Space...
For some reason, setting the BackColor doesn't work (using other properties of the button, such as .Text, works though). That's weird...
I couldn't find any property that would make a textbox borderless - is there a way to do this?
Actually, setting the Multiline property to True for a text box in order to change its height is not a good idea because when I type and press Enter, the cursor moves to the "next line". But, you can set .Height programmatically (for some reason it works although you cannot change it in the Properties window - I get "Invalid property value").
Thats one thing Ive noticed about developing for the PPC. Some things are missing in the properties window, for example is the ListView.View property also missing in the properties window but availble by code.
- - - - - - - - - - - - - - - - - - Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.