graphics and diagram with pocket
Does anyone has developed application with graphics or diagram within
.compact framework?
thank you in advance
best regards
marco Tag: wfmtmidi.h is missing from SDK Tag: 96083
debug build problem with POcket PC 2003 IPAQ 2410 device
Hi
When i build using EVC4.0 with SP3 and POCKET PC 2003 SDK..with
WINCE ARMv4 Debug option ,i can launch my application but when i launch
a dialog and close this dialog the Device just hangs and connection is
lost so debugger stops..
But if i build with POCKET PC 2002 and EVC3.0 for Release then no
issues...
Can somebody help me out,its highly apprecaited... Tag: wfmtmidi.h is missing from SDK Tag: 96082
Keeping track of activation and power-off?
I'm porting a diary-type application to Pocket PC, and one of the
requirements is that if, on Wednesday you are displaying information for
Wednesday, and you then go away from the application and come back to it on
Thursday, you should see information for Thursday and not Wednesday.
This implies that:
1. As long as you are actively in the diary app, the date it displays
information for should not change automatically.
2. If you switch from the diary app to a different application and come back
to the diary app the next day, the date should change automatically [*if*
the diary app was displaying information for today at the time you
switched].
3. If you switch off your Pocket PC while it's in the diary app and then
switch it on the next day, the date should change automatically.
[1] is easy.
[2] is easy if the diary app is actually terminated when it's switched away
from... but of course that normally won't be the case. If it's
smart-minimized by the user tapping "X", I'm not sure how to detect this.
WM_ACTIVATE doesn't do it, according to the documentation, since it gets
sent when [for example] you open a dialog box within the application. On the
other hand, actual debugging on the x86 platform shows that wParam=lParam=0
when the user taps "X" and not when a dialog box opens. Can this distinction
be relied on or is there a different way of detecting smart-minimization?
[3] is tricky but for different reasons, because the application remains
"active" even when the power is off. I've read about notifications but it
appears that handling the power-on notification involves actually running my
app every time the power is turned on... which is a bit of a waste if the
user isn't, in fact, using it.
Any suggestions would be very welcome. Tag: wfmtmidi.h is missing from SDK Tag: 96075
Printing with Epson Fx-880 dot matrix printer from Pocket PC
I need to Print to Epson Fx-880 dot matrix printer which is connected
using bluetooth from my Pocket PC application.
How to do this? I am not able to find any SDK from Epson for devices.
Whether I need to use serial data sending method?
Is there any solution for this?
Expecting a reply quickly.
Sarathy Tag: wfmtmidi.h is missing from SDK Tag: 96074
SimWriteMessage example
Hi all,
Does anyone has an example that is using the SimWriteMessage method of the
SIM manager API?
Thanks in advance. Tag: wfmtmidi.h is missing from SDK Tag: 96071
How to view crash dump?
Hi,
My new WM 2005 Smartphone emulator (dw.exe to be precise)
just generated a cute looking crash dump.
The problem is that it only displays the crash dump
within the tiny emulator window and does not allow
me to save it or view it on the desktop PC.
The dump is very long (more than 100K)
and there is no way to analyze it on the Smartphone screen.
Please, tell me how can I view the dump on desktop PC.
Thank you
John Tag: wfmtmidi.h is missing from SDK Tag: 96066
How to retrieve crash dump information?
Hi,
My new WM 2005 Smartphone emulator (dw.exe to be precise)
just generated a cute looking crash dump.
The problem is that it only displays the crash dump
within the tiny emulator window and does not allow
me to save it or view it on the desktop PC.
The dump is very long (more than 100K)
and there is no way to analyze it on the Smartphone screen.
Please, tell me how can I view the dump on desktop PC.
Thank you
John Tag: wfmtmidi.h is missing from SDK Tag: 96065
How to reset pocketpc
Does anyone know how to restore/reload win mobile 2003 2nd ed on a pocketpc?
(sim to reinstalling windows on a pc)
Any help would be appreciated Tag: wfmtmidi.h is missing from SDK Tag: 96059
Emulator Storage Problem
I am a newer to PocketPC
I create a application by using VS.NET 2003.
When I debug my application, I got a Storage problem
"Storage memory is critically low.If you do not increase storage memory, you
may not be able to statr some programs.Use File Explorer to delete files you
no long need,or move some files to a storage card"
My application platform:PocketPC 2002 Emulator.
By the way, I want my application run on PocketPC2003.
How to create PocketPC2003 platform?
Thanks Tag: wfmtmidi.h is missing from SDK Tag: 96057
How to solve TCP connection issue to debug on a PocketPC
Hi,
I'm currently developping a Windows application for PocketPC with Visual
Studio 2003.
Since our HHP 9500 Dolphin PocketPC has no USB cradle, we cannot use
ActiveSync (else it conflicts with the utility tool in charge of the
connection to the Ethernet base)
To debug via TCP/IP, we tried (and succeeded) to change Tools / periph TCP
transport configuration, replacing the option "IP adress provided by
ActiveSync" by the option "static IP address", this IP address set to the IP
of the slot receiving the PocketPC.
Few days ago, debug worked fine using this settings.
However, I have not been able to reproduce that way of debugging today...
Visual Studio attempts to establish a connection but fails with a message
"Unable to establish the connection. Check ..."
I think that PocketPC <=> computer connection is actually good, since ping
work in both directions, and I can use a tool which replicates the screen of
the PocketPC on the screen of the computer (this tool is setup to use TCP
transport, and not ActiveSync)
Could you tell me some advice on the possible causes of that issue, and the
way to solve the problem ?
Thanks a lot for your time.
Regards,
Samuel Tag: wfmtmidi.h is missing from SDK Tag: 96056
SQLCeConnection.ConnectionString
Good evening NG
it's the first time that i try to write a CE Application... ;-)
Based on VS 2005 Beta 2 i started to write a application that
shows the conntend of a SQL CE 3 Database. Simple i guess.
Dim loCN As New SqlCeConnection()
loCN.ConnectionString = "Data Source ="".\AppDatabase1.sdf"";"
Dim loAD As New SqlCeDataAdapter("SELECT * FROM tblMobileZeit", loCN)
Dim loDT As New DataTable
loAD.Fill(loDT)
loAD.Dispose()
Me.gridMain.DataSource = loDT
I stumble over the connectionstring !
How can i pass the location of a file under Win CE ?
I found no 'application.startuppath' or something else (beta 2 bug ?)
please give we a hind ...
regards
peter Tag: wfmtmidi.h is missing from SDK Tag: 96051
SimWriteRecord on pocketPC HP h6340
Hi all,
I have a question related to the SIM manager API.
I am trying to read/write data to the SIM card using an HP h6340 PDA and I
can read data but cannot write:
- SimWriteRecord is not working
- simReadRecord is working well
This is very strange that we can easily read but not write.
Do you have any idea?
Could it be due to a problem of application signature? but it seems that it
is not possible to sign application on ppc. Tag: wfmtmidi.h is missing from SDK Tag: 96050
ERROR 28001 - SSCE_M_INTERNETREADERROR
28001 A read operation from the Internet returned an incorrect number
of bytes. Not applicable SSCE_M_INTERNETREADERROR
Hi,
I have developed an application using CF 1.0 & CE 2.0 using merge
repplication.
When I use a Internet GPRS connection, the application run perfect.
When I use a VPN GPRS connection, I obtain the 28001 ERROR.
What meaning this error ?
What I need to modify in VPN to obtain a succes replication ?
Exist a sniffer for Pocket PC to monitoring network ?
Thanks in advanced ....
(Spanish is my native language.... sorry) Tag: wfmtmidi.h is missing from SDK Tag: 96049
camera capture api w/ emulator
I was just wondering whether it is possible to exercise the Camera Capture
API with any of the emulators, or will it be necessary to wait until actual
hardware appears? Some of the Palm emulators for example simulate camera
functionality for their camera api.
Thanks, and congrats to MS for including this important feature. Tag: wfmtmidi.h is missing from SDK Tag: 96047
limit the length of application use
What would be the best way to limit the length of time that my application
can be used? fyi, I plan on running the app in kiosk mode. I'd like to have
a login form that will automatically load and require a valid password to be
able to gain access to the main application. And I'd also like to be able to
set a date and time in the future that the user will be no longer be able to
access the application.
So if the current date is less than the length of the lease expiration date,
then the user will have full access to the application. However if the
current date is equal to or greater than the lease expiration date, the user
will be prompted to enter the password and a new expiration date before they
gain access. Also I'd like this to run during powering on, soft resets, hard
resets, and any other way that the user might gain unauthorized access.
This will be developed with C# and it will run on a pocket pc 2003 device.
Thanks for your help. Tag: wfmtmidi.h is missing from SDK Tag: 96042
msi compact framework
Hi. I have a problem with my .ini file that install compact framework.
My file is:
[CEAppManager]
Component = netcf
[netcf]
Description = netcf
Uninstall = netcf
CabFiles =
netcf.all.wce4.ARMV4.CAB,netcf.all.wce4.x86.CAB,netcf.core.ppc3.arm.CAB,netcf.core.ppc3.mips.CAB,netcf.core.ppc3.sh3.CAB,netcf.core.ppc3.x86.CAB
The mistake message is : "problem with the installer" more or less.
I don't now what is the problem.
Please, is very important. Any help is grateful. Thanks. Tag: wfmtmidi.h is missing from SDK Tag: 96040
PocketPC and DBType
I want to assign null value to an integer and I try this code, but it doesn't
work. Can anybody help me?
System.Data.SqlTypes.SqlInt16 n1;
n1 = System.Data.SqlTypes.SqlInt16.Null;
Karl-Inge Tag: wfmtmidi.h is missing from SDK Tag: 96039
wxWidgets for Windows CE
I'm searching some informations about wxWidgets Embedded (wxEmbedded), to
develop a GUI for pocket pc.
Someone has developed some projects with this library? What about it? There
are some limitations using this library?
thanks in advance, bye
Andrea Tag: wfmtmidi.h is missing from SDK Tag: 96038
Pocket GSM Modem
When I use TAPI Unimodem to connect from a GSM modem(Pocket PC) to another
GSM modem(cellular)
the response of the modem of the pocket PC is NO CARRIER
when I call from the same GSM modem to a PTSN modem it responds.
On the receiver GSM modem (connected to my PC and monitored by a serial
port) I don't see responses
like RING and in the display no message is sent to advise me that a data
connection is in progress.
Instead if I try to connect a PTSN modem to the same GSM modem it show me
that a data connection
is in progress!!
Why? What Should I do? Tag: wfmtmidi.h is missing from SDK Tag: 96036
How do I convert a base64 encoded bytearray to a string
Hi!
(This question has been posted on the ADO.Net section as well)
I have a webservice which queries a table in SQLServer. The table has a
column, "Text", which is of datatype "image". When invoking the webmethod it
returns dataset with the table included. The column is returned as a
base64binary as can be seen in the declaration excerpt below:
<xs:element name="text" type="xs:base64Binary" minOccurs="0" />
When I call the webservice and loops through the rows I see that the column
"text" is represented as a bytearray as well. What I'd like to do is to
convert this bytearray into an "ordinary" string. Please note that it must
work in a .Net Compact Framework environment. I've tried a number of
approaches but none has worked so I feel a little bit "lost in binary space".
Hope you can help me!
/Peter Tag: wfmtmidi.h is missing from SDK Tag: 96035
Language Support required...
Hi all,
I am reading Arabic Language text from a file and displaying in a text box.
But text file is showing some other characters instead of Arabic text.
So how can I embed Arabic Language support into my application/pocket pc?
Arif. Tag: wfmtmidi.h is missing from SDK Tag: 96034
How can I restrict my exe file to run only on my ppc?
Hi all,
I want to prohibit anyone using my exe file. therefore I want to get unique
id of any hardware component (like processor or anything) inside ppc and
embed that id into my application so that my application can run only on my
ppc.
Is there any way to get the unique id of any hardware companent inside PPC ?
Arif. Tag: wfmtmidi.h is missing from SDK Tag: 96033
Problem in OnRecive on pocket pc 2003
Hello All,
I am working on pocket pc 2003 and using CEsocket class for socket
communication.
When i read data from the client socket i.e. OnRecieve is called, some times
i get multiple packets at the same time. I read the complete data recived
and parse them one by one. I have a loop for parcing multiple packets
recieved. While parsing the data (not yet complete) OnReceive is again
called and my second packet in the current sequence gets lost.
Please help me in resolving the issue.
Thanks in advance
rajani Tag: wfmtmidi.h is missing from SDK Tag: 96032
Incoming Message and Notification
Hi,
i catch incoming message and move it to another folder but i lose the
notification.
If i copy the message i can get the notification.
There is a way to force the notification on moved messages?
Thanx in advance ;)) Tag: wfmtmidi.h is missing from SDK Tag: 96018
Change text on PocketPC CCeCommandBar items
Hi.
I have been trying for quite some time now to be able to dynamically
build or modify a commandbar containing a menubar ang toolbar. More
spesifically, I want to change the text on some of the buttons in the
menubar, both on the main menu and on items in a submenu (popup).
This is the code I use to build the original commandbar, which works
great:
// Building the command bar.
m_pCommandBar = new CCeCommandBar();
m_pCommandBar->Create(this);
CMenu* pMenu = m_pCommandBar->InsertMenuBar(IDR_MENUBAR);
m_pCommandBar->LoadToolBar(IDR_TOOLBAR);
::DrawMenuBar(GetSafeHwnd());
The parent / main class is a CPropertySheet, and this is all in MFC.
As I said, I have searched quite extensively on the net and in the
help docs, but all I find are fragments of different ways of doing
this, and none of them work.
Could someone please post some hint or code to how I can modify the
text on the menubar part of my commandbar?
Also, if it is easier to build the commandbar in code, and not using
resources (InsertMenuBar()), please let me know. I have not found a
way to do this yet.
Thanks, Ole-Johan Ellingsen Tag: wfmtmidi.h is missing from SDK Tag: 96016
PPC 2003 Serial Port 1200 baud problem
I have a serial port problem and was wondering if anyone else has ran into
the issue or found a way around it.
I have an application that communicates through the ActiveSync Serial port
with an external device. This device usually uses 9600 baud as the default.
However, at times the baud rate must change to 1200. When the port is turned
off, changed to 1200 and then turned back on it seemed to create a problem
from time to time.
Because of this I created a test program that simply turns the port off
changes to 1200 baud, turns the port on, transmits 10 characters, turns the
port off. This sequence is repeated 10 times. I then connect the TXD pin on
my serial cable to a scope and view the data. Usually only about 6 of the 10
packets are on the line. Sometimes it even seems to lock the device up. I
repeat the test at 9600 and it works flawlessly. Also, I can send the
packets at 1200 without turning the port on and off and it works correctly as
well. I have tried this on a Dell Axim X30 & X50 and also on a HP Ipaq 2110.
My primary problem is that I need to be able to trigger on a certain
character at 9600 baud and have the port reopened at 1200 within about 2
seconds.
Any ideas? Tag: wfmtmidi.h is missing from SDK Tag: 96015
Simple Question about Bluetooth Printing
I have what should be a simple task.
I want to print the contents of a textbox to a bluetooth printer. (vb.net)
The device is an Intermec 741 reader (PPC 03)
The printer is Intermec PB41
The reader will recognize the device but I am not sure how to print from my
app.
Again from a form I want to click a button and print the contents of a
textbox to the printer.
Any help would be greatly appreciated.
As this is my first forray into Bluetooth Printing please be specific. ie:
references that are needed, imports etc.
Thanks in advance Tag: wfmtmidi.h is missing from SDK Tag: 96014
Signature Capture component
I am preparing to release a signature capture component for use
in both Pocket PC / Pocket IE, and also desktop systems.
The component will allow end-users to sign their names
and then the signature data will be sent over internet to
a web server for processing in either ASP or ASP.NET.
I have a version ready to go but I would like to get final feedback
from developers to make sure that I've got the right feature set
and interface.
I am looking for feedback
- what features and/or interface would users want ?
- what comparable tools are available and what are their
shortcomings ?
* * Please include a copy of this message with your reply
Jeff Bennett
Jeff@Bennet-Tec.Com
* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com
=================== =================== Tag: wfmtmidi.h is missing from SDK Tag: 96012
RIL on HP IPAQ h6340
Hi all,
I would like to know if some of you have already succeeded in making the RIL
API works on an HP ipaq h6340?
The ril.dll and rilgsm.dll are present in the windows folder but it does not
seems to work (whereas it works well on a QTEK S100).
Thanks a lot for your answers. Tag: wfmtmidi.h is missing from SDK Tag: 96010
lineSetEquipmentState CDMA phone
Hello,
I use lineSetEquipmentState to turn on/off the radio part of my
PPCPhone device but it seems not to work on CDMA phone (on GSM phone it
works)
Is there anything special to do to have this working on CDMA phone ?
Thanks in advance. Tag: wfmtmidi.h is missing from SDK Tag: 96008
Unable to read data from transport connection
Sometimes I have connection problems when using GPRS.
I am reading/sending a small DataSet, but sometimes it just times out with
the message "Unable to read data from the transport connection". Is there
anyway to diagnose the problem or to detect the problem earlier, in order to
restart a transmission? Tag: wfmtmidi.h is missing from SDK Tag: 95996
OpenNETCF installation?
I can access WebServices from the PocketPC emulator, however, when using
OpenNETCF for DIME attachments, it does not work with a remote server. My
question is: What do I need install on the webhost to make OpenNETCF work?
(The remote WebService works fine from a regular WindowApps, not using
OpenNETCF.) And how do I deploy OpenNETCF on a PocketPC when not debugging
under Visual Studio 2003? It is really hard to find a simple step-by-step
guide, without thousands of words. Tag: wfmtmidi.h is missing from SDK Tag: 95994
time and date problem
hi folks,
i am writing an app in c# and i need to give the user the chance to correct
the time and date. i can read the correct time ok (using either
datetime.now or getsystemtime or getlocaltime). however, when i go to set
the time it always seems to add 8 hours to the entered time (i have tried
setting it using setlocaltime and setsystemtime).
i am in gmt time zone here and i would guess that the regional settings on
the device are being ignored (default is GMT-8 Pacific US) but i cannot
fathom out why. even better - if i warm boot the terminal, then it shows
the correct date and time no problem so it does appear it is getting set
ok.
any ideas?
TIA
nigel Tag: wfmtmidi.h is missing from SDK Tag: 95992
Pocket PC Emulator available with Visual Studio .NET Academic
Hi.
I post with reference to Mark Arteaga's post on March 10:
Visual Studio 2003 Pro comes with an emulator. There is no seperate instal
like palm has.
Does the Pocket PC Emulator available with VS.NET 2003 Academic version?
Thanks.
--
Xero
http://www.chezjeff.net
My personal web portal Tag: wfmtmidi.h is missing from SDK Tag: 95991
What do you use to make these play on ppc?
I have Windows Mobile 2003 SE w/ Media player 10 and can only play .wmv files.What do I need for .avi and where can I get it ??
TIA!!!! Tag: wfmtmidi.h is missing from SDK Tag: 95985
CDMA Signal Strength
Hi! I was wondering if anyone here can help me out.
I'm trying to write a utility that measure certain aspects about a PocketPC
Phone device. I'm mostly done, but I'm having trouble getting a signal
strength on CDMA devices.
For example, I can use the lineGetLineDevStatus API to retrieve the signal
strength for GSM and GPRS devices, but it doesn't work on CDMA devices.
I've tried several things, but I just don't know how to retrieve this
information.
Can anyone help me out? Tag: wfmtmidi.h is missing from SDK Tag: 95984
Detect Model at runtime
Hi,
Using C#, is there a way for my application to know if it is running on an
iPAQ or Axim?
Thank you,
Joe Tag: wfmtmidi.h is missing from SDK Tag: 95983
Guru pls guide Me on pocket Pc Basics
Hi ,
am doing pocket pc project .i need to work offline . so i choosed windows
smart device app using c#.neta.
But while synching data, i need to sync my data thru internet to my oracle
database.
Please tell me is it possiable to sync data via wireless medium .
my pocket pc is HP IPAQ 2210.
-----
what are all the settings i should make my PPC internet enabled thru
wireless data sync.
Regards
Raghu Tag: wfmtmidi.h is missing from SDK Tag: 95982
Get and Set MAPI Credentials...
This is a multi-part message in MIME format.
------=_NextPart_000_001E_01C55FAA.44FE9060
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi everyone,
I'm having trouble with the function SetCredentials() and =
GetCredentials() with several SMTP servers, the messages are sent but =
the WM shows up a message box saying: "Could not send your messages. =
Please check if you have coverage....." my MAPI implementation has only =
the header of this function.
Does anyone have an implementation of these functions and could help me? =
or where I found somes docs about it?
=20
the S.O. is the Windows Mobile 2003 Second Edition. the same source code =
in a PocketPC 2003 works perfectly.
thanks in advance,
Thiago Leite
------=_NextPart_000_001E_01C55FAA.44FE9060
Content-Type: text/html;
charset="iso-8859-1"
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=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2523" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>Hi everyone,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2>I'm having trouble with the function=20
SetCredentials() and GetCredentials() with several SMTP servers, =
the=20
messages are sent but the WM shows up a message box saying: "Could not =
send your=20
messages. Please check if you have coverage....." my MAPI implementation =
has=20
only the header of this function.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2>Does anyone have an implementation of =
these=20
functions and could help me? or where I found somes docs about =
it?</FONT></DIV>
<DIV>
<P class=3DMsoNormal=20
style=3D"MARGIN: 0pt; WORD-SPACING: 0pt; TEXT-INDENT: 0pt; LINE-HEIGHT: =
100%"><SPAN><FONT=20
face=3DVerdana size=3D2> <?xml:namespace prefix =3D o /><o:p>=20
</o:p></FONT></SPAN></P>
<P class=3DMsoNormal=20
style=3D"MARGIN: 0pt; WORD-SPACING: 0pt; TEXT-INDENT: 0pt; LINE-HEIGHT: =
100%"><SPAN><FONT=20
face=3DVerdana size=3D2><o:p>the S.O. is the Windows Mobile 2003 Second =
Edition. the=20
same source code in a PocketPC 2003 works =
perfectly.</o:p></FONT></SPAN></P>
<P class=3DMsoNormal=20
style=3D"MARGIN: 0pt; WORD-SPACING: 0pt; TEXT-INDENT: 0pt; LINE-HEIGHT: =
100%"><SPAN><FONT=20
face=3DVerdana size=3D2><o:p></o:p></FONT></SPAN> </P>
<P class=3DMsoNormal=20
style=3D"MARGIN: 0pt; WORD-SPACING: 0pt; TEXT-INDENT: 0pt; LINE-HEIGHT: =
100%"><SPAN><FONT=20
face=3DVerdana size=3D1>thanks in advance,<BR>Thiago=20
Leite</FONT></SPAN></P></DIV></BODY></HTML>
------=_NextPart_000_001E_01C55FAA.44FE9060-- Tag: wfmtmidi.h is missing from SDK Tag: 95976
ARM SA1100 CPU prblm
Hi
I need some help with porting my app. Currently my app is working good on
windows pocket pc version 4.20.0(ARM V4). The devpt environemnt I am using is
Embedded VC++, patched with sp4. Now I need to port and test my app onto a
phone with ARM SA1100 CPU. While transfering the app, the IDE tells me that
the app is not compatible with ARM SA1100 CPU.
Can anyone tell me if I am a deadend? or if there is a workaround involving
changing my IDE's settings or downloading some patch??
It will be of much help
Thanks Tag: wfmtmidi.h is missing from SDK Tag: 95975
how to retrive the cc and bcc recipient of an email through cemapi in evc 4.0
Hello,
has somebody the right answer to my question?
I was trying to use GetProps for the particular message and OpenProperty for
the particular message but both functions return S_OK and no property.
It ist very important to me.
Please let me know.
thanks in advance
here is a code snippet involved
LPMAPITABLE lppOPMAPITable;
RESULT = lppMMessage->GetAttachmentTable(0,&lppOPMAPITable);
if(!(MB_OK == RESULT))
lppSession->Logoff(0,MAPI_LOGOFF_SHARED,0);
MAPIUninitialize();
return ;
}
ULONG lpulCount = 9;
RESULT = lppOPMAPITable->GetRowCount(0,&lpulCount);
if(!(MB_OK == RESULT))
lppSession->Logoff(0,MAPI_LOGOFF_SHARED,0);
MAPIUninitialize();
wchar_t t[100];
wsprintf(t,_T("error: %i"),RESULT);
AfxMessageBox(t);
return ;
}
wchar_t t[100];
wsprintf(t,_T("%lu"),lpulCount);
AfxMessageBox(t);
/*LPMAPITABLE lppOPMAPITable;
RESULT =
lppMMessage->OpenProperty(PR_MESSAGE_RECIPIENTS,NULL,0,MAPI_MODIFY,(LPUNKNOW
N *)&lppOPMAPITable);
if(!(MB_OK == RESULT))
lppSession->Logoff(0,MAPI_LOGOFF_SHARED,0);
MAPIUninitialize();
return ;
}
ULONG lpulCount = 9;
RESULT = lppOPMAPITable->GetRowCount(0,&lpulCount);
if(!(MB_OK == RESULT))
lppSession->Logoff(0,MAPI_LOGOFF_SHARED,0);
MAPIUninitialize();
wchar_t t[100];
wsprintf(t,_T("error: %i"),RESULT);
AfxMessageBox(t);
return ;
}
wchar_t t[100];
wsprintf(t,_T("%lu"),lpulCount);
AfxMessageBox(t);
*/
/*ULONG GPTags[2] = {1,PR_SENDER_EMAIL_ADDRESS};// PR_MESSAGE_RECIPIENTS
ULONG GPValues = 0;
LPSPropValue GPprops;
RESULT =
lppMMessage->GetProps((LPSPropTagArray)GPTags,MAPI_UNICODE,&GPValues,
&GPprops);
if(!(MB_OK == RESULT))
lppSession->Logoff(0,MAPI_LOGOFF_SHARED,0);
MAPIUninitialize();
AfxMessageBox(_T("GetProps"));
return ;
}
if(PT_ERROR != GPprops[0].ulPropTag)
{
;
}
else
{
;
}*/ Tag: wfmtmidi.h is missing from SDK Tag: 95974
context menus in PIE
I've been looking for the documentation for adding custom context menus to
pocket IE and for some reason haven't been able to find anything. I know
this can be done because I've seen other developers do it.
Can someone here point me in the right directions?
Thanks in advance,
ed Tag: wfmtmidi.h is missing from SDK Tag: 95967
CeRunAppAtTime()
Hi All
The problem i found is the API CeRunAppAtTime() is not working effectively.
suppose i am scheduling my application to run every hour. setting the next
time on each event. But my application is not running after 50 -60 times. i
can't understand what the problem is... please help
i can't use CeSetUserNotification() because its difficult to make my
application to come foreground.
Please help me
S.Kumar Tag: wfmtmidi.h is missing from SDK Tag: 95961
DLLs in eVC
Hi
I am having a problem creating and using a DLL in eVC++ 4.0
I create a simple DLL with a simple function:
IGetField(int f1, int f2)
I export it in the .DEF file:
IGetField @1
When I use this DLL, in my eVC program, I have a problem passing the
parameters:
I declare the function type:
typedef CString (CALLBACK* IGetField)(int,int);
I load:
m_dll=LoadLibrary(_T("ODBC_Client_DLL.dll"));
and:
IGetField connect;
connect = (IGetField)GetProcAddress(m_clienteODBC,_T("IGetField"));
If I run it like this:
connect(5,7);
I am receiveing the parameters miss placed.
When I debug the DLL I get f1=7 and f2="CRAZY"
IF I change the type declaration to:
typedef CString (CALLBACK* IGetField)(int,int,int);
I load:
m_dll=LoadLibrary(_T("ODBC_Client_DLL.dll"));
and:
IGetField connect;
connect = (IGetField)GetProcAddress(m_clienteODBC,_T("IGetField"));
If I run it like this:
connect(0,5,7);
I am receiveing the parameters correctly.
When I debug the DLL I get f1=5 and f2=7 wich is correct.
Is there a reason for this?
Thanks Tag: wfmtmidi.h is missing from SDK Tag: 95959
Test
Its only test.
Please klick on a link to test:
http://www.surf-tipps.info/fclick/fclick.php?03
Thanks Tag: wfmtmidi.h is missing from SDK Tag: 95957
Native development / How to support best multiple languages
Are there any recommendations how to write an international
application using native C/C++ (no .NET, no MFC).
It should be possible to define a language in the configuration of
the application. We don't want to compile a specific version for
every language. Is there any way of defining multilanguage ressource
files and load them dynamically?
Many thanks
Thomas Tag: wfmtmidi.h is missing from SDK Tag: 95956
CAB installation file in MMC
Hi all,
I would like to automatically install a cab file from an MMC once the
handset is siwtched on (on a pocket PC 2003).
Do you have any idea on how I can do that?
My second question is what is the file path of the memory card?
Thanks a lot in advance for your answers. Tag: wfmtmidi.h is missing from SDK Tag: 95955
Ras connection and phone calls
Hi,
I want to write an application that makes an gprs connection with
RasDial and check the connection state with RasGetConnectStatus. If the
connection breaks the application should reconnect. The application
runs on an Pocket PC device (MDA 2). Everything works fine, but if I
get an incomming phone call, I could not reconnect. After the caller
hangs up, the telefon application of my PocketPC device blocks for
exactly 1 minute. After this 1 minute I can close the telefon
application. But my ras-application could not reconnect. I got an
ERROR_WRONG_INFO_SPECIFIED error (604) with RasGetConnectStatus. I use
RasHangup before trying to make a new ras-connection with RasDial. Even
if I close my ras-application it is not possible to make a ras
connection with any buildin software on my device. If have to softreset
the device or to shut down the telefon. I use the async mode for
RasDial.
If I make on outgoing phone call, my ras-application has no problems to
reconnect.
Does anyone know how to handle this strange situation.
Thank you,
Frank Tag: wfmtmidi.h is missing from SDK Tag: 95953
move ce42.net to ppc2003 problem? help plz.
hi all:
am using the ce42.net on the s3c2410 device.
now the wince.net42 os is work well on this device,and image is not use
the XIP.
But I need the PPC2003. I used the PAK as the document adviced, and type
this
command : autorun,
bldplat -cpu ARMV4 -p SMDK2410
after building and makimg, it produce the nk.nk0(nk.bin).
The problem is : nk.nb0(nk.bin) is only about 500k binary data, normally it
should about 11M as I used in the CE.NET platform.
And I open the ce.bib file in the pak\PGine\release dir and find out
almost all of the @CESYSGEN IF CE_MODULES_XXXX is empty and not include
the modules file. Below is some copy, it not include the nk.exe, gwes.exe
etc.
All the moudles file such as nk.exe, filesys.exe,gwes.exe is builded and
copied
in the release dir. Why it not included in the NK.NB0 file.
thanks advance.
MODULES
; Name Path Memory
Type
; -------------- --------------------------------------------- ----------
-
; @CESYSGEN IF CE_MODULES_FILESYS
; @CESYSGEN ENDIF
; TKTest replaces filesys for tiny kernel testing.
; @CESYSGEN IF !CE_MODULES_FILESYS
; @CESYSGEN IF CE_MODULES_TKTEST
; @CESYSGEN ENDIF CE_MODULES_TKTEST
; @CESYSGEN ENDIF !CE_MODULES_FILESYS
; @CESYSGEN IF CE_MODULES_GWES
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_DEVICE
; @CESYSGEN IF DEVICE_PMIF
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_TFAT
; @CESYSGEN ELSE
; @CESYSGEN IF CE_MODULES_FATFSD
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_FATUTIL
; @CESYSGEN ENDIF Tag: wfmtmidi.h is missing from SDK Tag: 95952
How can I add a device driver to windows mobile 5.0?
when i used AK to build a BSP, but some driver is not in BSP, I will add in
it.how can I add a device driver to my BSP?
thanks! Tag: wfmtmidi.h is missing from SDK Tag: 95948
This file is needed for midi development, was present in earlier
Mobile SDK's and is not present in the May 10 SDK. Is there an
alternative approach?