Run Exe On A Windows Pocket Pc?
Jul 17, 2009
I copied the exe onto the sd card for the pocket pc, but it doesnt show up when i go into file viewer.
Whats the best way for me to run this program i made for the pocket pc?
I have code but this isnt really a question about my programming.
View 3 Replies
ADVERTISEMENT
Feb 15, 2010
I need tutorials and info related to this, but im not sure what im really looking for.
View 2 Replies
Feb 3, 2012
Is it possible to use microsoft access database for Windows mobile application and save this mdb file locally in the pocket pc?because im trying to make an application to connect to mdb database but this imports seems to be not working.
HTML
Imports System.Data.oledb
oledb is not a member of system.data. why?
View 1 Replies
Jul 18, 2009
I have created a database using SQlServer CE with the name of db.sdf using the following code.[code]But i dont know where it keeps this emp.sdf file and how to view this. I have just started working on VB.NET Pocket PC application today and i am very confuse because my VB.NET connection code is not working as well with Pocket PC application.
View 2 Replies
May 28, 2010
I'm developing a aplication to run in Windows Mobile 5 I was design the first form, but when I try run them in the VB emulator, only appear the PPC with the Operating System. In the emulator, how can I try the sotware????
View 2 Replies
Jul 29, 2010
I'm developing a aplication to run in Windows Mobile 5I was design the first form, but when I try run them in the VB emulator, only appear the PPC with the Operating System.
View 1 Replies
Jun 5, 2009
I was using visual studio to program and deploy an application to pocket pc for the past week when all of the sudden the deploy stopped working. What happens is that I right click to deploy >> the menu asking me if I want to deploy to a device or emulator comes up and I select a device. In the past I could see in the status bar all the files that were being sent and about a minute later it said that it was successful. Now, it says deploy successful after about 1 second and nothing is sent to the device.
View 4 Replies
Feb 20, 2011
I was using visual studio to program and deploy an application to pocket pc for the past week when all of the sudden the deploy stopped working. What happens is that I right click to deploy >> the menu asking me if I want to deploy to a device or emulator comes up and I select a device. In the past I could see in the status bar all the files that were being sent and about a minute later it said that it was successful.
View 5 Replies
Jul 2, 2009
I want to play all sound formats in visual basic pocket pc.I'm using visual studio 2005 . net
View 2 Replies
Jan 23, 2011
I have created an PPC application which inputs some data from the user and creates an XML file. When the user connects the PPC to the PC i want to import the xml file and use that data. Update: Yes i know there is an seperate Mobile Development Section on this forum, but there is no population over there
View 3 Replies
Jun 24, 2009
i want to make a tetris like game in my pocket pc 2003, and im using Visual Studio 2005?
View 1 Replies
Jan 16, 2009
How To Open A Camera Of The Pc-pocket On The Click Of The Button In Vb Net.
View 1 Replies
Mar 10, 2010
i looking for a way to read and write values in registry pocket pc using vb.net so far i have this:
[Code]...
View 1 Replies
May 28, 2012
Run VB 2008 Express Edition program on PDA / Pocket PC
View 1 Replies
Jan 6, 2011
i am creating an ppc application
I need to create an Order Entry System, which enables the sales executive to take order from the customers and feed them into there phones, and at the end of the day those phones will be connected to the desktop pc and all the orders should be synchronized with the desktop application.
DataBase part, i.e what should i use to save the data in the phone (i.e xml, db or anything else) and how should i synchronize it with the desktop software
View 7 Replies
Sep 10, 2009
where can i find this application,i search the www.google.com to find this but i cant see this application i want to have a program in my pocket pc.
View 1 Replies
Feb 2, 2009
Is there a way to get the base folder of the executable? I tried some other things that I found on google, but I can't use them (not in the library or something like that).
View 4 Replies
Jul 30, 2010
I'm building an application for run in PPC. Is my first for this kind of equipment. At a time, I nedd to fill a datagrid, by one manual select. In VB forms it works perfectly, but I can't convert this for PPC forms. I use this
[Code]...
View 1 Replies
Feb 19, 2010
I'm having trouble figuring how to code the calculations for a Pocket PC application that calculates the cost of a cell phone bill. From a Pocket PC the user should enter the number of minutes used during the past month, in order to calculate the cost of the cell phone bill. The plan allows 300 minutes for $29.95 per month. For each minute over 300 the cost is $0.17 cents per minute. Tax and Fees are $4.85 a month.
1. User enters the number of minutes used during the past month.
2. Based on plan rate of 300 minutes for $29.95 and 17 cents for each minute over 300 calculate the cost of the bill including the fixed cost of $4.85.
3. The user must be able to initiate the calculation and display the individual charges and the total cost of the cell phone bill.
4. The user should be able to clear the number of cell phone minutes, the individual charges and the bill total
If negative number is enterd for the cell phone minutes, the user should be advised and asked for a valid entry If non numeric value entered for the cell phone minutes, or if left blank the user should be advised and asked for a valid entry.Application is deployed on the Pocket PC emulator built in VS 2008
Enter # of Minutes ________ (user enters)
Regular Minutes Charge ___ (29.95)
[code]....
View 1 Replies
Apr 21, 2011
Following code doesnt work and raise error "A parameter is missing. [ Parameter ordinal = 1 ]".What s wrong with it?I am developing pocket pc application in vs 2008 and sqlce 3.5 sp1.
[code]....
View 1 Replies
Feb 7, 2010
I am working on moving applications from Windows 2000 to new server Windows 2003 R2(64 Bit). I noticed that there are some VB programs and config files for those programs have been placed in Windows 2000 Registry. Some other applications are using them from different servers.Why do we use registry here? How can i move these to registry in windows 2003? Can I just move these or do I have to write VB programs to place them in 2003 registry?
View 1 Replies
Nov 1, 2010
Could anyone provide me with sample code for using a WAV file as the input to the Windows speech recognition software on my machine (Windows Vista)?
View 3 Replies
Mar 12, 2010
I have a .net Windows Service developed in VB.net. I have a settings file in the root directory called Connections.XML and I am setting the basedirectory [code]...
When I schedule the service this is working absolutely fine in my Windows XP machine. But when I installed the same service in our development server (Windows 2003 64 bit Server) for some reason it is not able to locate this file.
View 1 Replies
Jul 4, 2011
I am having a windows application. That downloads files from server and write into the local directory. It works fine. When we try the same appliication in Windows 7. IT shows an error Access to the path denied (While writing to the local directory).
View 1 Replies
Apr 10, 2012
How can I change the background of my form to look like that of Windows Mobility Center in Windows Vista?
View 2 Replies
Jan 22, 2011
I have developed a VB 2010 express application that works on my windows 7 machine, but when I deploy it to other windows 7 machines the application will not run at all. I created an msi script to install the software on other machines and it includes the .NET 4.0 framework an all of my application dll's and such. Any idea what might be he problem?
View 2 Replies
May 3, 2012
It is possible to create windows service using windows form control in vb.net. give me the url or links. The windows forms control such as, Timer control, list-box, notify-icon control etc.
View 1 Replies
Nov 15, 2009
will an program built on windows 7 using vs 2008 or 2005 have the compatibility with windows xp or vista
View 5 Replies
Aug 8, 2011
I have embedded the WMP control in my Visual Studio 2010 app which works on windows 7 (Framework 4.0), but installing the app on winXP, I get the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'Interop.WMPLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Interop.WMPLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
[code]....
WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].
I guess this is a reference issue, but I have added references to WMP libraries (axinterop.wmplib.dll and interop.wmplib.dll). The WMP works on the XP machine, but not when called from my application.I have searched the web now for 5 days and changed references, and reinstalled the media player on the XP machine, but nothing works.
View 1 Replies
Jul 24, 2011
I've successfully saved video files into SQL server as varbinary. Now, my problem is, how can I play those videos in Windows Media Player (embedded in my Windows Forms).
View 1 Replies