ANN: OpenNETCF.Desktop.Communication v2.4 Released
OpenNetCF.org has released v2.4 of the OpenNETCF.Desktop.Communication
Library.
The Desktop.Communication Library contains classes used for communicating
with a CE device from a PC such as Microsoft's Remote API (RAPI).
We've made a minor bug fix in GetSubKeyNames()
Get the source and binaries here:
http://www.opennetcf.org/communication.asp
A sample is available here:
http://www.opennetcf.org/samples.asp
All OpenNETCF.org libraries are covered by the OpenNETCF Shared Source
License. For more
information visit:
http://www.opennetcf.org/License.asp
--
Chris Tacke, eMVP
Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net Tag: Alerts and Notification API Tag: 72094
picturebox with remote image
Hi
I am programming in eVB for PPC 2002 Toshiba e750 : here is my problem
I have to view an image within a picture box but this image (bmp) is stored
on a remote PC ( PictureBox1.Picture = "\\X.X.X.X\Partage\image.bmp") that
i can normally reach via Wifi. BTW When the image is loccaly stroed it's OK
But when running on the PDA I see this error message 'file not found'
What's the real problem, if any one ears me
Thanks Tag: Alerts and Notification API Tag: 72086
Dynamic serial numbers
Hi,
How do you implement dynamic serial numbers based on the pocket pc id when
licnesing an application for PPC 2003 .NETCF?
Thank you,
Adrian Tag: Alerts and Notification API Tag: 72083
How to install on a pocket pc
Hi,
I developed a simple application using Embedded Visual Basic and a MS Access
database. It runs all fine on the emulator of EVB, but it doesn't work on my
Pocket PC. Do I need a installation program (eg. like Installshield) to get
this done or am I missing something?
thanx, Cemal Tag: Alerts and Notification API Tag: 72082
Battery and Signal strneght Indicators
Hi,
I am new to Win CE developement. I was wondering whether there is an API
available to query Battery level and Signal Strength on PPC 2002 and 2003
devices?
Thanks,
-larry Tag: Alerts and Notification API Tag: 72080
Send and Received app info via Internet
Hi guys, I will develop (my first pocket PC app) and I need to send and
receive info from a lot of PocketPCs that will syncronize outside my
network. My idea is to use XML Web Services, in order to send and receive
this info via intenet on XML format. But how can I tell to the Pocket PC
that when it syncronizes it also connects to the internet and make this info
exchange.
Thanks in advance.
Jorge Olivares Tag: Alerts and Notification API Tag: 72079
SQL CE DB or .XML files
Hello everybody.
I'd like to know when it's best to store data in SQL CE database VS .XML
files. Why would it be best one VS the other ?
What would be easier to transfer (sync) between the device and a DB ?
What would be faster to transfer (sync) between the device and a DB ?
Thank you for all your help , comments and pointers.
Regards Tag: Alerts and Notification API Tag: 72076
Remote Performance Monitor not working
Hi, My Windows CE remote performance monitor is not working:
I am Using Microsoft eMbedded Visual C++ 4.0 SP2 on a Windoes XP
Professional Service Pack 1 Computer with intel pentium III and 256 MB
Ram.
I start the Remote performance moitor from eVC and connect to the
device (a HP 5550 Pocket PC). After clicking on the file or edit menu,
The menu line is for quite a while unaccessible and the remote
performance monitor is almost crashed. After recovering, I can't add
any new charts, or any other monitor features because the menu topic
is gray. I got the monitor working for at least once this day, but it
was impossible to get it running again.
Many other of the romote monitors are also not working, except the
remote file viewer.
Thanks a lot
Chris Tag: Alerts and Notification API Tag: 72074
readfile evc
Hi I updated my file so that the readfile would re-open the file. But
even though it now shows a value of a successful reading, the
strContent does not fill with any type of string. Any suggestions?
////// Store Date in memory (file) //////////////////////////
HANDLE hanFile;
CString x = "Quit.dat";
hanFile = CreateFile(x, GENERIC_WRITE, FILE_SHARE_WRITE, NULL,
CREATE_ALWAYS, FILE_ATTRIBUTE_HIDDEN, NULL ); //successful
CString y = "Test Input String";
DWORD dw = 0;
BOOL t;
t = WriteFile(hanFile, x, 500, &dw,NULL);
CloseHandle(hanFile);
/// test read from file ///
//open file
hanFile = CreateFile(x, GENERIC_READ, FILE_SHARE_READ, NULL,
OPEN_EXISTING, FILE_ATTRIBUTE_HIDDEN, NULL );
CString strContent;
int i;
i = ReadFile(hanFile, &strContent, 500, &dw, NULL); //dw returns set
to 500,
//strContent still ""
CloseHandle(hanFile);
MessageBox(strContent); Tag: Alerts and Notification API Tag: 72073
ANN: OpenNETCF.IO.Serial v1.4 Release
We've added a couple bug fixes to the OpenNETCF.IO.Serial library.
Get the source and binaries here:
http://www.opennetcf.org/serial.asp
Both C# and VB samples are available here:
http://www.opennetcf.org/samples.asp
All OpenNETCF.org libraries are covered by the OpenNETCF Shared Source
License. For more information visit:
http://www.opennetcf.org/License.asp
--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org Tag: Alerts and Notification API Tag: 72072
Mapi or otherwise
I am writing an app that needs to drop emails in the pocketInbox ActiveSync
Outbox for later delivery.
I am using VS2003 VB with PPC2003SDK and am writing the app for PPC2003
specificaly.
I am having a real problem finding the correct approach to this and am
finding it impossible to find any examples. Can anyone help me out with
this?
Regards
Aaron. Tag: Alerts and Notification API Tag: 72071
Design issues: predefined fonts
Hello!
I currently wrote a little today screen item and found out, that I took me
quite an
amount of time to find out the correct font to use when displaying
information on the
screen so that it matches the system plugins.
Does Windows provide appropriate fonts I can use in my applications so
that I do not
need to care about the correct font/size/style/weight?
Thanks in advance,
Christian Tag: Alerts and Notification API Tag: 72068
Ipaq 5450 serial port issues
Hi all
Doing some development work involving the IPAQ 5450 serial port addressing
an external Bell 202 modem.
Using CreateFile() to open COM1:
handle = CreateFile((LPCTSTR)CString("COM1:"),
GENERIC_READ|GENERIC_WRITE,
0, /* exclusive access */
NULL, /* no security attributes */
OPEN_EXISTING,
0,
NULL);
Works fine for telephony modems or null modems into another PC but no go for
the Bell 202.
CreateFile is returning an invalid handle under all circumstances.
Does anyone know the circumstances under which CreateFile() will generate a
valid handle eg power detection, control line states etc...
Any help greatly appreciated.
Many thanks
Albert M Tag: Alerts and Notification API Tag: 72066
Read File or URL from Javascript in Pocket IE
Hi,
is there any way left in the current Windows Mobile 2003 to read local
files from javascript in local HTML files running in Pocket IE ?
Background info:
our customer has to change its Handhelds from Siemens Pocket Loox 600
to 610 which runs with the newest Windows Mobile 2003. Our App fails
to run on those.
Our application is an "HTML application", which means that it consists
of Javascript in HTML files. This was pushed by MS two years ago as
the easiest way to create Pocket PC applications. There _were_ plenty
of examples on the ms site. Now MS seems to disable all vital
functions.
What we tried so far (it all works on some PDA ranging from CE 3.0 to
2002):
* FileSystemObject
* XmlDocument.Load
* XMLHTTP with file:// url
XmlDocument.Load works on a pre-production version of the Loox610
which also has Windows Mobile 2003. Maybe there is a registry switch
to toggle ??? Or can the MSXML.dll be exchanged ?
We also wrote a custom COM component. Although this may work it is
extremely ugly and destroys the advantages "HTML Applications" have,
i.e. portability. Tag: Alerts and Notification API Tag: 72062
Bluetooth Active Sync.
I have a USB Bluetooth device on my PC, which advertises a serial port.
I can bond with this using Pocket PC 2003. However, I cannot Active
Sync. The error comes up 'Must bond with device with serial port'.
I believe it's because my USB Bluetooth is not very good, rather than
any error with PPC 2003.
Can any member suggest a USB Bluetooth which does allow Active Sync to work?
Regards, Ben. Tag: Alerts and Notification API Tag: 72061
macro funtion error
I'm using the follwing macro function:
#define MK_RGB5651(R,G,B,R1,B1,G1) \ (__int32) (
((MAX(0,MIN(255, R1)) << 0x18) & 0xf8000000) | \
((MAX(0,MIN(255, G1)) << 0x13) & 0x07e00000) | \
((MAX(0,MIN(255, B1)) << 0xd) & 0x001f0000) | \
((MAX(0,MIN(255, R)) << 8) & 0x0000f800) | \
((MAX(0,MIN(255, G)) << 3) & 0x000007e0) | \
((MAX(0,MIN(255, B)) >> 3) & 0x0000001f) )
R,G,B,R1,B1,G1 are int type.
I dunno why the 2 least significant bit of the 32-bit output are always 1s
(no matter what my input is).
Also, I could not ust decimal 24 instead of hex 0x18 (the same holds for
0x13 and 0xd).
Could someone give me pointers to these two problems? Tag: Alerts and Notification API Tag: 72057
Unique Id for Pocket PC
Hi,
I are trying to get an id which can uniquely identify a pocket pc. I tried
using KernelIoControl, but it works only in HP iPAQ but not in DELL AXIM.
Is there any function which can be used to get an unique id for a pocket pc
?
Thanks
sai Tag: Alerts and Notification API Tag: 72055
HTML Control and multithreads - DTM_ADDTEXT problem
Hi HTML control developers:
I have this problem with Html control in Pocket PC 2003 and found a work
around. I just want to post so other developers may avoid wasting time
debugging.
I hope MS mobile team will fix it in next OS update as well (if my theory is
true).
Symptoms:
In Pocket PC 2003:
Sending DTM_ADDTEXT with zero terminated ascii string to a HTML control
from a different thread. The application may crash/hange after
DTM_ENDOFSOURCE
is sent. Some time it crash/hange sooner after DTM_ADDTEXT is sent.
The same code works just fine if change to DTM_ADDTEXTW (with unicode str),
or if the message sender and HTML control in the same thread. Also there is
no such problem
in Pocket PC 2000 or 2002.
Fix:
After tens of hours debugging, finally I tried to add 2 or 3 zero to
terminate the
string being sent in DTM_ADDTEXT, it magically fix the problem.
Guessing:
I think that HTML control responds to DTM_ADDTEXT by duplicate the string
and keep the copy locally to process later, then return to the calling
thread immediately. The problem is that HTML control duplicate the ascii
string as an unicode string. So if you have only one zero at the end, there
are
chances that the string being duplicated is too long, and the process will
corrupt memory space.
Agree or not, but I completly fixed the crashing problem in my app with the
trick.
Cheers,
-Minh Tag: Alerts and Notification API Tag: 72052
SOAP, XML, over ActiveSync and Wireless?
All,
I have a question that I can't seem to find an answer to. I am trying to
build my first Window CE application targeting Pocket PC 2002 and higher. I
want to interact with a Web Service via ActiveSync and WiFi. I need a
protocol that will allow me to access the server regardless of the
technology being used.
I know I can write a provider for ActiveSync, and I'm pretty sure that I can
access the web service via WiFi, but I'm interested in the most
interoperability and flexability possible. I am creating the "Smart Device
Application" in C#. The Web Service will also be running C#.
What is the easiest protocol/transport that I can implement that gives cross
platform support without requiring different code for each interface being
accessed from the CE device.
Hope this makes sense.
Nick Tag: Alerts and Notification API Tag: 72050
Top menu item did not display when unchecked the popup option
This is a multi-part message in MIME format.
------=_NextPart_000_0016_01C3DF44.1ABDEA90
Content-Type: text/plain;
charset="big5"
Content-Transfer-Encoding: quoted-printable
Hi all
I want to tap a menu to display a dialog box (function similar to =
toolbar button) , so, i create a menu without popup , the menu cannot =
display at all. When i create menu with the popup option , it display =
normally.
Am i doing something wrong ?=20
I am using MFC and VC++3.0.
Any help will be appreciated.
Eric
------=_NextPart_000_0016_01C3DF44.1ABDEA90
Content-Type: text/html;
charset="big5"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dbig5">
<META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hi all</FONT></DIV>
<DIV><FONT face=3DArial>I want to tap a menu to display a =
dialog box=20
(function similar to toolbar button) , so, i create a menu without =
popup ,=20
the menu cannot display at all. When i create menu with the popup=20
option , it display normally.</FONT></DIV>
<DIV><FONT face=3DArial>Am i doing something wrong ? </FONT></DIV>
<DIV><FONT face=3DArial>I am using MFC and VC++3.0.</FONT></DIV>
<DIV><FONT face=3DArial>Any help will be appreciated.</FONT></DIV>
<DIV><FONT face=3DArial></FONT> </DIV>
<DIV><FONT face=3DArial>Eric</FONT></DIV></BODY></HTML>
------=_NextPart_000_0016_01C3DF44.1ABDEA90-- Tag: Alerts and Notification API Tag: 72049
Access Denied when Deleting Pocket Access Database
Hi All
I have an application that only queries (no updates) a database using ADOCE.
I'm having a problem that even though I close the Recordsets and the
Connection to the database, I can't rename or delete the .cdb file until I
exit the application.
Anybody ever experienced something like this ?
Thanks in advance
Tom Tag: Alerts and Notification API Tag: 72045
Informix DB & Pocket PC
Hello everybody
We currently have an application running on an informix DB.
I have been asked to write small applications for PocketPC and sync
some info back and forth between the pocket PC and the DB.
Any suggestion on how to do that ? Where-how to start ?
Thank you for all your help , comments and pointers.
Regards Tag: Alerts and Notification API Tag: 72041
.net-based or 3.0-based Pocket PC ?
I want to buy a Pocket PC to do test.
the Pocket PC listed on-line for sale are said
to have OS:
1. Microsoft Windows Mobile 2003 for Pocket PC or
2. Microsoft Mobile software 2003 for Pocket PC 2003 Professional Edition or
3. Microsoft Windows for Pocket PC 2002
Is that true that 1. and 2. are Windows CE .NET-based Pocket PC
and 3. is Windows CE 3.0-based ?
thanks ! Tag: Alerts and Notification API Tag: 72035
retrieve SD card ID
I'm I'm trying to convert our software run on Palm OS-device to WinCE-Pocket PC.
the software uses Palm OS API to check the presence of the SD (secure digital) card,
retrieve the SD card number, get notification upon the removal of the SD card.
what are the methods or API in Windows CE for these jobs ?
are there any sample application or code for me to follow ? trying to convert our software run on Palm OS-device to WinCE-Pocket PC.
the software uses Palm OS API to check the presence of the SD (secure digital) card,
retrieve the SD card number, get notification upon the removal of the SD card.
what are the methods or API in Windows CE for these jobs ?
are there any sample application or code for me to follow ?
thank you! Tag: Alerts and Notification API Tag: 72032
eVB - Convert string to number for comparison?
Hi all,
I just need to check and see if a number, stored in a string, is greater
than a particular value. I realize that the VAL function isn't supported
under embedded VB, but CINT isn't working either, so I must be doing
something wrong. Look at this code:
If (CInt(lblLabel.Caption) < 8000) Then
'Display an error message
MsgBox "The number you scanned is invalid.", vbExclamation, APP_TITLE
'Exit the procedure
Exit Sub
End If
I get an "Overflow: CInt" error.
I've tried first declaring seperate string and integer variables to hold
the values in and then initializing them:
Dim TempCode As Double
Dim TempString As String
TempString = "1"
TempCode = 1
TempString = lblLabel.Caption
TempCode = TempString
If (CInt(TempCode) < 8000) Then
'Display an error message
MsgBox "The number you scanned is invalid.", vbExclamation, APP_TITLE
'Exit the procedure
Exit Sub
End If
But I still get the same error.
So what am I doing wrong? How can I check that the value stored in a label,
or at least in a string variable, is greater than a given number (> 8000 in
this particular case). TIA!
- Dave Tag: Alerts and Notification API Tag: 72028
Enable Pocket PC Password by Code
Hi,
Does anyone know how to enable the password protection of
PPC (such as IPAQ 5550, e800, etc) through eVC, eVB or
CE.net coding and the password cannot be disabled by the
device user.
Thanks everyone.
Jiong M. Tag: Alerts and Notification API Tag: 72027
DispalyMember property
HI
I need to assign more then one value to DispalyMember property of ComboBox
I want to display â??first_nameâ?? and â??last_nameâ?? fields
As far as I know I can assign only one field to DispalyMemebr
Is there any work around
Thank you
Jerr Tag: Alerts and Notification API Tag: 72024
Losing fullscreen in my property sheet
Hi,
I use a property sheet in which only the first page is in fullscreen
mode.
For that, I call SHFullScreen in the OnSetActive and the OnKillActive
of the first page.
Sometimes, I need to display a MessageBox, but when I click the
MessageBox off it makes my fullscreen off too.
I tried to use the OnActivate message to restore the fullscreen state
but I didn't succeed.
It seems messages don't arrive in the order I expect.
Does someone know what happens when we close a message box over a
property sheet?
In which order do the messages arrive?
What is the appropriate message to restore the fullscreen mode?
I made a lot of tests without success, I really need a clue.
Thanks.
PS : I use EVC++ 4 and PocketPC 2003 SDK Tag: Alerts and Notification API Tag: 72018
Connection Manager P/Invoke
when i call the function ConnIfo i get an error
any idea
here is my code
Public Class ComMan
Public Structure CONNMGR_DESTINATION_INFO
Public guid As guid
Public szDescription As String
End Structure
Public Structure CONNMGR_CONNECTIONINFO
Public CBsize As Int32
Public dwParams As Int32
Public dwFlags As Int32
Public dwPriority As Int32
Public bExclusive As Boolean
Public bDisabled As Boolean
Public guidDestNet As Guid
End Structure
<System.Runtime.InteropServices.DllImport("cellcore.dll")> _
Private Shared Sub ConnMgrEnumDestinations(ByVal nIndex As Int32, ByRef
pDestInfo As CONNMGR_DESTINATION_INFO)
End Sub
<System.Runtime.InteropServices.DllImport("cellcore.dll")> _
Public Shared Function ConnMgrApiReadyEvent() As IntPtr
End Function
<System.Runtime.InteropServices.DllImport("cellcore.dll")> _
Public Shared Function ConnMgrConnectionStatus() As IntPtr
End Function
Public Shared Sub ConnIfo(ByVal ind As Int32)
Dim PT As IntPtr
' MsgBox(PT.ToString)
PT = ConnMgrApiReadyEvent()
' MsgBox(PT.ToString)
Dim info(50) As Char
Dim CN As New CONNMGR_DESTINATION_INFO
Dim i As Int32 = 0
'MsgBox(CN.ToString)
'Dim cn As CONNMGR_DESTINATION_INFO = New CONNMGR_DESTINATION_INFO
ConnMgrEnumDestinations(0, CN)
MsgBox(CN.ToString)
End Sub
End Class Tag: Alerts and Notification API Tag: 72017
Wireless Application Design Newbie
Hi all,
I'm trying to do some research into designing a wireless application for my
PDA. I'm planning on using Visual Studio .NET 2003 with PocketPC 2003 and
Windows CE .NET.
Can anyone point me to some resources where I can learn more about designing
a wireless application? I need a good starting point and some simple
examples.
Thanks in advance!
Allen Tag: Alerts and Notification API Tag: 72016
Pocket Internet Explorer and Cache
I have a XDA sized web page that is not refreshing properly.
Any suggestions about how I can find a solution to this problem would
be most appreciated.
Kind Regards,
BMM Tag: Alerts and Notification API Tag: 72014
get SIP input?
Does anyone know how to use the SIP to get the input?
What I mean is that when user key in the "<-" in soft
keyboard, how to get the key code? Tag: Alerts and Notification API Tag: 72013
Linking Help in VB.Net
In finalizing my vb.net Application for the Pocket PC, I'm trying to add a help file
I've found the basic documentation about the subject at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/WinCEHelp.asp
I have created my help.htm-file and even got the linkfile to install into the \Windows\Help-Directory
My Problem: How can I link this helpfile to my application, so that my help.htm is opened when my application is active
Can't find anything sensible for such a basic question (or am I missing something very basic)? Tag: Alerts and Notification API Tag: 72010
Webservices slow first time...
Hi.
Im using web services and my question is the following:
The first time the web service is called it takes a lot longer to get the
results back than subsequent times.
Is there something im missing here or is this the way it is behaving
normally. Can you speed this first attempt up?
Regards
<P> Tag: Alerts and Notification API Tag: 72008
Connecting to Internet pass-through on Active Sync
I have a problem connecting to Internet when in cradle. I can get
Pocket MSIE to work, but not my program.
To work out connection, calling ConnMgrEstablishConnection(), using
guidDestNet = IID_DestNetInternet.
With Pocket PC 2002, this would return CONNMGR_STATUS_CONNECTED.
Same code, same call, Pocket PC 2003, I get:
CONNMGR_STATUS_NOPATHTODESTINATION. This *is* where MSIE is working.
Therefore my app doesn't try to connect.
Possibly the settings in the connections are wrong. Or there is a coding
difference required between two version.
Is there any person who might know anything about this?
Regards, Ben. Tag: Alerts and Notification API Tag: 72007
Pocket PC and LSP
Hello,
I have successfully build a lsp (layered service provider for Windows
9x->XP=A0 in my last company (now down). I now have a contact with anothe=
r
company that needs the lsp principle.
As I'm new to pocket PC, I tell me a lot of questions - if someone can
help me :-)
-What tools do I need to build a lsp for pocket PC ? evc3, evc4,
platform builder ?
-Does a lsp install as a "normal software" or is it reserved for
companies that build Pocket PC images (I'm sure I'm not clear ...) ?
-Which Pocket PC version is compatible with LSP : Pocket PC 2002, Pocket
PC 2003 ?
-Where to find infos for Pocket PC and lsp ?
Thank in advance,
Sylvain Tag: Alerts and Notification API Tag: 72002
Pocket PC 2003 eVB Who knows to use API calls from the iPAQ SDK
Hi,
I'am starting to use eVB develop tools from MS.
and i have downloaded the ipaq h5550 SDK with almost all
there API calls and functions.
butt i don't know how to use (or address) or use such a function.
It states that you use the iPAQutils.dll.
How has a example or how knows to use the specific iPAQ functions
in Embedded Visual Basic from the iPAQutils.dll??????
Best regards,
Roger Kievits
roger@kievits.net Tag: Alerts and Notification API Tag: 72001
Visual C# standard or Visual Studio Pro ?
Hi!
I wonder if it's enough to have Visual C# standard edition to develop
for the pocket pc (PPC2003 .NET) or if you must have Visual Studio Pro
2003. Since the prices are really not the same between both dev tools.
Thank you Tag: Alerts and Notification API Tag: 72000
Pocket PC 2002 app fails to exit cleanly on 2003
I have been developing a 2002 application for several months. It work
well and I have no problems. Using MFC, IP sockets, GPRS and
multi-threading.
On 2003, it does not exit cleanly. It will freeze for about 5 - 10
seconds before completely exiting.
I can of course hide it from the use first to give the impression it has
exited. But I would like to know what may be going wrong?
If any person might know what to check, I would be interested in knowing.
Ben. Tag: Alerts and Notification API Tag: 71998
Pocket PC 2003 Emulator's Language Support
Hi
I use Pocket PC 2003 Emulator (English version). Is that emulator support other languages other than English? For example, Japanese, Korean, Chinese, and etc. I got some problem using CultureInfo class
Thanks. Tag: Alerts and Notification API Tag: 71997
NSTL by pass ??
Hello,
My customer asked me to pass the NSTL testing, and the
I pretest by my self. When I Run "Storage Device Block"
testing program on my PCC2003, my system will be leg..
You know, the OS has no response at the 4004 testing
item. I don't know what is wrong with my system. and I
have no idea to debug. because I but a lots of debug
messages in my SDMMC driver but it does not print out
when the testing program hang.
Have any can help me?? Tag: Alerts and Notification API Tag: 71992
firmware bug in Viewsonic V36 (PPC 2003)
There is an interesting bug in the firmware of the Viewsonic V36 running
(Pocket PC 2003), causing it to somehow change the width of some dialogs,
which can cause some controls to not display properly.
Can someone from Viewsonic check this out ?
The problem is described here (including some screen shots showing the
issue):
http://forum.pocketmovies.net/viewtopic.php?t=1149&start=0&postdays=0&postorder=asc Tag: Alerts and Notification API Tag: 71991
How to change font size in List Control
Dear all,
I use the List control in my program written in eVC++ for Pocket PC. Now I
want to change default font size in the List control to small size.
Is there anybody know how?
Thanks in advance.
-Kien Bui Tag: Alerts and Notification API Tag: 71986
Connecting Pocket PC 2003 Emulator for Registry Editing
I tried to connect to Pocket PC 2003 Emulator by using Windows CE Remote Registry Editor. But I cannot connect it. It said to install an underlying transport. What do I need to connect it? I can connect to Pocket PC 2002 Emulator.
Thanks. Tag: Alerts and Notification API Tag: 71985
forms
I have many forms. I would like to be able to navigate between the different forms. c
PHCR_Info PHCRForm = new PHCR_Info()
PHCRForm.Show()
this.Close()
If i use the .show() command and this.close() my app is close
..ShowDialog works ok but the last form remains in memory and so is every other form i open
What is the best way to naviagte between forms without holding them in memory everytime
thank
adam Tag: Alerts and Notification API Tag: 71984
Connect to .CDB File Using VB.NET 2003
Help...
I'm an newbie to PPC development using VB .NET 2003. I'm trying to connect
to an Access database (loaded on the pocket PC as a .CDB file). VB .NET
won't let me create a connection object using the desktop version of the DB,
and the wizzard doesn't show files on the PPC. Can anyone provide some
pointers? Tag: Alerts and Notification API Tag: 71983
disable keyboard
I have a web app running asp pages on pocket PCs. Some of
the input fields require scanning barcodes, so I need to
disable the keyboard that automatcally pops up. I need to
do this on a field by field basis, since some fields
require the keyboard but others do not. Is there an
onfocus event that I can use to turn the keyboard off and
on? Thanks for any info. Tag: Alerts and Notification API Tag: 71982
EVC3 for ppc2003 ?
hi all,
how i can use evc 3.0 to develop applications for PocketPC 2003 , i dont
know whats rong, every time i try to execute program it says "The Platform
Manger server Failed" , i dont know whats going on,
my best regards Tag: Alerts and Notification API Tag: 71980
File Transfer Problem
Hii Everyone,
I got a fundamental problem. I add a file to my project in .net compact C#,
and set it to Build Action to Content. The basic objective is when I deploy
my solution it uploads the file to the emulator. This works fine. Now when I
use a FileStream object to read bytes of from this file I find that my
middle bytes have different values then they have on the desktop. For
instance value of a byte(213) in the file on the disk is decimal value, 62
and the same byte in my pocket pc application has decimal value 65. Why is
this happening? In my pocket pc app I am not doing any thing except use a
FileStream object with the path of the file and then I declare a byte array
and BinaryReader ReadBytes method to read into my byte array. So when I
inspect this byte array i find that the bytes are no longer having the same
decimal values. As I gave the e.g. above byte # 213 on the PC has 62 and on
the Pocket PC emulator has 65. And this is not for only this byte but many
other. The file that I am referring to is a JPG file. Please suggest me what
could be wrong and what is the way out? I suspect it has something to do
with encoding but I am not sure.
Regards,
Abhishek Tag: Alerts and Notification API Tag: 71977
How to get OID_802_11_BSSID from iPaq 5500
Hi,
Let me know how to get OID_802_11_BSSID value from WLAN card in iPaq 5500.
Thank you,
wphong Tag: Alerts and Notification API Tag: 71976
Hi,
Is it possible to be programmatically be notified by OS of upcoming
appointments, tasks, or newly arrived SMS/MMS/email message.