First  |  Prev | 
Pages: 353 354 355 356 357 358 359 360 361 362 363
How to Find Functions within Coredll.dll ?
Hi, Not done much API programming. How/Where can I get an extensive list of the functions that exist within the Windows CE API? Mainly the ones located with coredll.dll. Thanks, Zahid. ... 17 Feb 2005 18:15
sscemw20.dll and dbnetlib.dll can't installed or copied to device
hi, there, I have met very frustrated problem on my device (Microflex ce8640 by DAP). When I deploy my windows ce application (in VB.net) to the device, two cab files: sql.wce4.armv4.CAB and sqlce.wce4.armv4.CAB will be copied to the device. Everytime the sscemw20.dll and dbnetlib.dll can't be installed successf... 17 Feb 2005 17:44
DeviceId
I'm using IOCTL_HAL_GET_DEVICEID and it gives me: 3500089F7748F9A13800-0050BF3F5173 Where on the device can i go to get this number without programming.....Settings, DeviceID is the friendly name you give the device. Is this like the MAC address for the PPC??? Is there a better way for my to track in a log ... 20 Feb 2005 08:27
TypeLoadException after CAB install
I am working on a VB.Net program for HHP's Dolphin 9550 scanner based on the Pocket PC OS. When I run the program from VS it deploys and runs just fine. When I copy out the CAB files into the AutoInstall directory and perform a cold boot it installs everything just fine, but the program takes a long time to launc... 15 Feb 2005 12:08
Idle Time on PocketPC
I want to be able to lock my application after a given period of 'idle' time. How can I detect the idle state on the device? I would also like to have my app locked at resume (from suspend)\power cycle. How can I detect a power change event? -------------------------------------------- Neil Macdonald Senior S... 15 Feb 2005 03:30
GPRS Signal Strength from .Net?
Hello, We're trying to retrieve GRPS signal strength on an XDA device (running PPC2003 phone edition). We started to look at the OpenNETCF.Net but that seems to return signal strength for RF cards only. So our research tells us we can use TAPI API's or use RIL. We've tried using TAPI but keep getting a 'N... 14 Feb 2005 19:30
SHFullScreen
I'm using this (leaving out the declarations for this post) in the Form load of my main form: Capture = True Dim hwnd As IntPtr = GetCapture() Capture = False SHFullScreen(hwnd, SHFS_HIDESTARTICON) The Start button disappears and even open a new form with the start butto... 14 Feb 2005 19:29
DataGrid only displays header cells
Platform : WinCE 4.2, .NET CF C# I am trying to use a DataGrid control to display some data but only 2 cells (one over the other) in the top left corner of the control are displayed. The bottom cell has a small black triangle in it. I think they are header cells because I have set the HeaderBackColor property t... 14 Feb 2005 19:29
Data Abstraction
Hi All, I am a SQL server 2000 developer working on a SQL CE app for the first time. I am used to using server side functionality such as stored procedures , views etc. I am aware that such functionality is not available in SQL CE. However I don't want to include SQL statements in my application. I was wo... 14 Feb 2005 19:29
Scrolling the datagrid
I have a datagrid derived class where i want to scroll the horizontal scroll bar to the right. i tried the following code: HScrollBar sb = (HScrollBar)base.GetType().GetField("m_sbHorz", BindingFlags.NonPublic|BindingFlags.GetField|BindingFlags.Instance).GetValue(this); sb.Value=5; but i received a Nul... 14 Feb 2005 19:29
First  |  Prev | 
Pages: 353 354 355 356 357 358 359 360 361 362 363