Help - Need eVB - where to download
I am moving from an old system to a new one. I have created numerous
applications using eVB, and can no longer find it available on an MS site.
Anyone know where I can get a copy?
Thanks in Advance
Lorne Steiner Tag: Stop a control's Tap and Hold Tag: 60105
PPC SDK requires embedded Vis Tools 3.0, first supports XP the other doesn't
Trying to create development environment on Dell XP
laptop. Installing evt2002web_min.exe does not appear to
install either visual basic or C++ although the
installation runs to completion. Any help? Tag: Stop a control's Tap and Hold Tag: 60102
How to compile Win CE 3.0 on eVisC++ 4.0 for Pocket PC 2003
I have recently downloaded eVisC++ 4.0, service pack 2 for it and the Pocket
PC API. I have made a simple little app and got it onto my pocket pc. Went
to run it and it wont run. It says that it needs some components I think it
is needing commctrl.dll and coredll.dll. Which I cant find anywhere.
Even if I manage to find those dll's I expect that there will still be
problems.
Can anyone who is using eVC++ 4.0 who compiles programs to run on WIN CE 3.0
explain to me what I need to do.
And are there incompatability issues between Pocket PC 2003 and Win CE 3.0.
Any help will be greatly appreciated.
thanks
Dave Tag: Stop a control's Tap and Hold Tag: 60098
How to detect PDA in ETHERNET cradle
I want to be able to launch an application when the PDA is put into the
cradle. But this is an ETHERNET cradle, so I can't use:
NOTIFICATION_EVENT_RS232_DETECTED
The documentation says that these two aren't implemented:
NOTIFICATION_EVENT_NET_CONNECT
NOTIFICATION_EVENT_NET_DISCONNECT
Is there something else I can do?
Thanks a lot for reading!
Bill Tag: Stop a control's Tap and Hold Tag: 60097
ANN: Database Conversion Wizard for Pocket PC 2003
------=_NextPart_0001_233B6DA2
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Some Pocket PC and Smartphone applications copy databases to the device as
part of their installation process. The format for these databases changed
in the new release, which keeps these applications from working correctly.
This easy-to-use wizard runs on your desktop PC and finds any databases on
your Pocket PC 2003 device, archives them safely on your desktop PC, and
then converts them on the device. This allows these pre-2003 applications
to work correctly. If you have an application that works on Pocket PC 2002
or Smartphone 2002, but doesn't work on your 2003 device, this will often
correct the problem. This wizard requires ActiveSync 3.7 be already
installed and it only works with Pocket PC 2003 and the next version of
Smartphone.
You can download it and other "power toys" now from
http://www.microsoft.com/windowsmobile/resources/downloads/pocketpc/powertoy
s.mspx
(But please note that these tools are available to you from Microsoft "as
is," and are not supported by Microsoft.)
Sue
sloh@microsoft.com (remove "online" from reply-to address)
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________
Windows Embedded FAQ
(http://www.microsoft.com/windows/embedded/faq/default.asp)
------=_NextPart_0001_233B6DA2
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20 Some Pocket PC and Smartphone applications copy databases to the device as part of their installation process. The format for these databases changed in the new release, which keeps these applications from working correctly. This easy-to-use wizard runs on your desktop PC and finds any databases on your Pocket PC 2003 device, archives them safely on your desktop PC, and then converts them on the device. This allows these pre-2003 applications to work correctly. If you have an application that works on Pocket PC 2002 or Smartphone 2002, but doesn't work on your 2003 device, this will often correct the problem. This wizard requires ActiveSync 3.7 be already installed and it only works with Pocket PC 2003 and the next version of Smartphone.
\par
\par You can download it and other "power toys" now from
\par http://www.microsoft.com/windowsmobile/resources/downloads/pocketpc/powertoys.mspx
\par (But please note that these tools are available to you from Microsoft "as is," and are not supported by Microsoft.)
\par
\par Sue
\par sloh@microsoft.com (remove "online" from reply-to address)
\par _____________________________________________________________
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par _____________________________________________________________
\par Windows Embedded FAQ
\par (http://www.microsoft.com/windows/embedded/faq/default.asp)
\par
\par }
------=_NextPart_0001_233B6DA2-- Tag: Stop a control's Tap and Hold Tag: 60091
UDP packet queue
My application sends out a multicast UDP discovery packet, which multiple
clients respond to with unicast UDP packets. The app tries to read the
resulting packets as fast as it can, but many arrive at once in a flood. I
have the same code running on Linux and Pocket PC 2002. On Linux I receive
all the packets. On Pocket PC I've never received more than three packets.
I think the socket queue is probably dropping packets. How long is the UDP
receive queue? Can it be lengthened? I need to receive around twenty 36
byte packets all sent in a short time frame. Can this be done without
dropping packets?
Thanks,
Shaun Tag: Stop a control's Tap and Hold Tag: 60090
Please help me if you can...
I am looking to develop some software to run on a pocket pc, problem is I
have never developed software before in my life... I am looking to run this
software in kiosk mode on the pocket pc... It is something I have come up
with and want to develop...where do I start? Please help...
thanks a million... Tag: Stop a control's Tap and Hold Tag: 60088
register a control in the Pocket PC emulator
Hi everybody
I can register a control in the Pocket PC emulator, How do I do it?, my
control manager don´t work.
Thanks
Joel Tag: Stop a control's Tap and Hold Tag: 60087
Programmatically extracting an .INF file from a .cab file
I would like to be able to programmatically extract an .inf file from a .cab
file, modify the .inf, then write it back out to the .cab file.
So far I have found that extract.exe can pull the .inf file, but the
resulting inf file is in a binary format (which I assume is the result of
the cabwiz.exe compiler on the .inf file). I intend to use the cabwiz
program to rebuild the cab with the modified .inf file once I learn how to
convert the compiled inf to its original text format. So my questions are:
1) Programmatically, is there a more elegant way of extracting the .inf file
from a .cab file than by invoking extract.exe?
2) How do to convert the extracted .inf file from its compiled binary format
to a text format I can modify?
Thanks for your expertise!
M Tag: Stop a control's Tap and Hold Tag: 60069
question on Setup.dll
Can someone explain how does setup.dll works during the installtion
process on PPC? I mean if i included some code inside the dll, when
this code gets executed? Is it executes after the .dll file is copied
to the device or during? Also, where should i include setup.dll?
I'm using ezsetup as my application installation and I'm trying to
update a Today Screen plugin and thus i need to use setup.dll to
replace the old todayscreen plugin with the new one.
Thanks Tag: Stop a control's Tap and Hold Tag: 60063
odbcX technology connects handhelds with databases
Hi!
While surfing on the Internet I've found the following news item.
I think it's quite interesting so take a look at their web site!
--
Software developers of handheld applications will almost certainly know the
problem:
working with external database systems is not an easy and straightforward
task.
Often a lot of extra code needs to be written by the application programmers
themselves,
and this code differs for each database system. This makes handheld
applications more
complex than needed and less portable to other database systems.
Razab-Sekh Information Company (RSIC) from The Netherlands now introduces
odbcX.
The system consists of server software and on the client side a library set
that programmers
can use instantly. These client libraries are accessible via a user-friendly
C/C++ API, and
are available for PalmOS, PocketPC. (a version for Symbian OS is on its
way).
This will enable software developers to quickly develop database-enabled
applications and
reuse the same code for these OS's to communicate with each database system
with an ODBC
driver available.
Database requests are forwarded from the client library to the odbcX server
through a TCP/IP
connection. The odbcX server will forward this request to the actual
database, via ODBC.
The results are sent back to the client via the same steps.
Besides straightforward database communication, odbcX contains AES
encryption,
data compression, instant messaging functionality, and even more, enabling
programmers
to build advanced solutions for many different purposes.
Applications using the encryption and compression methods of odbcX, can
access data through
GPRS, GSM, WLAN connections in a fast and secure way. This all makes odbcX
interesting software
that enables programmers to build advanced solutions in many business areas.
For more information, go to http://www.odbcx.com Tag: Stop a control's Tap and Hold Tag: 60055
How to enumerate COM ports?
Hello,
I'm wondering if anyone can tell me how I can enumerate the COM ports
(RS232) that are available on the device?
Thanks,
David Tag: Stop a control's Tap and Hold Tag: 60054
Issue with Symbol 2846 Pocket PC and CAB files...
I am having a problem installing CAB files on the Symbol 2846 Pocket PC, on
a "Cold Boot." I can install the CAB files, for my customer, before I send
out the Pocket PC. But when the Symbol Pocket PC losses the battery / gets
"Cold Booted" all of the program CAB files have to be installed again. I
was wondering if there was an easy way to do this. I have tried copying the
CAB files from the "\application" directory, into the "\windows\startup"
directory, but the CAB files do not get installed in the correct order. I
am developing in VB.NET, so I need the .NET CF CAB to be installed first,
then the Symbol CAB, then my CAB. But I can not get the CAB's to install in
this order. Any suggestions would be great.
-jon Tag: Stop a control's Tap and Hold Tag: 60052
microsoft mobile 2003
I have a new hp 2215 and it has the newest version of windows for pocket
pc. I would like to know if you have heard if they are going to put a
new money 2003 for pocket pc. out soon. Is it possible to get a beta
version of it to try if it is out?
Thanks
Bowmar McGehee Tag: Stop a control's Tap and Hold Tag: 60049
slightly OT - PPC Website Dev
Anyone know of any decent reference sources for developing sites
specifically for the PPC? I tried a Google but received existing sites
instead.
Any help is greatly appreciated
Chris Tag: Stop a control's Tap and Hold Tag: 60048
Program name in Title bar after exit.
I've got a question:
I've written a program that runs in full-screen mode (using
SHFullScreen calls); the user presses a button on the device (Symbol
hand-held scanner) to exit. I catch this key in PreTranslateMessage,
and call PostMessage(WM_QUIT) when the key is pressed.
When my program exits, however, the name of the program (the dialog
caption) appears on the task bar.
What gives? Any ideas?
TIA,
Regards,
Brian Tag: Stop a control's Tap and Hold Tag: 60046
Reading emails on PocketPC 2002
Hi,
is there any documented way to READ email's body under PocketPC 2002
with service different from ActiveSync?
the problem is that if I use PR_BODY flag I always get body of zero
size.
getting email's body in MIME format works, but I'd appreciated if I
may avoid MIME parsing :)
TIA,
Alex Tag: Stop a control's Tap and Hold Tag: 60039
Can anyone answer a really simple question?
Hi all
Simple question but no-one I have emailed or contacted or searched on the
web about can ansewr it.
Can't even get an answer from HP !!
If I buy a pocket PC in the west (say an IPAQ 5450 in the USA or UK) and it
comes with English OS, then I go to Japan and want to run Japanese mapping
software,
a) can the prog run on Western os?
OR
b) can I change the OS to Japanese and back again?
Likewise, if I was to buy the unit in Japan with Japanese OS, will it
a) run western progs on Japanese OS
OR
b) can I change the OS to Western and back again?
TIA
Pete
---
Posted via news://freenews.netfront.net
Complaints to news@netfront.net Tag: Stop a control's Tap and Hold Tag: 60037
ANN: OpenNETCF.Desktop.Communication v 1.3 released
OpenNetCF.org has released v1.3 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).
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 LGPL License. For more
information visit:
http://www.opennetcf.org/License.asp
--
Chris Tacke, eMVP
Advisory Board Member
www.OpenNETCF.org Tag: Stop a control's Tap and Hold Tag: 60036
Developing application for Pocket PC
Hi
I am fairly new to Pocket PC development so please bear with me...
We have developed a extensive Service Management system for Microsoft
Navision and the next phase of the project is looking at mobile
Engineers accessing the system via an XDA.
We want to write a program for Pocket PC that will basically access
the database, download service job information and then upload updates
back to the database. The program will need to store some information,
so some form of mini database may be required. The backend database is
likely to be a Navision Database, this can be accessed using ODBC.
Possibley it may be an SQL database.
My main questions are
1) What methods should be used to connect to the database? Bearing in
mind that the idea is that the engineers will be mobile, should RDA be
used?
2) What should the program be written in, as far as i can see there
are 3 possibilitys: embedded visual C++, embedded VB or can ASP be
used on PockePC's? (We have used ASP accessing Navision DB's before)
Thanks
Simon Tag: Stop a control's Tap and Hold Tag: 60031
SHNotificationAdd questions
i'm using SHNotificationAdd and by and large it's
working...but...
(1)
i can't seem to get the dynamic proc address (GetProcAddress)
of the function. i'm sure it's in the aygshell lib. i can
get the lib address but not the proc. i tried
both SHNotificationAdd and SHNotificationAddW.
(2)
in the notification, i'm displaying a check-box along
with a button. i get notification when the button is
pressed - but not the checkbox. is there a way to
get the state of the checkbox when the button
callback is called?
(3)
when displaying the notification, it seems to block
the main thread. anyway to tell it not to do that. Tag: Stop a control's Tap and Hold Tag: 60029
EasyInk Control in eVB 3.0 and Databases
I'm using the EasyInk control for input of signatures in Pocket PC 2002
platform, however am having trouble storing the string value of the
signature in a cdb database. I wish to be able to store, and retrieve the
signature in a field in the cdb... however it will only store the data as
either ?? (if retrieved from the control as byte data) or as BM^ (if
retrieved from the control as a string) - as found on synchronising the cdb
with a mdb on the host desktop PC.
I've also tried first outputting the value of the control to a .bin file,
and then reading the .bin file as a string into the database, with similar
failed results...
Has anyone successfully stored signatures in cdb and if so, can someone
provide some help with how to do it?
Thanks very much (in advance).
Iain Tag: Stop a control's Tap and Hold Tag: 60024
Create cdb error with ADOCE
Hi,
I'm having problems creating a database using ADOCE and
eVB. I'm working on a Pocket PC 2002 target, and have
deployed my app using a CAB installation. However, when I
attempt to create the cdb file using an SQL statement,
i.e.
rs.Open "CREATE DATABASE '" etc.,
the file isn't created. I've checked the error returned
and it's 8007006Eh - 'The system cannot open the device
or file specified'.
No matter what I try, I can't get this to work. Any
ideas? Tag: Stop a control's Tap and Hold Tag: 60022
Installation/Cab file - how to have data only once for all processors?
I am creating an application that consists from small exe (~200kB) and big
data (~4MB). I am able to create three big cab files (for each processor).
Is there any way how to create three small cab files with exe for each
processor and one common big data cab file ?
Thanks. Tag: Stop a control's Tap and Hold Tag: 60019
Embrosix html activeX
Hi all
did anybody buy this product and manage to make it run in a eVC++ project ?
as well as with the emulator ?
if yes could you please give me some advice and help.
thanks
ben Tag: Stop a control's Tap and Hold Tag: 60018
PIE Location.Replace doing opposite of IE6?
I've designed a few web pages which post data to a database. On the pages
which do the actual posting, the button at the bottom of the page to takes
you back to a menu. This is done using a location.replace, which removes
the current page from the history list, so the user can't then click back
and navigate to a page which posts data.
The same pages on the Pocket PC IE don't work. The location.replace seems
to leave the current page in history, and not put in the destination page!
The result is that a user can click back, and go to a page which posts data.
Has anyone got any ideas on the above, it is very frustrating!
Thanks in advance
Ryan Tag: Stop a control's Tap and Hold Tag: 60016
Html document
Hallo,
I have two problems. I\'m developing an application that uses the Browser
Control. I create the Browser successfully and query the IBrowser3
Interface without any errors.
When I try to navigate or try to get the document of the control the
functions crash.
Has anybody an idea how to handle this problem?
Or, has anybody an idea how i can get the element that has the focus in a
Html frame.
Thank and regards
Stefan Tag: Stop a control's Tap and Hold Tag: 60015
Input Grid For Evb
Is it possible to fill a grid/list view with data (example products) and
have a column to input Quantity Required?
Regards
John Tag: Stop a control's Tap and Hold Tag: 60013
Default IME ??
Hi
I'm developing a program using TAPI on a HP 938 Pocket PC Phone
edition.
After getting the comm port to read and write to another pocket pc,
and actually implementing the reading and writing, i'm unable to
restart my program after i exit it.
My program is dialog based.
Onli the title bar changes when i try to restart my program, and it
says Default ime.
Please help. Its driving me crazy! Tag: Stop a control's Tap and Hold Tag: 60012
CeRunAppAtTime() & PocketPC 2003 ?
I have an application using CeRunAppAtTime()to wake up every minutes.
It works fine on PPC2002. But after I recompiled it for PPC2003, the
application didn't wake up any more. Do I need change any code to make
it to work for PPC2003?
Thank you in advance. Tag: Stop a control's Tap and Hold Tag: 60005
SQL CE Create Database
I can't use the same syntax to create database.
How can I create a database in SQL CE ?
Thx Tag: Stop a control's Tap and Hold Tag: 60000
Using SqlCeRemoteDataAccess
I am using SqlCeRemoteDataAccess object In Visual Studio .Net 2003 to
execute
Pull(Local_TableName, Pull_Sql, RDA_RemoteDB_ConnStr, track_option,"Err_" +
Local_TableName)
But,if I use it second time,the Local_Table is exist,so it show me an
error,What can I do?
I should check if the local SqlCE table exist first,how to do it ? Tag: Stop a control's Tap and Hold Tag: 59997
Attach to PlatformManager in vbscript
Hi Guys,
I know I'm probably posting in the wrong area (vbscript isn't really
development), I've seen some examples of using VB/C to connect to the
platform manager to copy files to and from a device, I'd like to know
if this is possible using vbscript. I've seen in the SDK there is a
vbscript that connects to install packages, using the following to
make the connection:
Set platman = CreateObject("PlatformManager.PlatformManager.1")
And then the following to deliver the package:
Set package = platman.AddPackage (pkgName, pkgId)
So I'd like to know what other methods are available other than
addpackage, and how to use them. Below I've copied and pasted an
example of how to use platformmanager to copy files from the CE device
(not in vbscript sadly):
#include "cemgr.h"
#include "cemgr_i.c"
#include "cemgrui.h"
#include "cemgrui_i.c"
IPlatformManager3* _platformMgr; // platform manager
IPlatformManagerUI* _platformMgrUI; // platform UI
IPlatformCE* _platformCE; // ce platform
IRemoteDevice* _deviceCE; // ce device
int wmain(int argc, LPOLESTR argv[])
{
HRESULT hr;
unsigned long size;
CoInitialize(NULL);
IConnection* connection = NULL;
// creat the platform manager object
hr = CoCreateInstance(CLSID_PlatformManager,
NULL, CLSCTX_LOCAL_SERVER,
IID_IPlatformManager3, (void**)&_platformMgr);
// creat the UI
hr = CoCreateInstance(CLSID_PlatformManagerUI,
NULL,
CLSCTX_INPROC_SERVER,
IID_IPlatformManagerUI,
(void**)&_platformMgrUI);
// get the device choice from the user
hr = _platformMgrUI->GetDevice(NULL,_platformMgr, &_platformCE,
&_deviceCE);
// connect to it...
hr = _platformMgrUI->Connect(NULL, _deviceCE, &connection);
// ...and copy zee file.
hr = connection->FileCopy(L"C:\\boot.ini",
L"\\temp\\foo\\foo.txt", 1, NULL, &size);
CoUninitialize();
return 0; Tag: Stop a control's Tap and Hold Tag: 59994
Attaching to PocketPC via vbscript
Hi Guys,
I know I'm posting in the wrong area (vbscript question in a
development arena) but I'd like to write vbs files to attach to remote
devices and copy files from it - I've seen some vbs examples in the
SDK for installing the remote debugging tools that open a connection
as such:
Set platman = CreateObject("PlatformManager.PlatformManager.1")
and then add packages as such:
Set package = platman.AddPackage (pkgName, pkgId)
But I'd like to know what other platman. methods there are to use,
especially for copying files to/from the device etc.
Can anyone provice any assistance?
Rgds
Paul Tag: Stop a control's Tap and Hold Tag: 59993
html browser control
Hi all
I would like to display a html page in a control in my eVC++ app.
But I dont know anything about it.
how can i connect to the web page ?
how do i display the html content ?
is there a control or activeX already made or ready to use ?
thanks
ben Tag: Stop a control's Tap and Hold Tag: 59990
ANN: Gapidraw.net 2.04 released
GapiDraw is a freeware graphics library for the PocketPc, Smartphone and
PC.
Gapidraw.net is a free open source wrapper around the GapiDraw dll's.
This allows you to program gapidraw using C# and Visual Basic.net.
Performance with the latest version of the compact framework is very
good, I get 230 sprites at 30 fps for my C# version of MFC.exe. as
opposed to 235 sprites for the c++ version
Gapidraw.net is available for download from www.intuitex.com. It is
freeware and open source, under a do-what-you-like license.
It requires gapidraw 2.04 (www.gapidraw.com) and visual studio 2003.
Regards
Sean
---------------------------------------
Sean Cross
mailto:sean@picsprint.com
Pics Print - The photo printing solution for Windows.
http://www.picsprint.com
http://www.Intuitex.com -
Multimedia software for Windows
Game libraries for the dot net compact framework Tag: Stop a control's Tap and Hold Tag: 59980
PocketPC Serial Port Programming tutorial
Hi everyone,
I am very new to PocketPC/Windows CE so apologies if a similair question
has already been asked.
I am considering purchasing a Ipaq H5550 which has built-in Bluetooth &
802.11 Wireless along with a bluetooth GPS from NavMan. This in itself
is not a problem, however I would like to find out before I purchase
either if it is possible to progmatically access the COM port that the
bluetooth device creates (though the serial port profile I think). I
would like to be able to create my own app that uses the GPS in future
as well as some other possibilities (such as wirelessly talking to a
Cisco router though wireless RS232, I have found a device on expansys
that can plug into an RS232 port)
Can anyone direct me to a tutorial on how to talk to a gentle bluetooth
serial port tutorial/FAQ, I have tried googling without much sucess.
Thanks
Lee. Tag: Stop a control's Tap and Hold Tag: 59979
PPC 2002 Scanner
I have a Canon BJC-50 IrDA printer.
For printing with my Axim, I had to buy a specific piece of software.
Do somebody of you Guru know if and how can use my wonderful printer, with
his IS-12 scanner head with my PPC?
Is there a place where (last resource) I can find a "scanner command set"
for writing some code for obtain my portable scanner working with my
portable PPC?
Please, don't suggest me to ask to Canon :-(
Thanks, Beppe Tag: Stop a control's Tap and Hold Tag: 59978
lineSendUSSD sample app for PkPC PE 2003
Hi,
Does anyone here have experience writing TAPI apps that
send out USSD codes (something like "#21#" which tells GSM
network to deactivate call forwarding) from PkPC Phone
Edition?
I'm looking for some help (sample code preferrably) on how
to do this. From what I've seen the function lineSendUSSD
() in extended TAPI is the one to use, but without any
previous TAPI experience I would really appreciate some
code snippets.
(This is an app that's basically very much like what the
Settings->Phone->Call forwarding does, though I'm not sure
what functions 'phone settings' uses to get this done. )
Thanks in advance, Tag: Stop a control's Tap and Hold Tag: 59969
embedded visual c++ 4.0 is for free or charged?
hi,
I am working on toshiba pocket pc with winCE. I downloaded
embedded visual c++4.0. But during installation it is
asking for product number. Where do I get this, do I need
to buy the product or its for free?
Can any one help me.
waiting for a response.
suresh. Tag: Stop a control's Tap and Hold Tag: 59968
ANN: Chat starts in 15 minutes
The MSDN Chat on the Compact Framework begins in 15 minutes.
http://communities2.microsoft.com/home/chatroom.aspx?siteid=34000070
--
Chris Tacke, eMVP
Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net Tag: Stop a control's Tap and Hold Tag: 59965
ANN: OpenNETCF.org needs help
All,
We've now put together a fair amount of library code, but are severely
lacking in the area of samples and articles. If you have or would like to
write sample code or an article outlining how to use an OpenNETCF control or
library, please drop us a line with what you would like to volunteer for.
submissions@opennetcf.org
--
Chris Tacke, eMVP
Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net Tag: Stop a control's Tap and Hold Tag: 59954
ANN: OpenNETCF.Multimedia 1.0 release
OpenNetCF.org has released v1.0 of the OpenNETCF.Multimedia Library.
Get the source and binaries here:
http://www.opennetcf.org/Multimedia.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 Tag: Stop a control's Tap and Hold Tag: 59953
Remote Display Control - auto start
Hello,
Thanks in advance for any help you can provide.
I am using Microsoft's Remote Display Control to redirect
I/O from a Windows CE device to another PC. I am running
this via Ethernet (not ActiveSync). I can run 'CERDisp'
manually from the CE device, type in a hostname, and it
connects fine.
However, the CE device will not have a keyboard/monitor
attached, so I can't run it manually. I need to run
CERDisp automatically on boot-up to connect to the PC.
Can I run a command-line version of CERDisp (automatically
on boot-up) and specify the hostname? What is the syntax?
Thanks, Scott Tag: Stop a control's Tap and Hold Tag: 59951
HttpSendRequest error 183
We have a Pocket PC app which transmits collected data from our customers in
the field and sends it via LAN, WLAN, modem, or cellular (modem, CDMA) to
our servers. We are using HTTP with SSL for the transport.
We use WinInet and are seeing sporatic errors with function HttpSendRequest.
Occasionally this function fails and GetLastError returns 183. This error
message doesn't make much sense to me, since it is "Cannot create a file
when that file already exists."
Any ideas as to why HttpSendRequest is returning this error? It seems to
primarily show up with users using cellphones to send in their data.
Below is the code:
//--------------------------------------------------------------------------
----
//
// Worker thread to send the HTTP request. This is used because of the
timeout
// but with the WinInet API. (Microsoft Knowledge Base Article - 224318)
//
//--------------------------------------------------------------------------
----
ULONG WINAPI SendRequestThread(VOID* parms)
{
ULONG res = 1;
TCHAR header[HEADER_BUFFER_SIZE];
// Create the POST header
_stprintf(header, _T("Content-Type:
application/x-www-form-urlencoded\r\n")
_T("Content-Length: %d\r\n\r\n"),
m_alen);
// Add the headers to the HTTP request
if(!::HttpAddRequestHeaders(m_hHttpRequest, (LPCTSTR)header,
(DWORD)-1,
(HTTP_ADDREQ_FLAG_REPLACE | HTTP_ADDREQ_FLAG_ADD)))
{
res = 0;
::PostMessage(m_hwnd, WM_COMMINFO, (WPARAM)_T("ERROR:
HttpAddRequestHeaders"), 0);
}
if(res)
{
// Send the HTTP request with the data appended.
if(!::HttpSendRequest(m_hHttpRequest, NULL, 0, m_ascii,
m_alen))
{
res = 0;
::PostMessage(m_hwnd, WM_COMMINFO, (WPARAM)_T("ERROR:
HttpSendRequest"), 0);
}
}
return res;
} Tag: Stop a control's Tap and Hold Tag: 59947
voice recognition on pocket pc
Hi All,
I'm developing an application for Pocket PC 2002 with the embedded
Visual C++ 3.0.
This application I'd like to speech-enable. I.e. it shall operate on
voice-commands (e.g. switch between pages (prev., next, goto page
x,...)) and I'd like to make choices and inputs (e.g. simple text or
numbers) via speech.
(If free-text input is not possible, perhaps I can do with several
commands for each digit.)
Is anybody out there who already did such an application or something
similar?
Which product would be suitable for this?
I thought of IBM's embedded ViaVoice SDK, but it seems to be quite
expensive.
Any alternatives?
Thanks a lot.
Regards,
Juergen Reier Tag: Stop a control's Tap and Hold Tag: 59945
Resources for PPC2003
Hello,
Im dealing with a localization project for the PPC 2003.
I looking for the RESOURCE (.res files) for most of the application
including:
the PIM appts, pword, pxl, cplmain (the control panel module) etc.
in the prev version (PPC 2002) the Resource can be reach from the dll,
cpl, exe files found in C:\Windows CE Tools\wce300\MS Pocket
PC\emulation\palm300\windows
But in the PPC2003 all the files (cplmain.cpl, pword.exe) are NOT
accessible.
ANYONE FOR HELP...
I looking all over the web and found nothing.
Thank you,
Eric Tag: Stop a control's Tap and Hold Tag: 59943
Problem with image files
Hi
I have a problem testing a web site for Pocket PC.
Some images appear and others no. They have all the same
format .gif.
Do you know why ? Tag: Stop a control's Tap and Hold Tag: 59938
How to download a file ?
Hi
I'm developping a web site for Pocket PC with ASP .Net
and I'm testing with Pocket PC 2002 emulator.
I have a problem with a link to download a file (.doc).
It doesn't find the page and appear an error of Internet
Information Server.
If you can help me... Tag: Stop a control's Tap and Hold Tag: 59937
Apart from subclassing a control to trap the LButtonDown event, how can I
prevent the tap and hold red circle from appearing on the control?
Hi Mike,
override CWnd::OnLButtonDown() for all windows where you want to prevent
it
Regards
Amit
"Mike" <twchan3@hotmail.com> wrote in message
news:#DjjHKbUDHA.2284@TK2MSFTNGP12.phx.gbl...
> Apart from subclassing a control to trap the LButtonDown event, how can I
> prevent the tap and hold red circle from appearing on the control?
>
>