Coding Problem - HELP
Hi,
I have encounter this strange problem....
sometimes I delete some listview1 or imagelist1 or some property...
then my previous code will have error....
My previous code is working fine, and I backup it....
then i delete one listview1 and imagelist1, and recreate one....then
suddenly my previous coding is not working....
whenever come to xxx.text....then will have problem.....
now i open my backup file deploy...also can not....
anyone pls help me....
I do not make any changes on my coding...only delete the listview1 or
imagelist1, then my whole program will have problem...
anyone know how to trace the problem ?
thank you very much
Regards Tag: CSP XML provisioning for WIFI possible? Tag: 93826
Wizard style hides property pages
Hello All!
I created a property sheet in Pocket PC 2003 according to the MyBackLight
sample from Pocket PC 2003 SDK. It all works fine.
But when i try to switch it to being a wizard - my property pages disappear,
leaving only "< Back" "Next >" buttons on the screen. What am i doing wrong?
evc 4.0 sp 4, Pocket PC 2003.
Thanks in advance
Best regards
Raf. Tag: CSP XML provisioning for WIFI possible? Tag: 93824
eVB setup procedure
Hi All
CAn anyone advise me about the eVB 3.00 setup procedure :
I see this when I want to install eVB300 on my machine where is already VB6
and VS.Net
Here's the warning at the setup procedure :
"The embedded Visual Tools3.0 setup failed. "
"C:\windows\system32\autoexec.nt. the system file doesnot match to execute
MS DOS Application or Microsoft Windows"
What's goin on ? I cannot install eVB suite
Thank's by advance for any help
Bernie Tag: CSP XML provisioning for WIFI possible? Tag: 93822
VPN over GPRS connection problem
I have a testet vpn server based on Linux. There is no problem with PC's
connection with it. When I have a PocketPC in the craddle I can see all data
from vpn on my PocketPC.
When I try to get VPN connection over GPRS this fails. I don't even know how
to connect with VPN !
My GPRS connection works fine. My VPN connection have a proper Host Name (IP
also tested), PPTP type, username, and a password.
When I tap my VPN connection and choose "Connect" - the GPRS connection is
established, but no VPN connection try is done (I've tried to put bad
password). My admin says that no VPN connection try is made on the server.
Can sb tell me how to estabish a VPN connection on PocketPC?
Any help appreciated.
Frestyler Tag: CSP XML provisioning for WIFI possible? Tag: 93821
Get Version of WMP Mobile or its Active X Control
Hi all,
we want to embed videos and audio files in a html Control. Because of
the different Versions of WMP and its ActiveX controls we want to
start WMP 10 Mobile embedded and the older ones as independant
application.
How do I detect if WMP and ActiveX Control is installed or in ROM, and
which version they have?
thanks
Roland Hochmann Tag: CSP XML provisioning for WIFI possible? Tag: 93817
Bluetooth enumeration
Is there a way to enumerate the virtual bluetooth com port? I'd like that my
application find out the right com port to connect...
Thanks.
--
Chri Tag: CSP XML provisioning for WIFI possible? Tag: 93815
To Alex Feinman re: imaging.h
Hi all,
Alex, you sent:
> You can do it with the Imaging API (imaging.h)
>
> CComPtr<IImagingFactory>pFactory;
> HRESULT hr = pFactory.CoCreateInstance(CLSID_ImagingFactory);
> if ( SUCCEEDED(hr) )
> {
> CComPtr<IImage>pImg;
> CComPtr<IBitmapImage>pBmp;
> hr = pFactory->CreateImageFromFile(szBitmap, &pImg);
> hr = pFactory->CreateBitmapFromImage(pImg, 0, 0,
> PixelFormat16bppRGB565, InterpolationHintDefault, &pBmp);
>
> I'm not totally sure what is the internal format in this case though.
This code creates an image from a file, presumably in an image
buffer in memory as 24-bit ?
Then it converts to a 565 bitmap, presumably leaving the image buffer
in memory - this does not address the problem of uselessly allocating
memory for a 24-bit image before conversion to 565 - nor as far
as I can tell (since I haven't played with the imaging library yet) does
it free the image buffer.
Is there no way of converting compressed image file or resource directly
to a 565 bitmap without wasting memory ? (I realise I could use a full
jpg and/or png library but they're much bigger than I'd like - wasting
the memory just in a different manner :-)
Also "imaging" only appears in EVC4, not EVC3 so - maybe copying
imaging.h and imaging.lib to the appropriate EVC3 folders would make
it available there (at least for mobile 2002 ) ? Or does the dll itself not
exist in mobile 2002 ?
Finally why on earth did MS use the 555 format as the default when
(so far as I've checked) all Windows Mobile devices are 565 ?
bye
Dave (Parys Technografx) Tag: CSP XML provisioning for WIFI possible? Tag: 93812
Install Font In pocket PC Emulator
Im using Pocket PC 2003 Emulator for my project(hand written Identification
In Tamil Language), I want to install the "Tamil Unicode" font into it. For
this purpose I used eMbedded VC++'s remote file viewer i can copy the font,
but Tamil (Unicode) characters also appear Box format, and i switch off the
pocket pc emulator the font i copied earlier is also deleted. Is there any
way to install Windows font(Latha) into emulator permenant and set it to
default font?
Please give reply
Thanks, Tag: CSP XML provisioning for WIFI possible? Tag: 93810
Voice Recognition Software for Pocket PC?
Hi,
I need to produce a voice driven appliaction for Pocket
PC. It needs speaker dependent voice recognition (for
use in noisy environments) and voice synthisis.
I'm trying to find a good software component that I can
use to do speaker dependent voice recognition. Any
suggestions on what software to check out?
Regards
Andrew
biztalkeai(at)yahoo.co.uk Tag: CSP XML provisioning for WIFI possible? Tag: 93807
Index problems with MS database
Hi!
I'm having problems with my databases created by
myDB.Create(uDB_Name, 1, 1, DB_SortProp);
where DB_SortProp is defined like
CCeDBProp DB_SortProp[1] = {CCeDBProp(CCeDBProp::Type_String,
ID_RECORD_OF_MY_DB,
CCeDBProp::Sort_Ascending)};
I can create this databases all right, then in my application create
records and put them in by myDB.AddRecord(pNewRecord);
and after some time, one more AddRecord-Operation will kill my index. There
are still all records present, as I can see by GetNumRecords(), but seeking
will give me only a fraction.
Deleting all records (not the database itself, just the records) seems to
quench the effect; I can then again add records and all works fine until
after some time the problem comes back.
I can not put my finger on when that - most likely index - problem arises;
it can be the third record or the 3 hundredth, it has nothing to do with
the record's content, and it has nothng to do with how long the DB already
lives.
As my application has to handle a lot of data I'd appreciate any hints.
Kerstin Tag: CSP XML provisioning for WIFI possible? Tag: 93805
Code for backlight brightness level that works on Ipaq, doesn´t on Axim
I am using the code below for changing backlight brightness on iPaqs and
works OK. But it don't work on Axim (al least X50v).
I've found that the program that changes the brighness in Axim modify the
same registry keys, and calls the same BackLightChangeEvent (at least has
this name on its code, seen with a Hex editor).
The behaviour is very strange, let mi explain it with an example:
-I adjust with Axim program both ACBright and DCBright to level 1
-Then change the bright level with my program to level4 for both, AC and
DC. bright level doesn't change.
-Return to Axim program using battery and I can see that the slider for
DC remains al lever 1 but the level for AC has changed to level 4!.
-Connect AC power: The slider for DC power changes to level 4, and the
one for AC level changes to level 1 !!!!. Obviously the bright level remains
unchanged
Disconnect AC power: The opossite occurs: DC slider to 1 and AC slider
to 4.
Notes:
-The registry keys remains as I have set from my program, but if I change
the Axim program sliders, then it set the keys to the new values.
-A soft reset doesn't make Axim to change to a different bright level than
the selected with its program althought the registry keys were set to other
values.
¿Any idea?
My code is:
void SetBacklight(int value, BOOL bAcBright) //Set the Backlight for Battery
mode.bACBright set modifies also the AcBacklight
{
HKEY hKey = NULL;
DWORD dwDisposition = 0;
if (RegCreateKeyEx(HKEY_CURRENT_USER, _T("ControlPanel\\Backlight"),0,
NULL, 0, KEY_ALL_ACCESS, NULL, &hKey, &dwDisposition) == ERROR_SUCCESS)
{
if (bAcBright)
RegSetValueEx(hKey, _T("ACBrightNess"), 0, REG_DWORD, (PBYTE) &value,
sizeof(REG_DWORD)); //AC Mode
RegSetValueEx(hKey, _T("BrightNess"), 0, REG_DWORD, (PBYTE)&value,
sizeof(REG_DWORD)); //DC Mode
}
RegCloseKey(hKey);
HANDLE hBackLightEvent = CreateEvent( NULL, FALSE, TRUE,
TEXT("BackLightChangeEvent"));
if (hBackLightEvent)
{
SetEvent(hBackLightEvent);
CloseHandle(hBackLightEvent);
}
} Tag: CSP XML provisioning for WIFI possible? Tag: 93804
CreateProcess - OpennetCF Diagnostic....
Just wonder which one is better if I want to use them to Launch
Tmail.exe....
Could some one give me a sample code of how to use CreateProcess to launch
Tmail.exe.....
with the TO field filled with TO: support@xxx.com
thannk you very much Tag: CSP XML provisioning for WIFI possible? Tag: 93803
Deploment & Installation Successful - but not application found on Pocket PC
Hi,
I deployed my vb.net project succesfully.
I create one application project, one setup project....successfully created
all the cab file and deployed...
So I tried to run a Setup.exe....well everything goes smoothly, and end with
Installation completed, and pop up the Pocket PC / Add/Remove Program.....
but i can not find further action taken in Pocket PC, and the Add/Remove
Program under Pocket PC there....i can not find the application that I just
installed......
So I deploy and install everything is ok, just I do not how come I did not
see the application installed in Pocket PC...
what could be the problem ? Tag: CSP XML provisioning for WIFI possible? Tag: 93801
System hangs on killing all the running processes
Hi all,
I am writing a application for Pocket PC using WinCE 3.0 API set. I
want to close all running applications in the system. I am able to get
list of all running process in the system. If I do kill all processes,
system hangs. I understand few processes need to remain alive. So what
all processes I should not kill. My question is what all process should
always run to keep device running properly. For example after doing
hard reset what all process system starts. I want to achieve close to
hard reset state for device programmatically. Or is there any way to
hard reset the device programmatically.
Thanks,
Pradeep Tag: CSP XML provisioning for WIFI possible? Tag: 93800
Must ActiveSync plugins/providers be compiled with _MBCS instead of UNICODE?
Hi there:
could someone confirm that ActiveSync plugins (providers) on the desktop
side have to be compiled with _MBCS instead of Unicode? It seems to me that
this is the case. Compiling my plugin with Unicode enabled reliably crashes
the wcesmgr.exe process. It runs just fine when compiled with _MBCS.
Intuitively this makes sense, since there is no way for ActiveSync to know
whether a plugin was written with Unicode or not, and so it must be clearly
defined which character type is expected.
What I don't understand though is why STOREINFO and CONFINFO use TCHAR in
their structure declarations, while others like OBJUIDATA use plain char.
This makes it impossible to actually compile the plugin with Unicode on and
converting the internal unicode data to ANSI as needed when interfacing
with ActiveSync.
Thanks,
Patrick Tag: CSP XML provisioning for WIFI possible? Tag: 93798
List View Control problem
Hi,
I'm having this problem using ListView Control(.Net CF-VS net 2003) to
display e.g. customer names which is stored in Thai language. It
displays me special characters i.e. square boxes inplace of
description.
The surprising thing is the description is displayed properly in thai
language when i use combo box or listbox. but in listview control it
displays special characters. please throw some light on this problem
as i have to implement this project immed and most of my forms use the
listview control..Any help appreciated..
Thanks n Best regards,
Dilip Tag: CSP XML provisioning for WIFI possible? Tag: 93795
How to Install or Add POOM (Pocket Outlook Object Model) in Visual Studio.Net 2003
Dear all,
I've tried to search everything in the net about POOM. But I found not
something I need.
I am a newbies developer, I want to develop pocket pc application using
VB.Net on Visual Studio .Net 2003. I've already developed a simple
application (such as Notepad) and it succeded, I almost do nothing
(such as add object in toolbox bar or something like that) when develop
this.
>> This is the important part..... <<
But it now geeting harder, confusing and stressed when I try to develop
pocket pc application in order to read contact/address book in my
pocket outlook. I try to explore my Visual Studio.Net 2003 about POOM
but I didn't find it although I've installed .Net Compact Framework.
I've installed .Net Framework 1.1.
Is there anyone can help me how to do this ? Can explain me the easiest
way how to develop this ? Can u tell me the required component to do
this ?
Thank you for your response... Tag: CSP XML provisioning for WIFI possible? Tag: 93794
Pointer of a file, not moving after a FREAD or FWRITE ???
I don't understand.
I am using FRead and FWrite in a WCE 3.0 with eVC 3.0++.
I am using the fread and fwrite functions to read some structures in a
file. The file has been opened with the "rb+" parameter.
Usually when you do a fread or fwrite of a structure, your pointer is
set at the end of that structure which is also the beginning of another
structure or the end of the file.
That's what it's supposed to be.
But that's not the case in my application. The pointer is not moving,
each time I write to a file I need to do a
fseek( myfilepointer, 0, SEEK_END);
and when I want to read, I need to focus to the front when it's the
first read, but then I need to do another fseek of another structure.
Is it a problem with WCE or is it me that's doing something wrong ?
Thank You ! Tag: CSP XML provisioning for WIFI possible? Tag: 93784
solution for slow debugging
On my first machine debugging a device over activesync over USB was
extremely slow. Since I turned "allow network and RAS server connection" on
it is really fast, takes less then a second to move from one line to
another. Machine is P4 on 2.4GHz.
On my second machine which is 3.0Ghz debugging is fast eventhough the option
is not on. Wierd.
Devise has WiFi ofcourse.
Hope my experience might help to somebody.... Tag: CSP XML provisioning for WIFI possible? Tag: 93782
[PocketPC/VB] Datagrid column size
Hi
I have 4 columns in the datagrid, the first one is the ID_CLIENT...I need to
set the with
of this column because is not so large like the column ADDRESS .
How can I set different with of the columns of a datagrid?
thank you very much Tag: CSP XML provisioning for WIFI possible? Tag: 93780
Multiple Application Copies on PocketPC
I'm trying to deploy my application to my PocketPC that is docked via
activesync.
I have the output file folder defined as \windows\startMenu. I have two
problems.
1) When I do a release version, I don't get my application showing up in the
start menu.
2) When I look at START - PROGRAMS, I see multiple copies of my application
and its ICON file showing up in this screen. I can't get rid of these
multiple copies (I'm guessing these were created during my Debug process. I
have about 28 of them and can't figure out how to delete them.
Can anyone help clarify how to solve either problem
--
Thanks
RonF Tag: CSP XML provisioning for WIFI possible? Tag: 93777
Windows Media Player 10 Mobile control
Hi all,
I would like to use Windows Media Player 10 Mobile control which should
arrive with WMSDK 10 in my app on PPC 2003 SE. SDK has samples etc, but
where can I get control itself? it is not registered by default, so I
guess it must be some redistributable component as it was in previous
version of SDK.
Does anybody know where can I download this control from?
Cheers,
Alex Tag: CSP XML provisioning for WIFI possible? Tag: 93765
Easy way of finding registry keys?
It there an easy way of finding out which keys belong to which functions.
I'm trying to set some default conditions when my app is installed. There
must be two or three thousand registry keys in my Axim X50. I found a few,
but am still looking how to change the Button Assignments and change the
Regional Settings.
There must be an easier way.
Thomas Tag: CSP XML provisioning for WIFI possible? Tag: 93764
amazing bluetooth samples
Hi.
I'm working with a PDA with Windows Mobile 2003 which has the Microsoft
Bluetooth stack installed. My development language is C++ and I use sockets
with RFCOMM.
The following reference is given at MSDN as suposed to have several
wonderful samples....
%_WINCEROOT%\Public\Common\Oak\Drivers\Bluetooth\Sample
But I don't know where to search for it. I have installed EVC4, PPC 2003
SDK, Mobile App Dev Toolkit and everything I've found to appear useful to me,
but I don't have that path on my PC and don't know where to find it. Where do
I get those samples???
I'm interested in fctest sample since I seem to have some problem with flow
control. My program is sending 9600 bytes per second via serial port over
bluetooth and after a few minutes hangs so I think it is due to some buffer
overflow. But don´t know how to control it.
Can anybody send me the source file for fctest or give me some indications???
Best regards. Tag: CSP XML provisioning for WIFI possible? Tag: 93761
Cradle sync block wireless sync
I synchronise via USB cradle and wireless with several units towards one
machine. Doing a wireless sync closes the connection after completed
session, USB sync do not. It keeps the connection open blocking all other
units from syncing via wireless.
Q: Can I configure the PPC or ActiveSync to disconnect after the USB sync is
done?
--
Johan
-------------------------------------------------
Johan Karl Larsen http://www.itlarsen.net
Skype callto://johankarl Asker/Norway Tag: CSP XML provisioning for WIFI possible? Tag: 93759
How do I start the PPC from the commandline?
I have a VS2003 app that has a redirect if the browser is a PPC and I'm
trying to test. I also have the SDK 2003 installed. Tag: CSP XML provisioning for WIFI possible? Tag: 93757
Problem including debugging information in Visual Studio solution
Hello,
I'm not sure where to post this Visual Studio .net related question, but
I hope to find some help here.
I'm developing an application for a pocket pc in C#. It consists of
multiple projects, included in one solution.
There is one project set as a window application, the other projects are
class libraries. When I debug (either on pocketpc or emulator) my
breakpoints in one project are not taken into account. When I stop
debugging, the output window tells me there are no symbols included for
the specific project... For 3 out of 4 class library projects, symbols
are included. But for the one I need...
I've tried googling on this, and there are several things I tried or
checked... But it didn't solve my problem...
- I am debugging (not in release mode)
- In the configuration properties of the problem project, Generate
debugging information is turned on
- Debug mode is set to program
- Startup object is 'not set' in Common properties of the project
So I'm really stuck here, I tried deleting everything, changing
references to the project etc... But nothing seems to work...
Any help?
thx,
Kristof Tag: CSP XML provisioning for WIFI possible? Tag: 93751
Hiding Controls on a Dialog?
Hello,
I'm trying to build a dialog with multiple edit box controls. I want to be
able to dynamically add or remove the controls depending on which option
the user selects.
The easy way I can see of doing this is to build the dialog with all the
controls and then simply hide and unhide the controls as they are needed.
Anyone know how to do this or even if it is possible?
Thanks.
-Jon Tag: CSP XML provisioning for WIFI possible? Tag: 93745
SatForms and AppForge
Has anyone used Satforms or AppForge for pocket development. Are there any
advantages to using either or disadvantages?
Thanks Tag: CSP XML provisioning for WIFI possible? Tag: 93742
Thin Client app
We are looking at creating a thin client type app to access the internet
only. I have one CE device when accessing our application via the web
shows pretty much the complete window and all the frames. When trying to
access it with a IPAQ or Dell Axim I loose a lot of the frames and
functionality. Has anyone been able to use IE on an pocket pc type device
which works well with a thin client approach and if so what are we doing
wrong?
Thanks
Bob Tag: CSP XML provisioning for WIFI possible? Tag: 93740
FindFirstFile(); issue
Hello,
im using the findfirst and findnext on my application to serialize
encrypt/decrypt contents.
like for the first time
"a.txt" will be encrypted to "a.txt.xyz"
but when i try to encrypt next time to update files by searching for *.txt
im getting it like this
"a.txt.xyz.xyz"
it does take "a.txt.xyz" as .txt file.. how to avoid it?
any ideas will be extremely usefull.
also how to recurse thru directories for particular extension alone?
Thanks,
Arvind Tag: CSP XML provisioning for WIFI possible? Tag: 93737
send data from pda to pc
Hi,
I'm working on a small application that sends data from the pda to the
pc/server. Does anybody have ideas on how to do this? Possible methods are
active sync (don't prefer) and ftp (wireless).
Note:
I'm rather new to this, so any extensive descriptions/code would be
appriciated a lot. Tag: CSP XML provisioning for WIFI possible? Tag: 93736
One Button Click - To launch Pocket PC Inbox with selected email address filled
Hi,
What code should I add under Button Event in order to launch the Pocket
PC Inbox, and the To field already filled with selected email
address.....
1- click the button
2- then Inbox will launch, and the To field arleady filled with
selected email address.
My working environment is VB.Net & Compact Framework.
THank you very much
Regards Tag: CSP XML provisioning for WIFI possible? Tag: 93726
Adjust Brightness level on Pocket PC using evc++?
Hello,
Is there any api's for adjusting brightness level programatically on evc++?
im using ppc 2003 and SE devices
Thanks,
Arvind
-- Tag: CSP XML provisioning for WIFI possible? Tag: 93723
Access Database and PPC
Ok, im trying to create an application that will read and write and access
database. I have tried using OLEDB as my connector (Microsoft Jet 4.0), but
in VB.NET it doesnt recognize any thing with OleDb (not defined), then when I
try to Import System.Data.OleDb it tells me it does not exist.
Someone told me that I should get abcDB and install it to my PPC so that I
could read and write the databases. The only problem is that I have no clue
how to set it up so that my program will connect to it. Tag: CSP XML provisioning for WIFI possible? Tag: 93722
Schedule of upcoming chats and Webcasts
Hello fellow Windows Mobile and Embedded enthusiasts:
Allow me to direct your attention to the list below of upcoming Windows
Mobile and Embedded product chats and Webcasts. I invite you to attend any
and all that may pique your interest.
CHATS
PLATFORM BUILDER DOCUMENTATION: LIVE CHAT WITH WRITERS
March 31, 2005, 10:00-11:00 A.M. Pacific Time
MVP CHAT: .NET COMPACT FRAMEWORK AND SMART DEVICE PROGRAMMING
April 12, 2005, 10:00-11:00 A.M. Pacific Time
WINDOWS XP EMBEDDED WITH SERVICE PACK 2
April 14, 2005, 10:00-11:00 A.M. Pacific Time
WINDOWS CE 5.0 LIVE CHAT
April 27, 2005, 9:00-10:00 A.M. Pacific Time
PLATFORM BUILDER DOCUMENTATION: LIVE CHAT WITH WRITERS
April 28, 2005, 10:00-11:00 A.M. Pacific Time
WEBCASTS
MSDN WEBCAST: .NET COMPACT FRAMEWORK 2.0 (Level 100)
Wednesday, April 06, 2005, 11:00 A.M. Pacific Time
MSDN WEBCAST: BEST PRACTICES AND LESSONS LEARNED FROM EARLY ADOPTERS of .NET
Framework 2.0 and Visual Studio .NET 2005 (Level 200)
Tuesday, April 12, 2005, 10:00 AM Pacific Time
MSDN WEBCAST: WHAT'S NEW IN VISUAL STUDIO 2005 FOR DEVICES (Level 200)
Wednesday, April 20, 2005, 11:00 A.M. Pacific Time
MSDN WEBCASTS: WINDOWS MOBILITY MARVELS
Wednesdays at 11:00 A.M. Pacific Time
I look forward to seeing you online at one of the above events!
Best regards,
--
Nick White
Product Manager & Developer Community Lead
Mobile and Embedded Devices Division
Microsoft Corporation
http://msdn.microsoft.com/mobility/community/
http://msdn.microsoft.com/embedded/community/
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
This posting is provided "AS IS" with no warranties, and confers no rights. Tag: CSP XML provisioning for WIFI possible? Tag: 93720
RE: Pocket PC 2003 TAPI support
The Pocket PC 2003 SDK lists the TAPI and ExTAPI methods supported. Note
there are some differences depending on the network type of your device GSM,
CDMA etc.
Generally the phone audio path is physically disconnected from system audio
so you can't directly play/record audio from a phone call using wave APIs.
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://blog.opennetcf.org/pfoot/
From: "Joe" <Joe@discussions.microsoft.com>
Subject:
Date: 30 March 2005 22:17
I'm a beginner in pocket pc development, and i was wondering if anyone knows
what functionality is supported in TAPI found in pocket pc 2003, and whether
there is any microsoft documentation related to this matter.
I want to know whether it is possible to use waveoutopen / waveinopen with a
line handle or whether or not it is possible to play a wav file once i
answer
a call from within my code.
Thanks in advance for your help,
Best Regards,
Joe Tag: CSP XML provisioning for WIFI possible? Tag: 93714
Pocket PC 2003 TAPI support
I'm a beginner in pocket pc development, and i was wondering if anyone knows
what functionality is supported in TAPI found in pocket pc 2003, and whether
there is any microsoft documentation related to this matter.
I want to know whether it is possible to use waveoutopen / waveinopen with a
line handle or whether or not it is possible to play a wav file once i answer
a call from within my code.
Thanks in advance for your help,
Best Regards,
Joe Tag: CSP XML provisioning for WIFI possible? Tag: 93712
BSP for iPaq 4150 & Mypal730
Hello
is there someone who know wich drivers is needed to make BSP for HP ipaq4150
or Asus Mypal730 to build a new WinCE for them ? url or files are welcome
thanks
Benoît Raynaud Tag: CSP XML provisioning for WIFI possible? Tag: 93706
difference between CP embedded and CE
Hello
is the someone knows difference between CP embedded and CE please ?
urls or file are welcome
Thanks
braynaud Tag: CSP XML provisioning for WIFI possible? Tag: 93704
Query Timeout
How Can Set a Query Timeout and Catch the error when the time elapsed.
--
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: CSP XML provisioning for WIFI possible? Tag: 93697
General question
Please can i somebody tell me whats the difference betwee pocket pc and
windows ce? Tag: CSP XML provisioning for WIFI possible? Tag: 93695
Platform question
Hi.
If i develop an application for the pocket pc 2003 platform, will it run on
the 2002 platform? will it run on future platforms?
Thx. Tag: CSP XML provisioning for WIFI possible? Tag: 93690
Bluetooth connection
Hello,
Can anybody help me?
I have a new project for school. I have to develop a Bluetooth connection
between my portable and my mobile device. So I have to make a server-side and
a client-side application, and this with VB.NET.
It just has to be possible to sent data from my portable to my mobile device.
I have already seen socket programming for LAN, but I donâ??t know if this is
also a good solution for Bluetooth, is it?
Thx Tag: CSP XML provisioning for WIFI possible? Tag: 93688
Can't find WMP 9 for Pocket PC SDK
Hello all,
Can't find WMP 9 for Pocket PC SDK , does it exist?
The WMP 10 for Pocket PC SDK not published, why?
greetings
Roland Hochmann Tag: CSP XML provisioning for WIFI possible? Tag: 93687
Dictionary used by SIP "Keyboard"
Hi,
Please, does anyone know if there is a way to change the
dictionary used by the SIP "Keyboard" to suggest words
when entering text and where is phisically placed (path,
name of the file)?
Thanks a lot in advance
Andy. Tag: CSP XML provisioning for WIFI possible? Tag: 93686
can anyone help me out here??
Hi there,
i've looked high and low and cant find a solution yet.....
I want to make a cable that has a Dell Axim X30 connector on one end, and a
LPT connector on the other end - in other words, chop a parallel cable and
attach the X30 connect to the side that connects normally to a pc.
Please, any help would be appreciated, i cant find wiring
diagrams/schematics for the Axim, and not very adept in electronics also.
thanks,
Paul Tag: CSP XML provisioning for WIFI possible? Tag: 93680
"Error while trying to run project: Unable to start debugging" - perhaps due to custom VS .Net 2003 install?
This was originally posted to microsoft.public.pocketpc.developer.networking
(http://groups-beta.google.com/group/microsoft.public.pocketpc.developer.networking/msg/79710cc094e8e617?dmode=source)
via Microsoft's web interface. I *meant* to post here instead; sorry for
spamming this question to multiple groups.
---
Through Google web and Usenet searches, I've seen this question asked many
times before. But none of the proposed solutions I've found have resolved
my
problem.
Environment:
* Windows XP Professional SP2, all critical updates as of 2005-03-28
installed
* IIS installed through "Add/Remove Windows Components"
- SMTP unchecked
- Frontpage 2000 Server Extensions checked
- Printers virtual directory unchcked
* Visual Studio .Net 2003 Enterprise Architect installed
- FULL install (all nodes in VS setup are checked, no "grey"/partial
checks)
- Installed to custom path: %SystemDrive%\opt\vs-7.1
* NO other software installed
* Machine is connected to the internet
Problem:
Attempt to debug a smart device project through the PPC 2002 Emulator:
1) Start VS .Net 2003
2) File | New | Project...
3) For "Project Types", choose VC# Projects ; for "Templates", choose Smart
Device Application. Click OK.
4) Debug | Start
5) When prompted, choose "Pocket PC 2002 Emulator", click Deploy
Actual Result:
After a successful deployment, I see the following in the Build Output
window:
--- BEGIN copy of Build Output ---
Launching Application
Error while trying to run project: Unable to start debugging.
Unable to start program 'E:\Documents and Settings\Andrew\My
Documents\Visual Studio
Projects\SmartDeviceApplication1\bin\Debug\SmartDeviceApplication1.exe'.
--- END copy of Build Output ---
Expected Result:
Successful debug session launched
Notes:
1) "Debug | Start Without Debugging" from the IDE *DOES* launch the device
app successfully in the emulator.
2) I have tried all of the following (and much more) with no success:
- Tried disabling Windows Firewall
- Tried installing the Microsoft Loopback Adapter
- Tried reading through the topics referenced in this post:
http://groups-beta.google.com/group/microsoft.public.pocketpc.developer/msg/a28f0a143ea04865?dmode=source ;
but none of them resolved my situation
- Tried installing the Windows CE Utilities for Visual Studio .Net 2003
Add-On Pack 1.1. Most of its contents looked relevant to debugging on
physical devices. I tried running the included .reg file (can't recall the
name), but I alreadyhad all the registry settings it contained, and it made
no difference to the repro.
I have seen this on 3 different machines with an environment like what I
have described above. I'm almost convinced that something about the
non-default install or installing to a custom path is tripping me up -- I
later gave in and did a default install on one of those same machines, and
debugging of device projects on the emulator worked fine.
I humbly request if someone could tell me if what I describe is a known
issue, and if there are any further suggestions (beyond what I've already
tried and described above) on how I could resolve this problem.
Thanks,
Andrew Brown Tag: CSP XML provisioning for WIFI possible? Tag: 93679
Hi
Has anyone done a configuration of an SSID for
a PDA with wireless lan using XML CSP?