%SystemRoot% on PocketPC?
Does anyone here know if "%SystemRoot%" is available for
shortcuts on PocketPC?
Or is "\Windows\..." the only method?
Thanks,
Andy Tag: IPAQ 1945 cannot get Serial Number? Tag: 77814
configuring emulator ppc phone edition
hello ,
I was wondering if its possible to modify the default values for the phone
properties on the emulator (IMSI, phone number ...)
gadi Tag: IPAQ 1945 cannot get Serial Number? Tag: 77801
Using datetimepicker
Hello All
I am sure this question will show my ignorance of the C# and compact
framework but, I am having difficulty creating a datetimepicker for use on a
PocketPC device. I have downloaded and ran the source code located on the
Microsoft Site. The datepicker works fine but the issue comes in building
the time entry fields. I am trying to create spinners for the time like
those in on the clock setting screen. So far this has been beyond me. Any
help would be greatly appreceiated.
thanks in advance
James Allen
allenj@kci1.com Tag: IPAQ 1945 cannot get Serial Number? Tag: 77797
Looking for an open source MPEG video library for win32, linux and pocket pc
I'm looking for an open source MPEG video library for win32, linux and
pocket pc.
I have found libmpeg3, but not quite sure if I could compile it for pocket
pc and win32
Any suggestion? Tag: IPAQ 1945 cannot get Serial Number? Tag: 77796
Button Focus Incorrectly shown
Environment: eVC++ 4.0, MFC PPC 2003
I have 2 property pages. On page 1, I have 3 buttons: B1, B2, B3. When I
clicked on B1 its rectangular edge is shown in bold. Clicking B3 resets B1's
edge to normal with B3's edge shown in bold. Now display Page 2, then
revert to Page 1. B3 is still shown in bold. Click B1. Now both B1 and B3
are shown in bold! What's wrong? Tag: IPAQ 1945 cannot get Serial Number? Tag: 77795
PPC MSMQ Help!
I've written a desktop apllication and compact framework
application in .NET. The app on the pocket PC can send and
receive messages on a private message queue. It can also
send messages to a private queue on my pc. However when I
use my desktop app to send messages to the queue on the
pocket pc, MSMQ cannot establish a connection to send. Why
do I only have a one way flow? could activesync be
blocking it (I'm connecting through a USB cable)? I cannot
ping my pocket pc even after trying to allocate it a
static ip address.
I'm using third party COM components to call MSMQ and get
cominterop working on the PPC. (CFCOM and Ken Rabold's
MSMQCom.dll) Tag: IPAQ 1945 cannot get Serial Number? Tag: 77794
Toolbar woes
I am creating a wizard like feature using child windows (dialogs), based on
the this article http://www.pocketpcdn.com/articles/wizarddlg.html. The
feature works great, but I cannot
get the toolbar to display on the parent dialog. If I do NOT add any child
windows, then the
toolbar on the parent is visible and operational. If I add at least one
child window, then the
toolbar disappears.
How can I configure the parent window to keep the single toolbar visible
when child windows are displayed?
Thanks,
buzz Tag: IPAQ 1945 cannot get Serial Number? Tag: 77793
RAS Phone Book Entries After Cold Reboot
Hello,
i have a problem with restoring PhoneBook Entry after cold reboot.
As many pocket pc devices are in question, i have to make one solution
to fit them all.
1. As i have posibility to run .CAB files after reboot, i've made
CAB's .inf file which adds neccesery entries to registry
(HKCU\Comm\RasBook)
Problem: password is encrypted and doesnt work on other devices
Solution?: convince pocket pc to accept/store non-encrypted
passwords, anyone
can give me a hint? or, convince RAS dialIn (winXP) not
to request
password? i didn't succed
2. .cpf files known also as CAB provisioning format. i haven't had
much luck with this one either. using xml config file and
rapiconfig.exe thing works. i've renamed it to _setup.xml and makecab
it. after running .cpf on pocket pc, entries weren't added.
3. using API calls RasSetEntryProperties RasGetEntryProperties, these
two don't store username and password, RasDial uses them.
I vote for the first option, with the way to store passwords in not
encrypted format.
Any help would be appreciated.
Maxxel Tag: IPAQ 1945 cannot get Serial Number? Tag: 77792
How to prevent in-use file from being renamed?
Hi everyone
I have a program that will log the events and actions from end-user. For specific reason, the log file will be kept open at all time and should not be allowed to copy, delete or rename. Using CreateFile() with restriction on READ and WRITE, I was able to accomplish the prevention of delete and copy. However, while the file is in use, I still can use File Explorer or ActiveSync to rename the file
Any info on this issue is greatly aprreciated
TI
JS Tag: IPAQ 1945 cannot get Serial Number? Tag: 77785
Avaibility of RTC client API on windows mobile for pocket PC
H
I would like to know if the RTC Client API that allow to develop messenger like application is available on some Pocket PC currently sold on the market. I saw in a document that this functionality is available on Mobile 2003 under OEM license. What it means
I also would like to know if there are planning to deliver this SDK in standard in future version of Windows Mobile for Pocket PC? If yes, is an approximative date already fixed
Regards Tag: IPAQ 1945 cannot get Serial Number? Tag: 77784
Installing emulator in VS.NET 2003
Hi!
I'm trying to get the emulator for PocketPC 2002 to work with VS.NET 2003 on
a Windows XP SP1 machine but when I choose "Connect to device" from the IDE,
the computer freezes instead of installing. If I reboot the machine, I get
the "Found New Hardware Wizard" which also hangs the machine if I let it try
to install the "Virtual PC Application Services". I've tried the following:
* Removed VS.NET 2002, VS.NET 2003 and ActiveSync and rebooted
* Installed ActiveSync 3.7.1
* Installed VS.NET 2003
* Disabled Windows XP Prefetch and cleared the prefetch directory
* Installed the .NET Framework v1.1 Device Update 4
* Cleared the VPCAppSv registry key under the Services key.
Strangely enough, it works on a Windows 2000 SP4 machine which doesn't even
have ActiveSync installed.
Could someone please give me a hint on what to do?
TIA
Jonas Tag: IPAQ 1945 cannot get Serial Number? Tag: 77783
Create/Read/Write a file in Javascript in an html file
Hello,
I need to access to a text file in html to save data. On PC (windows
XP) I do this as following :
<HTML>
<HEAD>
<script>
var fso = new ActiveXObject("Scripting.FileSystemObject");
var a = fso.CreateTextFile("c:\testfile.txt", true);
a.WriteLine("This is a test.");
a.Close();
</script>
</HEAD>
<BODY> ... </BODY>
</HTML>
I must use it on Pocket PC on Windows CE 2003. But an error occured
because FileSystemObject can't be created.
How can I do this ? What must I install ?
Thanks a lot. Tag: IPAQ 1945 cannot get Serial Number? Tag: 77780
Change Volume
Does anybody know how to programmatically increase and decrease the volume,
mute and unmute with eVB? Tag: IPAQ 1945 cannot get Serial Number? Tag: 77751
Changing Volume
Does anybody know how I could programmatically increase and decrease the
volume, mute it and unmute it.
Thank you. Tag: IPAQ 1945 cannot get Serial Number? Tag: 77747
Problem installing MSMQ
Hallo,
I tryed to instal MSMQ on my Dell AximX3 PPC2003
What is did :
copied MSMQD.dll + MSMQRT.dll + MSMQADM.exe to dellppc\Windows ( files
from version 4.20)
copied Netregd.dll to dellppc\Windows ( file from VCE 3.0 I do not have
a V4.2 version !!! )
copied Visadm.exe to dellppc\Windows\Programs\MSMQ
runned Visadm.exe , did install , did register and restarted de ppc
Now in capview I can see that msmqd.dll and netregd.dll are 2 of the 78
installed devices.
But when I run Visadm and press "Start", I get "Operation failed. No error
code available " !!!
//----------------------------- My programm
void StartSend( void)
HRESULT hr = MQ_OK;
LPCWSTR wszPathName = L"DIRECT=OS:dellppc\\Private$\\MSMQ" ;
HANDLE *phQueue = MQ_OK ;
hr = MQOpenQueue(wszPathName, MQ_SEND_ACCESS, MQ_DENY_NONE, phQueue);
hr == MQ_ERROR ( returns allways MQ_ERROR
\\-----------------------------------------------
please help ... ( the name off the Queue is .\Temp\MSMQ )
Frits Janse Kok Tag: IPAQ 1945 cannot get Serial Number? Tag: 77746
Flashing ROM
Is it possible to take all the extra garbage software that comes with pocket pc off the rom? We are using HHP 9550's in our warehouses and only want them to use one application. With our old symbol SPT 1800's, I had a handy utility that I could create a rom image with only the applications I wanted and then put it on each device. With the HHP's, I want to lock it down so they can only access one application. I tried some cloning software, but after a cold reset, all my settings were lost. I want to set it up and have it stay that way no matter if the device is warm reset or cold reset. I don't want to purchase another flash storage card for each device. I just want to set it up once and not have to worry about it
Thanks Tag: IPAQ 1945 cannot get Serial Number? Tag: 77743
API for Pocket PC (RTP)
Hello everyone,
I am trying to put together an application that would allow me to display a
vide stream in my pocket pc. The video will be fed from my destop's video
camera. Does anyone have a suggestion on how to go about it or at least
what is a good book I can use. I was thinking about using Portrait's codec.
Emilio Tag: IPAQ 1945 cannot get Serial Number? Tag: 77733
UPload files to emulator
Hello,
how can upload test files to Pocket PC 2002 emulator in VS.NET?
In eVB I could use Tools->Remote Tools->File viewer... but there is no such
option in VS.NET
Thank You,
Gergõ Tag: IPAQ 1945 cannot get Serial Number? Tag: 77728
ANN: New Entrek Memory Leak Upgrade Available/Special Offer
Entrek has recently made available a patch that corrects known issues in
Entrek
TOOLBOX Windows CE Edition Version 1.4. For information, including
downloading and installing, go to www.entrek.com/products/readme.htm.
Entrek TOOLBOX contains tools that will absolutely help you improve your
Windows CE software, whether for Pocket PC, Smartphone, or any other Windows
CE configuration. It helps you find memory leaks, heap corruption, and
other runtime errors. It also helps you with resource usage analysis,
performance analysis, and other aspects of your software. Great for
everyday development as well as black box testing by test groups.
For more information, visit our home page at www.entrek.com. Register for a
free 14 day limited evaluation of the tools.
Special offer:
While supplies last, with each purchase of Entrek TOOLBOX, we will be giving
a free *signed*
copy of Doug Boling's book "Programming Microsoft Windows CE.NET, Third
Edition". A great resource by all accounts.
Go to Amazon.com for more information:
http://www.amazon.com/exec/obidos/tg/detail/-/0735618844/qid=1083774109/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/102-6232858-3012947?v=glance&s=books&n=507846.
Visit Boling Consulting on the web at www.bolingconsulting.com.
--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com Tag: IPAQ 1945 cannot get Serial Number? Tag: 77723
Upload file to Pocket PC 2002 emulator in VS. NET
Hello,
how can upload test files to Pocket PC 2002 emulator in VS.NET?
In eVB I could use Tools->Remote Tools->File viewer... but there is no such
option in VS.NET
Thank You,
Gergõ Tag: IPAQ 1945 cannot get Serial Number? Tag: 77717
API questions
Hi
1. May I ask what is the difference of Pocket PC and Window CE? Are they both OS for PDA? Which one is more advanced and popular nowadays
2. Do they support BigInteger, MessageDigest and SecureRandom classes
Thanks Tag: IPAQ 1945 cannot get Serial Number? Tag: 77715
My first experience ...
Hello to everyone. This comes from Spain. Excuse my very poor english
I´ve to develop an aplication for Pocket PC that works with a database found
in a server with wireless.
Also has to recognise code bar.
I´m new in this 'pocket world' because this will be my first experience, so,
any help, web adress, code example, ... will be welcomed.
Many thanks. Greetings from Spain
Maite. Tag: IPAQ 1945 cannot get Serial Number? Tag: 77712
DCOM support ?
Hi al
Does Windows Mobile 2003 support DCOM. Is there any PDA which supports DCOM or Is there any PDA which allow to modify the OS image.
Hope someone has got answers
With warm regard
Sriram Tag: IPAQ 1945 cannot get Serial Number? Tag: 77707
Accessing Oracle 11i application through PocketPC
Hi,
I am looking for ideas on accessing Oracle 11i application through Pocket
Internet Explorer.
Normal desktop client with Host dns entry can access the application server.
How do I do this PocketPC?
Ganesh. Tag: IPAQ 1945 cannot get Serial Number? Tag: 77702
conversion of monitor into scanner
hi
is there any possibility that we convert our simple monitor into scanner
without attaching any hardware
can a monitor be convertted into a scanner with just a programming in any
language. Tag: IPAQ 1945 cannot get Serial Number? Tag: 77699
detecting the status of a bluetooth connection
Hi all
i am programming the bluetooth interface on the IPAQ H5550 using Microsoft eMbedded Visual C++. Emulating the virtual serial connection on the COM port(COM8:) works so far. Now my Question: How i can detect the alive status of an established bluetooth connection? I need to know wether the remote device is still connected and in reach
Thanks, Johann Tag: IPAQ 1945 cannot get Serial Number? Tag: 77698
windows mediaplayer sdk .wav?
Hi!
I have a simple program where i want to play .wav files with the
mediaplayer control, but it doesnt work. the error message tells me that
the file type is wrong.
with mp3 files it works great,
so i don't understand what's going on...
thanks for your help,
joachim Tag: IPAQ 1945 cannot get Serial Number? Tag: 77697
Developer warning: file handles can become un-usable after power OFF/ON
On WM2003 (and WM2003-SE), when you open a file located on a storage card,
the file handle become un-usable after power OFF/ON (i.e. power
suspend/resume).
This problem is described here in more details:
http://www.pocketpcthoughts.com/forums/viewtopic.php?t=27614
If you app opens files on a storage card (or in the application home folder,
which can be located on the Storage Card), you should be aware of this
issue, and implement the necessary workarounds, if needed. If you don't,
you application can mis-behave after the user presses the Power button, or
it can cause data corruption.
This issue affects some (maybe all) Pocket PC 2003, including the Toshiba
e800 series.
I believe that this problem also affects Smartphone 2003 devices, although
not all Smartphones are capable of suspending (The Samsung i600 does suspend
when closed, if no earphone jacked is used). Tag: IPAQ 1945 cannot get Serial Number? Tag: 77696
Power/standbysettings
Hi all
Does anyone know if the dropdown list that is against "Turn Off if not used
for " in the Settings -> System/Power/Advanced comes from the registry ?
They are different on two WM2003 devices I have (Dell X5/HP2210)
Is is possible for an app to add it's own custom time to this list or change
it on the fly ?
The Dell has a 15minute time out which is much closer to what I would like
rather that the more usual 1-5 minutes settings
Thanks in advance
Andrew Kennard Tag: IPAQ 1945 cannot get Serial Number? Tag: 77695
convertion of monitor into scanner
hi
is there any possibility that we convert a simple monitor into a simple
scanner without attaching any hardware
can a monitor be converted into scanner with just a programming in any
language Tag: IPAQ 1945 cannot get Serial Number? Tag: 77694
How to disable user to change date/time
Dear All,
I am writing a program for pockte PC to do the guard patrol system. The key
point is we can not let the pocket PC user to change the date/time. How to
do that?
Thank you.
Daryl Tag: IPAQ 1945 cannot get Serial Number? Tag: 77692
TerminateProcess broken on WM2003 ?
TerminateProcess(GetCurrentProcess(), n) fails with error 5
(ERROR_ACCESS_DENIED) on WM2003.
Can anyone confirm that ?
TerminateProcess works just fine on Pocket PC 2002 and earlier.
The problem with TerminateProcess may be the cause of problems with "End
Task" not terminating applications correctly (i.e. leaving some threads
running).
For example:
That is the case with Pocket Word:
1) start Pocket Word , create new Word document
2) Tools > File > Save Document As...
3) Start > Settings > Memory > Running Applications > Pocket Word > Stop
apparently in this case the application seems to terminate correctly, but in
fact now Pocket Word is now un-usable:
4) Start > Pocket Word -> nothing happens! Tag: IPAQ 1945 cannot get Serial Number? Tag: 77688
Mobile App Design
Hi
I have a Mobile App running on PocketPc 2003 OS. My connection to a Sql database is not consistent. What design should I go with in order to store data locally and when connection is made download data to database ? Should I use maybe web services or MSMQ? Any ideas please
Thanks
JJ Tag: IPAQ 1945 cannot get Serial Number? Tag: 77687
PPC 2003 Platform manager problem.
I updated my T-Mobile PPCPE to 2003. Now I am trying to install some
evb programs that I have developed some time ago.
I get an error "The platform manager could not connect to the device."
Under the project, I see (Pocket PC, Pocket PC 2002, emulator and some
others). Both Pocket PC and Pocket PC 2002 give me the same error.
The emulator works OK.
How do I get this to work again?
-----------------------------------------------------------
Gary Kahrau - VP Technology
kahrau@monair.com (W)
gkahrau@optonline.net (H)
Stellex Monitor Aerospace Corp.
----------------------------------------------------------- Tag: IPAQ 1945 cannot get Serial Number? Tag: 77684
Selecting default device: how to target PPC 2002?
Sorry for the cross-post... I think this is probably where I should have posted this
I'm trying to debug over ActiveSync to a PocketPC 2002 device. I have installed the PPC 2002 SDK and it shows up inthe Windows CE Platform Manager Configuration dialog in eVB. However, I can't see anyway to select this as the default device. eVB keeps telling me that "The targeted platform does not match the device currently connected to your system", presumably because the only option I have as a target is "Pocket PC" or "PocketPC Emulation". Shouldn't there be a way to make "Pocket PC 2002" show up in the list of optional targets? If not, how do I get past this problem with the platform mismatch error
Perhaps this is what I get for trying to install eVB on my D drive instead of C when the Platform SDK tells you to use C? (See my previous post in microsoft.public.windowsce.embedded.vb). I can't believe this is really a problem since D is where my system and program files are all installed
TIA
Davi Tag: IPAQ 1945 cannot get Serial Number? Tag: 77683
selected Contacts entry in pocket pc 2003
i am trying to get the currently selected/highlighted entry in Contacts. basically, my app will be running in the background and when a certain button is pressed (detectable by my app), my app needs to find out the info regarding the selected entry in Contacts (any info that can lead to the IContact item is sufficient). is that do-able in any way
btw, i have considered extending the menu in contacts, but that isn't what we would like to do. i must capture the selected entry when a certain button is pressed on the device.
thanks in advance! Tag: IPAQ 1945 cannot get Serial Number? Tag: 77682
Using MSMQ in Web Services
Hi,
Here is what I am looking to do and tell me if this will work. I have programmed an app that runs on PDA's that connects to Sql server. If the connection is down I want to create a queue on the pda to hold messages/data that when connected to the network will download the messages to Sql to insert data into database. Is this possible to do using
web services with MQ? If so what do I need to setup on the server. Server = Win XPPro and database is really MSDE. So how do I setup the web services and MQ on the server? I assume I would need to program a Queue on the client side and then have a web service residing on the server side that has a Queue. Correct? What else do I need? I am using C# to code in and the PDA is Pocket PC 2003
Thanks,
JJ Tag: IPAQ 1945 cannot get Serial Number? Tag: 77680
Can't debug with EVC anymore
1) I use to debug on my Audiovox Maestro (PPC2002) with EVC3
2) I use to debug on my iPAQ 2215 (PPC2003) with EVC4
3) I updated my iPAQ 2215 ROM to version 1.10.
4) Said iPAQ wouldn't sync anymore with my PC.
5) I uninstalled ActiveSync 3.7.1 and reinstalled the same version.
6) Said iPAQ now syncs with the PC.
7) EVC3 and EVC4 won't connect to the devices anymore (i.e. files don't get
downloaded, EVC times out). Can't debug either. This also affects the
Maestro.
Any idea? I should probably try reinstalling EVC3 and 4, but I so much do
not want to do that.
TT Tag: IPAQ 1945 cannot get Serial Number? Tag: 77665
Mirrored screen on Asus Mypal A620BT using Microsoft Theme Generator 2002
Hi all,
I've a problem using my Pocket PC Asus Mypal A620BT. I downloaded the
"Microsoft Theme Generator for Win Mobile 2002" and installed a theme
on my device using Active Sync. My device has Windows Mobile 2003 and
I think there was a software conflict. In effect, when I restart my
device, all works right but the screen now is mirrored!!! And also
overturned on the vertical!!!
The strange think is that if I try to do an hard reset (reset button +
stand by button) the situation is the same!
Anyone knows what happens? How can I restore the original and correct
screen view?
Please help me. Thanks a lot! Tag: IPAQ 1945 cannot get Serial Number? Tag: 77663
Creating notifications from a .NET application
I'm fairly new to CE programming, so bear with me here.
I'd like to develop a simple CE application using the Compact
Framework (probably in C#.NET). Part of the application's job will be
to periodically wake the machine up and report something to the
user...similar to how the calendar application wakes you up X minutes
before an event is scheduled. My question is, how do you go about
scheduling a notification like this from CE.NET? Can this be done
within the CF, or are calls to native code required?
Thanks in advance,
Jeremy Tag: IPAQ 1945 cannot get Serial Number? Tag: 77653
ActiveSync Programming
Hello,
Where can I find information on programming ActiveSync through Visual
Basic? Thank you.
Mark B. Avis Tag: IPAQ 1945 cannot get Serial Number? Tag: 77651
How to conserve Pocket PC battery
I am starting this thread in the hopes that people can contribute some
techniques they use to conserve the battery level in their Pocket PC
application. I have already learned of disabling OBEX (which always runs
looking for IR beams). I am sure there are others as well as tricks I can
do in my application to keep the battery alive longer. I am really
interested in seeing how people handle network connections
(GPRS/CDMA/etc...). Any input is welcome. Tag: IPAQ 1945 cannot get Serial Number? Tag: 77649
Upload file to Pocket PC 2002 emulator in VS. NET
Hello,
how can upload test files to Pocket PC 2002 emulator in VS.NET?
In eVB I could use Tools->Remote Tools->File viewer... but there is no such
option in VS.NET
Thank You,
Gergõ Tag: IPAQ 1945 cannot get Serial Number? Tag: 77647
basic strncpy question
Hi
I'm learning evc as I go and just wondered how in general people handled
this type of string copy
eg
char str1[20];
strcpy (str1,"Hello World\x0")
char str2[20];
strcpy (str2,"It's a nice day\x0")
strncpy(str1,str2,6);
str1 now contains "It's aWorld\x0"
where I really wanted "It's a\x0"
What's the best way to 'tack on' the null char where is should go or to
people just memset(str1,0,sizeof(str1)) before every strncpy as a matter of
course ?
TIA
Andrew Kennard Tag: IPAQ 1945 cannot get Serial Number? Tag: 77645
CeRunAppAtTime problem
Hello!
CeRunAppAtTime don't work at pocket PC 2003 (iPAQ).
iPAQ don't wake up.
On pocket PC 2002 (iPAQ too) all work all right.
Can someone please tell me why?
Petr Tag: IPAQ 1945 cannot get Serial Number? Tag: 77643
What development tool?
I am confused by what is necessary for development for
apps for the PPC 2002 and 2003 devices.
My apps are all standalone apps and will not need to
synchronize with a desktop app.
I am not a C++ programmer and so would need a Visual Basic
language.
Is Visual Studio .NET necessary? Or is Visual Basic .NET
all that I need?
TIA,
Linda Tag: IPAQ 1945 cannot get Serial Number? Tag: 77642
Keep form on top
I would like to display a modeless form, so that my app can continue
to run in the background. However, my application can open new forms,
which will appear on top of a the modeless form. I wish to prevent
this from happening, so that when my modeless form opens, it stays on
top until the user signals they have read it (by clicking a button on
the form, which destroys it).
I've found the function 'SetWindowPos', which I'm assuming will work
in the CF (I've changed longs to integers).
Private Declare Function SetWindowPos Lib "user32" _
(ByVal hWnd As Integer, _
ByVal hWndInsertAfter As Integer, _
ByVal x As Integer, _
ByVal y As Integer, _
ByVal cx As Integer, _
ByVal cy As Integer, _
ByVal wFlags As Integer) As Integer
However, in the CF you cannot easily get the handle to the form, but I
found another function to do this - FindWindow.
Public Declare Function FindWindow Lib "coredll.dll" (ByVal
lpClassName As String, ByVal lpWindowName As String) As IntPtr
This works fine, except that it returns the handle as an IntPtr, but
the SetWindowPos function requires the handle as an integer. I've
tried converting the IntPtr to an integer using
System.Convert.ToUInt32(hwnd), but it fails on this line. I've also
tried System.Runtime.InteropServices.Marshal.PtrToStructure(hwnd,
hstruct), but with no luck.
Does anyone know how to convert an IntPtr to an integer, or know of a
good way to keep a form on top?
Thanks,
Katherine Tag: IPAQ 1945 cannot get Serial Number? Tag: 77639
donloading to ActiveSync
Hello all;
First of all, I am unwashed novice at software development, so be kind if
you can.
I have installed the embedded C/C++ dev kit from MS and the attendant stuff
that goes with it. In attempting the Testsdk (Hello World) project I am
receiving a Failed to Connect/Failed Downloading message when I attempt send
the project to the emulator. I have ActiveSync 3.7 installed, but so far
as I can tell there does not seem to be communication betwen the emulator
and Visual C++. What am I doing wrong? Tag: IPAQ 1945 cannot get Serial Number? Tag: 77637
Hi I have a IPAQ H1945 and the CPQInfoGetSerialNo does not work.