Using CbitmapButton Class
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
:-D Hi, I'm Javier. I'm developing a pocketPC 2003 application. I need to use Bitmap buttons in a dialog window. It's works, but the problem is the button is "down" and "up" quickly when I push and hold, and the event happens. I need that button doesn't released(remain down) until I release the stylus and then must happen the "button click event" and "bitmap button" up. How can I do this? Must I create a derivate Cbitmapbutton class and manage messages? Have Anyone any class about this?:confused: I dont know very much about managing messages (I'm novice in this). I have seen the button articles in this web and I have found only one for PocketPC and it uses icons. Thank you.