| Playing mp3s on PocketPCs |
|
 |
Index ‹ Smart Device Development ‹ Smart Devices General
|
- Previous
- 1
- Smart Devices Native C++ Development WIA Scanner MinidriverHi,
I'm developing a wia driver for a scanner, but I can't understand the different behavior of MS Paint and MS Office. If I scan with Paint I have a mirrored and rotated image, but in Office (Word etc) I don't have this behavior. Do you know why Can I modify this, to have the same behavior
Thank you
- 2
- Virtual Earth: Map Control Development VECollection of Polygons
Hi guys,
cool new stuff with polygons and access to the findResults with “where-only” searching using the new release of the VE MapControl Great work VE dev team!!!
I’m trying to import a VECollection of Polygons into my map! But at the moment I only get: “The server is currently busy. Try again later.” But actually this should work fine, as soon the service is online again! Hope it doesn't take tooo long :-D
Anyway - I’m wondering whether it is possible to access the single items of an added VECollection! !!! Even in debug mode they are not visible, seem to be private :-(
Any someone tell me whether my assumption is true or if not (what I hope) how to get the items !
Thanks in advance hafi
- 3
- .NET Compact Framework Compacting data on compact framework 1.0
Hello,
I have an smart device application which has being developed on vs 2003, using compact framework 1.
Now what do I need is to pass dataset object, or if that wouldn't be a great solution - an string obtained from ds.getxml() from and to an smartdevice from and to an webservice.
So far, I've searched some code sample in order to compress one of this two ways but I wasn't able to find it .
Thank you for the support
- 4
- Smart Devices General Already installed message after cf updateHello,
Every time when I debug my solution there appears a very annoying message on my Windows CE device:
Already Installed
-----------------
Microsoft .NET CF 1.0 ENU-String Resource is already installed. Reinstall
How can I switch that off If it's already installed I don't want to reinstall it every time...
Thanks for your help!
- 5
- .NET Compact Framework Strange problem, Mobile 5Hello,
Ive made an amendment to my companys pocket PC software (small change, only 4 lines of code in one class file) and have built my release build of all the assembly's,
When it comes to installing the application on a windows mobile 2003 se device it works with no problems, but when it comes to installing on a windows mobile 2005 device, the application will install after you answer yes to the various security alerts.
Now comes the problem, after soft reseting the device (pressing reset button, not hard reset) on the windows mobile 2005 device, the security kicks in again and asks again to allow the assemblys access to the device, after this has already been done once.....
Does anybody have any idea as to why the security settings wont be setup to work after installing the application the first time
Many thanks Clint
- 6
- Virtual Earth: Map Control Development Virtual earth routing not working through VPN
I have been utilising the routing functionality of virtual earth successfully, but when I try and run the web page through a VPN connection (Juniper 2000 vpn) the route or directions are never displayed. All other functionality works through the vpn (zooming plot pushpin etc..) it is just the route plotting.
Any advice would be greatly appreciated
regards,
Stephen
- 7
- 8
- 9
- 10
- Smart Devices Native C++ Development setting cursor postion
Hello,
i m newbie.i have develop an application which on OnInitDialog() set values on the editbox
email_msg.SetWindowTextW(L " hello world");
but problem is that it set the curosr position at the start of edit box i want cursor position after d of hello world how i do this
any API or method for setting cursor
Thanks
Salman
- 11
- Smart Devices General Problem with Designer...Hello...
i have a problem with the designer...
i have an application with almost 200 components (yes a lot!) so i have make another form just for showing a progressbar... i created a function in the first form with progress++, but the designer cry's about this lines... where i call my function... and say that there are lines not created by him...
is there any way of getting this out
thanks!!!
- 12
- 13
- Windows Live Messenger Client: Development Window and button styles in WLMDoes someone know of some documentation which covers the drawing of window styles and buttons etc for WLM
Either something that shows how to directly use the exact same method (could it be a manifest file ), or something that explains the gradient fills etc would be incredibly helpful.
Thanks in advance
- 14
- .NET Compact Framework Command line parameters for .NET v2 installation, and SQL CE 3 installation
Two questions in one really....
I need to control the installation of these components with zero interaction from the device owner - they will just drop it in a cradle and I will programatically do the rest.
I can use RAPI to interact with the device, but all the CAB's I use seem to install ask for installation area and then give an end prompt when finished.
Are there any command line options I can use when the CAB's are run via CreateProcess or CeCreateProcess to default any options the user may have had to make and remove the end screen - essentialy I need to make silent installations If there are no command line options, then are there ini files or equivalents than can be used in this way
Can I also control the device reset after the .NET 2 installation this way, so that I can control this part of the process as well
I need to take this route rather than ActiveSync type installations as the devices will never be paired with the host PC, and I will have an unknown quantity of devices that this process must be carried out on... say for example a device in the field fails and the user is shipped a replacement with none of the required components in it.
If I seem to be going about this the wrong way then a gentle prod with a sharp stick will also be appreciated !
I an using VS2005 C#for device side and VS2003 C++ for RAPI ( don't ask why its legacy... )
- 15
|
| Author |
Message |
Peppermint

|
Posted: Smart Devices General, Playing mp3s on PocketPCs |
Top |
Hi there, can someone tell me if it is possible to play mp3 files on a pocket pc Is there a library except fmod to do this
Is it for example possible to use some methods from the media player to play mp3 files in my own application
Thanks for help Karin
Smart Device Development15
|
| |
|
| |
 |
ahmedilyas

|
Posted: Smart Devices General, Playing mp3s on PocketPCs |
Top |
I believe you would need to start a process of media player and give it the file path and filename of the file you wish to play
import the System.Diagnostics namespace then....
ProcessStartInfo theProcess = new ProcessStartInfo("wmplayer");
theProcess.Arguments = "filePathAndNameHere";
Process.Start(theProcess);
or perhaps use this:
http://www.businessanyplace.net/ p=cfcommedia
|
| |
|
| |
 |
| |
 |
Index ‹ Smart Device Development ‹ Smart Devices General |
- Next
- 1
- 2
- Virtual Earth: Map Control Development clickable polyline/polygonWe can use pushin to create a clickable point to display information, what about clickable polylines and polygons For example, there is a street closed due to pipe line break, or new construction cause 2 miles of interstate highway closed, etc. I want to be able to do similar things with those lines, for example, hover or click on the line, and get information popup window, like those push pins.
I know you can not attach events to a line for now, what about future versions I want to know if this can be done in client side, not capture the clicked point and send an AJAX request to a server performing spatial query on that location.
Thanks a lot,
- 3
- Device Emulator General Issue with soft keys...Hello out there.. I have a problem that is very similar to this post:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=94963&SiteID=1
However, my setup is different, and that thread was created in 2005, so I thought I'd start a new one.
I am using Platform Builder for Windows Mobile 5.0, using both AKU 3.2 build 15632 and Crossbow build 15242. I created a SmartPhone Project through the Build Window Wizard, by cloning the Device Emulator BSP, retail release type, and 0409 English, 96 DPI.
The project builds as expected when running BuildAll.bat. That part looks good. I was able to download the image to the emulator, and the device initializes. But, the Soft Keys, Talk and End keys are misinterpreted as 1 through 4, respectively. I also think that the select button of the joypad could also misinterpreted, but I'm not sure how.
I have tried the pre-compiled images from the website, and the buttons work as expected. I don't think that this is a problem with the skins, since the same skins work for the precompiled images, but not for my newly compiled image. So I think there is something wrong with the build.
I wondered if maybe the image was not including the WM Smartphone SDK in the build. Does that sound reasonable Does anyone have any tips to offer I understand I have a level of ignorance here, but it seems like there is a disconnect between the Build Window Wizard, the SDK, and the Crossbow AKU.
Thanks, Paul
- 4
- Smart Devices Native C++ Development Repainting whole screen on application exit Hi
When I exit my application the OS does not refresh the menu bars. Both the start menu bar on the bottom of the screen and the "battery" bar don't refresh.
Is there any command I could issue before exiting my application so that all screen components are refreshed on exit
I use C++ so no C# code please.
many thanks,
Martin Malek
- 5
- .NET Compact Framework Maintaining Aspect Ratio of Image When Fit to pictureBox
When viewing an image, I have a button and when clicked, the image should fit to the pictureBox. However, I need the aspect ratio of the image to be maintained. How would I do this My code for what I have in regards to the button click is below....if more code is needed, I'll post again. Also, pictureBox2.SizeMode = PictureBoxSizeMode.Zoom; will not work for me because the Zoom member is not functional for the Pocket PC and my platform is for the Pocket PC. And another issue is that the images that can be loaded into the pictureBox can be any size. Thanks for any help.
private void butFit_Click(object sender, EventArgs e) { if (pictureBox2 == null) pictureBox2 = new PictureBox(); pictureBox1.Visible = false; pictureBox2.Visible = true;
pictureBox2.Location = new System.Drawing.Point(12, 3); pictureBox2.Size = new System.Drawing.Size(215, 228);
pictureBox2.SizeMode = PictureBoxSizeMode.StretchImage; pictureBox2.Image = (Image)ImageFile;
panel1.Visible = false; panel2.Visible = true; panel2.Controls.Add(pictureBox2);
butFull.Visible = true; butFit.Visible = false; }
- 6
- Smart Devices General Using .Net from within unmanaged C++ Smartphone Application Hi
I would very much like to use some .Net components in my unmanaged code application which is written in C++ for Smartphone.
I'm aware that for C# and VB there is a compiler option that lets you mix managed/unmanaged code and that this compiler switch isn't available for C++ SP unmanaged code.
Is there any other way for me to circumvent this problem
My application is written in C and is wrapped with the standard VS2005 C++ SP wizard project. It works great except that I would like to use some .Net componenets like file browser dialog etc.
What solutions are available for me I would rather not have to rewrite my application wrapper in C# but if that's the only way to go i guess....
Many thanks,
Martin Malek
- 7
- Windows Live Messenger Client: Development how do i save msn emotions
like to know how i would save msn emotions...i format all the time then have to get all emotions back on msn from friends which takes a lot of time and youve lost all yor wicked emotions......is there a way to save them to put back on your msn messenger yourself
thanks in advance.....
- 8
- 9
- Smart Devices General app behaves differently in debug mode from release modesomething seems weird to me.
My app works fine while running in debug mode. how ever when i disconnect my PPC from the craddle and run the app, the program is not work well. basically i emulate a terminal. i requested data (very big) from a controller. in debug mode it works just fine. but with the app running by itself, i got incomplete incoming data. how why
- 10
- 11
- 12
- 13
- Virtual Earth: Map Control Development Problems printing maps!!
Hi all
I have problems when I try to print a map with a route drawn on it, in fact, tha problem is in Firefox browser.
It only prints the route and the icons, not the map, it like a transparent div is on the map and this browser can’t print it.
Thanks
Sorry for my bad English!
- 14
- 15
- Smart Devices VB and C# Projects Serial Comm in VB2005 Hello,
I have to do a serial communication with a pocket PC and a weather station. I don’t know how to use the serial comm in the Visual Basic compact framework. I know how to use it for PC but not for Pocket. I will appreciate any help,thanks.
|
|
|