First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Panel Focus events
I have several panels in my application that I use as screens. On Load, each panel's Dock property is set to Fill, I call BringToFront() for my first panel, then call its Focus() method. Based on Operator selection, different panels are brought to the front and given focus. I have noticed that the first ti... 25 Jun 2008 15:00
P/Invoke SndPlaySync EntryPoint?
I have added the "aygshell" reference to SndPlaySync to my Pocket PC 2003 project using: [code] [DllImport("aygshell.dll", SetLastError = true)] static extern IntPtr SndPlaySync(string Path, uint Flags); [/code] In my code, I try calling SndPlaySync using this code: [code] IntPtr ip; if (System.IO.File.... 25 Jun 2008 15:00
read images from the video stream
We have a requirement to show the thumbnail image of first frame of the video file in Windows mobile. How to read images from the video stream in Windows mobile? Is it possible to read images from video frame(.avi, mpeg, wmv files)? Please let me know. ... 25 Jun 2008 09:50
Opening Alarm and notifications
I have 2 queries in Windows mobile. 1. Is there any API available to open the sound and notifications settings with "Notifications" tab as the selected tab? By default it opens with "Sounds" tab as the selected tab. Or is it possible to open the "Notifications" separately in a window? 2. Is there any API avai... 26 Jun 2008 07:24
stop connecting other AP's
hi I have IPAQ214 and IPAQ114 terminals and an AP which are configured and work great. the problem occurs, if it detects other AP'S, it ask me to connect to it. Now i have to dismiss the question, other wise it is not connecting to my own AP. my customer does not see this question because i have a kiosk mode ... 25 Jun 2008 05:45
Sleep() time doubled when using emulator
I'm using the Sleep() function in an EVC 4.0 project that I'm testing on Pocket PC 2003 and Smartphone 2003 emulators. On both emulators a call to Sleep(30000) takes 60 seconds to return instead of 30. Has anyone seen this behavior before? Is it just something related to the emulator, or should I plan for this s... 25 Jun 2008 19:08
Problem reading e-mial attachments
Hi, I'm trying to read e-mail attachments by following instructions at: http://msdn.microsoft.com/enus/library/ms838293.aspx#ppc_2002part3_topic3 I get attachment size from PR_ATTACH_SIZE properly. When I call OpenAttach it succeeds and gives me an IStream pointer. But stream size is 0 and if I try to read ... 25 Jun 2008 09:50
How to view HTML page in Pocket PC emulator
I tried opening a file in emulator IE provided with VS 2005 but it could not find the file - it is locally present.(c:\att\...) Something I am not doing right? -S On Jun 23, 9:11 am, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com> wrote: Enter the address where the page is. Saving to a file loca... 24 Jun 2008 11:17
Recently accessed files
In windows mobile, is it possible to retrieve the recently accessed files? Like in Windows XP(desktop), the files are shown in Recent Documents. Is there any API to retrieve the list of recent files stored? Or any registry key stores these values? Please let me know ... 26 Jun 2008 05:21
registry for softkey question
I just want to know, if I want to add some shortcut to menu softkey, How do I do that. For instance, when I use phone program, there are two softkey menus that are available. The left side is Contacts and the other one is Menu, I want to add my shortcut program inside that menu. Which registry I have to find? Thank... 24 Jun 2008 09:13
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37