Help ! Where is the icon of contacts application
Hello. I try to write a today screen plug-in that display current
running program like "running program list". I enumerate all windows
that are meet the following condictions:
1. The window is not child window
2. The window style contains WS_VISIBLE
3. It length of title string is not zero.
If the window meet all condictions, I use WM_GETICON to get the small
icon. If it fail to get the icon, then I get the process id by calling
GetWindowThreadProcessId and then call OpenProcess to get process
handle and then call GetModuleFileName to get file name. Finally call
SHGetFileInfo to get the icon handle. It works fine but I cannot get
the icons of "Contacts", "Search", "Tasks". It seems the icon not
contains in the program files, but in some other resources files. I
think the reason may be that the user can customize the icons of these
program. Does anyone knows How to get these icons? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113537
Trapping Hardware Buttons
We are using C# with the CF v2.0 on WM 5.0. We have a requirement to trap
hardware buttons to prevent the associated actions while a particular
application has the focus. My team has had had no trouble doing this with
the HardwareButton & HardwareKeys entities for "normal" buttons, however this
process does not seem to work with the "Windows" button that (typically)
brings up the "Start Menu" pop-up. We even tried a WindowSink:MessageWindow
with a WndProc(Message) handler, but that doesn't get called by the button
either. None of us has been successful in finding an answer. Is there
something that will work? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113532
Pocket PC Sample
I'm trying to start the project for Pocket PC (Windows 5.0) which opens XML
file, created by regular Windows (VB 2005) application. User will edit data
in that XML and save changes back.
Everything in Pocket PC development looks so limited comparing to regular VB
2005 development.
I'd like to see any real project for Pocket PC written in VB 2005. I tried
to find something on Google with no success.
Does anybody have any sample or link for download?
I'd like to see what controls are used, their sizes, locations, entire
design etc.
Thank you
Al Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113531
Hide IE Toolbar.
Hello All.
I'm looking for some procedure to hide the Internet Explorer=B4s
toolbars on Windows CE.
Always when the user open the IE, it's come with the toolbars. With the
options of the menu View-->Hide Toolbars i can do it, but i need that
always the IE open witout them
Thans a Lot. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113530
Contact.ShowDialog() : Not dialing the phone when tapped on the phone number ...
I have the following code in my app:
Contact contact = new Contact();
contact.FirstName = "V";
contact.LastName = "P";
contact.MobileTelephoneNumber = "(678) 423-7641";
contact.BusinessTelephoneNumber = "(678) 825-1920";
contact.ShowDialog();
This is poping up the Contact summary card which is what I want. But when
I tap the phone numbers on the card, some how it does not start the phone
dialer. But at the bottom of the screen it displays the "Call" menu option.
Nothing happens when I tap that too.
But when I go through Start->Contacts, tap a contact and from the Contact
card view, when I tap the phone number it dials.
Is there some thing that I am doing wrong here?
Regards,
Venkat Polisetti Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113527
DirectShow custom renderer filter - Camera
Hi,
I'm trying to use the CNullRend example posted a while ago by Gary
Daniels which can be found here:
http://groups.google.com/group/microsoft.public.smartphone.developer/browse_thread/thread/c9a4b3a393d4aa8a/9a025c9c22b01105?lnk=st&q=CNullRend&rnum=1#9a025c9c22b01105
Unfortunately I'm stuck, and can't get it to work. I have SPV C600
phone, and I've managed to connect camera source filter to the default
renderer using:
m_pCaptureGraph->RenderStream(&PIN_CATEGORY_PREVIEW,
&MEDIATYPE_Video, pVideoCaptureFilter, NULL, NULL);
I've also built and registered the CNullRend filter. But I can't connect
it to the camera source filter. I've tried to implement my own pin,
since the default one returns E_UNEXPECTED on GetMediaType(), but still
no success. I've tried to connect the pins with Connect/ConnectDirect
functions of IGraphBuilder interface, but that fails also.
If someone could give me hints what to do, to connect and use the
CNullRend filter I would be very thankfull.
--
Best Wishes,
Mateusz Grzegorzek Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113522
2nd SQL CE 2.0 replication fails..
Hi all,
We would like to be able to make two merge-replications:
There are two tables and two publications in the SQL 2000 database:
1.) Table A in PUBLICATION x
2.) Table B in PUBLICATION y
Due to the data in the table a, we want to make another replication with
table b:
...
engine.CreateDatabase()
ReplicateDataOfTableA()
If ....
ReplicateDataOfTableB()
end if
....
The first step works fine.
The second fails:
"Initializing SQL Server Reconciler has failed. [,,,,,]"
Isn't it possible to syncronize two different tables in one database at
different times?
I would appreciate any feedback or thoughts you may have .....
Cheers,
Artur Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113519
Smartphone text input dialog
Hi group,
I'm trying to use a simple input dialog on Smartphone, no MFC just pure
win32. My dialog is shown just fine, but I'm experiencing significant
delay when creating my dialog for the first time! In my output window i
can see that
Load module: T9ImeRes.Dll.0409.MUI
Load module: T9AWEngine.dll
Load module: t9aw.dll
Load module: T9Englishldb.dll
are loading on dialog startup..i suspect these are slowing down the
process. Is it possible to disable them somehow? Or improve startup
experience in any way?
cheers,
M. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113518
How to enumerate camera devices
Hi all,
I'm trying to access the second camera on a Windows Mobile 2005
device. I use FindFirstDevice() to get a handle to the first camera
and then use the returned handle with FindNextDevice() which fails on
all devices i tried (HTC Universal, HTC TyTN/Hermes, which both have
two cameras).
here's the code i use:
handle = FindFirstDevice( DeviceSearchByGuid, &guidCamera, &di );
BOOL ok = FindNextDevice(handle, &di2);
The returned handle is not NULL, but FindNextDevice() return 0.
Using the remote system information tool i can see that CAM1: exists,
but there is no CAM2: listed.
Has anybody ever managed to access the front camera on these devices?
Does the fact there CAM2: is not listed within the drivers mean that
the 2nd camera is not available via a standard mechanism anyway?
thanks for any help,
Daniel Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113517
portrait to landscape
Hi,
I am creating an MFC application for pocket pc using eVC++ inVS2005.
While testing the application in the emulator, there is a hardware
button, which changes the layout of the emulator from portrait to
landscape. How to handle this button click event?
What is the best way to change the dialog size and controls size from
portrait to landscape mode. Please help.
Thanks Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113514
ActiveSync to use LetMeIn doodle
I'f installed the LetMeIn example on my Pocket PC to replace the normal
password app. ActiveSync still askes me to type in a password. How do I
get ActiveSync to also use the LetMeIn doodle? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113513
How to use OID_PNP_SET_POWER ?
because i have installed an IM driver on my device ( PPC 5.0 ), i can't turn
on/off wlan. So i try to set WLAN power with OID_PNP_SET_POWER.
Here is my code:
PNDISUIO_SET_OID pSetOID;
DWORD dwBytesReturned = 0;
UCHAR SetBuffer[sizeof(NDISUIO_SET_OID)];
pSetOID = (PNDISUIO_SET_OID) &SetBuffer[0];
pSetOID->Oid = OID_PNP_SET_POWER;
pSetOID->ptcDeviceName = higherAdapterName.GetBuffer();
pSetOID->Data = ... ?
nIOStatus = DeviceIoControl(ndisAccess, IOCTL_NDISUIO_SET_OID_VALUE,
pSetOID, sizeof(NDISUIO_SET_OID),0,
1024, &dwBytesReturned, NULL);
if( nIOStatus )
{
m_text.SetWindowTextW(L"set state ok");
}
else
{
m__text.SetWindowTextW(L"set state failed");
}
What should i set for
pSetOID->Data = ... ? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113506
doing stuff during device hibernation
I have an app running WM5 PPC (Cingular 8125).
The app is a client that needs to send periodic heartbeat messages to its
server. When the device enters into the hibernate mode the Form.Timer does
not seem to work, because I cannot see the heartbeat being sent (maybe the
timer works, but the 'OnHeartbetTimeout' cannot run). Is there a way to make
it work (preferably without waking the whole device - no need for UI at this
point)?
What I have also seen is that when the device receives a message from the
server, it is able to respond (send a TCP message back), without being
explicitly woken up (no use of 'SetSystemPowerState'). How does that work?
Can I mimic this behavior? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113504
error 10022 on HP ipac pocket pc
Hello everybody,
I just have a question concerning this error 10022 on HP ipac. I am trying
to use a socket connection in bluetooth but I get this error when I want to
connect to the remote device.
here is my code:
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD(1,0);
err = WSAStartup( wVersionRequested, &wsaData );
WSASetLastError(0);
if (err == 0) {
SOCKADDR_BTH sa;
BT_ADDR b = (BT_ADDR) 0x0050f2e46858;
SOCKET s = socket(AF_BT, SOCK_STREAM, BTHPROTO_RFCOMM);
fprintf(fp,"socket created %d\n", s);
memset(&sa, 0, sizeof(sa));
sa.addressFamily = AF_BT;
sa.btAddr = b;
sa.port = 1 & 0xff;
fprintf(fp,"Error %d\n",WSAGetLastError());
//HERE is where I get the 10022 error
(connect(s,....))
if(connect (s, (SOCKADDR *)&sa, sizeof(sa)))
{
fprintf(fp,"Error %d\n",WSAGetLastError());
}
closesocket(s);
fprintf(fp,"Connection done %d\n", err);
}
WSACleanup();
fprintf(fp,"Error %d\n",WSAGetLastError());
I read on a forum that I should buy and download the Broadco
SDK(http://64.233.161.104/search?q=cache:wRlSs7T2u3sJ:www.codecomments.com/archive425-2005-7-519040.html+btAddr&hl=en&lr=&strip=1)
Could someone confirm me this? Or otherwise help me to debug my program..
Thanks a lot for your help
Julien Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113501
IBM J9 on Pocket PC 2003 Second Edition
Hello,
I am trying to install the IBM J9 JVM on the windows Pocket PC 2003
Second Edition emulator (using the following image file:
PPC_2003_SE_WWE.bin).
I share the following files:
weme-midp20-wm2003-arm_22.CAB (wich come from the following install
file:
weme-wm2003-arm-midp20-5.7.2-P-20050304-1743.exe)
The on the Pocket PC I can acces the cab file, and Install it.
I get the icon (MIDlet HQ) on the Programs menu, but when I launch it I
get this message:
" 'emulator' is not a valid Pocket PC application ".
Any Idea,
Thanks.
PS: If it works the I will install it on a Ipaq H6365
--
Romain Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113500
vs 2005 ques.
hey all,
can you develop for ppc 2002 and 2003 devices if you have visual studio
2005? will i have to download sdk's for older devices?
thanks,
rodchar Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113496
Beginner's question
I'm starting to developp a simple program for Pocket PC.
The first step is:
1. Click on the button, select XML file via OpenDialog, read that file into
DataSet and display data on the screen.
The first problem:
How do I copy XML file into Pocket PC Emulator area (or whatever is it) ? I
have that file on my machine. Or how to see the contents of my drives on
development machine from Pocket PC Emulator.
I see there several existing folders via File Explorer, but how to see my
development machine?
Thank you
Al Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113490
ce property database slow down
I am developing a pocket pc application using embedded vc++ 4.0. The platform
is Win CE 4.2. I am using CE property databse to store the datas/records.
The data insertion/access to the property database slows down after inserting
around 500 to 1000 records. Is there any way to improve the performance to
data access Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113489
Bypass the "want to install" dialog
Hello all,
Is it possible to automatically install an application on my pocket pc
(using win ce) ?? I mean, bypassing that message box that ask if you
really wants to install the app...
Thx in advance Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113486
What tools to build apps for wince/wm ?
Hi,
What development tools can I use to write application on wince and pocketpc
devices?
I know there are evb, evc++ and visual studio. Which version of VS can write
apps for wince? and can evb and evc++ support Traditional Chinese
characters?
Thanks Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113484
HELP
SOMEONE CANT HELP ME
I HAVE A POCKET PC WITH WM 5.0 AND WORK WITH ACTIVESYNC 4.1.0 I NEED CREATE
A APPLICATION THAT COPY ONE FILE OF MY DESKTOP TO MY POCKET PC
SOMEONE HELP ME????????? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113470
resize the picture
Hello
I create a dialog in VS2005. I wnat to show a picture in dialog.
Could I resize the picture and show it in dialog??
what function or method will perform it??
Thanks a lot. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113469
PPC Emulator drives won't load
I am running VS.NET 2003 on a Windows Server 2003. I get the following
message when logging into the server...
"Devices or applications disabled"
"Virtual PC/Windows CE Emulator' will cause Windows to become unstable.
Windows has prevented these drivers from loading."
Then it says to click for more information and it takes me to the microsoft
website but it says there is no information available for this problem.
I think it started occurring after installing some Windows security updates
last week, but I'm not sure as it's been over a month since I used VS.NET.
Has anyone heard of this problem? Or is there a new Emulator version besides
the one that comes with VS 2003? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113468
show the picture in background
Hello
I create a dialog in VS2005. If I wnat to show the picture in background
and put button under the picture,
what function or method will achieve it??
Thanks a lot. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113467
Show picture in dialog
Hello
I create a dialog in VS2005. If I have a picture in a specified path and
I will show it in the dialog,
what function or method will achieve it??
Thanks a lot. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113466
Connect PPC before ActiveSync Installed
I have never done this (connect a Pocket PC to a computer that did not have
ActiveSync installed), but I have heard that it would cause the Windows New
Hardware Wizard to establish an incorrect and permanent association with the
Pocket PC that is not corrected by merely installing ActiveSync afterwards. I
have customers who may have done this, though. My question is, how can I
instruct my customers on the proceedure to clear the computer of this incorrect
device recognition so they can use ActiveSync properly? Can they just go to the
Device Manager and find a bogus device and click on "Remove"? What will the
bogus device name be?
Robert Scott
Ypsilanti, Michigan Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113465
Enumerating DirectShow MediaTypes on HTC Hermes/TyTN lists only 160x120@7.5Hz !
Hi all,
I just got a TyTN and was instantly very impressed with the camera's
quality. So i tried my DirectShow camera library which I know to run
fine on the HTC Wizard/Universal/Tornado devices, but I immediatelly
realized the following problem:
When i enumerate the camera modes on the TyTN, the only mode i get is
160x120, 7.5Hz, YUV12. While my lib can play that back without
problems, I'd rather acess those modes with higher resolution and
framerate.
Looking at the built-in camera tool and comparing the video quality
againt other devices I'd guess the preview runs at 320x240 at 7.5 Hz
(video quality of the preview is really great). I already checked that
this is the higher quality camera on the back side and not the low
quality camera on the front side.
Is HTC trying to block us from using the more advanced camera modes
via DirectShow or am i missing something here?
thanks for any hints,
Daniel Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113463
PPC 2002 simulator under Linux?
I'm trying to run eVC++ 3.0 and the PocketPC 2002 simulator under
Windows 2000 Pro, under Win4Lin Pro under Linux. eVC++ seems to run
fine; everything in my project compiles and links as usual, but when it
tries to start the emulator, it crashes and I get a blue screen, with a
Stop Error (PAGE_FAULT_IN_UNPAGED_AREA).
I remember getting that same error the first time I tried to run eVC++
under Windows XP (on the metal); the solution was to add the /execute
switch in boot.ini.
However, as far as I know Win2k does not support the /execute switch,
and even if it did, I'm not sure if this kind of low-level processor
setting is even supported by Win4Lin. I guess I should try installing
XP under Win4Lin, instead of 2000, but my XP CD is sp0, which the
Win4Lin installer does not support directly.
I'm wondering if anyone is successfully running the PPC 2002 simulator
under Linux, maybe by running XP (instead of 2000) under Win4Lin Pro,
or maybe by using VMware or Parallels...
Thanks for any insights!
- Thomas Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113461
How to control the SIP input panel?
I use chinese version, the default input panel is to input chinese.
Therefore, not english and number key. When I run my program, I need to
change it back to english key manually. How can I control it by program? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113460
How to run ink in the program
I have a Ink to start the sybase DB, I want to use program to control it.
What should I do? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113459
RegisterHotKey
Hi,
I need to invoke an application on press & hold of a hard key using
evc++. I am creating the application for pocket pc. I tried using the
RegisterHotKey API with MOD_HOLD as parameter. The below line gives an
error. When I tried to capture the error using GetLastError(), it
returns 6.
BOOL bRet = RegisterHotKey(mhwnd, 0x006A, MOD_HOLD, VK_TTALK);
I am not sure what is the cause of this error. MOD_HOLD is not
documented is MSDN. When I look into the winuserm.h, it is mentioned as
below,
// Extension of WM_HOTKEY MOD_* values for Mobile
#define MOD_HOLD 0x8000 // Was WM_HOTKEY caused by
Press&Hold
Please help me to solve this issue. Please let me know if there is any
other way of doing the same(invoking the application on Press & hold of
a hard key)
Thanks Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113458
UDP for Pocket PC 2002/03
Hi all,
I'm writting an appln for RTP multicast over UDP for pocketpc.
The whole thing server & client are working just fine for desktop.
But the client appln. for ppc just don't recieve UDP messages even I
tried with a simple example ie from MSDN.
I'm using 224.0.0.4 & port 11000, & pocketp connected via activesync.
Any thing more to do, any idea??
Thanks,
- Aditya Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113456
VS2005 - Design.UnsafeUserControl Error?
Hi All,
I am creating user controls for VS2005 that I would like to be available in
the designer for other developers to use. After the control is dragged on to
a Form from the toolbox, it shows up with no problems. If I close and
re-open studio, I get errors on some of my control's properties.
Example:
The type 'Microsoft.CompactFramework.Design.UnsafeUserControl' has no
property named 'DropDownStyle'.
This is from a property that I created that uses a public enumeration within
the class of the user control.
Why am I getting these types of errors, and how do I prevent them? I do
want the user to be able to modify them in designer because they affect the
behavior of the control (some visual, others data).
Thank you advance,
- Craig Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113454
Start app with form minimized/hidden to host TrayIcon & ContextMen
Hello:
Found a couple of great articles on how to put a tray icon on the taskbar,
and that has worked out almost fine...(but do have a question about it
below)...
Now on to step two: wiring up its click event to a Menu to show various
possible secondary forms, and Exit the app all together.
This brings up two questions:
a) how to start that first form minimized, so that it is never seen, and is
just a container for a Context Menu? With Visible=false, Location set to
-1000,-1000, Size set to 0,0...still shows up.
b) In CE there appears to be no ShowPopup like in desktop. How do I wire up
the Tray icon to show a menu? Can I use the MainMenu instead btw?
c) The tray icon code I am using is variations of the classic NOTIFYICONDATA
solution...which are all relying on a IntPtr to the Exe's embedded icon.
Anyway to get this to be more dynamic so that I can use the icon to show
WebAccess status back to a server, or other metrics?
And, seeing that this just might be the wrong way of going about this, might
as well ask: anybody have a smarter solution to show a tray icon, and
associate it to a context menu, but not show the form? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113453
Pocket PC navigation pad requirements for microsoft certification
I've spent some time investigating the web site,
http://msdn.microsoft.com/mobility/windowsmobile/partners/mobile2market/participatevendors.aspx
As well, I have look at the PDF handbook for PPC, but cannot find any
specific requirements for the five-way pad with a PPC application. Could you
please tell me, what are the requirements regarding this?
Thank you Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113449
Could Windows Media Player ActiveX control play back MIDI?
Hi all,
My tools:
WM PPC 5.0
MS VS 2005
WMP SDK 10
WMP 10.2 Mobile for Pocket PC
Please explain why I can play back MIDI by using WMP on my device and
coudn't play back the MIDI on same device by using WMP ActiveX control.
If I try to play back MIDI by WMP ActiveX then I get Windows Media
alert "Cannot play back the file. The Format is not supported."
Could Windows Media Player ActiveX control play back MIDI?
If answer on above question is positive then what need to do for it?
Thanks,
DM Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113445
Sockets : Send locking up when network is poor
This one is giving me a headache.
Under unstable network conditions, I can create my socket
sd_ = socket(AF_INET, SOCK_STREAM, 0);
if (connect(sd_, (sockaddr*)&sin_, sizeof(sockaddr_in)) ==
SOCKET_ERROR)
{
...
But when I try to send any data on it nothing gets through (fair
enough, the network is dodgy after all).
cbBytesSent = send(sd_ , (char*)bp , cbLeftToSend , 0 );
Because my app. continually tries resending data and after a while this
call just stops returning. Which locks my app up.
Is this a buffer problem? It ought to return me an error.
Ta. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113442
How to set Icon property of form
Hi,
I set the Icon property of the form(Pocket PC using c#).
But it is not showing.Is there any method to set the
icon of the form for pocket pc using c#?
Thanks in advance.
Priya Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113435
VS2005 CF2 Menu Items
Hi all
is it possible to programatically highlite a specific menu item within a
mainmenu object.
i.e. with something from the following snippet.....
MainMenu mnuQuickNav = new MainMenu();
MenuItem mnuBoosted1 = new MenuItem();
MenuItem mnuBoosted2 = new MenuItem();
MenuItem mnuBoosted3 = new MenuItem();
mnuBoosted1.Text = "Boosted 1 ";
mnuBoosted1.Click += new EventHandler(Resources);
mnuBoosted2.Text = "Boosted 2 ";
mnuBoosted2.Click += new EventHandler(Resources);
mnuBoosted3.Text = "Boosted 3 ";
mnuBoosted3.Click += new EventHandler(Resources);
MenuRight.MenuItems.Add(mnuBoosted1);
MenuRight.MenuItems.Add(mnuBoosted2);
MenuRight.MenuItems.Add(mnuBoosted3);
// some other bits for the left menu ...
mnuQuickNav.MenuItems.Add(MenuLeft);
mnuQuickNav.MenuItems.Add(MenuRight);
Menu = mnuQuickNav;
I would like to say highlite the second MunuItem (mnuBoosted2) on the right
hand menu whenever anyone clicks on the Menu option at the bottom of the
screen
thanks in advance
Andy Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113431
Cab file name
Hi,
I am trying to retrieve the location and the name of the Cab file that
is being run by wceload in setup.dll. Does anyone have any success in
retrieving these information? Any help would be appreciated. Thanks!
Jacky Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113412
Alerts not working
I am running Windows Mobile 5 on my Sprint PPC 6700 phone. I'm not sure
what happened, but all of a sudden my alerts/reminders are not working. I
have several Outlook reminders setup on the device, and none of them are
alerting me.
What could be the problem?
Mervin Williams Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113406
Ann: NS BASIC Programming Contest
NS BASIC Corporation has announced its 7th Programming Contest.
Judging is based on quality, performance, ease of use, sophistication
and overall coolness. Apps must be written using NS Basic and can be
for enterprise, business, commercial, education, games or even
something whimsical. The deadline for entries is September 01 at 12:00
midnite EST.
NS Basic provides an easy to use VB6 like environment based on
VBScript. It runs on virtually all Windows CE devices from CE 3.0 to
the present, with the exception of SmartPhones.
Complete details about the contest are here:
<http://www.nsbasic.com/desktop/PR/pr.060712.html> Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113401
JavaScript with PIE
Hi!
I have problem with Javascript in PIE.
I have transparent menu written in Javascript, that works
with onChange events, but now I need to adjust it for
pocket PC. Therefore I need to call the same events
bu with onClick event.
I tried doing something like
onclick="javascript:onmouseover()"
but it doesn't work!!
(that is the easiest solution)
Any idea how to solve this problem
(if it is possible to call javascript function within
other one!!?)...?!?!? Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113397
Bluetooth application development
Hi, the landscape for developing BT applications on .net cf / pocketpc
seems a bit convoluted given all the different stack implementations,
application libraries (that seem to have specific dependencies on stack
implementations), and microsoft's poor API support / documentation for
development of BT apps using .net cf.
I am new to this, and what I want to do seems relatively simple, but I
wonder if someone might be able to point me in the right direction.
End Goal:
There is a proprietary piece of hardware which will interface with a
pocket pc device over bluetooth. I don't know what the bt stack, etc.
is on that proprietary hardware -- someone else is developing this. I
am developing the pocketpc side. On the pocket pc side, I have windows
mobile 5.0, which appears to have the Broadcom/Widcomm stack.
The messages that are exchanged are a proprietary network protocol. I
built an application that ping/pongs these messages over Wi-Fi using
UDP. Once I get the UDP packet, I strip out the payload, interpret the
proprietary header/data, etc. I want to do the same over Bluetooth,
but I'm not even sure where to start.
I tried looking at Peter Foot's 32feet bluetooth API, but it is not
compatible with my device.
I need to develop a client/server approach with the pocketpc talking to
my laptop and my laptop simulating the hardware device that will
eventually act as the server. So, I need to develop both sides of this
application. My laptop also has integrated Bluetooth with the
Broadcom/Widcomm stack.
Q: Do I need to buy some 3rd party libraries to accomplish this?
http://franson.com/bluetools/index.asp?ref=google
http://www.high-point.com/
Q: If the answer to that is no, can I just develop some way to set up
the serial profile over the COM port? I see this page:
http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/west/default.aspx
I downloaded that code/library -- documentation is nil. I am unsure
exactly how to use it or if it will indeed work both on pocket pc and
on windows xp.
Thanks in advance!
Regards,
Davis Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113391
Creating Shortcutss on winCE via batch file
Let me explain what I am trying to accomplish. I have a device I want
to run a bat file on that clears the desktop, and then creates
shortcuts to particular programs on that device back on the desktop.
The clear desktop is not an issue, but I am lost to how to create
shortcuts within a bat file. The device I am running this on has
WinCE5.0. Any suggestions would be greatly appreciated. A simple copy
of the shortcuts from a network drive will not work either because the
lnk doesn't keep its association during the copy for some reason. Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113390
OpenNetCF
Hi,
is there any place to find some full samples of "connection manager"
that works with event assignament (Connected,...), GPRS and Socket
connections?
Can I create a new connection with OpenNetCF?
Any help for establish a remote connection via Socket.
Better if the samples are in VB.NET / PPC2003
Thanks in advanced Tag: How to debug tmail.exe on WM5 by VS2005. Tag: 113387
Hi, I wrote a component of tmail, how to debug it on WM5 by VS2005.