|
-
Oct 15th, 2003, 10:03 AM
#1
Compact Framework API Question
I was playing around with the compact framework for PDA programming, and found some problems. The set of features included in the compact framework is a little odd. Most notably, you can't change the colors of buttons. Since PDA's are basically touch screen devices, being able to change the backcolor of buttons is a pretty valuable means of supplying user feedback. You can do it with eVB, you can do it with eVC++, but you can't do it directly with .NET.
Therefore, my question is: Can anybody point me towards a reference for API for PDA that would allow me to overcome this limitation in the .NET compact framework.
-
Oct 15th, 2003, 02:07 PM
#2
are you positive about this? I dont know anything about PDAs or palms or whatever, and never tried the compact framework, but there may be a way around it... can you DRAW on the button perhaps?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 16th, 2003, 12:18 PM
#3
It's not well documented. When you look at the list of button properties and methods in the help, they're all there. Some of them include a line that says "This is implemented in the Compact Framework". Everything without the line is not implemented. Backcolor is not implemented. There must be a way to do this, but not within the framework.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|