Question about WCELoad
(Cross-posted to pocketpc.developer and smartphone.developer)
During a CAB install, are the registry settings made to the device before or
after Install_Init() is called? Is the answer different for WM2003 devices
and WM5 devices?
Thanks,
J Tag: www.dvidearts.com- Angel Sword Tag: 114539
IXMLDOMSchemaCollection/XMLSchemaCache WM5 C++
Has anyone successfully loaded a schema and used it to validate an XML
document on WM5 in C++? I am having problems calling the XMLShemaCache add
method. It returns E_FAIL for me.
Thank you
DM Tag: www.dvidearts.com- Angel Sword Tag: 114538
GPS intermediate driver compatible to old software?
I have a question regarding the new GPS intermediate driver features in
Windows Mobile 5. I think I understand how the new feature should work, but
I can see that I have many GPS applications including me app (which is
written in Java) which have problems to connect to the "software/application"
com Port selected in the Windows Mobile 5 GPS settings dialog. As far as I
read in the GPS intermediate driver MSDN documentation the new feature should
be compatible to older software. So software which does not use the new
interfaces and services from Windows Mobile 5 SDK should also be able to
connect to the software COM port set in the WM5 GPS settings dialog? => is
the software COM port visible as "standard (virtual)" COM port in the system?
What are those new GPD ports which I can select?
By the way is there any documentation for the new GPS feature in Windows
Mobile 5 (not the SDK documentation)?
Any hints or links to some useful answers are welcome! Tag: www.dvidearts.com- Angel Sword Tag: 114536
mobile interface technology
Hi,
I'm trying do decide wich is the more convinient (design, reusability,
conectivity, security) interface technology for develop a mobile ("some
times off-line") application.
C#/VB.NET Mobile Application >>> Web Service
C#/VB.NET Mobile Application + ADO.NET >>> SQL Server
AJAX (HTML+javascript+xmlhttp) >>> Web Services / ASP.NET Functions
Consider that I have hundreds of ASP.NET and Web Services solutions running
in a production environment that would help to reduce the development time
of new business logics components.
At this moment, I made some tests, and I really appreciate the AJAX mobile
solution. It's easier to build and maintan screens rather than Visual Studio
.NET.
But I think that PIE it's not good framework to user, because it has a lot
of limitations, like access the device file system and functionalities,
navigation beetwen the screens, global variable sharing, and so on.
So, wich option is better?
Thanks a lot for any suggestion.
Leonardo Freitas Tag: www.dvidearts.com- Angel Sword Tag: 114533
System.Windows.Forms.Timer suspends when PPC sleeps
Is there way to force the Timer control to keep ticking when the device is
off? I have an app that needs to do something 10 minutes after it's launched
regardless if the device is on or off during that time (similar to a windows
service - kind of). Since running ppc apps maintain their state between
off/sleep periods I would think the timer would continue to run but that does
not seem to be the case in my testing. Doesn't ActiveSync continue to run
when the device is "off"?
Thanks,
Jim Tag: www.dvidearts.com- Angel Sword Tag: 114532
Main form - Sub form problem
I am building a Pocket PC application in C#. I have 5 forms (1 main and 4
sub forms). The main form must always
load first. The sub forms are loaded from the main form. The application is
run using Application.Run(new
MainForm()); The user may choose to load one of the sub forms automaticaly
at startup, but when I do the folowing
in the MainForm_Load(......) function the Main form always shows up infront
of the subform:
private void MainForm_Load(.....)
{
...
...
SubForm sub = new SubForm();
sub.Show();
sub.BringToFront();
this.Hide();
this.SendToBack();
...
...
}
Is there a way that I can load the Main form and then automaticaly load one
of the sub forms with the sub form
being shown infront of the main form? Sub forms cannot exist if there is no
main form. Tag: www.dvidearts.com- Angel Sword Tag: 114531
Enter PIN Phone Dialog
Hello
I'm trying to display the second Phone Dialog (the one that asks for
the user to enter the PIN) in WindowsMobile 5.0.I need a solution in
Win32 API or C# .NET.
I use the Microsoft Visual Studio 2005 - Remote SPY to detect the name
of that window , but it appears with the same name for both Phone and
Enter PIN windows : "Phone" (for english ROMs) and "Telefon" (for
german ROMs). I'm using this to bring the window to surface:
telefon = FindWindow(NULL ,
L"Phone");
ShowWindow(telefon, SW_SHOW);
UpdateWindow(telefon);
SetForegroundWindow(telefon);
It seems that if the window exists there is no need to make a function
that tests for the SIM status (locked/unlocked) and so the only problem
is in bringing directly the Phone -> Enter PIN window (when the SIM is
locked).Can anyone help?
Thanks,
Regards Tag: www.dvidearts.com- Angel Sword Tag: 114527
Emulator Screen Shots
I need to make several screen shots from Windows Mobile 5.0 Pocket PC
Emulator.
I need them for Help files.
I can get a screen shot of any windows by pressing Alt+Print Screen, and
after that paste the contents of Clipboard into a new file in Photoshop. It
doesn't work with Emulator by some reason. It looks strange, because for me
an Emulator Window is the same as any other program Window.
Any advice how to overcome this problem?
Thank you
Al Tag: www.dvidearts.com- Angel Sword Tag: 114526
Monitor phone call disconnect
Hi,
I tried to monitor phone call disconnects with lineOpen and lineGetMessage.
This works well.
However I also get messages when Internet Explorer / GPRS disconnects.
How can I get info about only phone call disconnects? Tag: www.dvidearts.com- Angel Sword Tag: 114525
WidComm bluetooth stack / MS bluetooth stack
Hello!
I cracked my head out finding why my BT app did not work... Then later I
found it was beacause my PPC ( HP iPaq hx2000 ) has the Broadcom/Widcoom
stack in it. Im using Visual Studio 2005 C# to develop. Questions :
1) Is there anyway to change in my PPC the bluetooth stack to Microsoft
BlueTooth stack ?
2) Any free or cheap C# Wrapper/libary to access Widcomm bluetooth?
3) Is bill gates really gona leave Microsoft to Steve jobs ? hhehehe
Thanks Guys!
Peace.
--
Alberto Cardoso Tag: www.dvidearts.com- Angel Sword Tag: 114524
Developing an interactive application
Dear Sir,
Where could I get samples espetially for video/audio and windows media
player mobile editionâ??s sdk.
I would like to develop an application with interactive video and audio
contents on windows mobile. The application has the following features:
1, The platform should be windows mobile type such as WM 5.0 pocket pc and
smart phone and Pocket PC 2003 and Smart Phone 2003.
2, It is capable of playing video and audio contents via a programmer
defined fancy skin. Common buttons such play/stop/pause and common menus such
as file/play list should be available.
3, Interactive video and audio functions should be available. For example,
the programmer is capable of setting some bookmark on video and audio
contents. When the contents are played to this point, they are pause and ask
for user instruction. User may select to goto a website or other multimedia
contents as well.
3, Compression of raw sound and video from MIC and camera to windows media
files should be available. Moreover, all the staff, including some video and
audio contents and interactive functions, should be capable of being packaged
and distributed to end-users.
As a beginner of windows mobile developer, I need your instructions. Could
you tell me how to realize it? I have some experience of VS2005/C# and SQL
2005.
When I go through MSDN, I have the following questions:
1, Is it capable of realizing all the above features in .net compact
framework 2.0 without the aid of eVC and platform invoke?
2, Shall I use windows media player mobile editionâ??s sdk or .net compact
framework 2.0? I could not find enough resources on mobile interactive video
and audio development on MSDN, could you help me to locate them.
jademobile@126.com
--
I am interested in WMP mobile edition development for an interactive
application Tag: www.dvidearts.com- Angel Sword Tag: 114520
Initial size of the Custom Control
I have the problem with my custom control. When the control is inserted on
form, the initial size is 200 x 200. I cannot change this initial values. I
tried it in InitializeComponent function block, I tried it in constructor,
but each custom control
has initial size fixed. How to solve this?
Thanks,
Mirek Tag: www.dvidearts.com- Angel Sword Tag: 114519
How to launch the SMS application
Hi All,
I want to launch the SMS application. It should open new message window
by default and I want to pass the phone number as a parameter to it.
Please suggest me how I can achieve it.
BR
Chetan Tag: www.dvidearts.com- Angel Sword Tag: 114518
Help to view a mobile web page on a device emulator in visual studio 2005
Hi,
I have created a sample website in visual studio 2005, One of its pages
is a mobile web page. I want to view the mobile web page on a device
emulator.
For this I selected a Pocket PC 2003 emulator from the Device Emulator
Manager, Connected to it, Cradled it.
Now If I open the IE on the device emulator and type my local website
as
http://localhost/Mobile_Virtual_Directory/Mymobilepage.aspx
It gives URL not found.
I do not know what else I need to do. Could anyone help me in this?
Thanks
ASMJ Tag: www.dvidearts.com- Angel Sword Tag: 114503
How to override the default error dialog when a file you're trying to open is not found on Windows Mobile 5.0
I have created a custom launcher application that launches another .exe
file. I'm using ShellExecuteEx to open the .exe file, and I've added error
checking code if the ShellExecuteEx fails for some reason, like file not
found. I've also added a custom error message box that I want to display if
the file is not found. However, when I launch my custom launcher it does
display my custom error message box, but only after the following default
error message box:
"The file 'AvantGo' cannot be opened. Either it is not signed with a
trusted certificate, or one of its components cannot be found. You might
need to reinstall or restore this file."
Is there a way I can prevent the default error message popping up, and only
display my custom error message? I'm using Microsoft Visual C++ 2005. Tag: www.dvidearts.com- Angel Sword Tag: 114494
How do I control VC Controls?
1. How do I make a CComboBox Visible or Invisible at runtime?
// member variable m_combo1 is of type CComboBox
// Using Borland C++, I would write:
// m_combo1->Visible = true; (or false)
2. How can I change a CComboBox's Properties from "Drop Down" to "Drop List"
at runtime?
3. How do I load a picture into a PictureBox at runtime?
// member variable m_bitmap is of type CStatic
// Using Borland C++, I would write:
// m_bitmap1->Image = Image->FromFile(strPath)
I have MFC and VC++ books, but I can't find anything on how to do basics
like this.
If it helps, I am using eVC4-SP4 with the Pocket PC 2003 SDK. Tag: www.dvidearts.com- Angel Sword Tag: 114492
How to find the Parent Control of a Context Menu
Lets say I have a form with two text boxes txt1 and txt2. I also have a
Context Menu cm1 with a single menu item mnuToUpper. I set the ContextMenu
property of both text boxes to cm1.
At Runtime when mnuToUpper_Click() is fired, how do I determine which text
box contents I should convert to upper case?
--
Ron W
www.WorksRite.com Tag: www.dvidearts.com- Angel Sword Tag: 114490
Sprite Rotate
I just would like to rotate a sprite (in CF2), but my code doesn't work.
I'couldn't find the solution everyplace, every news............
Please Help with this peace of code:
dev.Clear(ClearFlags.Target, System.Drawing.Color.BlueViolet, 1.0f, 0);
dev.BeginScene();
Vector3 CamaraPosicion = new Vector3((0.0f, 0,4f,0,0f);
Vector3 CamaraTarget = new Vector3(0.0f, 0.0f, 0.0f);
Vector3 CamaraUp = new Vector3(0.0f, 1.0f, 0.0f);
sprite.SetWorldViewLH(Matrix.RotationX(angulo),
Matrix.LookAtLH(CamaraPosicion, CamaraTarget, CamaraUp));
sprite.Begin(SpriteFlags.AlphaBlend);
sprite.Draw(textura,System.Drawing.Rectangle.Empty,SpriteCentro,SpritePosicion, Color.White.ToArgb());
sprite.End();
dev.EndScene();
dev.Present();
MoverSprite();
angulo += 1.0f;
Application.DoEvents();
Invalidate(); Tag: www.dvidearts.com- Angel Sword Tag: 114489
Debuging Custom Control
I want to debug my own custom control in design time for Pocket PC, but the
Visual Studio 2005 says
'Unable to start program 'C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\devenv.exe'. The system cannot find the file specified.
Thanks for help
Mirek Tag: www.dvidearts.com- Angel Sword Tag: 114486
set video position by directshow
Hi
In PPC, I program the codes to play and position the video file in
a dialog by DirectShow.
CoInitialize(NULL);
CoCreateInstance(CLSID_FilterGraph, NULL,
CLSCTX_INPROC,IID_IGraphBuilder, (void
**)&pGraph);
pGraph->QueryInterface(IID_IMediaControl, (void **)&pMediaControl);
pGraph->QueryInterface(IID_IMediaEvent, (void **)&pEvent);
pGraph->QueryInterface(IID_IVideoWindow, (void **)&pVidWin);
pVidWin->put_Owner((OAHWND)this->GetSafeHwnd());
pVidWin->put_WindowStyle( WS_CHILD | WS_CLIPSIBLINGS);
CRect grc;
::GetClientRect(this->GetSafeHwnd(), &grc);
pVidWin->SetWindowPosition(160, 120, 320, 240);
pGraph->RenderFile(L"\\My Documents\\123.mp4", NULL);
pMediaControl->Run();
But when I play the video, it locates in the left and top, i.e.
(0,0,320,240)
I don't know what's wrong for the codes!!
What can I solve the question??
Any suggestion id helpful!!
Thanks a lot!! Tag: www.dvidearts.com- Angel Sword Tag: 114477
My Today screen plugin doesn't get focus or clicks
I'm trying to make a new Today screen plugin work based only on a couple Web
examples, and I suspect I'm missing some basic info.
My Today screen plugin loads and appears - but when I dpad, focus simply
moves past it. Also, it seems that I'm not registering any click events.
My registry settings are Enabled=1, Options=0, Type=4, Flags=0.
Is there something particular I need to do to allow my plugin to get focus
and/or clicks?
Thanks in advance!
--
Jon Schwartz
The Phrogram Company
www.phrogram.com Tag: www.dvidearts.com- Angel Sword Tag: 114476
FIle Synchronization
Hi all,
I have a C# client and a C background process mofifying a shared file.
How does file synchronization work on WM5? What APIs do I use in C# and
which libraries for C? Or do the file IO functions automatically handle
concurrent access with appropriate locks?
Thanks,
Mike Tag: www.dvidearts.com- Angel Sword Tag: 114475
Is there really no way to debug service/device driver for CE/PocketPC using Visual Studio 2005?
I apologize if this question has been asked too many times...
I thought VS2005 should build in such kind of feature. I debugged my
service in EXE mode and everything works fine but when I run with
Service mode, somehow when the service quits, an exception occurs.
Thanks! Tag: www.dvidearts.com- Angel Sword Tag: 114471
ComboBox and SetProperty
How can I use SetProperty(DISPID dwDispID, VARTYPE vtProp, ...) to change the
properties of a Combo Box?
During run time, I want to be able to change the Combo Box from a Drop Down
type to a Drop List type, and back again.
Assume the ID is ID_COMBO1.
Any thoughts? Can this be done? What keywords should I research?
Thanks in advance. Tag: www.dvidearts.com- Angel Sword Tag: 114467
How do I get GWES to recognize keyboard on Pocket PC?
Hi,
I'm working on the software for a new Compact Flash (CF)
card that is designed to work in Pocket PCs. The card
provides a complete USB Host, which allows for a USB device
to be hooked up to a PPC and then accessed from the PPC.
The basic device driver is working, as are the USB client
drivers. USB Flash Drives and USB printers work fine.
This is under CE 4.2 with future porting to CE 5.0.
I need to add support for a USB keyboard and mouse. I have
gotten the USB client drivers for them to be loaded. The
next step is to get a Pocket PC (e.g., hx2415) to recognize
and use the external keyboard. This is where I need some
assistance.
HP supplies the basic driver (keypad.dll on the 2415 and
keybddr.dll on the 2215) that is loaded by gwes,exe. When
the usb keyboard driver starts, the "KBD1:" device is created,
and DeviceNotifications sends out the message that it was
added with the IClass value "{CBE6DDF2-F5D4-4e16-9F61-4CCC0B6695F3}",
as spec'ed in the docs.
What I am missing is how to get gwes and/or keyXxx.dll to
actually use the new keyboard. I have tried setting
HKCU\SOFTWARE\Microsoft\Shell\HasKeyboard to 1 but it
doesn't have any noticable effect.
What needs to be done to get the linkage between the keyboard
and the Pocket PC to work? Another driver? Registry settings?
Any sample code? Documentation pointers? Thanks!
++ Todd Tag: www.dvidearts.com- Angel Sword Tag: 114463
How to distribute Compact framework
I want to distribute an application in .Cab form, but I also want to
distribute the .net compact framework to the pocket pc's .
How to do this? I cannot find any setup/install application for this. As far
i did it via the Visual Studio, but I want a downloadable file to setup and
instal the pocket pc's
Hans Tag: www.dvidearts.com- Angel Sword Tag: 114462
Windows Mobile 5 documentation
Hi, Is there any documentation describing the specific features in WM5
as opposed to Windows CE 5.0. I've been searching on MSDN but have only
found stuff on the API. For example with WincE 5.0 there is info on how to
develop a device driver, info on the features etc. Sure a lot of this
applies
to WM5 but there does not appear to be anywhere where it states exactly
which features are included with WM5 and also how to develop drivers
for the WM5 platform.
Thanks Tag: www.dvidearts.com- Angel Sword Tag: 114453
application input argument in VB
Hi
If I start my vb app like this
DeviceApplication1.exe abc.txt
Can I get the abc.txt as input argument and handle it in vb?
Thx
JC Tag: www.dvidearts.com- Angel Sword Tag: 114450
Add money to your Paypal account with OPRAH !ktoJ
Read this message until the end, and you will find out how the money flows in easy !!!!.
Follow the steps and it WILL work. Trust me !!!!!.
It's NOT illegal and it is NOT a scam !!!!!.
PROVEN ON OPRAH! Reported in the Wall Street Journal!!!!
The only thing you need is : - E-MAIL ACCOUNT
- PREMIER (FREE) or BUSINESS PAYPAL ACCOUNT
- $6 on this account (The only investment)
- 30 minutes of your time
There is no limit on how much money you can recieve, and you haven't got anything to lose with this Business program. I will explain how it works !!!!!.
Follow these 4 easy steps and it WILL work !!!!!.
STEP 1 : SIGN UP FOR A FREE PAYPAL ACCOUNT !!!!!.
Paypal is a free and safe way to pay and receive money on the Internet.
Creating a account is as easy as creating a MSN account.
Copy and paste the next line in your Internet browser and sign up.
HTTP://WWW.PAYPAL.COM
Be sure to sign up for a FREE Premier or Business account and not for a Personal account.
You cannot receive CREDITCARD payments with a Personal account and we can't have that. Do we !!!!!.
STEP 2 : SENT $6 TO YOUR PAYPAL ACCOUNT
This is your only investment to receive the money with ease.
With your Paypal account, send $1 to each e-mailadres listed below.
!!!!! IMPORTANT !!!!! Be sure to use this SUBJECT : *PLEASE PUT ME ON YOUR EMAIL LIST* when you send the money.
1) martine@pilote.net
2) dexxatol@netcourrier.com
3) armygirl8568@hotmail.com
4) comjii@starband.net
5) sinnek@bellsouth.net
6) nsi@nelasat.com
STEP 3 : PUT YOUR E-MAIL ADDRESS ON THE BOTTOM OF THE LIST
After you have send $1 to each e-mail address, put your e-mail address on the 6th place.
Remove e-mail address number 1, and move each e-mail address 1 step up the ladder.
!!!!! IMPORTANT !!!!! BE SURE THAT THE E-MAIL ADDRESS YOU USE IS THE SAME AS YOU USED TO SIGN UP AT PAYPAL.
Remember that this is LEGAL. You are creating a service : an e-mail servicelist.
STEP 4 : UPLOAD OR COPY THIS MESSAGE TO NEWSGROUPS, FORUMS ETC AND EMAIL IT TO ALL YOUR FRIENDS!
There are 32,000 newsgroups. Upload or copy this message to at least 200 newsgroups or forums etc, but ........ remember that the more your upload the more people will see your message and the MORE MONEY WILL FLOW IN.
How to upload to newsgroups and forums? :
After you have followed step 1,2,3 and 4, save this message (and copy so you can use it again).
Use your Internet browser and Outlook Express or another newsreader and try to find FORUMS, NEWSGROUPS,
BULLETIN BOARDS, DISCUSSION GROUPS, CHAT SITES and ONLINE COMMUNITIES. Use GOOGLE or use a NEWSERVER.
Use every option to post this message. Download PostXpert to send 1 message to more NEWSGROUPS at the
same time.
!!!!! REMEMBER !!!!! The more you post this message the more MONEY WILL FLOW IN.
Why does this Business program work so well !!!!!.
Lets asume that from the 200 (or more) messages that you have posted, only 5 people respond, you will have your
$6 back that you have invested. Those 5 people will each send at least 200 messages with your e-mailadres on
number 4. That's 6 x 6 x $1 = $36. The next 25 people will also send 200 messages with your adres on number 3. That's 36 x 6 x $1 = $216. The next 216 people also send 200 messages with your name on number 2. That's 216 x 6
x $1 = $1296!. Those 1296 people again also send 200 messages with your name on number 1. That will give us a total of 1296 x 6 x $1 = $7,776.
Now the last tier! 7776 x 6 x $1 = $46,656!!!!!!
This is only a EXAMPLE with 6 reactions. You WILL get MORE responses than that.
Remember that most newsservers will leave the posted messages on there servers for about 2 weeks. If you will post your message again, it WILL again start from the beginning. So you can repeat this over and over again.
Everyday MILLIONS of people are ONLINE and reading these messages, JUST LIKE YOU RIGHT NOW.
I also was sceptical in the beginning and have read a lot of these messages. I also thought that it was bullshit.
Until I thought : What the hell!, only $6. What's $6 and a couple of minutes of my time to solve my money problems.
!!!!! REMEMBER !!!!! Follow every step, and IT WILL WORK, TRUST ME. !!!!!
!!!!! BEST WISHES AND GOOD LUCK !!!!!
w)O>+;)<9UVS;F>qaGL<Uq#v`V6(F]- rM;$g+!4IIQ*827?H4 Tag: www.dvidearts.com- Angel Sword Tag: 114444
Bluetooth Printer from XDAIIi (Broadcom)
Hi,
I am trying to send data to a Bluetooth Printer, which I have paired to
a XDA IIi (Pocket PC 2003 SE) using Bluetooth Manager. Currently, I am
using C# and I am able to start up the Connection between the two using
SerialPort.Open (baud rate = 4800, parity bit = None, Com Port =
"COM6") and this apparently works (the connection goes green in
Bluetooth Manager).
But - I am then attempting to send the data using SerialPort.Write with
the data in a byte array or a string. The code appears to work and no
exception is thrown, but the printer device shows an error indication
rather than accepting the data and printing. From using the sample exe
which came with the printer, i do know that it is working and can print
from that device.
Does anyone have any experience with this sort of stuff and can suggest
what may be going wrong? Is it because the SerialPort is using the
Microsoft stack rather than Broadcom??? I just presumed that if i were
to write the data to that port which was already connected then that
would work - but obviously not! At least the printer is indicating
that it is receiving something though by showing the error!
Any help would be great.
Thanks! Tag: www.dvidearts.com- Angel Sword Tag: 114443
GPS data capture
Does anyone know of a product that can just run on a PPC and log GPS data to
a text file? Tag: www.dvidearts.com- Angel Sword Tag: 114442
OpenFileDialog for Storage Card
I have used FindFirstFlashCard() and FindNextFlashCard() to locate my
storage card. My WIN32_FIND_DATA structure is m_lpwfdFlashCard, and this
structure's cFileName is set to "Storage Card".
Now I need to learn how to retrieve a file from this storage card.
Using CFileDialog, I tried this:
CFileDialog dlg(TRUE, L"bmp", m_lpwfdFlashCard->cFileName, 0, L"All Files
(*.*)|*.*");
But, the code will still not open to the storage card folder.
Further, the only way I have found to access the storage card using the
emulator device that I am running eVC4-SP4 through is to physically select
the storage card icon from the Pocket PC 2003's File Explorer.
What am I doing wrong?
How do I tell CFileDialog that I want it to open to the Storage Card? Tag: www.dvidearts.com- Angel Sword Tag: 114440
Custom Alarm Sound!!
I've been trying to figure this out and have succeeded (Huzzah), so
I'll share it with all. I have a Smartphone with WM5. I the really
annoying and dare I say, uncreative alarm clock sounds provide with the
OS. So since I can play mp3s with my Mobile Windows Media, I thought,
why not make an alarm based off of it?
This is how you do it: Take your mp3, and decompress it to a WAV file.
You will probably have a big WAV file (my phone doesn't pack a lot of
internal memory ~ 32MB I think). So, you can use the WAV compression
level that the other sounds have: 11025 Hz, 16-bit, Mono. So once you
recode (or down-code, haha) then make sure to copy it into the \Windows
directory on your mobile device. Now, when you configure your alarm
(not reminders for events, but straight up alarm clock) you can tell it
that new song you just added. Voila! Have fun waking up to your
favorite song! Tag: www.dvidearts.com- Angel Sword Tag: 114437
Changing the Resuming state while password screen is shown
Hi,
Is there a way to extend the "Resuming" state while the password window is
shown (WM5)?
It seems that when the PDA is prompting dor password it takes a different
timeout then the one set in
'hklm\system\control\currentcontrolset\cntrol\power\timeouts\BattResumingSuspend'.
Any ides? Tag: www.dvidearts.com- Angel Sword Tag: 114436
Factory pressed dvd movies, ps2, psp & xbox backups for sale !!!
We're offering all the latest factory pressed high quality dvd movies,
ps2, psp and xbox silvers with factory printed colour inserts at
fantastic prices, whether for personal use or reselling. We're shipping
worldwide with various shipping methods. For resellers, please contact
us for bulk discounts.
For a complete list and prices, please email us at
glory@spankthedonkey.com
(Please state the type of list that you want and tell us your location
as the prices varies for different locations. If you're reseller,
please state the quantity you wish to order per shipment and we'll
quote you a wholesale price depending on the quantity ordered.)
* If you need references, we can provide them to you. Tag: www.dvidearts.com- Angel Sword Tag: 114434
any way to create a batch file?
I'm running WM5 on a Cingular 8125.
I'd like to create a simple executable file that would replace opening
a command line window to enter:
civserver -l logs.txt
and then open another command line window for:
civclient -l logc.txt -t trident
Is there any easy way to do this? I'd imagine it's something akin to a
batch file, but when I created a .bat file on my PC with those lines in
it and copied it to my 8125, it didn't work (it was a longshot, but i
figured i'd try it anyhow).
Thanks for your advice. Tag: www.dvidearts.com- Angel Sword Tag: 114432
any way to create a batch file?
I'm running WM5 on a Cingular 8125.
I'd like to create a simple executable file that would replace opening
a command line window to enter:
civserver -l logs.txt
and then open another command line window for:
civclient -l logc.txt -t trident
Is there any easy way to do this? I'd imagine it's something akin to a
batch file, but when I created a .bat file on my PC with those lines in
it and copied it to my 8125, it didn't work (it was a longshot, but i
figured i'd try it anyhow).
Thanks for your advice. Tag: www.dvidearts.com- Angel Sword Tag: 114431
Bug on .NET CF 2.0 ??
Hi All
I have noticed what appears to be a bug during migration of a C# project
from .NET 1.0 to .NET 2.0.
I have an application running on a Windows Mobile 2003 SE developed with VS
2003 using .NET CF 1.0 with no problems what so ever.
However recently I had to upgrade to VS 2005 and during the first load of
the C# project I was asked to upgrade the project to .NET CF 2.0, hich I
accepted. I was able to recompile the project in VS 2005 with no errors.
HOWEVER when I deployed and ran the application I consistently got an
exception:
NotSupportedException
No difference if I run it on a real device or on the emulator.
A snippet of the code (simplified for clarity) goes like this:
private void SomeWork()
{
TEST info;
info = new TEST(Marshal.SizeOf(typeof(TEST))); ********* The
NotSupportedException is thrown here
}
public class TEST : Struct
{
public int some_data;
public TEST(int size) : base(size)
{
}
}
public class Struct
{
byte[] i_data;
public Struct(int size)
{
i_data = new byte[size];
}
}
What am I missing ??
Best regrads and thanks in advance
Kim Würtz Tag: www.dvidearts.com- Angel Sword Tag: 114427
EDB Object Store for WM 5.0
Hello folks,
I can't understand why EDB Object Store is not found
in Visual Studio 2005 with WM 5.0 SDK
I installed Visual Studio 2005 and then WM 5.0 SDK
Then i migrated my project that was built in 2003 environment
by Wizard that started to work when i chose old project file.
Everything worked smooth, exept i can't compile the file
with DB routines.
Old functions like CeMountDBVol are said as #pragma depricated
and when i change them to EDB format like CeMountDBVolEx i
receive "identifier not found".
I thought that may be i can set WM 5.0 SDK as Additional Include
Directories
in Project Property Pages for C++, but it didn't help.
Configuration is set to WM 5.0 PocketPC SDK (ARMV4I).
Any help will be appreciated
Yours Dimitry Tag: www.dvidearts.com- Angel Sword Tag: 114426
printing from Pocket PC
What do I need to do to print from a mobile device? With VS visual basic,
designing forms for the desktop computer I was able to use built-in reports
or crystal reports, but what about the compact framework?
TIA
Ken Tag: www.dvidearts.com- Angel Sword Tag: 114423
DTM_BROWSERDISPATCH not working
Hi,
I am trying to get the IDispatch for an HTML Control using the
DTM_BROWSERDISPATCH message. Here is some of my code:
IDispatch* pDisp = 0;
IWebBrowser2* pWebBrowser = 0;
SendMessage(hWndHtml, DTM_BROWSERDISPATCH, 0, (LPARAM) pDisp);
HRESULT hr = pDisp->QueryInterface(IID_IWebBrowser2, (void**) pWebBrowser);
if (FAILED(hr)) {
hr = S_OK;
}
long hi;
pWebBrowser->get_Height(&hi);
The problem is that after the sendmessage, the IDispatch pointer is still
NULL. Does anyone know how to solve this? Thanks. Tag: www.dvidearts.com- Angel Sword Tag: 114419
Visual Studio debuging native code on emulator
Hi,
I have a vs2005 smart device dll project. When I debug it using vs2005's
debugger, I cannot see local variables in the "locals" window. Also, when
stepping over lines, it often skips down to further sections of my code.
Moreover, it often skips past "return;" statements like they weren't even
there. This leads me to two possible explanations:
1. The vs2005 debugger does not sync up well with the device and thinks it
is evaluating a statement that it really isnt.
2. The compiler rearranges the binary such that the lines get messed up.
These are only guesses. Has anyone had trouble using and seen unexpected
behavior from the cs2005 debuger for a windows mobile 5.0 ppc native
executable?
Thanks,
Mike Tag: www.dvidearts.com- Angel Sword Tag: 114416
openFileDialog ignores InitialDirectory
Its me again. I'm using C# on Mobile 5.
No matter what I set InitialDirectory on openFileDialog to it always starts
in 'My Documents'. How do I change this behavior?
It very frustrating that every time I need to do something I have to ask you
folks how. Surely this kind of stuff MUST be documented SOMEWHERE!
Alright, I feel better now.
Thanks,
Jim Tag: www.dvidearts.com- Angel Sword Tag: 114405
pim.vol format?
is this publiclly documented anywhere? I'd like to do some desktop
programming to swizzle an existing or create a new pim.vol as a
back-door to sync desktop PIM data without going through desktop
outlook.
thanks! Tag: www.dvidearts.com- Angel Sword Tag: 114401
Quick TextBox Question (Easy one... I hope!)
Hi All,
In my application, I have a textbox control inside a user control that has
Multiline and AcceptsReturn properties defined as true. I have code that
will add characters to the textbox. When I add "\r\n" for a carriage return,
the textbox does not adjust to show the new line. The cursor is gone, but it
always shows line 1.
How do I have the TextBox auto scroll to show the last line of the text so
that the user sees what they are typing?
Thanks in advance,
- Craig Tag: www.dvidearts.com- Angel Sword Tag: 114398
Good book for programming for WM5
Hello folks,
Does anybody know about good book for
programming for WM5 in C++ ?
I have one extremely good "Windows CE 3.0"
by Nick Grattan and Marshall Brain.
Time came to start with WM5.
Yours Dimitry Tag: www.dvidearts.com- Angel Sword Tag: 114397
VC basics
How do I read/write to a Combo Box using eVC4 with Pocket PC 2003?
I can't seem to find any help on this anywhere.
I want to write data to the Combo Box in my Initialization code, then read
back what item was selected when the Combo Box's selection changes.
Regards. Tag: www.dvidearts.com- Angel Sword Tag: 114396
Change to landscape mode in c# on Mobile 5
I'm writing in C# on Mobile 5.
I have a form that I would like to always display in landscape mode
(listview with lots of columns). I see post about how to do this in C++, but
not in C#.
Help!
TIA,
Jim Tag: www.dvidearts.com- Angel Sword Tag: 114395
Mobile 5 emulator does not see the Internet
After I upgraded to VS 2005, I noticed that the PPC 2003 emulator can see
the Internet just fine (e.g., IE works). The Mobile 5 emulator does not see
the Internet. What am I doing wrong? Thanks Tag: www.dvidearts.com- Angel Sword Tag: 114394
Certain CABs hang on install
Hello,
I am creating an automatic installer for CAB files to be used on
several different types of handheld devices. The program will be used
to update an existing program all from the handheld with no desktop
interaction. It uses CreateProcess to launch wceload with each cab as
shown below:
Const WAITNORM As Int32 = Int32.MaxValue
Dim ExeName as String = "wceload.exe"
Dim CmdLine as String = "/delete 0 " & Chr(34) & cabPath & Chr(34)
Dim si(128) As Byte
Dim pi As New ProcessInfo
CreateProcess(ExeName, CmdLine, IntPtr.Zero, IntPtr.Zero, 0, 0,
IntPtr.Zero, IntPtr.Zero, si, pi)
WaitForSingleObject(pi.hThread, WAITNORM)
CloseHandle(pi.hThread)
CloseHandle(pi.hProcess)
pi = Nothing
It works perfect on Mobile 5 devices. However, some of my clients are
using Pocket PC and WM2003. In both these cases, my application does
not work for all my CAB files. In particular I'm having trouble with:
sqlce.ppc3.arm.CAB
netcf.hhp.wce4.armv4_2.04.CAB
After running through the whole install, these CABs will hang when the
installer reaches "Writing information for "Remove Programs"....". I've
searched around quite a bit and haven't found anyone else running into
this problem. Any help would be greatly appreciated. Thank you in
advance
Greg G. Tag: www.dvidearts.com- Angel Sword Tag: 114393
Check out the new awesome RPG and download free wallpapers at
www.dvidearts.com