wm2003 se problem - screen shifted down a bit
i've got a wm2003 se mfc program and on initial startup the
screen seems to be shifted down (5-10 pixels).
after tapping on the notifications area (there's one active) - every
shifts up and is normal for the rest.
anyone know what causes this? Tag: problem opening pdf file Tag: 88492
How to minimize to icon?
Is there a way to minimize an app. to the systray? (I dont think it's called
"systray" on the pocketpc.....taskbar mebbe)
WHat I do now is :
Me.FormBorderStyle = FormBorderStyle.None
Me.Hide()
to hide the app, and:
Me.FormBorderStyle = FormBorderStyle.FixedSingle
Me.Show()
to bring it back. BUT, the taskbar/systray(?) shows my sip and menus. I just
want an Icon for the app down there.
I think openCf.net has support for notifyIcon, but was hoping there was a
simple native way to do this. Tag: problem opening pdf file Tag: 88490
Error installing net cf sp2 cab file programmatically
I want to install .NET Compact Framework Service Pack 2 programmatically on
the Pocket PC (iPAQ 550). To do so I am using p\invoke - ShellExecuteEx() to
run the cab file which is already copied to the pocket pc. When the cab file
is being installed, I get the following error -
"The file "\Windows\mscoree.dll" is in use or is in ROM. If the file is not
in ROM, please close the application using the file."
The error suggests that some file is in use, but this is not the case. If
you manually install the cab file (by tapping on it) it works fine.
Is something wrong with the way I am invoking the cab file?
Is there any other mechanism to install the cab file (sp2) programmatically?
Thanks in advance,
Sapna Tag: problem opening pdf file Tag: 88484
Saving recorded messages in RichInk control?
I'm using a RichInk control (InkX) which is working great for typed text and
drawings, but, I can't seem to get it to save recorded sounds. I'm able to
activate the VoiceBar by sending the IM_VOICEBAR message to the RichInk
control, and I can in fact record a message just fine (and play it back in
the RichInk control).
But, when I try to extract the richink data using an IM_GETDATA message to
the control, I don't get the recorded message. After making a recording, I
can no longer edit the data in the control also.
Has anyone successfully used the RichInk control for saving recordings?
THanks,
ppcinfo Tag: problem opening pdf file Tag: 88481
Active sync and SQL CE
Greetings to ALL,
I am trying to develop an application that has sales
people walking all over the city. They are going to have
Hand held devices hosting SQL CE. I have a central SQL
server that has lot of data in it.
I need to
1. Transfer few table's data in to device.
2. The sales people will use UI i make and enter the
information they collect. I presume that will be stored in
SQL CE.
3. Later part of the day, the sales people will come back
and sync up the data at the office.
1. I do not need wireless connectivity and all that stuff.
My Devices will use a networking card to connect to the
server that hosts SQL directly.
2. My client is not willing to install IIS on the machine
that hosts SQL server. But as far as i have read, merge
replication and RDA needs IIS.
3. Client is willing to buy any version of activeSync /
SQL CE as long as the requirements are met.
Can i not use Active Sync alone to transfer data from
device which is connected directly to the desktop that is
having the SQL server.
Please let me know.
Thanks
Mark Tag: problem opening pdf file Tag: 88477
WinCE Clipboard how to
I want to copy something to clipboard,
and bellow codes work well in Win32,
but don't work in WinCE.
I work with eVC3.
any tip or suggestion would of great help.
Thank you in advanced.
>CString strData = L"Line 1\nLine 2\nLine 3";
>OpenClipboard();
>EmptyClipboard();
>HGLOBAL hClipboardData;
>TCHAR *pchData;
>hClipboardData = GlobalAlloc(GPTR, lstrlen(strData)+1);
>pchData = (TCHAR*)GlobalLock(hClipboardData);
>memcpy(pchData, strData, lstrlen(strData)+1);
>GlobalUnlock(hClipboardData);
>::SetClipboardData( CF_TEXT, hClipboardData );
>CloseClipboard(); Tag: problem opening pdf file Tag: 88474
WinCE Clipboard how to
I want to copy something to clipboard,
and bellow codes work well in Win32,
but don't work in WinCE.
any tip or suggestion would of great help.
Thank you in advanced.
>CString strData = L"Line 1\nLine 2\nLine 3";
>OpenClipboard();
>EmptyClipboard();
>HGLOBAL hClipboardData;
>TCHAR *pchData;
>hClipboardData = GlobalAlloc(GPTR, lstrlen(strData)+1);
>pchData = (TCHAR*)GlobalLock(hClipboardData);
>memcpy(pchData, strData, lstrlen(strData)+1);
>GlobalUnlock(hClipboardData);
>::SetClipboardData( CF_TEXT, hClipboardData );
>CloseClipboard(); Tag: problem opening pdf file Tag: 88473
Liniker Error
Hello All,
Mine is a simple application. I am getting the following
linker errors.
uafxwced.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator
new(unsigned int)" (??2@YAPAXI@Z) already defined in
coredll.lib(COREDLL.dll)
uafxwced.lib(afxmem.obj) : error LNK2005: "void __cdecl operator
delete(void *)" (??3@YAXPAX@Z) already defined in
coredll.lib(COREDLL.dll)
Can anyone please help me.
I am getting the above error when I use any Afx function or its
getting linked properly.
For wg I am using AfxGetResourceHandle(). if I am not using this its
getting compiled 100% fine.
Thanks
Rakesh
Some part of my my code below
HINSTANCE hInst = AfxGetResourceHandle( );
if ( TRUE == PlaySound (TEXT("SND_BEEP5 | SND_BEEP5"), hInst,
SND_SYNC))
LogMessage(tcFunction, COMM_LOG_VERBOSE, TEXT("Play Sound in Reset
Link Success"));
else
LogMessage(tcFunction, COMM_LOG_VERBOSE, TEXT("Play Sound in Reset
Link Fail")); Tag: problem opening pdf file Tag: 88472
List views - why is double-tapping the default activation action?
In my list view, I'm responding to LVN_ITEMACTIVATE when the user selects an
item from the list. But this notification is sent when the user double-taps
the item; unlike the default behaviour people are used to in the rest of the
OS, where items are activated when the user TAPS and LETS GO from the item.
Naturally, I could respond to LVN_ITEMCHANGED, but that would happen so fast
the user would not even notice the item being selected.
I don't understand this, I find it unlogical. Can anyone explain to me how I
can make my list list behave like the rest of the list views, I'd be grateful!
I'm using API not MFC. Tag: problem opening pdf file Tag: 88471
LVS_OWNERDRAWFIXED - List view flickers!
I've created a custom list draw procedure using LVS_OWNERDRAWFIXED. Problem
is, List views don't send the WM_CTLCOLORLISTBOX or similar (or at least I
couldn't find any), resulting in the OS erasing the list every time before I
update it in my custom draw procedure. The result is a nasty, annoying
flicker. WM_ERASEBKGND doesn't seem to matter here either.
Anyone have experience with making flicker free list views, I'd be most
grateful for advice.
I'm using API, not MFC. Tag: problem opening pdf file Tag: 88467
Can i develop RTC Client on PPC 2003
hi All
I want to know about RTC api. Can it use for develope application on ppc 2003?
thanks
inat Tag: problem opening pdf file Tag: 88464
ODBC and Pocket PC Question
Is there an ODBC driver for SqlServer and Pocket PC for usage with the
.net compact framework? Thanks. Tag: problem opening pdf file Tag: 88462
Using a thread in a dialog project
Hi, I need to use the same thread for several Dialogs. I do it for one dialog
and it works, because I associate it with this dialog. But If I want to use
it in another dialog, ¿How can I do it? How can I associate it with several
dialogs?
Another question: How Can I use a member class dialog variable in another
Dialog code?
Thanks. Tag: problem opening pdf file Tag: 88457
How to Execute Scripts in PocketIE
Hi,
how can say to PIE to execute some Jscript? i've done it in
VC++ and it works fine.
I intercept the IE instance and with the DOM of IE i say this to IE.
something like this:
CComPtr<IWebBrowser2> pWebBrowser2;
CComQIPtr<IHTMLWindow2> spWindow2;
CComPtr<IDispatch> pDispatch;
CComPtr<IDispatch> pDispatch1;
//I get the document object of the IE
m_pDisp->QueryInterface(IID_IWebBrowser2,(void **) &pWebBrowser2);
pWebBrowser2->get_Document(&pDispatch);
//then i get the pointer to the script engine
CComQIPtr<IHTMLDocument2, &IID_IHTMLDocument2> pHTMLDoc2(pDispatch);
m_hRes = pHTMLDoc2->get_Script(&pDispatch1);
spWindow2 = pDispatch1;
//then i say to the active instance to execute some script it's in the
bstrCommand variable
m_hRes = spWindow2->execScript(bstrCommand,bstrScriptType,&vaArgIn);
if (FAILED(m_hRes)) throw CErrorHandler(ERR_IE_EXECUTCOMMAND);
HOW TO DO THE SAME FOR PIE?
i saw that i can get the pointer to the script engine using the following
API
CComQIPtr<IBrowser3> m_spBrowser3;
CComPtr<IDispatch> spDisp;
m_spBrowser3->get_script(&spDisp);
but i can't find any api that execute scripts like the following i use for
the Personal Computer.
m_hRes = spWindow2->execScript(bstrCommand,bstrScriptType,&vaArgIn);
can anyone help me?
thanks in advance
Nicola Tag: problem opening pdf file Tag: 88453
How to medify the system boot up time
dear all
I got a problem with Pocket PC 2003 the system start time(o'clock). when
the ppc 2003 cold boot or first time to run, the system clock always is
1999/06/01 12:0:0.PM. So my question is how can I change system start
o'clock. I wanna medify it. could you please help me!! thank you Tag: problem opening pdf file Tag: 88450
Shell Extension - Context Menu
I use eVC 3.0 and write on Pocket PC 2002. I want to write a shell
extension to add an item to the shell context menu. I've found a lot of
samples on this, but for Pocket PC 2003 or for desktop Windows.
As far as I know, the Windows CE 3.0 don't support the IShellExtInit
interface which is used in all the samples I've found.
However, the Windows CE 3.0 supports the IContextMenu interface, so maybe
it's possible to write this extension.
Please, give me any advice or sample codes.
Thanks in advance,
MuchaM Tag: problem opening pdf file Tag: 88448
How can i intercept launching an application?
Is it possible for me intercept launching of application and prevent it
from running if i want to? I want make application that won't allow
some applications to run how can i do it?
Using C++ for developing. Tag: problem opening pdf file Tag: 88447
ANN: Review of PPC Help authoring tool on DEVBUZZ
Hi,
we have uploaded a review of Fast-Help to
http://www.devbuzz.com/content/sw_pocketpc_help_pg1.asp - Fast-Help does a
great job of producing PPC help files, as well as PC help files, PDF's etc
from the same source.
Pete
--
Pete Vickers
Microsoft .NET Compact Framework MVP
HP Business Partner
http://www.gui-innovations.com Tag: problem opening pdf file Tag: 88446
Chinese File name problem in PDA
Dear All
Our Application do some download of File from Server to PDA though FTP
English Filename is working Fine. When a Chinese File Name is used, the
PDA will show some strange characters in the FileName.
However, When I do copy & Paste to "Mobile Device" through File Explorer
The Chinese filename can be
I suspect that it may due to something about Unicode Conversion of String in
My Coding.
I try something like that but Fail !
For i = 1 To len1
tempstr = tempstr + ChrW(AscW(Mid(str1, i, 1)))
Next i
Do anybody have similar problem before.Please help give me a hand.
I am using PPC2002 and eVB 3.0.
Thank you very much
Regards Tag: problem opening pdf file Tag: 88441
platform not supported..how to solve??
hi..i recently just formated my pc..then,when i try to copy my application
from the cd and try run my ppc application using .NET, i got this
error..platform not supported....how can i solve this??i've already installed
the loopback adapter and i'm using PPC 2003 emulator.is there anything else
that i need to configured?thanks Tag: problem opening pdf file Tag: 88440
Pocket IE childNodes collection
Hi,
It seems to me that Pocket IE under Pocket PC 2003 doesn't support the
childNodes collection. How can we traverse the children of a DOM node and
find the ones we are looking for by id under Pocket IE.
Also, is Microsoft bringing out a newer version of Pocket IE that supports
more of the W3C standards like IE 6.0 on the PC?
Thanks!
Martin Tag: problem opening pdf file Tag: 88439
USB HID enumeration for PPC
I have built a usb device (lets say a simple thermometer) that communicates
with a pc over the HID class. I therefore dont need any special driver and
can enumerate it easely on the desktop pc where my windows application is
running and shows the temperature in a form
now I need to go mobile and with my thermometer and want to plug it on a
pocket pc. (yes, there are some devices with usb host; toshiba, fujitsu ...)
I guess they also will enumerate my thermometer correctly and see it as an
HID device after pluggin in. My problem is now how can I get a handle to the
usb device in windows mobile? how can I loop through my connected devices in
code ?
I know how to do this in VS.Net for Windows applications but how can I do
this for a windows mobile application? Tag: problem opening pdf file Tag: 88435
USB HID enumeration for PPC
I have built a usb device (lets say a simple thermometer) that communicates
with a pc over the HID class. I therefore dont need any special driver and
can enumerate it easely on the desktop pc where my windows application is
running and shows the temperature in a form
now I need to go mobile and with my thermometer and want to plug it on a
pocket pc. (yes, there are some devices with usb host; toshiba, fujitsu ...)
I guess they also will enumerate my thermometer correctly and see it as an
HID device after pluggin in. My problem is now how can I get a handle to the
usb device in windows mobile? how can I loop through my connected devices in
code ?
I know how to do this in VS.Net for Windows applications but how can I do
this for a windows mobile application?
Thanks for your help Tag: problem opening pdf file Tag: 88434
rapi pput.exe
This is the utility I use to transfer files from the comp to a handheld. I'm
wondering if you guys know who originally wrote/created this utility
(whether it was released by MS or someone from the development community). I
want to share this utility with my customer so I want to make sure that I
follow proper release procedures. Thnx in advance.
Yusuf Tag: problem opening pdf file Tag: 88429
Bluetooth
Any have idea in how i do to connect my bluetooth bar code reader
reader(metrologic 9535), to my pocket pc hp ipaq rx3715???
the ipaq connect to the barcode reader but don't receive data in the comm
port assigned!!!
thanks
Vladimir Tag: problem opening pdf file Tag: 88427
Bluetooth (SPP) Disconnection on HP4150
I have a Bluetooth device which connects to H2210, H1940, H5550 and
others via SPP.
I took the same BT device, paried and connected it to the H4150. I
found that for some reason the BT connection cycles through
disconnect/connect, connecting for about 20 seconds and then
disconnecting for about 10 seconds.
Does anyone know what can be causing this ? Tag: problem opening pdf file Tag: 88422
Windows mobile 2003 JavaScript OnKeyPress
Hello,
I want to determine which key is pressed in a editbox on a page hosted by
our own webserver. However on Windows Mobile 2003 the onKeypress event is
not triggered. Does anybody know why this code isn't working properly? If I
replace the onKeypress by onFocus the JavaScript is executed and an alert is
shown.
Kind regards,
H. Donkers
<HTML>
<HEAD>
<script language=JavaScript>
function ShowKey(){
alert('A key is pressed');
}
</script>
</HEAD>
<BODY>
TEST
<FORM>
<input type="TEXT" name="EDIT1" id="edit1" onKeypress="ShowKey()">
</FORM>
</BODY>
</HTML> Tag: problem opening pdf file Tag: 88420
Emulator gives Exception 0xc0000005
I am using Visual Studio 2003. I have created a dll using C#, and have a
small application also using C# that I created for the pocket PC. I am
using the PPC2003 emulator. The application is compiled for the PPC2003
emulator, and the dll for WinCE. While debugging, I get seemingly
repeatable exceptions in several parts of my code. But when I modify my
code, the exception starts occurring in different sections of my code. I
have set up the debugger to halt on all exceptions, but this exception is
never caught.
I have also had the same behavior using the WinCE emulator, and PPC2002
emulator.
Has anyone seen this kind of behavior? Is there a solution?
Mark Tag: problem opening pdf file Tag: 88417
load .ico file an put in CImageList
I need to load some .ico files (not stored as resources) and put them into a
CImageList so i can display them in a CListView. I have managed to load the
icons from EXE files and system icons but cannot get the icons from .ico
files.
Ive been using SHGetFileInfo to get the icon handle but it doesnt seem to
work.
Anyone have any ideas, or some source code?!
Thanks
Andy Tag: problem opening pdf file Tag: 88415
Ipaq 5450 Consumer Infrared (CIR)
Hi to all,
I would like to program the Ipaq 5450 Consumer Infrared Interface, but can
not find any documentation on how to access it. Any help would be
apreciated.
Thanks Tag: problem opening pdf file Tag: 88414
Using bluetooth virtual serial port
Hi, I'm trying to establish with a IPAQ PDA a serial port with a Bluetooth
device with address 00803719C4BB.
If I use COM8 like a normal serial port I establish the communication ok,
it's works, but before it opens a bluetooth window where I choose the device.
Well I want to establish the comm without this selection Window, directly,
and I found in MSDN the following code, in which the handle "h" of
RegisterDevice returns a error number 2.
Anyone knows about using this functions?Please any help will be very
appreciated.
Regards.
CODE:
/////////////////////////////////
PORTEMUPortParams pp;
memset (&pp, 0, sizeof(pp));
pp.device = 0x00803719C4BB; //Address device is placed like this way ??
pp.channel = 2;
pp.flocal = FALSE;
pp.uiportflags = RFCOMM_PORT_FLAGS_REMOTE_DCB;
int puerto= 8;
h = RegisterDevice (L"COM", puerto, L"btd.dll", (DWORD)&pp);
if (h == NULL) {
CString Fallo;
Fallo.Format(_T("Fallo:%d"),GetLastError () ); //RETURNS "2"
}
// Open the port normally like a normal serial port...
CString strPort;
strPort.Format(_T("COM%d:"),puerto);
HandlePort = CreateFile(strPort, GENERIC_READ | GENERIC_WRITE, 0, NULL,
OPEN_EXISTING, 0, NULL);
///////////////////////////////////////////////////// Tag: problem opening pdf file Tag: 88412
Is possible to run the emulator in debug mode?
Hi all
Is possbile to Run the pocketpc Emulator in debug mode?
In my case i need a debug CSP so i need a debug version of a pocketpc image
to let the csp be
loaded with a debug signature
My laptop is too slow to use platformbuilder i've tried to use it....
regards
Fabio Tag: problem opening pdf file Tag: 88411
Message Store for my customized Transport
Hello Everybody,
I am trying to develop my own customized Message Transport for Pocket PC.
I have proceeded considerably with my transport and form dlls. MSDN
documentation was quite helpful in this. Now, I would like to know
* How can I create a Message Store associated with my customized Transport
programatically, without anyone creating a New Account?
* Is there a way to customize the accounts options dialogs? I want to
provide some more entries in the accounts setup options for my customized
transport.
I searched the MSDN and the web and am struggling to find a way. I would
sincerely appreciate any kind of help or suggestion in this regard.
Advance Thanks,
Eugene Kryptsky Tag: problem opening pdf file Tag: 88407
an erratic problem about IP address
i use this undocumented function to set ip address:
i can set ip successfully, but a erratic problem appears,
after ip changed, i can connect to internet, but i can't access neighbour
computer in local network by the way that
type \\192.168.130.17 in the address column.
typedef DWORD (WINAPI *PDhcpNotifyConfigChange)(
LPWSTR lpwszServerName, // NULL for local machine
LPWSTR lpwszAdapterName, // see below
BOOL fNewIpAddress, // TRUE if IP address modified
DWORD dwIpIndex, // IP address index (0 based)
DWORD dwIpAddress, // IP address to set (network order)
DWORD dwSubNetMask, // Associated subnet mask (network order)
int nDhcpAction ); // 0:don't modify/1:enable/2:disable DHCP
thanks for any help. Tag: problem opening pdf file Tag: 88399
HP photosmart SDK program problem
I'm trying to write a program for my iPaq hx4700 with a photosmart
mobile camera using the SDK available from HP and I am having mixed results.
I can use the functions to take a snapshot and save it as a jpg but the
functions to get the buffer data then translate it from jpg to bmp are
failing. Any help would be appreciated.
bDecode is a global variable because I was picking to bools from the
function (ugly but temporary). This has consistantly been false while
SDIOCamSnapShot has completed successfuly.
BOOL TakeSnapshot(HWND hWnd, LPCTSTR filename) {
TSNAPINFO snapshotinfo;
int iRes = 4; //4:320*240
int iQuality = 2; //best
ULONG uImgLen=NULL;
DWORD ll=NULL;
Imagecolor color;
lstrcpy(snapshotinfo.filename, filename);
snapshotinfo.quality = iQuality;
snapshotinfo.inbufferlen = 0;
snapshotinfo.imgbuff = NULL;
snapshotinfo.outbufferlen = 0;
snapshotinfo.resolution = iRes;
color.avBlue = 0;
color.avGreen = 0;
color.avRed = 0;
color.avY = 0;
SDIOCamPreviewInit();
SDIOCamPreviewStart(hCom, hWnd, 4);
bDecode=SDIOCamData(hCom, color, inBuf, ll);
if (bDecode)
SDIOCamDeCode(0, inBuf, outBuf, uImgLen);
BOOL success = SDIOCamSnapShot(hCom, snapshotinfo);
SDIOCamPreviewStop (hCom);
return success;
} Tag: problem opening pdf file Tag: 88398
PacketPC system warning
Hi all,
I found a problem when I run my program on Pocket PC for long time the
system will popup a message with ("System state is abnormal, Press OK to
restart(softreset)"). But my program also can run after the warning for
long time.
I think it is a bug in the program somewhere.
How can avoid the warning?
Or what kind of bug in the program?
Thank you. Tag: problem opening pdf file Tag: 88393
Error in export make file
hello,
I am getting an error when I run the makefile created by
export makefile obtion.
I am getting linker error.
If anybody knows about it please reply to me.. Tag: problem opening pdf file Tag: 88389
Structure causing strange compilation errors!
I am writing an application for Pocket PC 2002 using MS embebedded VC++
3.0. When I add the line 122 I get errors that I can't figure out. If I
comment out lines 121 and 122 I have no errors. What is going on here?
struct sockaddr_in servaddrie; // line 121
servaddrie.sin_family = AF_INET; // line 122
--------------------Configuration: barebones4 - Win32 (WCE ARM)
Release--------------------
Compiling...
barebones4.cpp
Using C++
Using C++
PocketPC
ARM
C:\dump\barebones4.cpp(122) : error C2143: syntax error : missing ';' before
'.'
C:\dump\barebones4.cpp(122) : error C2501: 'servaddrie' : missing
storage-class or type specifiers
C:\dump\barebones4.cpp(122) : error C2371: 'servaddrie' : redefinition;
different basic types
C:\dump\barebones4.cpp(121) : see declaration of 'servaddrie'
C:\dump\barebones4.cpp(122) : error C2143: syntax error : missing ';' before
'.'
Error executing clarm.exe.
barebones4.obj - 4 error(s), 0 warning(s)
Thanks in advance for any help!
-Frank Tag: problem opening pdf file Tag: 88388
Font is too thin
Greetings,
I have an application that use ExtTextOut to write text to the document/view
app. However, the screen is too thin, How can I make it Wide but not bold?
Thanks Tag: problem opening pdf file Tag: 88387
Bootloader on iPaq h4150
I am looking for the key combination on the h4150 to put the device into the
parrot loader. I have been able to get there using the EnterBootLoader.exe
program, but it seems there should be another way that is not dependent on
having an operating system loaded. I am looking into putting another OS on
the iPaq, so if I hose the ROM I would like to know how to get back to the
boot loader so I can restore the ROM from my SD backup. I have tried all of
the key combinations I could find for other iPaqs, but none seem to work.
Any help will be greatly appreciated.
Thanks
Jeffrey Hill Tag: problem opening pdf file Tag: 88386
Data call question.
I am using the Pocket PC 2002 connection manager.The problem I am having is
that when I establish a data call an interactive box pops up asking to hide
or end the connection. This freezes up and won't allow me to select either
option. I changed the dwpriority of CONNMGR_CONNECTIONINFO from
sConInfo.dwPriority=CONNMGR_PRIORITY_USERINTERACTIVE; // user interface
waiting on this connection.
to
sConInfo.dwPriority=CONNMGR_PRIORITY_HIPRIBKGND; // high priority
background connection.
I just want the data call to be establish with no interaction from the user.
Is this possible? There seems to be soem conflict with my other windows
causing the freeze up.
Thanks!
-Frank
I woud like to hide this completely and just establish the connection. Tag: problem opening pdf file Tag: 88383
SSL on Windows CE, pls help
Hi,
We need to implement SSL based communication on a Windows CE embeeded
system. Both server and client applications are needed on CE, but the
*server* application is mandatory and must be made available in the very
short term.
If someone has any experience with SSL on CE, please be so kind to help or
give some good hints on how to implement or where to find the appropriate
documentation or source code sample.
Some questions we have:
- Does Windows CE 3.0 supports SSL natively for a server app? Sample code
available ?
- Does Windows CE 3.0 supports SSL natively for a client app?
Same for .NET:
- Does Windows CE 4.0 supports SSL natively for a server app?
- Does Windows CE 4.0 supports SSL natively for a client app?
And about OpenSSL:
- Anyone managed to implement OpenSSL on CE ?
Thank you in advance for any help.
Yvan. Tag: problem opening pdf file Tag: 88382
Unable to implement proactive check
VS2003 / PPC 2003
When I searched for methods of checking whether SQL Server CE is
installed, I found reasonable suggestions.
However, when I try to run any code at all (not attempting to
instantiate any data objects) while SQL Server is not installed in my
emulator and my project references the SqlServerCe namespace, my app
doesn't even launch.
I know when I attempt to run a .net executable on a desktop that
contains missing references, I get an error message at startup.
Is there anything that can be done in this case? Tag: problem opening pdf file Tag: 88378
Tree View
Hello,
Can anybody recommend me a simple example where the build up of a Tree View
is shown? (I work with C#)
regards
mat Tag: problem opening pdf file Tag: 88375
What's going on here?
If I run the following code from VS2003 to a PPC 2003 emulator:
static void Main()
{
MessageBox.Show("hi");
Application.Run(new MainForm());
}
The first time it runs I only see the message box. Subsequent runs of
the app on the emulator show the form.
It seems like this is what is happening:
- I click the 'X' on the message box, but the app is still running.
- The form opens but I don't see it.
- When I launch the app subsequent times, the form that already exists
is merely becoming visible.
- When I close the app it doesn't really close.
Is that what's going on here? If so, where is my form after I 'X' the
message box? Tag: problem opening pdf file Tag: 88367
Problem setting email options with provisioning file
Hello!
I would really appreciate any help to solve the following problem:
I have created an email account using a XML provisioning file. The only
issue I cannot solve, is to set the listbox in the e-mail options dialog
(Options 3/3) to "Get full copy of messages".
1. I created my mail account using a XML provisioning file.
2. On the PPC I open Inbox, select Accounts and choose my created account.
3. The "E-mail setup" dialog is displayed (page 1 of 4).
4. I click on "Next" until "E-mail setup" page 4.
5. There I click on "Options".
6. On the third page of the "Option" dialog I select "Get message header
only" in the top listbox.
7. Now I run "rapiconfig /P /M query.xml" where "query.xml" looks like:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic-query type="{751F77F6-920D-43e3-AFCB-7888B2666C63}"/>
</characteristic>
</wap-provisioningdoc>
8. The returned "RapiConfigOut.xml" looks like:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{751F77F6-920D-43e3-AFCB-7888B2666C63}">
<parm name="SERVICENAME" value="MMS"/>
<parm name="SERVICETYPE" value="MMS"/>
<parm name="INSERVER" value="mms"/>
<parm name="AUTHNAME" value="user@mms"/>
<parm name="DOMAIN" value=""/>
<parm name="OUTSERVER" value="mms"/>
<parm name="REPLYADDR" value="user@mms"/>
<parm name="NAME" value=""/>
<parm name="LINGER" value="15"/>
<parm name="RETRIEVE" value="0"/>
<parm name="KEEPMAX" value="25"/>
<parm name="DWNDAY" value="4294967295"/>
<parm name="AUTHREQUIRED" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
9. Now I go back to the device and repeat steps 2 to 5, but on the 3rd page
of the "Options" dialog I select "Get full copy of messages".
10. I execute "rapiconfig /P /M query.xml" again and now get back:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{751F77F6-920D-43e3-AFCB-7888B2666C63}">
<parm name="SERVICENAME" value="MMS"/>
<parm name="SERVICETYPE" value="MMS"/>
<parm name="INSERVER" value="mms"/>
<parm name="AUTHNAME" value="user@mms"/>
<parm name="DOMAIN" value=""/>
<parm name="OUTSERVER" value="mms"/>
<parm name="REPLYADDR" value="user@mms"/>
<parm name="NAME" value=""/>
<parm name="LINGER" value="15"/>
<parm name="RETRIEVE" value="4294967295"/>
<parm name="KEEPMAX" value="25"/>
<parm name="DWNDAY" value="4294967295"/>
<parm name="AUTHREQUIRED" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
11. The only parameter that changed is the "RETRIEVE" parameter. The value
4294967295 should now set "Get full copy of messages".
12. I manually change back to "Get message headers only" on the device and
send back above XML code, assuming to see a change to "Get full copy of
messages". Rapiconfig reports "config succeeded", but I cannot see any
changes!
What do I wrong?
Thanks for your help!
Peter Tag: problem opening pdf file Tag: 88362
=?Utf-8?Q?Remote_Connection_Lost_=E2=80=93_Memory/?=
Iâ??m using vb to develop a graphics intensive application for Pocket PC 2003.
In a separate module, I have 6,000 lines of repetitive coding covering
graphics declarations. Depending on the call made to the 6 similar functions
in this module, approximately 30 polygons (sets of points) and 25 regions
(â??Unionedâ?? rectangles) are stuffed in to globally declared variables for use
in the main program. (mostly â??isVisibleâ?? hit testing for a graphical
interface linked to a database)
My problem is that Iâ??ve snuck up on what seems to be a memory limitation.
If I increase very slightly, the number of variables declared, I get the
following error as I hit F5 to debug:
â??The remote connection to the device has been lost. Please verify the
device connection and restart debugging.â??
If I slightly contract the number of declarations, the problem goes away,
and all is fine.
So, any thoughts on how to get past this? Iâ??m a newbie programmer, so you
could be so kind, donâ??t assume too much in your responses.
Thanks. Tag: problem opening pdf file Tag: 88359
Disabling frame context menu for HTMLControl
I'm currently using the HTMLControl in a PocketPC 2002/2003
application and I'm having trouble loading pages that contain a
frameset. Once I tell the HTML control to navigate to a page that
defines a frameset it seems that the control adds support for a
context menu that allows a user to navigate to a specific frame. I
don't want this context menu to appear so I tried trapping the
NM_CONTEXTMENU notification but I no longer seem to receive
notification messages from the Webview window at all once a frameset
page is loaded.
I believe that what's happening is that the Webview window is spawning
1 new version of itself for every frame and the messages from those
spawned windows go to their immediate parent (the previous Webview
control) and no further up the chain. Is there a way for me to get
access to these notifications or is there any way at all to disable
the frame options context menu?
Thanks,
Greg Tag: problem opening pdf file Tag: 88355
Hello all,
I'm building a pilot program which needs to be able to open pdf-files.
I have installed Acrobat Reader 2.0 and am using the shell code from: