wm 5 activesync wifi
Hello guys....
I bought yesterday a pocket pc hp 2970 (win mobile 05)...
I wanted to set up an activesync connection with the wifi, but this option
is not present in the software (activesync 4.1)....
I tried to install an older version in which the connection over wifi is
permitted, but the computer does not recognize the pocket pc when i put it in
the cradle....
If it's impossible, i would like someone to explain to me how to set up a
wifi connection in order to surf the net with the pocketpc (without
activesync)....
I tried to set up an ''adhoc'' connection between my notebook and the pocket
pc, but internet doesn't open pages even if the connection between computer
and ppc exists and have a good signal.
I use a PCMCIA modem (Vodafone connect card- UMTS),
but i don't understand anything about ip or other settings to make internet
function on ppc....(running ipconfig in dos i gives me an IP address)
Could someone explain me something about it ?
Thank you in advance..... Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109463
TreeView control - determine which TreeNode was selected w/MouseDo
Does anyone have a good way to determine which Node is selected, using Mouse
functionality (versus using the TreeView_AfterSelected method)?? I've scene
the documentation that states there should be a TreeView.GetNodeAt(Point)
method which would allow you to trap the X & Y coordinates of your mouse via
the MouseDown() event handler, then create a Point object from those
coordinates, then use the GetNodeAt() method to determine if any node falls
under that point .... problem is this doesn't seem to be an available method
for CF v2.0 apps.
What I'm attempting to do is have a context menu dispaly, with relavent
choices, but only if the user is directly over an actual node. My problem is
the TreeView control allows the context menu to display even though the user
is in an empty area of the TreeView object .... no Nodes directly under the
stylus. I only want the context menu to display when the user is directly
over an actual Node.
Thanks
--
Stay Mobile Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109462
wm 5 activesync wifi
Hello guys....
I bought yesterday a pocket pc hp 2970 (win mobile 05)...
I wanted to set up an activesync connection with the wifi, but this option
is not present in the software (activesync 4.1)....
I tried to install an older version in which the connection over wifi is
permitted, but the computer does not recognize the pocket pc when i put it in
the cradle....
If it's impossible, i would like someone to explain to me how to set up a
wifi connection in order to surf the net with the pocketpc (without
activesync)....
I tried to set up an ''adhoc'' connection between my notebook and the pocket
pc, but internet doesn't open pages even if the connection between computer
and ppc exists and have a good signal.
I use a PCMCIA modem (Vodafone connect card- UMTS),
but i don't understand anything about ip or other settings to make internet
function on ppc....(running ipconfig in dos i gives me an IP address)
Could someone explain me something about it ?
Thank you in advance..... Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109460
Best free way write programs for pocket pc
I've got Visual Studio 2003 60 day trial, it's crap.
I've got basic4ppc, nice but limited.
Can anyone on here tell me what I need to create programs for my PPC on the
unit, or using my XP laptop.
--
Regards Barry Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109456
Deployment project problem
I have 3 deployment projects, for three different versions of the same
application. All install fine. One of them gives the following error when
you try to uninstall:
"An exception occurred while uninstalling. This exception will be ignored
and the unistall will continue. However, the application might not be fully
uninstalled after the uninstall is complete. --> Could not find a part of the
path "c:\program files\<first 11 characters of app name>\<.CAB file name>
The app name is getting truncated somehow, and I'm not sure why. I checked
the ProductName property of the deployment project, and it has the full name
specified.
Any ideas on what to try would be appreciated. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109449
<%><%><%><%>HOW TO BE FUNNY!<%><%><%><%>
You too can learn to be funny in just 7 days flat:
http://www.ExpertHumor.com/HowToBeFunny.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109447
>@>@>@>@>GET MORE CHICKS............LEARN GUITAR.............
Chicks dig guitar players.
So get more chicks!
Learn how to play guitar!
http://www.ExpertHumor.com/LearnGuitar.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109445
<><><><><><><>The Net's #1 Joke e-Book!<><><><><><><><>
That's Comedy - Over 460 Pages of Little Snickers,
Medium-Sized Chuckles, and Great Big Belly Laughs:
http://www.ExpertHumor.com/That'sComedy.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109443
button-mapping at screen-orientation DMDO_180
Hi all, an observation we did is that hardware-buttons are not
re-mapped in the portrait flip mode DMDO_180. On almost all machines we
test, buttons are not remapped (so up/down and left/right are actually
down/up, right/left). All landscape-modes work fine.
If the behaviour would be the same on all it wouldn't be a big problem,
but..... now the e-ten M600 uses a landscape-mode button remapping for
DMDO_180 !!!
So, what's the correct behaviour for a machine ?
Undefined ?
No remapping ?
Or, are they ALL wrong and should they remap ?
Does anyone have some more info ?
Thanks, Joost Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109442
Background program(service)
Hi all,
How I can create background program(service) using .NET Compact Framework?
Thanks,
Samuel Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109439
CreateFile & WriteFile
Hello I'm writing a pocketpc program with embedded visual c++ 3.0 that
uses the serial port to comunicate with a CF Rfid Reader.
I have a big problem using CreateFile and also WriteFile. I've read
that there aren't the ASCII functions (CreateFileA) for evc, but I need
to send a single byte trough the serial port and with UNICODE I think
that it sends a 16bit word also when I call WriteFile with one single
char.
Is it true?
How can I fix this problem?
Thank you,
Andrea Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109438
Icon from SHGetFileInfo()
Hello !
I have enumerated all top level windows and have their icons using
SHGetFileInfo(). The icons are added to an imagelist. When these icons
from the executables are loaded on a listview control they show fine.
When they are displayed in a picturebox, their background appears
black...
I am drawing the picturebox myself. This way I can choose which color I
want to be transparent by ImageAttributes and SetColor.
The problem is that some icons use the black color, so the end result
becomes a mess.
Is there any way to overcome this problem ? I am not asking for the
code if you cannot provide it just some guidance on what I need to do.
Thanks Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109435
Problem in calling vc++ dll in vb.net
I have created a win32 dll for pocket PC 2003.
I have written following function in the dll:
wchar_t* _stdcall getsum (int i,int j,wchar_t* str)
{
int k = i;
k=j;
k=i+j;
wcscpy(str,_T("Some data"));
return str;
}
I am calling this dll from vb.net application
I am using following steps to call the function :
Public Declare Function getsum Lib "SCIconicsEngine.dll" (ByVal a As
Integer, ByVal b As Integer, ByVal c As String) As String
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim bflag As Boolean
dim strret as string
databasefilename = "abc.txt"
strret = getsum(2, 3, databasefilename)
End Sub
When i devbug my dll i am not able to get string value.
integer value is same what i am passing from function call.
What should be the problem?
I also tried using char* instead of wchar_t* but no luck.
I am stuck at this point.
Thanks,
Rakesh Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109432
Settare il bordo di una LABEL o modificare l'allineamento di un Bu
Ciao a tutti,
come faccio ad aggiungere il bordo a una Label o modifcare l'allinemaneto di
un Buttom.
Attendo cosigli!
Grazie! Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109428
Make viusal studio deploy dll in the pocket pc emulator
Hello,
I have a Pocket PC project that uses a legacy dll (implemented in C) for
communication. I think I have managed to implement all the PInvoke stuff
in my C# .net application, so now my main problem is how to debug the
code.
When I run Debug on my application, Visual Studio loads the Pocket PC 2003
emulator. As soon as the application tries to call methods on the dll,
it fails with the error message: "Can't find PInvoke DLL 'legacy.dll'".
The problem is that I haven't found any way to deploy the dll on the emulator
before starting/debugging my C# application.
How is that done?
PS. I'm new both to Visual Studio and Pocket PC development, so even though
I've search the net and MSDN for solutions, I'm just not familiar enough
to msdn and VS terminology to find my own answers just yet.
I'd be greatul for any help here.
--
Fredrik Jonson Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109427
ActiveSync API (ppc side)
Hello
Is it possible to extract some info from ActiveSync from a PPC
Application?
I need the following:
Status if connected or not
and if possible the IP Adress of the PC (to which I connect via
Activesync)
Using ActiveSync 4.1
PPC2003 Se and Window Mobile 5.0
Visual Studio 2005 with .net CF2.0
regards
norbert Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109426
Can directshow filters designed for WinXP be used directly under WM 2005?
Hi,all
Does anyone have the experience in this area?
At least,the dll file build under WinXP should be rebuild under
WM2005,right ?
Any help appreciated !
Hao Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109424
CHtmlView base class undefined
Hallo,
excuse the disturbance but I wish to share a little problem here. I
wish to write a dialog-based PDA Application with eVC 4.0 that contains
a HTML Page. My so called BrowserView class is derived from CHtmlView
(done by the wizard) and the head looks like this:
// CBrowserView html view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include <afxhtml.h>
class CBrowserView : public CHtmlView
{
protected:
CBrowserView(); // protected constructor used by dynamic
creation
DECLARE_DYNCREATE(CBrowserView)
The nessescary Header "afxhtml.h" for CHtmlView is already included by
the wizard. Nevertheless if I compile the shit I get the error
c:\entwicklung\test4\browserview.h(20) : error C2504: 'CHtmlView' :
base class undefined
I cannot figure out where the problem is and hope anyone here can help
me.
With friendly greetings
Richard Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109419
Active sync 4.1.0 and SPVM5000 running WM5
Hi all
is anyone suffering connection problems. I'm spending more time getting the
communications working than programming.
Is there any ActiveSync upgrades due out yet.
thanks
Andy Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109418
<%><%><%><%>HOW TO BE FUNNY!<%><%><%><%>
You too can learn to be funny in just 7 days flat:
http://www.ExpertHumor.com/HowToBeFunny.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109416
>@>@>@>@>GET MORE CHICKS............LEARN GUITAR.............
Chicks dig guitar players.
So get more chicks!
Learn how to play guitar!
http://www.ExpertHumor.com/LearnGuitar.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109414
catching messages
how can I catch WM_KEYDOWN (and similar) messages that are not being sent to
my ap from SIP, but to some other application? i.e. my app is standing in
background and receiving all messages from SIP to any application? thanks
for replying! Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109413
Amnesty for illegal immigrants will not happen this time.....................
Our politicians lead the league in all talk, no action.
Is blowing us some sunshine good enough?
Read what The Expert thinks:
http://www.ExpertHumor.com/
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109412
Will illegal immigrants get deported?.........Of course not.....................
Our politicians just wanted to blow us some
sunshine. Get the details from The Expert:
http://www.ExpertHumor.com/
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109411
Illegal Immigration, the Non-Issue of the Week??????????????
The way our politicians rushed to talk about
illegal immigration this week, maybe they thought it
came with a free lunch. They won't do anything about it,
but it will get them some money. The Expert provides
the details at:
http://www.ExpertHumor.com/
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109410
System.Drawing.Color list
I'd like to load a combobox with the colors in System.Drawing.Color. Does
anyone know how I can get these class members that are colors into an array
or collection?
Or is there another way to get the list of available colors?
Thanks for any help,
Steve Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109405
Beam.exe parameters?
Is anyone in this group familiar with the beaming application that
comes with most Pocket PC's. Specifically, it is called "beam.exe".
I have found that it can be passed a parameter of a file name to send.
What I would like to know is if there are other parameters available.
Thanks. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109404
CTreeCtl background does not display on Windows Mobile 5.0
I have an MFC application developed using eVC++ 4.2 that runs correctly on
Pocket PC 2003 and 2003 SE. When the application is run on a Pocket PC with
Windows Mobile 5.0 O/S everything works except for one U/I anomaly.
The CTreeCtl background does not initialize. The items in the tree control
display correctly, but the background is whatever was displayed in that area
of the screen prior to making the control visible.
I am assuming that in the MFC 8.0 DLL on 5.0 the CTreeCtl class requires
that the background is explicitly initialized to some background color.
Has anyone seen this problem? Does anyone have a suggestion for resolving
it, short of building the application with DevStudio 2.005?
Thanks. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109398
WM 5 COM port to GSM radio/modem
Has anyone been able to open up a com port to the GSM radio (modem) on thier
WM5 device and send AT commands? I think this was possible with WM 2003 but
I haven't heard of anyone trying it out on WM5.
I've tried a bunch of things, and nothing seems to be working.
I can't open a handle with CreateFile to my COM port, I get a "requested
resources is no longer available" response.
I've tried opening the cellular line in datamodem passthrough mode but
apparently my GSM modem doesn't support passthough mode with TAPI (invalid
bearer mode)
The RIL exports a GetSerialPortHandle() function. And although this returns
a valid handle, nothing seems to happen when I write and read to/from it.
For example I tried executing an AT+CHUP (hangup command) during a phone call
and the call was not disconnected... although the write succeeded.
Anyone have any other suggestions? I'm trying to get this to work on a HTC
Universal btw.... Thanks! Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109395
WebBrowser in .NET Compact Framework eats my events
The .NET WebBrowser control in the Compact Framework 2.0 is a major
headache.
Once it takes the focus (e.g. by the user tapping on it) it keeps it
and keyboard events are not passed to the form anymore even though
KeyPreview is set to true.
If there are no other controls on the form we don't get them at all to
start with.
I added a tiny textbox with same colors as the form so we can at least
get the focus and be passed keyboard events. This works as long as it
has the focus and also when I give it focus again with SetFocus().
I tried adding a handler for the WebBrowser's KeyDown but that does not
help.
Next I put the browser control on a panel, setting the panel's Enabled
to false. This works, but the we cannot use the arrows in the browser,
scrollbars don't work, and so on.
Next I tried adding a timer which keeps setting the focus to the
textbox, this way the scrollbars still work but key events like the
arrows don't get to the browser (even when I enable the panel again).
What I did next is disable the panel again, and post a Windows message
to the browser control for interesting key events (if the panel is not
disabled, things start looping). But this does not help for the
scrollbars (and I don't know to intercept scrollbar events and pass
them on to the browser control).
Anybody any ideas?
I am using VS 2005.
Thanks,
Ruud Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109388
Can I develop a pocketpc equiv. for balckberry
Hello Folks,
I wa swondering...
I have a program I developed for pockewtpc (originally in eVB, now in
VS.NET). Is there a tool I can use to develop a similar application for
use on a blackberry? Is there a way to convert the existing app for
blackberry?
James Lysaght Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109384
short cut to start up menu missing
I have created a CAB project and added a short cut to the Start Up menu but
the app doesn't appear in the start up menu. The XML file looks ok. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109382
Problem with WebRequest
Hi,
I'm using the "WebRequest" method under PocketPC 2003 but have the following
error message : "chunck length was not valid".
Does someone have an idea of the problem ?
The code is the following :
---------------------------------------------------------------
...
string buffdt = "";
ClassCommonVar clsCV = new ClassCommonVar();
try
{
WebRequest webReq = WebRequest.Create("http://" + (string) ftpList[0] +
clsCV.reqSynchro);
WebResponse webResp = webReq.GetResponse();
buffdt = webResp.Headers["Date"];
webResp.Close();
}
catch(Exception ex)
{
FormErr1 frmE = new FormErr1("Problème de synchronisation date/heure :
"+ex.ToString());
frmE.ShowDialog();
}
return buffdt;
----------------------------------------------------------------
I'm using the .NET CF 1.1.
Thanks in advance for any answer. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109380
Aggiungere un evento ad un TextBox
Ciao a tutti,
avrei il seguente problema; ho scritto un applicativo con Visual Studio
2005, per Qtek 9100; vorrei che quando clicco su un text box si apra una form
con il componente Input Panel.
L'oggetto text non ha l'evento click.
Grazie mille per i consigli. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109375
PocketPC/Windows Mobile ODBC or .NET connector in MySQL?
Hi,
I am new on .NET Compact Framework. I would realize an application in
C# and .NET CF. I should connect to a MySQL DB. So I would try to
connect with a .NET Connector or as second chance with ODBC driver.
Is there any .NET Conncector for .NET CF or ODBC driver for .NET CF and
MySQL?
Thanks
ken Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109373
Scroll ListView
Hi,
does anybody knows how to scroll to the selected item in a
Windows.Forms.ListView Control using the .NET compact framework 2.0?
Thanks for help,
Roman Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109371
Draw Pie Chart
Hi all,
Does any one know how to draw pie chart and their sector together in .net
compact framework.
Is it using graphics.DrawEllipse ?
Have any web refence for that?
Thanks in advance. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109370
upgrading VS2003 project to Windows Mobile 5.0
Hi there,
i opened my current device project thats created in VS2003, and it prompted
me to use the upgrade wizard, which i did.
All good and done with the upgrade, however it has upgraded it to still use
PPC2003 and i want it to use WM5.0
is there anything i missed here? i noticed u can create a device project and
select the targeted device o/s, is it not possible to switch this, as in the
dropdownlist at the top only PPC2003 devices show.
thanks,
Paul Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109369
problems with WM5.0 emulation
hi there,
i've installed VS2005 Standard Edition and the WM5.0 SDK, when i create a
new device project it only shows me the PPC2003 devices i can deploy to.
When i to to the device configuration i can see them all in there, and i set
it to show all devices, but it still filters and shows only the PPC2003
devices to deploy to??
please help, any advice appreciated.
thanks,
Paul Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109361
Transparent
Hello
Can anyone help me with this problem I'm facing.I'm trying to create
an application that opens in one window an text file , or an image
(*.txt, *.jpg, *.doc etc) and make another window transparent , put it
over the first window and make addnotations and drawings on the
transparent window that will apear over the first window.By solving
this problem , I think another problem will be solved concerning
transparent controls over background/picture.I'm using Win32 API (and
not MFC).Any ideea will be greatly apreciate it.Thank you very much.
Regards,
GruBBy Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109360
how to check performance of PPC application??
Hi~!!
I'm looking for performance checking tool.
I'm using VS 2005 Team Edition for Dev. and building some PPC application.
In VS 2005 IDE, there is performace tool, but I don't know how to use it.
that tool require the location of exe or dll.
but I can't specify because my application is in PPC device not in PC.
the file selecting dialog of performance tool does not allowed PPC device
location.
please, help me.
1. how to use performance tool of VS 2005? or
2. is there any profiling tool or method for PPC application with VS 2005??
--
----------------------------------
Jay.... Fly~~ Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109358
Newsgroup server failure
<<Information Crosspost, please do not "reply">>
Just learned of a major newsgroup server problem/failure which
apparently occured several days ago which has had the result that many
posts over the past few days to a week ago may not have made it to the
microsoft servers from private newsgroup servers.
If you have made a recent post which has not received any response, I
suggest you repost it, especially if you made any posts using google groups.
<<Information Crosspost, please do not "reply">>
Beverly Howard [MS MVP-Mobile Devices] Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109357
source filter for wm5
hi,
We can build the source filter with vc++ 2005 successfully.But when we
deploy and registe the source filter, return error:
Deployment and/or registration failed with error: 0x8973190e. Error writing
file '%CSIDL_PROGRAM_FILES%\FilterAacSource\FilterAacSource.ax'. Error
0x80450001: (null)
And the transform filter can deploy and registe successfully without any
errors.
can you help us or give any advice?
environment:
vs2005-vc++
mobile 5 ppc sdk
thanks
lee Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109355
Telnet software for Windows Mobile 2003
Is there any telnet software available for Windows Mobile 2003 that
will allow me to change the default port (23) it uses? I run a telnet
server on a non-standard port and would like to access it from my
Pocket PC but all the telnet clients I've seen have no way of changing
the port.
Thanks!
-Solo Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109348
Beginning .NET for Pocket PC
I've written several .NET applications for PCs and I've also written
Pocket PC applications using Embedded Visual C++.
I've been told that I can write Pocket PC applications using .NET
instead of Embedded Visual C++. Where should I look for instructions on
how to get started? I'm assuming I've got to load the Compact Framework
on my PC and on my target device. Do I also have to load something so
that I can choose my target platform? Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109344
Is it possible to just download and use a WM 5 ARM emulator without VS 2005?
Does anyone know if it is possible to just download and use a Windows
Mobile 5.0 Pocket PC ARM emulator without installing VS 2005?
For example, if I want a salesperson to demo a WM 5.0 application using
a specific PPC or Smartphone emulator, would it be possible to point
them at the Microsoft download site, have them install the emulator and
ActiveSync 4.x, and then they could install and run my WM 5.0
application on that emulator? Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109334
Today Item configuration
On the Smartphone, a Home plugin can be configured through the home.xml file.
Things like border size & color, padding, background color when selected,
font size & color and numerous other parameters can be configured.
Is there no similar configuration for a Pocket PC Today Item? If I port a
Smartphone Home Plugin to be a PocketPC Today Item, how can I determine
things like border size & color, font size & color and padding? For
Item-specific configuration parameters I know I need to supply a Settings
page, but where do I get "Today screen common" display parameters? Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109331
Move and update thru RecordSet
Hi everybody,
I have a iPaq Pocket PC with Windows 2003 Premium Edition and I am
making a little script that move and update the current record like
that:
rsSerie.Open "AIPTE", BANCO, adOpenDynamic, adLockOptimistic
do while not rsSerie.EOF
lbl.Caption = "Atualizando Status Serie... " & CInt(((cont + 1) /
rsSerie.RecordCount) * 100) & "% - " & rsSerie("contador")
If rsSerie("nr_ini") >= rsSerie("nr_fim") Then
rsSerie("status") = "F"
Else
rsSerie("status") = "A"
End If
rsSerie.movenext
Loop
The caption in the lbl is:
Autualizando Status Serie... 0% - 2
Autualizando Status Serie... 1% - 4
Autualizando Status Serie... 2% - 2
Autualizando Status Serie... 3% - 4
Autualizando Status Serie... 4% - 2
Autualizando Status Serie... 5% - 4
If I do this:
rsSerie.Open "AIPTE", BANCO, adOpenDynamic, adLockOptimistic
do while not rsSerie.EOF
lbl.Caption = "Atualizando Status Serie... " & CInt(((cont + 1) /
rsSerie.RecordCount) * 100) & "% - " & rsSerie("contador")
rsSerie.movenext
Loop
The caption in the lbl is:
Autualizando Status Serie... 0% - 2
Autualizando Status Serie... 1% - 4
Autualizando Status Serie... 2% - 5
Autualizando Status Serie... 3% - 6
Autualizando Status Serie... 4% - 7
Autualizando Status Serie... 5% - 8
If I run in Pocket PC Emulator the script produces the same result in
both cases but in Pocket PC produces this strange result when I update
the recordset.
Any Idea? Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109329
ReplOpenSync and count based replication
Are there any applications that use the "Count-Based Replication"
described in the MSDN Windows CE documentation? Any samples?
Thanks,
Frank Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109316
Application developed using WinMobile5.0 PocketPC SDK fails to sta
Hi,
I developed an application in MS Visual Studio using Windows Mobile 5.0
Pocket PC SDK. I copied this application to a Windows CE 5.0 device using
ActiveSync. The application fails to startup and displays the following error:
"Connot find 'helloworld' (or one of its components). Make sure the path and
filename are correct and that all required libraries are available"
Actually, the path and filename is correct and the application requires only
standard libraries. Please let me know what could be the possible problem and
solution for the problem.
Thanks,
Jai. Tag: is there any BMP to PCX conversion libraries available for pocket pc or WM5 ? Tag: 109309
hi all,
Is there any BMP to PCX conversion libraries available for pocket pc or
WM5 ?
thanks