Tagged Questions

2
votes
2answers
34 views

Speeding up deploy operation in Visual Studio

Hello everyone! I'm building an application for windows mobile devices, which deals with a database composed of approximately 1500 files. However, the size of each file is under 50kB, and the overall …
0
votes
2answers
20 views

Is BltFast supported in Windows Mobile DirectDraw?

Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access the BltFast method?
0
votes
0answers
18 views

App-Phone Word Definer or Painting Identifier [closed]

Is there any smart phone app which functions like a visual counterpart to Shazam software, which identifies what it hears? I.e. a Word Definer or a Painting Identifier? I want to hold up my …
0
votes
1answer
45 views

Windows Mobile Gradient Fill Button - UserControl vs Subclassing Button

Hi, I've started looking at Windows Mobile development and I'm struggling to make a pleasing UI using the default controls (they really are ugly). I've looked at a handful of UI 'frameworks' and they …