|
WC_HTML control. How do I disable horizontal scrollbar? Hi, I'm using a WC_HTML viewer control on WinCE, for a handheld device. I'm not able to disable the horizontal scrollbar (In other words, make the text wrap around within the window). Is there any way in which i could do this. Thanks in advance! Ragi ... 8 Sep 2005 08:29
how to modify wrapi to be able to use in 802.11g I am modifying the wrapi source code(download from http://sysnet.ucsd.edu/pawn/wrapi/) to be able to control 802.11g wireless card in g AP environment. I'm having problems retrieving the list of AP from the OID_802_11_BSSID_LIST structure I found there is one different in OID_802_11_BSSID_LIST return t... 5 Sep 2005 04:41
Set Volume settings to On, Vibrate and Off - Windows Mobile 2003 Phone Edition I need to able to programmatically change the volume settings for my phone (running Windows Mobile 2003 Second Edition) I'm all down with waveOutSetVolume() but that sets the system volume and I want to switch the ringer on, off or to vibrate. I've found that the following registry key shows this setting: HK... 10 Sep 2005 04:14
programatically configure wireless networks on pock pc 2k3 I have been trying to find a way to programatically configure wireless networks on pocket pc 2003... From wat i understand is i can do it 1. Using the Connection Manager Api, DMProcessConfigXML and few of the csps(cm_planner AND cm_wifientries..) But when I try to Query the cm_wifientries using DMProcessConfi... 2 Sep 2005 14:56
Scripting Connection Settings Hi, Does anyone know how I can script or programmatically create a connection and RAS phone book entry for a GPRS enabled Pocket PC ?... We have a number of devices (1500+) to connect to our corporate network and doint them manually is a real pain. We're using a named connection ("OurConection") that uses ... 6 Sep 2005 15:40
TIME SHIFT!!? When I synck from outlook to my t-mobile pocket pc device - the appointment I have entered always shows up on the device as an hour later than on outlook!!?? Yet if I enter an appointment on my device - it shows correctly in outlook. What the hell is going on!!?? It didnt always do this. I ran detect and repa... 3 Sep 2005 00:14
New to Pocket PC devel, porting win32 app I have created a win32 instant messenger program and am porting it over to PocketPC. Thankfully, I already had the program as unicode as I believe this was a requirement for PocketPC. Anyway, the port has gone quite well, I've had to lose a lot of functionality as it isnt required on the handheld device. So ... 18 Aug 2005 07:39
CeDeleteFile in RAPI Hi, I'm try to replace files on pocket PC with RAPI. The CeWriteFile is doing well to create and copy a new file, but can't replace existing files. So I'm trying to delete files before re-creating them with the CeDeleteFile function. I'm unable to make it working : Public Declare Function CeDeleteFile Lib "rap... 27 Jul 2005 08:21
USSD Hi, I'm trying to send and get some USSD data from my app, but I always receive the same error message in the LINE_REPLY message, instead the zero value in the dwParam2 i have 0x80000048(LINEERR_OPERATIONFAILED)! Can someone help me? joe ... 26 Jul 2005 12:19
Linking for Imaging API's (reposted) "Alex Feinman [MVP]" wrote: I usually get around things like this by using __uuidof(IImagingFactory) instead of &IID_IImagingFactory -- Alex Feinman That's a neat trick, but I don't understand what it does. I would think you still need to find (link with the module containing) the object which... 6 Jul 2005 14:39 |