A revolutionary application, iShop from SmartWorlds
Hello, we wanted to share with you a free application that we
developed at SmartWorlds (http://www.smartworlds.com).
The application is called iShop. It allows a WiFi enabled Pocket PC,
Smarthphone and J2ME Cellulars to get information and reviews on Books
and Electronics from Amazon.com directly to your Pocket PC,
Smarthphone and Cellular. You can download for free the application
from http://www.smartworlds.com/ishop.htm. Also we have two forums
dedicated to iShop, one on yahoo
(http://groups.yahoo.com/group/ishop-mobile/) and the official one on
the site.
We hope that you like the application and please feel free to gives us
feedback on iShop, it will help us to improve the application.
Thank you
SmartWorlds Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76800
moving from evc 3.0 to 4.0
i've got a project in 3.0 and would like to move to 4.0..
but like to still support PocketPC 2000 devices.
firstly, when i open evc 4.0, will i have to re-create
projects for it.
the executable created with 4.0, will it run unchanged
on PocketPC 2000 devices.
thanks. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76797
Determining font size to use on Windows Mobile 2003 Second Edition
FYI - sample C# code for this has been posted on the team blog:
http://blogs.msdn.com/windowsmobile/archive/2004/04/17/115294.aspx
--
Robert Levy
Program Manager, Microsoft Mobile Devices Product Group
This posting is provided "AS IS" with no warranties, and confers no rights. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76796
Pro Football Game for Pocket PC
Pocket PC owners who are football fans and stats junkies may wish to try out
"FuhbawPPC" for the Arm 1100 processor. And possibly other CPU if you ask.
--
http://www3.sympatico.ca/hpolvi/
home of FuhbawPPC, Haakee and Beisboll
H.Pol Sixe
hpolvi@hotmail.com Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76791
How to read out DLL which is in ROM ?
Hello,
i want to read out a DLL (e.g. coredll.dll and a few others, to see what
functions are imported / exported, readable text inside the DLL) from my
PocketPC, which is stored in ROM of my device. Is this possible ? I thought
about touching the file (so OS is creating a copy of the file in RAM) or by
just reading complete DLL and writing a copy to a new file. Is this possible
?
Perhaps there is already a tool for doing this ?
Regards,
Martin Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76790
HP Jornada 928
I've been trying to find the flash memory directory "HP Safe Store", as
mentioned in the following web page, but the directory isn't there.
http://h20015.www2.hp.com/en/document.jhtml?reg=&plc=&lc=en&cc=us&prodId=hpjornada989523&docName=bpia2363&cat=use
Any ideas or knowledge?
Thanks
Dave Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76788
OK selection detect in Property Sheet
(eVC4, MFC, Pocket PC environment)
I have a property sheet opened. I would like to know what's the
message/event I can customise when the user clicks the OK button at the top
right of the display.Thanks. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76782
Debugging my app while it runs on the device
Hi
I have an app that is ok in the PPC2003 emulator (VB.Net/VS 2003 .Net) but behaves differently when deployed on the device. I'm going spare putting in MessageBoxes everywhere. Can I use the debugger while executing the app on my device? I have ActiveSync 3.7.1. installed and my development machine is 2003 Server
I've tried making my "deployment device" the "Pocket PC Device" rather than the emulator and, when I do that, the "establishing connection" displays for a while then it fails with a message saying there were "deployment errors" but no details
Cheers, Peter Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76780
Help: Visual Basica nd Pocket PC
Loaded c++ 4.0, SP3, Visual basic .net, and then Pocket pc 2003 sdk.
When I then go into Visual Studio there is no pocket pc project templates.
What did I do wrong? Have uninstall and reinstalled 3 times with same
results. Heeelllppp! Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76775
Pls recommend alternative pocket PC to HP
We've experienced such bad service with our other HP products, we no longer
want to purchase anything from HP. We no longer want the HP 5000 PDF series
PDAs with wireless and windows pocket PC support. Could anyone recommend
alternative non HP products with similar features. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76772
How do I read PocketPC registry from ASP.NET application
Hi All,
I would like to be able to read Device ID from PocketPC.
I guess I have to read PocketPC's registry somehow.
How do I do this?
--
Thanks for your time
Goran Djuranovic Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76766
Impossible to delete MyProgram.exe
Hallo,
I have writeng a program for mij Cassiopeia 2002 in VCE++ 3.0
After that I have run the program, I am no more able to delete it.
I always get the warning : Access is denied.
This even happens with the MS demo program "Hallo World"
After pressing the reset button, I can delete it.
Regards
Frits Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 76760
Flickering with SHRecognizeGesture()
My program's main window usually is flicker free, but when the user taps and
holds somewhere, I get extreme flickering.
My WM_LBUTTONDOWN handler:
SHRGINFO rg;
rg.cbSize = sizeof(rg);
rg.hwndClient = hWnd;
rg.dwFlags = SHRG_RETURNCMD;
rg.ptDown.x = LOWORD(lParam);
rg.ptDown.y = HIWORD(lParam);
if(SHRecognizeGesture(&rg) == GN_CONTEXTMENU)
{
Click(LOWORD(lParam),HIWORD(lParam),false);
InvalidateRect(hWnd, 0, FALSE);
}
else
{
Click(LOWORD(lParam),HIWORD(lParam),true);
InvalidateRect(hWnd, 0, FALSE);
}
Is this not the correct way to do it?
Any ideas why my window flickers so much when using the context menu
gesture?
Thanks!
- Pete Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74759
have problem when receiving multicast packet
I have try to use the sample program of receiving mulitcast packet which is
on this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecomm/htm
l/_wcesdk_receiving_an_ip_multicast_datagram_sample.asp
Whenever the function recvfrom is calling, the PPC stop there. I have try to
use that sample program on desktop ( usning VC++), there is no problem.
Could anyone tell me what the problem is ?
THX~~~~ Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74756
have problem when receiving multicast packet
I have try to use the sample program of receiving mulitcast packet which is
on this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecomm/htm
l/_wcesdk_receiving_an_ip_multicast_datagram_sample.asp
Whenever the function recvfrom is calling, the PPC stop there. I have try to
use that sample program on desktop ( usning VC++), there is no problem.
Could anyone tell me what the problem is ?
THX~~~~ Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74755
embedded VB Screen in landscape orientation?
Hi
I want to create an App that shold show his data in landscape view. How
can I do this?
Thanks Jens Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74753
Using the Windows CE .NET Internet Explorer ActiveX Control
I went by implementing Mike Hall's article on "how to use eMbedded
Visual C++ to create an MFC-based application that hosts the Windows
CE .NET Internet Explorer ActiveX control". Everything went well and
all compiled, but when I run the file on my iPAQ H5550 (CE 4.2), it
gives an error "Failed to create empty document". It doesn't seem to
be a memory leak problem, as some have posted on different newsgroups.
It can't be from my mfcce400.dll or olece400.dll either. Does anyone
have any other suggestion on what can be the cause of this error? I'd
appreciate any tiny clue.
-Amir Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74752
Intel C++ compiler for embedded Visual C++
Why use this compiler over Microsofts? Does anyone know if there are any
significant performance increases?
http://www.cs-software.com/software/fortran/intel/intel_win_em.html
Thanks
Doug W.
www.pda-robotics.com Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74751
focus event on fields in a tabbed page
Hi all,
I am trying to set the focus on the first textbox that
appears when a user clicks on a tabbed page of a tabbed
control. However, When I try it with the tabPage.GotFocus event , or the
Click event, the cursor
is not positioned in the desired field (i.e. does not position at all). Any
suggestions?
Thanks,
Carlos Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74748
Right aligned text in textbox not working (C#)
I cannot get text in textboxes to be aligned right. I cannot choose it in design time. If I add code in InitializeComponent, the text displays correctly at design time, but not at run-time
If I add code for run-time execution, nothing happens
I use
textbox1.TextAlign = HorizontalAlignment.Right
Have I missed something basic here? Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74745
Autocompletion in languages other than English
Hi all,
How can I change PocketPC 2002 to use autocompletion in other languages,
like Spanish or Portuguese?
Thanks in advance,
Fabrício de Novaes Kucinskis. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74743
WSE 1.0 and compact framework
Hello all,
i would like to know if i can use the new class microsoft.web.services for
develop mobile application; when i insert that reference i got 3 error:
impossible found a dependency "system.configuration.install"
"system.security" and " system.web"
I have develop a webservice that use gzip to compress a dataset and then
attach it to soap context; i read and uncompress it without problem but how
can do the same from pocketpc ??
many thanks, Jo Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74739
automate bluetooth startup
Hi,
I want to automate the following:
1. Turn on bluetooth
2. Connect using one of the saved shortcuts in Bluetooth manager
3. Start up a vb app.
It is possible to create a batch file to automate these 3 steps? Or another
way?
thanks. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74736
KeyBoard
Dear , sir
How can i create new keyboard my VB.NET Code , I need to design new
keyboard (as numberic only or some chrector only)
THank you Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74731
Wireless Develop in PocketPC
Hi All,
I'm new to PocketPC develop world. Right now I've a board which is used for
collecting data and transfer to my desktop. Currently I'm using RS-232 cable
to connect the board to my computer. But I want to change to wireless
communication. User can just use a PocketPC remotely monitor/change data in
the board. The data package is about 30 bytes but I need to send/receive it
every 1 second. The connection must be easy to use and reliable. My
questions are:
1. I dont know which way I can use, Bluetooth or 802.11, or any others I
dont know?
2. Besides I've to develop another application on PocketPC, what else I need
to do to accomplish the project?
3. I heard about Wireless RS-232, does anybody use it or can it be used for
my project?
4. Anybody recommend a good website for wireless develop in PocketPC?
Thanks in advance!
Sincerely,
Andy Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74730
backlight control with GAPI (?) wtf
I'm trying to find out how to control the backlight level.
Searching Microsoft the only reference I can find is in the features of
GAPI.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/htm/_gamex_gapi_solutions.asp
It says "Flash the back light for special effects -> [GAPI] Manages the
problems and provides a simple API call to accomplish this."
But in the documentation of functions in GAPI I can't find any reference to
the backlight level.
So is this a typo in the GAPI features? it's listed for both the 2002 and
2003 versions of GAPI.
Does anyone know how to control the backlight level? Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74729
POOM - Finding contacts
I am attempting to write an application that will make use of the
contacts in Pocket Outlook.
I would like to provide good ways to find a contact, much the same as
the normal CONTACTS application works.
Is there anyway to tap into the underling code for the Find By Name
functionality and/or the taping of the index bar at the top of the
contact list?
Thanks
-------------------------------------------
Roy Chastain Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74728
Getting SqlDBType form database
Hi
I am retrieving some records from SQLCE database and storing them in DataSet
I am trying to get database columns DataTypes
Using my_dataset.Mytable.My_column.DataType gives me System.Type, not SqlDbType
How I could get SqlDbTypeâ?¦.
Any suggestions would be really appreciated
Thank you
Gre Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74723
Is PC2003 or PC2002 machine
I want to automatically install the eMbedded Visual Basic
Runtime for Pocket PC 2003 if required when installing an
application from the desktop.
Does anyone know how to determine if the PocketPC
attached is a 2003 machine?? Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74722
Embedded Visual Basic 3.0 On Pocket PC 2003
I need help!! Probably guessed that by now.
We are trying to run a program created in embedded Visual
basic 3.0 and run it on a New Ipaq5555 that is running
Pocket PC 2003 and the program just won't respond. We have
been Running the Program on the Ipaq3955 which runs Pocket
PC 2000.
Does anybody know how to fix this problem is there an
update or service pack of some sort for Embedded Visual
Basic?
Any Help would be greatly appriceated
Thanks in advance
Tony Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74720
Printing to IRDA Printer from PocketPC
Hi!, have a little problem with the connection to my IRDA printer (EXTECH Printer), the snippet below can read the device but can't make the connection to the printer to start the job, someone can tell me what I missing!, or how can I do to print to my IRDA Printer from my pocketpc using sockets or IRDAClient, etc.
Private Sub PrintTxtContents(
Dim IRDAPrinter As New IrDAClien
Dim EndPnt As System.Net.IrDAEndPoin
Dim IRStream As Strea
Dim IRDADevices() As IrDADeviceInf
Dim i As Shor
IRDADevices = IRDAPrinter.DiscoverDevices(10
If IRDADevices.Length > 0 The
For i = 0 To IRDADevices.Length -
ListBox1.Items.Add(IRDADevices(i).DeviceName & " " & IRDADevices(i).Hints & " " & IRDADevices(i).CharacterSet
Nex
Tr
EndPnt = New System.Net.IrDAEndPoint(IRDADevices(0).DeviceID, "IrDA:IrCOMM"
IRDAPrinter.Connect(EndPnt
IRStream = IRDAPrinter.GetStrea
ListBox1.Items.Add("Stream :" & IRStream.Length
Catch ex As Exceptio
If EndPnt Is Nothing The
MessageBox.Show(ex.Message.ToString, "In OpenConnection EP Nothing"
Els
MessageBox.Show(ex.Message.ToString, "In OpenConnection"
End I
End Tr
End I
End Su
Regards
Carlos Var Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74711
MessageBox returns 0
According to the MEssageBox documentation:
Return Values
Zero indicates that there is not enough memory to create the message
box.
But my messageBox does pop up!
I want the user to choose either YES or NO, to do 2 different things.
But my messageBox pops up, and refuses to go away, while the program
continues running. The reason is because the MessageBox returns 0
immedietely. Any ideas how to make the MEssagBox not return 0? I can't
see how there can be insuffcient memory when the box does pop up in
the way i want it.
My code:
retVal = MessageBox(NULL, L"blah blah", TEXT("Error"), MB_YESNO |
MB_TOPMOST | MB_ICONEXCLAMATION);
if (retVal == IDOK)
.....
Thanks! Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74709
DirectoryInfo.GetFiles fails on Built-in Storage\My Documents on Axim X3 but not Axim X5
The following code works on Axim X5 running Pocket PC version 3.0.11171,
but fails on a Axim X3 running Pocket PC version 4.20.1081with an
IOException.
Files can be created in the Built-in Storage folder but the directory can't
be listed
FileInfo[] files = null;
try {
DirectoryInfo di = new DirectoryInfo("\\Built-in Storage\\My Documents\\");
files = di.GetFiles();
int n = files.Length;
} catch (Exception ex) {
MessageBox.Show(ex.Message);
} Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74708
Help!! Does anyone have IPAQ_PPC_SDK.zip ?!?!?
(sorry for the double posting, looks like I really messed up the
subject of my last one and I'm desperate ;)
Hey all.
I am trying to update an old PocketPC application of ours, and I am
missing the "CPQInfo.h" file from the Compaq IPAQ SDK
(IPAQ_PPC_SDK.zip).
This file used to be hosted by Compaq on its "Customer Support
Alliance" site. I guess that fellowship has been broken; the site is
now gone completely and every link I can find to it points to the old
location (it is gone daddy gone!).
I really really need that .h file in order for the serial number code
in my app to compile. In fact, the whole zip would be nice (it's only
17k). I know there are other Proper ways to do this now, but my goal
is to make this application compile as-is, so that I can make some
minor updates to it... THEN go about fixing it to use the new way of
doing things (and make a PPC 2003 build of it).
If ANYONE has it or can post a link to it, please let me know!! You
can email me at damien{.at.}groovey.com . Your karma will be forever
improved!! Even just the CPQInfo.h file would save me!
Thanks!!!
D. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74704
Pocket PC Developer Network Forum Index -> eVC++ View previous topic :: View next topic Author Message damien Joined: 05 Mar 2004 Posts: 1 Location: Victoria, B.C. Posted: Fri Mar 05, 2004 1:31 am Post subject: Help!!
Hey all.
I am trying to update an old PocketPC application of ours, and I am
missing the "CPQInfo.h" file from the Compaq IPAQ SDK
(IPAQ_PPC_SDK.zip).
This file used to be hosted by Compaq on its "Customer Support
Alliance" site. I guess that fellowship has been broken; the site is
now gone completely and every link I can find to it points to the old
location (it is gone daddy gone!).
I really really need that .h file in order for the serial number code
in my app to compile. In fact, the whole zip would be nice (it's only
17k). I know there are other Proper ways to do this now, but my goal
is to make this application compile as-is, so that I can make some
minor updates to it... THEN go about fixing it to use the new way of
doing things (and make a PPC 2003 build of it).
If ANYONE has it or can post a link to it, please let me know!! You
can email me at damien{.at.}groovey.com . Your karma will be forever
improved!! Even just the CPQInfo.h file would save me!
Thanks!!!
D. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74703
Strange eVB application lockups on Symbol 8100
Hi all,
I've deployed an embedded Visual Basic application on four Symbol
8100 Pocket PC 2002 units and am having problems with the program
locking up at random times requiring a soft reset of the unit(s).
The program is a stockroom application that allows the user to
scan barcodes of items in the stockroom and purchase it. They
scan a barcode on their employee badge to identify themselves to
the scanner, then proceed to scan the barcodes of the items they
want to purchase, and enter in the quantity they purchase.
The app has five different forms and is pretty straight forward.
There's no API calls going on. Just some forms being shown and
hidden as needed. When the user completes their order it gets
written to a file on the scanner.
The app can lockup on any screen in the app, at apparently
random times; I can't see any patterns to the lockups. I've
checked for memory leaks with the idea that all of the RAM might
be getting chewed up, but this doesn't seem to be the case.
I know that's not a lot of info to go on, but has anyone seen
stability problems with the eVB apps? Could this be a problem
with the Symbol unit/SDK? I've got all the latest service packs
for the SDK but they haven't helped.
I thought I read somewhere on the net that the eVB date functions
like "Month" and "Day" could cause problems, which my app was
using, so I switched to using just "DatePart" instead, but that
hasn't helped either.
Any suggestions welcome. Using eVB 3.0 2002 Edition. TIA!
- Dave Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74700
ANN: OpenNETCF code drop and new features
Yes, more OpenNETCF.org news!
* We've exceeded 40,000 binary and source downloads!
* We're released a new code drop for the OpenNETCF namespace. There were a
few new classes added and some bugs fixed. The source can be downloaded and
the changelog can be viewed at www.opennetcf.org/sdf/
* We've added a new feature: Source Browsing. Now youy can view all of the
SDF source through your browser:
www.opennetcf.org/sourcebrowse/
* We've released a new version of the Communication library (v 2.5) which
contains some bug fixes.
* You can now show your support by buying OpenNETCF.org swag:
http://store.opennetcf.org/
--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74697
Not find Ressource Assembly
I installed a made application in VB.NET for Pocket PC and compact Framework
and functioned perfectly. Now I formatted pocket, I installed compact
framework and the application and gives the following error again: Not find
Ressource Assembly. Some ideia?
--
Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: passos@rcsoft.pt
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 239708705 ext. 401 Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74685
cap file on the emulator?
Hallo,
i use the PPC2002 Emulator and ms embedded vb
can i install a cab file of the emulator? Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74683
Delete problem in the PPC2002 to PPC2003 migration code
Hello Friends,
I am migrating an application from PPC2002 to PPC2003. I have got all
the code compiled successfully and built the executable. But when I
run it on the device it gives some problems. In my code there are lots
of deletes called. The migrated application crashes in every detete
that is called. It is not that the delete is wrong. It is a properly
tested code for PPC2002 platform. If there is anybody who had
experianced same problem and wishes to share then they are morethan
welcome.
Thanks and Regards
Mandar Sarpotdar Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74682
Delete problem in the PPC2002 to PPC2003 migration code
Hello Friends,
I am migrating an application from PPC2002 to PPC2003. I have got all
the code compiled successfully and built the executable. But when I
run it on the device it gives some problems. In my code there are lots
of deletes called. The migrated application crashes in every detete
that is called. It is not that the delete is wrong. It is a properly
tested code for PPC2002 platform. If there is anybody who had
experianced same problem and wishes to share then they are morethan
welcome.
Thanks and Regards
Mandar Sarpotdar Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74681
Delete problem in the PPC2002 to PPC2003 migration code
Hello Friends,
I am migrating an application from PPC2002 to PPC2003. I have got all
the code compiled successfully and built the executable. But when I
run it on the device it gives some problems. In my code there are lots
of deletes called. The migrated application crashes in every detete
that is called. It is not that the delete is wrong. It is a properly
tested code for PPC2002 platform. If there is anybody who had
experianced same problem and wishes to share then they are morethan
welcome.
Thanks and Regards
Mandar Sarpotdar Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74679
TcpListener
Hallo Everyon
I am having a problem setting up a tcpListner, I get the erro
An unhandled exception of type 'System.Net.Sockets.SocketException' occured in System.dl
Additional information: The requested address is not valid in its context
The code that made this error is
Dim LocalIp As New System.Net.IPEndPoint(System.Net.IPAddress.Parse("192.168.1.104"), 8000
Dim tcpListener As New TcpListener(LocalIp
tcpListener.Start(
My local IP is 192.168.1.104
Any ideas
Nigel... Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74677
tranparency for label over s309 picturbox
Sorry if this is posting twice
I used the zorder property to put a label on top of the s309 picture
box. I have the background style of the label set to transparent.
The part where the label comes up on top of the picturebox works
great. The part where the picturebox shows thru as the background
doesn't work -- the background is white. I have the background color
set to red, so I know it is using transparent. I know I can use
drawtext, but I don't like the font.
Anybody know a way around this?
Thanks,
David Aronson -- sirdaveo@yahoo.com Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74673
Adding an iPAQ 1910 to my current 3670
I've got an iPAQ 3670 running PPC2002 currently. I use ActiveSync 3.5 to
move stuff back and forth between it and my XP based laptop. Today, I
bought an iPAQ 1910. This unit also has PPC2002 on it and the CD that comes
with it has a copy of ActiveSync 3.5.
So, given that the new one is running PPC2002 like my older unit and given
that it expects to use ActiveSync 3.5, I was taken aback when it my XP
system insisted that I need to install new s/w when I plugged the new 1910
into its USB port.
Of course, I can humor it and let it install from the CD that came with the
1910 but I'm puzzled why I'd need to do this since it seems that everything
it'll need is already present. Also, I'm a bit nervous least installing
the new s/w will somehow clobber my current setup between the XP and the
3670 - which works quite well.
Thoughts?
--
Dennis Gallagher
Monroe, WA, USA Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74672
Pocket Access Database Password
Does anybody know how to set password for the Pocket Access database?
Thanks! Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74670
How do you run a backgroud process and pass values from eVC thread to eVB App?
Hi
I am writing this app where there is a background process which updates the queue every second based on the stuff he got from the socket. It is writen in eVC. on the eVB side I had timers then which polls the queue every second. But I found using timers on the eVB side is quite cumbersome and a lot more times it is causing usability problems. I am currently modifying the eVC module and based on the values i got from the thread, i will update the eVB forms... Is there anyway I can do that without using timers? I mean passing the values directly from the eVC to the eVB? anyway of updating eVB forms directly from the eVC executable?
Thanks and any hint or help greatly appreciated..
-Ken Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74669
Wanted: a "real" Browser for PocketPC
Hi Everybody,
I am looking for a real Browser on Pocket PC.
We want to use a Symbol PDT 8100 device (PPC 2002) with a hardware keyboard.
Now we need a browser which supports:
- Full JavaScript and HTML
- Events: onKeyDown, onKeyPress, onChange, ...
- Full screen mode
I already tested NetFront3 - but it doesn't support the events :-(
Does anyone knows a real browser for PPC?
TIA, Andreas Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74666
POOM get
Is there any reason why the "get_Body" function of the IAppointment interface would be taking a considerable amount of time to retrieve a short note (400 chars). It is taking about 700ms to get each note. When the strore contains hundreds of notes this could take a considerable amount of time. The code is as follows
static void PoomGetNotes(IPOutlookApp *polApp,IAppointment *pAppoint
BSTR body
body = NULL
if ( FAILED(pAppoint->get_Body(&body))
return
.. Tag: Programmatically activate Smart Minimize with eVC for PPC Tag: 74660