Wi-Fi disconnects when cradled
Hi,
I notice our Wi-Fi product tends to drop it's connection to the AP when we
cradle the devcie.
Is this new behavior expected with Windows Mobile 5.0? The connection
resumes when the device is uncradled.
Thanks,
Gary Tag: API to switch off Wi-FI Tag: 99435
.net class library in a sensible format
Does anybody know where I can get hold of a copy of documentation for the
class library of the .net Compact Framework in a nice, sensible format like
text, html, pdf, ps... - something I can download and view on a Pocket PC
what I havn't got access to my desktop with Visual Studio on it, nor access
to the internet?
Failing that, can anybody tell me how to get hold of the non-Compact
documentation in such a nice format?
Alun Harford Tag: API to switch off Wi-FI Tag: 99430
ActiveX controls in Pocket IE for Windows Mobile 5
Anyone know if ActiveX controls, client side script, java applets, etc. will
be supported in the new browser in WM5?
TIA Tag: API to switch off Wi-FI Tag: 99420
UI Not Updating on Modal form from ComPort Data received event
G?day,
I have a PocketPC 2003 app using CF and C#.
I am interrogating a GPS unit via the com port and a .dll (CFSerialIO).
The comport fires an event when there is data. In the event I display
the data from the com port onto a Listbox.
All this is on a secondary form to the main application form.
It works fine if I call the second form modeless, the Listbox updates
nicely.
If I call the form Modally the listbox never updates.
I have tried doing:
lstBox.Invoke( new EventHandler( updateUI ) );
private void updateUI(?)
{
lstBox.Items.Add( returnedGPSData );
Application.DoEvents();
}
in the data received event of the Com Class. But still no go.
Ideas? Tag: API to switch off Wi-FI Tag: 99419
Starting Pocket IE and/or Pocket Express using 'Java'.
Does someone know where I can find examples in Java that will start either
Pocket IE or Pocket Outlook? I will be using Jeode on the PDA. The PDA is
running Pocket PC. Thanks in advance.
--
David Hirschman Tag: API to switch off Wi-FI Tag: 99418
ActiveSync 4.0 required for pre-Magneto?
Hi, I saw some references to this earlier, but I need clarification.
We're re-building all of our products to use one installer package to supply
the new WM 5.0 CABs with the earlier PPC 2003 CABs.
We're finding that ActiveSync 4.0 is necessary. The reference in this group
I saw earlier indicates that if the CABs have been signed, then the earlier
ActiveSyncs barf and report the CABs are corrupt.
Our experience is showing that we get this outcome, even if the only CAB
with a signature on it is the WM 5.0 CAB. Even with all of the PPC 2003 CABs
unsigned, we still can't get the earlier ActiveSync to install to a PPC 2003
device.
Is this to be expected?
Thanks,
Gary Tag: API to switch off Wi-FI Tag: 99414
*Paid work* : read .ico files on WM devices
This is a request for a short paid project.
We need a class or function that can load .ico files into an HICON object.
For example:
HICON LoadIconFromFile(LPCTSTR icoFileName, int iconWidth, int iconHeight);
It has to work on Pocket PC 2003, Smartphone 2003 and higher. It should
support true color (high color) icons. Windows XP icons with alpha blending
are not necessary.
If you can do this, please contact Robpetersen1@gmail.com to discuss
technical and payment details.
Thanks. Tag: API to switch off Wi-FI Tag: 99412
Suspend/resume PDA from within a program
Hi,
quick question, is there a way to suspend a pocket pc (running Windows
Mobile 2003) from within a program and then have it automatically
resume after a particular time period (say 5 minutes)? Similar to what
apmsleep does in Linux.
Thanks in advance. Tag: API to switch off Wi-FI Tag: 99411
IP in a Personal Area Network (PAN)
Hi!
I'm writing an application for IPAQ 5550 that uses Bluetooth's PAN
profile. I'm writing it in C# (VS.NET 2003) using high-point's API.
I have no problem connecting several devices together and using sockets
to send data from one IPAQ to another.
My problem is: Till now I have used a fixed IP for every device I have,
so I could know the IP of the device I'm connecting to according to its
name.
1. How can I find the IP address of the devices I'm connecting to
without using this technic?
2. How can I find the IP address of the device my application runs on?
Thanks in advance. Tag: API to switch off Wi-FI Tag: 99406
BUSY CURSOR
hi, all.
There is a problem confuse me.Please help me.
I create a project(one DOC one view,mutli dialog) for PocketPC2003,
when I start my application, everything works pretty good.
but after user click X button on the upper-right corner to close application
screen.
and the application runs on background.
the problem is: when user click my application ICON on Start Running
application bar.
Pop up the screen before closing my application.at this moment.
there is a BUSY CURSOR running.and it not disappear? why?
if user wants to touch screen or operate some function. It does not matter.
would you meet this problem?
any suggestion would be appriceiated.
Thanks Tag: API to switch off Wi-FI Tag: 99405
Difference between OID_802_11_ADD_WEP and OID_802_11_ADD_KEY
Hi all,
In NDIS, can anyone tell me the difference between OID_802_11_ADD_WEP and
OID_802_11_ADD_KEY. Where we use the first one and where do we use the
second one.
Thanks,
Arsalan Tag: API to switch off Wi-FI Tag: 99393
New to Pocket PC devel, porting win32 app
I have created a win32 instant messenger program and am porting it over to
PocketPC. Thankfully, I already had the program as unicode as I believe
this was a requirement for PocketPC. Anyway, the port has gone quite well,
I've had to lose a lot of functionality as it isnt required on the handheld
device. So far, I have my program running and working fine but there are a
few things I would like to get working a bit neater (as far as the GUI is
concerned).
Firstly, I would like my window to appear almost fullscreen, that is filling
the screen of the handheld device but with the task bar at the bottom and
the usual title bar at the top. So far, my window is almost doing this, I
can see the title bar fine but my window extends over thet ask bar at the
bottom. What should I do to create a window so that this doesnt happen?
I am trying to add a menu to my app, and am using the following code:
mHwndCB = CommandBar_Create(GetModuleHandle(NULL), mHwnd, 0);
CommandBar_InsertMenubar(mHwndCB, GetModuleHandle(NULL), IDR_MENU1, 0);
CommandBar_AddAdornments(mHwndCB, 0, 0);
CommandBar_Show(mHwndCB, TRUE);
None of the commands return failure, but the command bar doesnt appear to
show. I am confused by what msdn says about InsertMenuBar and the final
param, I have no buttons inserted. Can anybody tell me how I can get this
menu showing correctly?
Finally, I am using an edit control ("edit" class) and I want to change the
colour and size of the text, how can I do this?
Many Thanks.
Allan Tag: API to switch off Wi-FI Tag: 99392
Developing Pocket PC using C++ in Visual Studio.net 2003
Hi,
I am new to pocket pc developing. I could like to know what I need to do
inorder to select the type of application under C++ that will develop for
pocket pc . I have checked that VB has this application type of smart device.
How about C++? Do I need to install any additonal softeware?
Thanks, Tag: API to switch off Wi-FI Tag: 99390
question about windows mobile
Hi all,
I would like to know if it possible to install "microsoft netmeeting" on a
pda based on windows mobile operating system?
thanks for your answer
coordially,
yann Tag: API to switch off Wi-FI Tag: 99388
Decode Problem in Large Image using Imaging API
Hi!
I make the multimedia application with the image viewer.
The image viewer use the Imaging API.
But, it fail in CreateBitmapFromImage() when I decode the large
image(ex. 1700x2700).
The total memory(128MB) remain with 30MB.
I think that it is the problem of process memory limit(32MB).
But I can not find the solution.(ex. global alloc)
Let me know the solution. Tag: API to switch off Wi-FI Tag: 99386
How to use the DataGrid control in .NET compact framework?
Hi,
Yesterday, I created a smart-device application in VS.net 2003, found that
the DataSource property of DataGrid control can't be find in .NET compact
framework, but according to one e-book, the DataGrid control should has a
property named DataSource. Why? my environment: windows2000 pro(en)+vs.net
2003(ch)
Thanks! Tag: API to switch off Wi-FI Tag: 99385
Dialog with menu and toolbar on Mobile 5.0
I need to insert menu and toolbar into a dialog on Mobile 5.0 Pocket PC.
In eVC++, I used MFC dialog's build in command bar m_pWndEmptyCB to
insert menu and toolbar, as the
http://www.pocketpcdn.com/articles/dialogbar.html suggests, and it works
fine. But in Visual Studio 2005 Beta 2, which come with the new MFC 8.0,
CDialog's pWndEmptyCB data member is gone, is there any other way to insert
menu and toolbar into a dialog on Mobile 5.0 Pocket PC ?
By the way, I can't trace into MFC's source code in Visual Studio 2005
Beta 2, I assumed it's a negligence in Beta 2, and will be fixed in the final
version. Is there any way to remedy this in VS 2005 Beta 2 ?
Thanks in advance.
Chris Tag: API to switch off Wi-FI Tag: 99384
Connect to SQL Server 2000 Database from PDA PPC2003
Currently I'm using ActiveSync to sychronise the DB. But the automatic
sychronisation only allow me to do every 5 minutes. is there anyway making it
lower than 5 minutes?
Also, is there anyway to Connect to SQL Server 2000 Database from PDA
through Wifi?How?
thanks
Jose Tag: API to switch off Wi-FI Tag: 99381
Choosing the device
Hi guys,
I'm looking to build an application in VS2005 beta2 which i can distribute
over any pocketpc (including those with mobile phone capabilities).
How do i specify this to VS?
When i create the project what device do i select?
Currently I've selected PocketPC 2003, but i'm just wondering if i need to
worry about Windows CE 5.0 devices? Tag: API to switch off Wi-FI Tag: 99376
How to disable the dialogbox when the phone rings?
Hi,
I'm working on a PPC Phone edition with windows mobile 2003 SE and I'm
making an application which handles incoming calls (amongst other things).
Therefore I would like to disable the dialogbox that windows brings up when
the phone rings. Is this possibly in anyway? Also, I would like to disable
the ringing sound, as my program generates one itself.
Can anybody help me out?
Thanks in advance.
Per Rasmussen. Tag: API to switch off Wi-FI Tag: 99374
Check for connection ?
Hey all,
I am using Visual Studio .Net 2003 for Windows Mobile 2003 devices.
Quick question..... I have an app on the PDA in which I would like to
disable various options, buttons, etc. if the PDA does not have a connection
to the network - say through wireless or via the cradle.
Is there some method or call that I can use to test whether or not I have an
active connection?
-- Andrew Tag: API to switch off Wi-FI Tag: 99360
Bitmap + .Net Compact Framework
I have received an error when i run this code from the bottom, but first
execution it's ok, at second execution i receive this type of error
ArgumentException. Why ?
string s="\\Scheda di memoria\\MAPS\\Alba Iulia.bmp";
System.Drawing.Bitmap img=new Bitmap(s);
Cristi Tag: API to switch off Wi-FI Tag: 99358
Show images from resources in webbrowser component in c#
Hi all,
we use the webbrowser control from Peter Foot (Opennetcf) to show
offline content on PPC.
But we only can show them when loading from file, how can I load them
from resources?
Can Iextend the Control for that use?
Our system is: VS 2003, c# with OpenNETCF for Pocket PC 2003
best regards
Roland Hochmann Tag: API to switch off Wi-FI Tag: 99356
Link error: "LNK1181: cannot open input file 'armv4_POCKET.obj' "
Hi everyone
I'm doing a project in Microsoft embedded Visual C++ 4.0 and I get the
following error when I try to compile:
...
Generating Code...
armv4_POCKET PC 2003_wce420_c99_standard_ne_static.lib
Linking...
LINK : fatal error LNK1181: cannot open input file 'armv4_POCKET.obj'
Error executing link.exe.
There is no file called 'armv4_POCKET.obj' either in my project or on
my computer.
Does anyone have a clue what the problem might be?
Thanks for your help.
/Babak Tag: API to switch off Wi-FI Tag: 99348
How to pass pointer as an function argument in C#?
hi,
i was trying to write a c# code , were i need to pass ponitrtas an functin
argument . but when ever i am trying to do it i am getting error
"Cannot take the address or size of a variable of a managed type"
I am writing a piece of code were in which i am getting it can ayone help me
to remove it.
//////////////////////////////////////////////////////////////////////////////////////////////////////////
public unsafe class Node
{
public unsafe Node *pr;
public unsafe Node *ne;
}
***********************************************************
public unsafeclass Element : Node
{
public unsafe Element *fist;
public unsafe Element *lst;
public int length;
}
public unsafe void adBefore(Element *ptr, Element *pce)
{
{
ptr->pr=pce->pr;
if (pce->pr!=null)
pce->pr->ne=ptr; else
fist=ptr;
pce->pr=ptr;
ptr->ne=pce;
length++;
}
}
};
////////////////////////////////////////////////////////////////////////////////////////////////////
Hope anyone will provide a soln to me regarding this problem.
waiting for reply eagerly.
Regards
Naveen Tag: API to switch off Wi-FI Tag: 99347
Works ReadXmlSchema Method on .Net compact framework?
Hello,
On Pocket PC (Version 4.20.1081) I experience a (huge) difference
between ReadXmlSchema (/mDataSet.ReadXml(lXmlTextReader,
XmlReadMode.Auto)/) on a dataset and WriteXml
(/mDataSet.WriteXml(lXmlTextWriter, XmlWriteMode.WriteSchema)/). It
seems that a lot of the settings from the original XML schema are not
imported into the dataset. Is ReadXmlSchema fully functional with the
.Net compact framework? Or do I have to set this properties in de code?
Regards,
Roland Beuker
Triple-Eye B.V. Tag: API to switch off Wi-FI Tag: 99346
Pocket Outlook Add-In help needed
Hi!
I want to make an add-in for pocket outlook and I want this add-in to make
followings:
- when a user open an e-mail, I want this add-in to catch this event to be
able to make some specific tasks for a specific content for the opened
e-mail
- or I want this add-in to intercept click on text area for opened e-mail
...
Is anyone who can tell me if it's possible to do this?
And if it's possible, where may I find some documentations or examples for
this task.
Thank you in advance,
Cornel Gligan Tag: API to switch off Wi-FI Tag: 99345
about ContextMenu
I wrote a application using Pocket PC SDK APIs,not MFC.I will use
ContextMenu,but I tap and hold on screen on "hello world" example,didn't
display red(or other colour) point,so that I didn't recieve the
WM_CONTEXTMENU message?
Why?
How to do?
Thanks in advance.
Plume-Tsee
2005-08-16 Tag: API to switch off Wi-FI Tag: 99344
Is it possible to load an Icon from an external file?
I realize that the LoadImage() function does not support LR_LOADFROMFILE for
WM devices.
Is there ANY other way to load icons from an exteral *.ico file into my app?
My architecture specifically relies on dynamically loading icon files to
build the user interface.
I cannot find any suitable API to load an icon file as an HICON into my
Pocket PC app. Any help from Microsoft would be greatly appreciated. Tag: API to switch off Wi-FI Tag: 99340
Tool for Microsoft Mobile 2003.
Hello,
We have to develop an application for Acer n30 device with Microsoft
Windows Mobile 2003.
Which is the best tool to develop the application for that device? We have
.net 2003. If I have to develop teh application with .net then should I
download the Mobile SDK separately? If I use embedded VC++, with service
pack 4.0, will it do?
Please clarify and tell me the steps.
Regards
Ram Tag: API to switch off Wi-FI Tag: 99339
how to determine if a WM5 Pocket PC is natively oriented "Landscape" ?
Hi,
New WM5 Pocket PC's will have 2 soft-keys, under the display, mapped to the
functions displayed in the blue bar at the bottom of the display.
Most Pocket PC's will use the Portrait as their Native orientation, i.e. the
2 soft-keys will be under the display when in Portrait orientation.
But from what I heard, some Pocket PC's will use the Landscape as their
Native orientation, in which case the 2 soft-keys will be under the display
when in Landscape orientation (not in Portrait).
How can I determine if a Pocket PC uses Landscape for its native screen
orientation?
Thanks! Tag: API to switch off Wi-FI Tag: 99337
CE 2005 emulator Install question
Is there anyway to install the new CE emulator (for VS 2005) without install
VS2005? I would like to give the emulator to our QA time to start testing a
new application on (in addition to actually devices of course). If this is
not possible can you install the older emulators instead? I donâ??t really
want to build an x86 version as well, but if itâ??s the only way, Iâ??m ok with
it.
Thanks,
Matt L. Tag: API to switch off Wi-FI Tag: 99331
ANN: DragonDB - MVB Edition 1.0 for AppForge MobileVB
Danic Systems Releases DragonDB - MVB Edition 1.0 for AppForge MobileVB.
East Brunswick, NJ, USA (August 12, 2005) -- Danic Systems, LLC announced
today that it is shipping DragonDB - MVB Edition 1.0 for AppForge MobileVB.
DragonDB - MVB Edition is an SQL database engine and software development
toolkit for creating Microsoft Pocket PC and Smartphone database
applications using AppForge MobileVB.
DragonDB - MVB Edition works with AppForge MobileVB (version 3.2 or later)
for producing database applications which run on Microsoft Pocket PC and
Smartphone devices running Windows Mobile 2003 (or later version).
Major Benefits
* Affordable - No royalty fees when deploying your applications.
* Rapid Development - Easy to use API with a full featured SQL relational
database engine.
* Trivial deployment - Simply include a couple of shared libraries with your
application.
* Trivial management - Zero-configuration. No setup or administration
needed.
* Small footprint - Approximately 300KB for either Pocket PC or Smartphone
platforms.
* High performance - Efficient/optimized design yields extremely fast
queries
and other database operations.
* Portable - A database may simply be copied from one platform to another
(binary compatibility).
* Lifetime updates - Updates are free for your licensed major version
number.
Major Features
* Powerful SQL relational database management engine embedded in AppForge
MobileVB compliant fuser.
* Complete and well documented API.
* VB6 project template for creating DragonDB powered AppForge MobileVB
applications.
* Royalty-free MobileVB compliant fusers for MS Pocket PC and Smartphone
target devices.
* Design time Win32 fuser for developing your DragonDB applications.
* Example programs
* Bundled with useful third-party tools to accelerate your development.
About DragonDB - MVB Edition
DragonDB - MVB Edition provides an SQL database engine for AppForge MobileVB
which is affordable, powerful and portable. DragonDB is built upon SQLite3
which is a popular database engine included as a core component in Apple's
Mac OS X and as the native DB for the PHP scripting language.
Availability
DragonDB - MVB Edition 1.0 is available now from the Danic Systems website
at http://www.danicsystems.com.
The full version is available at an introductory price of $299 per
development license without any royalties for your deployed applications.
Volume discounts are available. A 30 day free trial version is also
available.
About Danic Systems, LLC
Danic Systems, LLC is a privately held software company providing
applications and tools for the Microsoft Windows desktop and mobile
operating systems. Our specialty is in providing applications and tools
which bridge the power of the desktop computer with the flexibility offered
by mobile devices.
Contact Information
Company Name: Danic Systems, LLC
E-mail: info@danicsystems.com
Website: http://www.danicsystems.com Tag: API to switch off Wi-FI Tag: 99329
ANN: DragonDB - MVB Edition 1.0 for AppForge MobileVB
Danic Systems Releases DragonDB - MVB Edition 1.0 for AppForge MobileVB.
East Brunswick, NJ, USA (August 12, 2005) -- Danic Systems, LLC announced
today that it is shipping DragonDB - MVB Edition 1.0 for AppForge MobileVB.
DragonDB - MVB Edition is an SQL database engine and software development
toolkit for creating Microsoft Pocket PC and Smartphone database
applications using AppForge MobileVB.
DragonDB - MVB Edition works with AppForge MobileVB (version 3.2 or later)
for producing database applications which run on Microsoft Pocket PC and
Smartphone devices running Windows Mobile 2003 (or later version).
Major Benefits
* Affordable - No royalty fees when deploying your applications.
* Rapid Development - Easy to use API with a full featured SQL relational
database engine.
* Trivial deployment - Simply include a couple of shared libraries with your
application.
* Trivial management - Zero-configuration. No setup or administration
needed.
* Small footprint - Approximately 300KB for either Pocket PC or Smartphone
platforms.
* High performance - Efficient/optimized design yields extremely fast
queries
and other database operations.
* Portable - A database may simply be copied from one platform to another
(binary compatibility).
* Lifetime updates - Updates are free for your licensed major version
number.
Major Features
* Powerful SQL relational database management engine embedded in AppForge
MobileVB compliant fuser.
* Complete and well documented API.
* VB6 project template for creating DragonDB powered AppForge MobileVB
applications.
* Royalty-free MobileVB compliant fusers for MS Pocket PC and Smartphone
target devices.
* Design time Win32 fuser for developing your DragonDB applications.
* Example programs
* Bundled with useful third-party tools to accelerate your development.
About DragonDB - MVB Edition
DragonDB - MVB Edition provides an SQL database engine for AppForge MobileVB
which is affordable, powerful and portable. DragonDB is built upon SQLite3
which is a popular database engine included as a core component in Apple's
Mac OS X and as the native DB for the PHP scripting language.
Availability
DragonDB - MVB Edition 1.0 is available now from the Danic Systems website
at http://www.danicsytems.com.
The full version is available at an introductory price of $299 per
development license without any royalties for your deployed applications.
Volume discounts are available. A 30 day free trial version is also
available.
About Danic Systems, LLC
Danic Systems, LLC is a privately held software company providing
applications and tools for the Microsoft Windows desktop and mobile
operating systems. Our specialty is in providing applications and tools
which bridge the power of the desktop computer with the flexibility offered
by mobile devices.
Contact Information
Company Name: Danic Systems, LLC
E-mail: info@danicsytems.com
Website: http://www.danicsytems.com Tag: API to switch off Wi-FI Tag: 99328
DirectSound question
Hi all:
I Would like immgrate a DirectSound project into Procket PC Device , But
know common Procket PC don't support DirectSound Driver. Anyone can tell me
why Procket PC don't support DirectSound Driver, and tell my which type of
handheld device can support DirectSound feather.
-Cai Tag: API to switch off Wi-FI Tag: 99326
Custom Transport Layer
Hi .How to make custom Trasnport on pocket pc I saw the sample but I didn't
know how to use it to make custom transport for EMS I want it to use the
cusrrent SMS in building Transport that support EMS
Any help please ?
Thanks Tag: API to switch off Wi-FI Tag: 99318
Input panel size
Hi there,
I'm working on an input method currently and have a problem with that. I
have a wm2003se vga resolution device and if i force it to "real vga" mode
with some app (like SE_VGA) the height of the input panel changes to 80
pixels and my im does not displayed correctly (linited in height and width
also, only the top left quater is visible) Other ims like the default
keyborad or block recognizer also smaller however some like resco keyboard
can overcome this and displays correctly even is real vga mode by extending
the input panel to 160 pixels. Can somebody tell me how to do this in my im?
Thanks in advance Tag: API to switch off Wi-FI Tag: 99315
PocketPC parent child relationship (as in MDI)
I know that the MDI framework is not supported on the PocketPC. However,
I need to convert a formerly MDI application into a format for the PPC.
Is there anyway to have a form that acts as a parent to another form.
Say for example, the child needs to call a function in the Parent that
is open, myparent.calledFunction() ?
Thanks!
-Kyle Tag: API to switch off Wi-FI Tag: 99306
WM 5.0, Digital ID, Authenticode Signing, etc.
The product I'm working on requires privileged certificates, which I have on
order from VeriSign. I currently have access to unprivileged certificates.
These are called the ACS certificates. Even though I'm using them on PPC
products, I was told to purchase the SmartPhone certificates. OK, cool.
I tried signing a CAB file with one of these via the web-based VeriSign
Account Manager, and was successful. However I found on a WM 5.0 device, a
prompt comes up that says something like "warning this software comes from an
unknown publisher". I was expecting to at least see something that said "this
software comes from My Corporation, Inc.".
Do I have to purchase a second kind of certificate so that this prompt will
at least say the name of my company when I install the CAB on a WM 5.0
device? And if yes, do I need to learn a really complicated command line for
the signing tool so that I can have two certificates on the same binaries? Is
the "Microsoft Authenticode Digital ID" that VeriSign sells, that you can
sign with for a year on any product you have, for $400, the one I need?
Thanks,
Gary Tag: API to switch off Wi-FI Tag: 99304
'Version 2.0 is not a compatible version.' error building (vs2k5b
while compiling a compact framework project in VS2005 Beta 2(June CTP) I
received the following error:
Error 1893 Metadata file 'c:\Development\OpenNetCF
Vault\ApplicationBlocks\OpenNETCF\bin\Release\OpenNETCF.dll' could not be
opened -- 'Version 2.0 is not a compatible version.' C:\Development\OpenNetCF
Vault\ApplicationBlocks\Common\src\cs\Common\CSC
what does this error mean??
the setup:
I compiled OpenNetCF (SDF project) succesfully, then when compiling the
OpenNetCF.ApplicationBlocks.Common project I recieved this error.
the OpenNetCF.ApplicationBlocks.Common project references the OpenNetCF
project.
...
any Ideas on things to try?
--
Thanks in advance Tag: API to switch off Wi-FI Tag: 99301
Installing new Font to Emulator SDK 2005
Hi,
I installed Windows Mobile 2005 SDK and Visual Studio 2005. But I can not
figure out how to download new font to the emulator. I do not see File tool
in the IDE to copy files to the emulator!
Any idea?
Thanks Tag: API to switch off Wi-FI Tag: 99299
How to use WZCSetInterface to add a network access point that uses certification for authentication (EAP)
Hi,
Coud anyone please tell me how can I use WZCSetInterface() function to add a
network access point that uses certificates for authentication (EAP). I know
that this function uses INTF_ENTRY structure pointer. This structure
contains WZC_WLAN_CONFIG structure variable also which has a variable used
for 802.11x parameters. This variable is:
WZC_EAPOL_PARAMS EapolParams; // 802.1x parameters
and this strucrure is defined as follows:
typedef struct _WZC_EAPOL_PARAMS
{
BOOL bEnable8021x;
DWORD dwEapFlags;
DWORD dwEapType;
DWORD dwAuthDataLen;
BYTE *pbAuthData; // Pointer to provider specific config blob
} WZC_EAPOL_PARAMS, *PWZC_EAPOL_PARAMS;
Could anyone please explain what does this pbAuthData contains in case of
EAP-TLS or EAP-PEAP or EAP-MD5.
Thanks,
Arsalan Tag: API to switch off Wi-FI Tag: 99293
Pocket PC Emulator
I have Visual Studio 2003 Enterprise Architect with Pocket PC 2002 Eumulator.
I have a development project which works with the Symbol 3000MC. When I try
to deploy the project to the PocketPC 2002 Emulator, I receive an error
message stating - Failed copying C:\Program Files\Microsoft Visual Studio
.NET 2003\CompactFrameworkSDK\v1.0.5000\Windows
CE\wce400\X86\symbol.all.x86.cab to the device.
I looked in the folder and there is no file symbol.all.x86.cab. I contacted
Symbol and they said they did not support the emulator. They suggested I
upgrade my emulator to a new version.
Is there a newer version that I can download and update? If not, any
suggestions on how to resolve this?
Thanks,
Johnny Tag: API to switch off Wi-FI Tag: 99292
Pocket Outlook
Hello everyone,
I have another hopefully small question just about Pocket Outlook. Is
there any way to send a high priority/high importance Email from my
PPC. Also, if I sync down a message with a high importance from AS,
will it show up like that, or is the importance of a message not
supported?
Matt Tag: API to switch off Wi-FI Tag: 99291
Second CTreeCtrl selchange event
Hi.
I have a custom tree ctrl based on CTreeCtrl. When I select an item, the
item is marked, and I get the OnSelchanged event. However, if I click the
same, selected item once again, I get no event.
I have tried different events, and the only one I get is NM_CLICK, which
only provides OnClick(NMHDR* pNMHDR, LRESULT* pResult). I cannot seem to
find from this which item was clicked, or if it was some other part of the
tree.
So, what I need is an event triggered when I click an already selected
item.
Does anyone have any idea how I can make that happen?
Best regards,
Ole-Johan Ellingsen Tag: API to switch off Wi-FI Tag: 99287
Deployment Issue
I can run my application from VS by connecting to the emulator
When I deployed tot the emulator it seems successfull but I could not
find the application to run on the emulator.
Please help ? Tag: API to switch off Wi-FI Tag: 99283
Detecting network type
Hello everyone,
I just have hopefully a simple question. Is there some built in API
that I can use to determine what kind of network that is being used? I
am talking like if the network connection is a GPRS connection, or a
CDMA connection, or ect..
Also, on the same line, is there a way to determine the signal strength
of the network?
Thanks for all of your time and hopefully you can help me.
Matt Tag: API to switch off Wi-FI Tag: 99280
PropertySheet bug?
The (modal) main window of my application is created with the
function PropertySheet().
After choice of the menu entry Start->Today, my property sheet
window remains visible and the today screen will not shown.
All other PropertySheet-based programs I know, behave in such way.
Is this behavior an error of the platform Pocket PC?.
Or must I handle some messages in my application?
Rgds Wolfgang Tag: API to switch off Wi-FI Tag: 99278
VB6 for Pocket PC Apps
I'd like to do some development on what I believe to be Windows Mobile
2003 (Microsoft PocketPC Version 4.20.0 (Build 14053) Copyright
1996-2003 Microsoft Corporation).
I know VB6 pretty well and would like to use that as the development
language.
What are my options? Required Software? I read in other topics about
eMbedded Visual Tools 3.0 and using an older form of VB with those. Is
there an updated version of these tools?
If not, is my only Visual Basic choice to use VS.Net?
Thanks,
Matt Tag: API to switch off Wi-FI Tag: 99274
Can somebody help me out for this.
also if there are APIs to know signal strength for WAN /WLAN ...
Check with www.opennetcf.org they have a free component to monitor the
signal strength I believe.
"abh" <ab_2312@yahoo.com> wrote in message
news:1124347840.521626.310070@z14g2000cwz.googlegroups.com...
> Can somebody help me out for this.
>
> also if there are APIs to know signal strength for WAN /WLAN ...
>
> THanks
>
> atul
>
"abh" <ab_2312@yahoo.com> wrote in message
news:1124347840.521626.310070@z14g2000cwz.googlegroups.com...
> Can somebody help me out for this.
>
> also if there are APIs to know signal strength for WAN /WLAN ...
>
> THanks
>
> atul
>