VS 2008 Application For Pocket PC?
Jul 29, 2010I'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 RepliesI'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 RepliesI'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 RepliesI'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]....
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?
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
Run VB 2008 Express Edition program on PDA / Pocket PC
View 1 RepliesIs 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 RepliesI'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]...
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]....
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.
I need tutorials and info related to this, but im not sure what im really looking for.
View 2 RepliesI 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 RepliesI 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 RepliesI 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 RepliesI want to play all sound formats in visual basic pocket pc.I'm using visual studio 2005 . net
View 2 RepliesI 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 Repliesi want to make a tetris like game in my pocket pc 2003, and im using Visual Studio 2005?
View 1 RepliesHow To Open A Camera Of The Pc-pocket On The Click Of The Button In Vb Net.
View 1 Repliesi looking for a way to read and write values in registry pocket pc using vb.net so far i have this:
[Code]...
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 Repliesis it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?
View 11 RepliesI am new to working with SQL databases (and databases in general) so I do not have a lot of experience with how queries work and how I can practice them. When I was first learning xml and XPath, I found XPath Visualizer incredibly helpful after someone on stack overflow mentioned it to me.Due to this, I am wondering if a similar tool exists for SQL databases?Basically a tool that will allow me to connect to a database,enter queries and see somehow what the results would be like.
I have looked online a bit, however I have found relatively few options in terms of any utility that would do what I want, and that looks reliable.I will ultimately be writing an application to interact with an SQL 2008 server in vb.net, however for now I am just experimenting so I will know what I am doing when I actually want to create my application.So far I have managed to connect to the database using an OLE DB connection, but I am now looking for a way to experiement with queries without just querying and figuring out a way to interpret the results in my program. Basically I want to be able to remove the programming aspect of things so I can experiment with queries without needing to question anything in my code that is unrelated to the specific query.
Is it possible to change the application version without publishing the application? Because I'm going to make an auto updater which needs some version information to work, but I don't want to have an installer.
View 3 RepliesI want to learn programming techniques so can make both windows and web applications more user-friendly, faster, safer, reliable and easier to deploy.
View 4 RepliesWithin my application we store objects i.e images,word docs, etc etc. These are stored in a listview and when the user double clicks the item it launches the default application assigned to the file type i.e a bmp will launch paint, doc will launch word etc etc.
Everything works great in all versions of windows except the new Windows 7 where i am getting this error message:
Im guessing this is something to do with permissions etc, but can anybody shed more light on this and where to look?
We are rewriting our VB6 application in VB.NET 2008. The application contains several VB.NET dlls and one COM OCX control.We want to keep our executable file in shared folder of Server and want to create a shortcut in all other PCs. (This is the way we deployed our VB6 application)We know that using .NET Code security option we can give permission for sharing exe of a VB.NET 2008 program and .NET Framework is necessary to install in Client and Server PCs.
1.In which place we need to change .NET Code security: Server or Client?
2.Our application has a COM OCX control. Will it affect our sharing?
3.Which resource will be used for running application: Server or Client?
4. We want to use local resource of client such as reading registry setting, INI file etc. Is it possible?
5.Where to put DLLs of the application: Server or Client?
I create one form and i choose AxViewer(CRViewer) from COM to draw on my form. When i run my exe on client machine it show error. (In my pc no problem) What should i do to run it on client machine ?
View 9 RepliesI developed a payroll software and i want if any body login to the payroll system and they leave application ideal then after some time it will log off the user automatically
View 3 RepliesIs there a way to run a VB.NET application from a CD?, most of my users don't have admistrative rights, therefore can't install the application. I know how to convert the application to a Dll file, Is there a way to execute the DLL from the .exe file?
View 4 RepliesAn application working fine on Microsoft Small Business Server 2003 (Windows 2003) 32 bit when installed on Microsoft Small Business Server 2008 (Windows 2008) 64 bit crashed with the following trace;SUB: MyApplication_UnhandledExceptionException Type: System.TypeInitializationExceptionMessage: The type initializer for 'IV.modMain' threw an excep
View 2 Replies