iMate2 question
Hi,
I would like to do .netcf development on smartphone 2003 device here in the
US. As far as I know there are no operators currently that officially
support the 2003 device.
Here are my questions:
- Will the imate2 work with ATT Wireless ?
Do you need to unlock the phone so it can take ATT's sim card ?
- Does the imate2 work with eVC4 for development purpose ?
I suppose this is the case, but let me know if this is not true or if
there are any known problems.
Thanks much. Tag: How can random(Again) Tag: 73033
Debug a WiFi application
All,
I'm trying to debug an ad-hoc application on an iPaq 415X device. My
application receives packets from another iPaq when both units are out
of the cradle, but when i plug the receiving iPaq into the cradle and
connect to my laptop so that i can run the eVC++ debugger, it no
longer seems to receive packets.
To confuse matters more - I am certain that on occasion, and damned if
i know why is not the case, so it's something of a sporadic problem.
Finally - does anybody know a packet sniffer that works on Windows
Mobile 2003, with the built-in WiFi of a 415x? I used to the the
Cambridge vxSniffer - but it doesn't seem to work on this device?
Any advice? Tag: How can random(Again) Tag: 73032
Programmatically Activate/DeActivate built-in WiFi cards on iPaq 415X
How do you programatically activate / deactivate the built in WiFi
cards on an iPaq 415X?
I'm thinking of launching the 'ipaq wireless' window, and then sending
it a message to depress the WLAN button, but I don't know exactly what
to send - and it's not an amazingly elegant solution.
Can anybody help with this, or have an idea for a more general
approach?
julian Tag: How can random(Again) Tag: 73031
ActiveSync slowed down or failed if the network share is not available
Greeting everyone!
This is z2, the author of PocketLAN.
Our customers have problem with ActiveSync (v3.7.1).
ActiveSync will greatly slow down or fail with "No response from device" error when they have created local map for
network resource on Pocket PC.
It seemed like ActiveSync will try to enumerate contents under the network folder. Is there any good reason for that?
It will not only slow down the sync process, but also may cause time out error if the network resource currently is not connected.
So, is there any work around for this problem?
Thanks a lot!
z2 Tag: How can random(Again) Tag: 73030
Using ActiveSync Over Virtual Switch
I've tried for both Smartphone 2003 and Pocket PC 2003 emulators. With
both, I get the same "Critical errors" problem from ActiveSync.
I searched the newsgroup archives on google and found some people that have
it working and others having this same problem, but no solution.
Anyone who can shed some light? I know the emuascfg did it's job because 1)
desktop ActiveSync UI starts the connecting phase before throwing the
"Critical error" message and 2) I can browse the Internet from both
emulators.
TIA!
M Tag: How can random(Again) Tag: 73029
Loading an icon resouce "on the fly"
Hi,
Is there any way I can load an icon into my application "on the fly"
in eVC without resorting to importing (and compiling) it as a
resource?
I like the idea that users can change the icon file that is in the
application folder by simply replacing an icon file and the program
will happily use that file - rather than getting them to download and
install eVC to hack the code for such a simple modification.
Many thanks,
Richard. Tag: How can random(Again) Tag: 73015
ARM or ARMv4 ?
Thank you very much for the responses to my question,
The problem that I have now is this:
-I have only installed evc++ 4.0.
-The project I'd like to improve is built with evc++ 3.0.
-If I open this project in evc++ 4.0 I only can select as
options of configuration win32[WCE x86]Debug and Release.
However what I need for my ipaq 3970 is an ARM processor.
Furthermore,when I want to change the active platform,
standardSDK_420 is the only CE Platform supported (pocket
pc 2003 doesn't appear).
I have found out that it is possible to add a new
configuration but I don't know very well how.
-When someone says a blank new project, does it mean a
blank workspace?
-And finally, are ARM and ARMv4 suitable for an ipaq 3970?
It seems that Pocket PC 2002 uses ARM and Pocket PC ARMv4.
Thank you very much for your help Tag: How can random(Again) Tag: 73014
code values
anyone knows or can give me the values of these codes?
IOCTL_SERIAL_WAIT_ON_MASK
IOCTL_SERIAL_SET_WAIT_MASK
defined in
Pegdser.h - from platform builder (which I don't have)
thanks! Tag: How can random(Again) Tag: 73010
Using SendMessage(hWnd, LB_GETTEXT, iIndex, vbTextStr) does not return a LMERR but I don't get any string returned.
Hello,
I am trying to get the string from a ListBox but am unable to do so.
I use LB_GETTEXT with the following syntax in eVB:
Dim hConnWin As Long
Dim count As Long ' number of items in the list box
Dim curIndx As Long ' index of the currently selected item
Dim itemtext As String ' text of that item
Dim textlen As Long ' length of the item text
hConnWin = FindWindow("listbox", "")
If hConnWin <> 0 Then
'Now I have the list-box
count = SendMessage(hConnWin, LB_GETCOUNT, CLng(0), CLng(0))
[I get a correct count]
curIndx = SendMessage(hConnWin, LB_GETCURSEL, 0, 0)
[I get the correct index]
textlen = SendMessage(hConnWin, LB_GETTEXTLEN, curIndx, CLng(0))
[I get the correct textlength]
itemtext = Space(textlen) & vbNullChar
textlen = SendMessage(hConnWin, LB_GETTEXT, curIndx, itemtext)
[ I don't get anything in itemtext!!]
itemtext = Mid(itemtext, 1, textlen)
End If
My SendMessage Declare function:
Public Declare Function SendMessage Lib "Coredll" Alias "SendMessageW" ( _
ByVal hwnd As Long, _
ByVal wMsg As Long, _
ByVal wParam As Long, _
lParam As Variant _
) As Long
What am I doing wrong? Is it wrong to use textlen to allocate space for the
itemtext String? Are there any UNICODE issues here?
NOTE: As you may have noticed this code is in a different process from the
one where the listbox is.
Is there any sort of an issue with LB_GETTEXT across processes?
Please help!
--
Regards,
Sami Tag: How can random(Again) Tag: 73007
Failed to finder suitable control manager server..........
Using eVB. From the Windows CE Control Manager, click on
Pocket PC 2002 Emulation the error 'Failed to find
suitable Control Manager Server for your device'
appears. Any ideas? Tag: How can random(Again) Tag: 72999
Installing CAB to emulator
How can I install a cab file on the emulator? I am using the ppc 2002
emulator and i can't find the file system like i used to have with the old
ppc emulator. It used to be as easy as copying the cab to a folder on your
hard drive that belonged to the filesystem of the emulation environment.
I can't seem to find such a folder any longer.
Thanks for any help.
Tommy Tag: How can random(Again) Tag: 72996
Cyclic references in classes
Sorry to ask a really basic programming question, but it's driving me
mad! I am sure somebody knows the answer.
Trying to get two mutually linked classes in eVC3. Sometimes it will
compile, sometimes it will not. No idea why. This seems to work sometimes:
-------------------foo.cpp-----------------------
#include "foo.h"
-------------------foo.h-------------------------
#pragma once
class foo;
#include "bar.h"
class foo { public: bar *p; };
-------------------bar.h-------------------------
#pragma once
class bar;
#include "foo.h"
class bar { public: foo *p; };
-------------------------------------------------
And sometimes I'll get:
Compiling...
foo.cpp
bar.h(4) : error C2079: 'p' uses undefined class 'foo'
Can somebody suggest some probably obvious reason why this model
sometimes will compile, and sometimes will not. Or suggest a better, or
correct, method in eVC3 to mutually link classes.
Thanks and regards, Ben. Tag: How can random(Again) Tag: 72995
Problem with my application on PPC2003
I created an application almost 3 years ago, it still works great on PPC2000
and PPC2002
but on PPC2003 something is wrong.
Short specification:
- MFC application
- using ATL components
- using ADO CE 3.0
Problem occurs when I trying connect to database.
What can be wrong, any sugestions ??
--
Miros³aw Prag³owski Tag: How can random(Again) Tag: 72987
evc ++ 4.0 or evc ++ 3.0 ?
I have to continue an application quite complex built in
PPC 2002.
What should I do, continuing programming in evc ++ 3.0 or
changing to evc++ 4.0 for PPC 2003?
I think that if I decided to change there would be some
problems to make the projects compatible. Which are the
steps to take in this case?
Thank you very much. Tag: How can random(Again) Tag: 72986
OBJECT tag in Pocket IE doesn't work for eVC++ ATL ActiveX Control
Hi!
I have made an ATL ActiveX Control for use in Pocket IE. I used the
ATL wizard in eVC++ 3.0 to make a "Full Control". I have implemented
IObjectSafty and the following works:
<script language="jscript" id="q">
var obj = new ActiveXObject("Test.Lite");
obj.TestMethod();
</script>
But when I try to create the object using a OBJECT-tag I run into
problems. Pocket IE stops executing at the OBJECT tag with no error
message.
<object CLASSID="clsid:F24D35F0-65CA-4509-9F93-D2EAED48771E" ID=obj>
</object>
<script language="jscript" id="q">
obj.TestMethod();
window.alert("Hello world!");
</script>
In the above case TestMethod() is not exceuted nor is the "Hello
world!" message displayed.
Has anyone had this problem and solved it?
Regards,
Johan Tag: How can random(Again) Tag: 72985
Supressing the Virtual Keypad in PPC2002
Hi,
We use a web based application on a HHP Dolphin 9500 running PPC2002 over
WiFi.
ALL data is input through the Dolphins bar code imager/scanner, or the
Dolphins physical keypad. How can we supress the PPC Virtual Keypad from
popping up on every data entry field, as it covers vital data on screen.
Regards,
Andy Tag: How can random(Again) Tag: 72982
How can I call IE from my eVB app?
Dear all,
I want to "ShellExecute" an application from my eVB program. However, I do
not know how it can be done. Any body can tell me how to do so or provide a
code segment? Is the code segment same as Visual Basic?
Thank you very very much.
Jeff. Tag: How can random(Again) Tag: 72979
How can I display jpg in my eVB application
Dear all,
I have to display jpg dynamically in my eVB app but the image control come
with does not support jpg. Any ActiveX can do so? Where can it be
downloaded/purchased from?
Thanks,
Jeff. Tag: How can random(Again) Tag: 72978
XDA and SQL CE
Are using an XDA II (Pocket PC) in some of our
development. SQL CE 2000 is also used in the application
being developed. We are facing a so called native
exception from last two months.
Although we found that this problem (seems to) appears
when the code with SQL is being executed by your CLR (as
far as we are able to investigate) we are not able to fix
it since it appears very sporadically/randomly.
Please help me to understand more about this native
exception and advice me what traces/code you would like
(from me) to anlayse the problem. Tag: How can random(Again) Tag: 72973
Malicious script.. Nonsense?
I've been trying to instal the Pocket PC SDK on top of my
Visual Studio.NET 2003, and am getting this message from
norton antivirus: "alert: Malicioius script detected"
It names the script:"C:\WINDOWS\System32
\Platman_install.vbs"... I haven't had the nerve to say
go ahead and run it, but then I don't think I have a
successful install as yet either.
Recommendations?
thanks Tag: How can random(Again) Tag: 72972
datagrid
i have a datagrid which i have populated using sqlce c#
I would like to select a row and retrieve the text stored in the first cell.
I would then like it to open a new form.
i.e
column1 column2 column3
758 adam davies
475 dave evans - this row selected, retrieve cell info 475 and open new form
384 robert thomas
thanks
adam Tag: How can random(Again) Tag: 72969
How to get the current Path of the running program
Dear all,
I am writting an application in eVC 3.0 for Pocket PC, but I don't know how
to get the Path of the running program.
Anyone know how to get it? Please let me know.
Thank in advance.
-Kien Bui Tag: How can random(Again) Tag: 72967
How can I start emulator 2003 from EVC 4??
Hi
I am facing one problem. I installed EVC4, .NET SDK, Active Sync and 2003 Emulator . Then I tried to open emulator from EVC4. If I open with default settings it gives the follwing error
\WINDOWS\tcpipc.dl
\WINDOWS\cemgrc.ex
\WINDOWS\cetlstub.dl
The I changed as "Active sync" in both start up and transport
Then tried to connect, it does not give error but not opening and it is doing connecting state all the time
But I can connect to emulator 2002 with EVC4
Pls help me
Thx in adv
Grac Tag: How can random(Again) Tag: 72964
Is PocketPC 2003 SDK on MSDN DVDs
This is a multi-part message in MIME format.
------=_NextPart_000_00D2_01C3EB5C.EBB0D8A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Is the PocketPC 2003 SDK on MSDN Dvds I cannot find it.
Thanks
JEK
------=_NextPart_000_00D2_01C3EB5C.EBB0D8A0
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.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD><FONT face=3DArial><FONT size=3D2>
<BODY>
<DIV>
<P>Is the PocketPC 2003 SDK on MSDN Dvds I cannot find it.</P>
<P>Thanks</P>
<P>JEK</P>
<P> </P>
<P> </P>
<P> </P></DIV></BODY></HTML></FONT></FONT>
------=_NextPart_000_00D2_01C3EB5C.EBB0D8A0-- Tag: How can random(Again) Tag: 72963
HowTo fetch a file via HTTP when using 'https' in the address.
I use the following code successfully to fetch a file via HTTP. However, if
I attempt to fetch from an https address (Secure Connection) it fails with
the following error message after about 60 seconds:
"A connection with the server could not be established".
Is there an additional call I need to make, or change to the existing code
to allow the https file fetch?
Thanks!
------------------------------------------------
LPCTSTR ppszAcceptTypes[2];
ppszAcceptTypes[0] = _T("*/*");
ppszAcceptTypes[1] = NULL;
iEnd = iStart;
session = new CInternetSession();
strServer.MakeLower();
DWORD dwFlags = 0;
INTERNET_PORT nPort = 80;
if (strServer.Find(L"https") != -1)
{
nPort = 443; // SSL Port
dwFlags |= INTERNET_FLAG_SECURE;
}
connection = session->GetHttpConnection( strServer, dwFlags, nPort );
file = connection->OpenRequest(1, strFile, NULL, 1, ppszAcceptTypes,
L"HTTP/1.1", dwFlags);
file->AddRequestHeaders(strRequestHeader);
file->SendRequest(); Tag: How can random(Again) Tag: 72962
Declaring .NET dllimport for CreateProcess API
Anybody know what the right .NET Compact Framework dllimport signature is to
call into this API from C#? The correct marshalling has me stumped. Are
these APIs already documentated somewhere for C# developers?
The API definition is:
CreateProcess(
LPCWSTR pszImageName,
LPCWSTR pszCmdLine,
LPSECURITY_ATTRIBUTES psaProcess,
LPSECURITY_ATTRIBUTES psaThread,
BOOL fInheritHandles,
DWORD fdwCreate,
PVOID pvEnvironment,
LPWSTR pszCurDir,
LPSTARTUPINFOW psiStartInfo,
LPPROCESS_INFORMATION pProcInfo );
--
Tim Johnson
High Point Software
www.high-point.com
(503) 312-8625 Tag: How can random(Again) Tag: 72961
Can't call some WinAPIs from eVB?
I'm trying to call down into the CreateProcess Windows API from eVB but I
can't make a valid declaration:
Option Explicit
Type PROCESS_INFORMATION
hProcess As Long
hThread As Long
dwProcessID As Long
dwThreadID As Long
End Type
Declare Function CreateProcessA Lib "kernel32" _
(ByVal lpApplicationName As Long, _
ByVal lpCommandLine As String, _
ByVal lpProcessAttributes As Long, _
ByVal lpThreadAttributes As Long, _
ByVal bInheritHandles As Long, _
ByVal dwCreationFlags As Long, _
ByVal lpEnvironment As Long, _
ByVal lpCurrentDirectory As Long, _
ByRef si As Long, _
ByRef pi As PROCESS_INFORMATION) As Long
I get an error at compile time saying you can't have User-defined types (ie
the PROCESS_INFORMATION argument) inside an API declaration. So how do you
do this in eVB? This works fine in VB.Net, with PROCESS_INFORMATION defined
as a class.
--
Tim Tag: How can random(Again) Tag: 72958
eVC card game programming HELP
Hey everyone, I have a question about programming a card game using
CECard.dll and pegcards.dll. I have been having problems with the
coding and I was wondering if anyone has any source code for a card
game, something like solitaire. Any help you guys can provide would
be great. Thanks
-Henry Tag: How can random(Again) Tag: 72954
Pocket IE 2003 css support
I have another css support question:
Does PIE 2003 support the visibility style from the 4.0 level MS IE? I'm
refering to when the visibility style used to close up the area when set to
hidden. I know that functionality has moved to the display style in later
MS IE releases.
Specifically, can I hide and show content and will the area contract and
expand automatically? Tag: How can random(Again) Tag: 72953
Graph Control
In my application I want to be able to do some simple trend charts.
What graph controls are available?
thaanks,
pete Tag: How can random(Again) Tag: 72950
VoiceRecorder sampling rate?
Hello
Is it possible to change the sampling rate used by the Voice Recorder control on Pocket PC 2003
Mine is stuck at 11025, but I'd like some flexibility on this if possible
CM_VOICE_RECORDER doesn't include this parameter
Doesn't seem to be any way to change the default sampling rate via Settings
Perhaps there is a registry entry for this???
Thanks for your suggestions...
Jim Tag: How can random(Again) Tag: 72948
Pocket DataBases 2002/2003
Good Morning Group
I developed an application last year with a .cdb that was complian
with PocketPC 2000/2002. When I attempt to load that same app o
PocketPC 2003 devices I'm thrown an error. This issue was resolve b
running the Database conversion wizard. This would require each o
my users to run the datbase conversion wizard after they've installe
my app
I need to know what the changes were to the newer databases so I ca
make them by hand myself and then distribute the app
Or if anyone els has any better ideas that'd be great
My main goal is do distibute the database without requiring eac
PocketPC 2003 user to run the Database conversion Wizard. Tag: How can random(Again) Tag: 72947
Grap a file from ppc
I am using c# and have developed a program which creates text files of given information. I want to know how to place the ppc on the cradel and by clicking a button within a form on the pc(developed in c#), grab the file from the ppc and place in a file on the pc. So far I have to do this process manually by letting active sync connect, explore, cut the file and paste the file on the desktop. I am having a hard time finding information on how to do this
Any help will hel
Thank
D Tag: How can random(Again) Tag: 72941
Modules
Hi,
What I have to do to be able to develop a software in a pocketPC wich I can install it by parts ? I mean that I want to sell a module to my costumer and if he wants buy another different one he just have buy the module and install it in the pocketPC and in this way the user will have the 2 modules in one software and he will choose wich software he wants to execute pressing the right button
Thanks Tag: How can random(Again) Tag: 72933
Looking for the Remote Desktop Control Interface for PocketPC 2003
The IMsTscAxEvents interface in Remote Desktop ActiveX Control
has some useful notification methods I'd like to use on PocketPC 2003.
On the desktop, the Remote Desktop ActiveX Control is provided with
Windows XP,
and if you have Windows 2000 or 98 you can get it from Microsoft's
download center by searching for "Remote Desktop ActiveX Control".
It's named tswebsetup.exe.
MSDN says that CE 4.0 implements this interface also, see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcerdp/html/cerefimstscaxeventsinterface.asp
It is located in the link library, mstsax.lib, or the activex control,
mstscax.dll.
MSDN also says you need to set the SYSGEN parameters for CE 4.2
to include the remote desktop DLL and base components:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceoak40/html/coconremotedesktopprotocolimplementationconsiderations.asp
Is the RDP interface library or the DLL available for PocketPC 2003,
outside of CE platform builder ?
I know PPC 2003 and CE 4.2 are not the same, but PPC 2003 added some
functionality PPC 2002 didn't have.
Warren Kinninger Tag: How can random(Again) Tag: 72932
Looking for the Remote Desktop Control Interface for PocketPC 2003
The IMsTscAxEvents interface in Remote Desktop ActiveX Control
has some useful notification methods I'd like to use on PocketPC 2003.
On the desktop, the Remote Desktop ActiveX Control is provided with Windows
XP,
and if you have Windows 2000 or 98 you can get it from Microsoft's
download center by searching for "Remote Desktop ActiveX Control".
It's named tswebsetup.exe.
MSDN says that CE 4.0 implements this interface also, see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcerdp/html/cerefimstscaxeventsinterface.asp
It is located in the link library, mstsax.lib, or the activex control,
mstscax.dll.
MSDN also says you need to set the SYSGEN parameters for CE 4.2
to include the remote desktop DLL and base components:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceoak40/html/coconremotedesktopprotocolimplementationconsiderations.asp
Is the RDP interface library or the DLL available for PocketPC 2003,
outside of CE platform builder ?
I know PPC 2003 and CE 4.2 are not the same, but PPC 2003 added some
functionality PPC 2002 didn't have.
Warren Kinninger Tag: How can random(Again) Tag: 72931
C# and PocketPC 2002
Hi,
Using MS Visual Studio 2003, I start a new Smart Device Windows
Application for the PocketPC platform, using the PocketPC 2002
Emulator. I get an empty form - so far so good. Without changing or
adding anything I proceed to build the solution. After quite a long
time, the build fails:
=======================================
Preparing resources...
C:\Work\SmartDeviceApplication5\Form1.resx: Could not instantiate the
resource processor.
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
Visual Studio is ready to deploy SmartDeviceApplication5
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
=======================================
I can force deployment in spite of build errors and the application
actually runs!
Can someone tell me what is going on here?
TIA,
Jan Roelof Tag: How can random(Again) Tag: 72930
Distribute emulator without Visual Studio
I'd like to put a Pocket PC emulator on someone else's computer and run my
Compact Framework app inside the emulator.
I'd rather not install Visual Studio .NET on the other computer. Is it
possible to just install a PPC emulator without installing Visual Studio?
What is the best way to do this? Do I need to do a separate build of my CF
app for the X86 platform to run on an emulator? Tag: How can random(Again) Tag: 72921
Signal detection & queueing - Windows Service
Is it possible to create a Windows service to run on Windows Mobile 2003 that repeatedly checks for a GPRS signal (which is used to access the internet and thence to a server), and executes a transfer of messages (or files or whatever) - which have been created by a client application - when it finds that signal
What are the performance implications
Is there a more obvious solution to the occasionally-connected / message queing problem
PS. MSMQ 3.0 is not an option Tag: How can random(Again) Tag: 72916
evc3.0 / evc4.0 compatibillity
Hello,
I want to develop program to the PPC and i need to decide whether to use the EVC 3.0 or the EVC 4.0, i want to create the project in one of this environments and then i want to compaile the project in the other environment in purpose to support PPC 2002 (Win CE 3.0) & PPC 2003 (Win CE 4.0 /4.1 /4.2).
My question is as follows:
1. Is it better to start working on EVC 3.0 and then compaile the code on the EVC 4.0 or the opposite and why???
2. Is there a big diffrence between the SDK's of the EVC3.0 and of the EVC4.0?? and what about the operating system API?
Thanks
Ronen G. Tag: How can random(Again) Tag: 72914
Display JPEG image in eVB
Why doesn't eVB picturebox or imagebox display jpegs on my iPAQ? What
should I do so it will? It displays bitmaps without problems, but
jpegs it does not
TIA,
Susan Tag: How can random(Again) Tag: 72912
Wifi PPC Network Question
With more and more PPC's becoming wireless (Wifi) equiped is it possible to
run any sort of 'peer to peer' type network between them with just an
access point ? at the very minimum at the moment I guess I would need a
notebook server to provide the network 'service' ?
The Wifi cards seemed to be used mainly for web access at the moment but I
would like to ba able to access data 'live' on another handheld without
necessaily having to have a 'central store' that multiple PPC access
This is a long term thing at the moment but is it possible now/in the future
?
TIA
Andrew Kennard Tag: How can random(Again) Tag: 72911
Resident mode
Hi all, I've just developed a simple dictionary for pocket pc
Is there any article or tutorial about programming for resident mode of such kind of application? For example, can read a highlighted word and call the dictionary program..
I've no idea how to start it..
Thanks! Tag: How can random(Again) Tag: 72907
PocketIE / popup windows and javascript
Hello,
I'd like to access to a web site on a PoocketPC but I am in front of some
problems :
- some javascript functions do not work
- the popup window, normally opened after a click on a link doesn't open.
Is it a PocketPC limitation ?
Where can I find an "official documentation" about the PocketIE limitations
/ IE ?
Does another web browser for PocketPC exist (with popup windows, javascript)
?
Where can I find a "WinCE+PocketIE" emulator ? (I can't install a ".net" sdk
on my PC).
Thanks for your help. Tag: How can random(Again) Tag: 72906
getting started with USC Bluetooth dongle
H
I need to write application over BT
I need to buy some general purpose usb BT, so I can write code (i.e. C code
which can 'talk' to the dongle via the usb port
Does anyone did something saimilar
how do I start
What hardware shold I bu
Than
zachi Tag: How can random(Again) Tag: 72904
SMS Reading
hi there
i havent yet started writing this application but was wondering if i
read sms then is it still availble for outlook or not?
and also how can i read messages in outlook inbox?
regards
Roozbeh GHolizadeh Tag: How can random(Again) Tag: 72902
how can make menubar to support mutilanguage?
Dear sir,
ModifyMenu() only can work with submenu,but cannot with main menu,
how can make menubar to support mutilanguage?
it's trouble me a long time,Could somebody give some suggestion?
Thanks very much!
Best Regards,
yubin Tag: How can random(Again) Tag: 72894
Dear, sir
>
> how can i create code random in range 25 - 90 in evb or evc or net
2003
>
> Thank you
>
>