Answer Questions
Sean D SMS sending, VB .net 2003
Hey ppl, Im a new kid into programming and tryin to develop some small apps for my personal use in my Poket PC..! I searched the forum all over but din get any place to describe sms sending with pure vb.. i have no idea of C and i have VB .net 2003 & VB express.. Express doesnt support smart device programmability i gezz :( ...Show All
DotNetDevelop eVC3 and eVC4 bomb when loading projects
I'm trying to get eVC and eVC4 working on my main Win2K box. (Everything works fine on another machine). The IDEs each start properly. However, when I open any workspace, I get the following: eVC4: Instruction at "0x780104ac" referenced memory at "0x0000000". Opening the debugger gets "Unhandled exception in Evc.exe (MSVCRT.DLL): 0xC0000005: Access Violation" eVC3:Instruction at "0x510b2daa" referenced mem ...Show All
DPaul Errors during installation of some cabs ?
When I tried to install SPB_PocketPlus3_en.arm.cab to emulator of WM 5 I got an error " SPB_PocketPlus3_en.arm.cab cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot found. Yiu might need to reinstall or restore this file". The same error I got with resco explorer cab. What is wrong I have downloaded the latest versions of resco exploter and SPB Pocket P ...Show All
Silvia CR ChooseContactDialog.Show never returns
When dlg.ShowDialog is called below, the code never returns, causing the application to freeze. The solution is to actually place this code in a timerproc. This is very kludgy however and i would like to know if this is an expected behavior and if not, is this a WM2005 or CF2.0 issue ( The solution is not unlike another kludge i had to implement when trying to hide a form on start up and make sure it's title bar is not visible. ) Micros ...Show All
Philipp Henkel Help, How to implment this problem?
my Application.Run() method in FrmMain.cs Starting FrmMain From when run this application. in my FrmMain_Load() method included a check codition like: static User currentUser = new User(); // not defined in FrmMain_Load(); if(currentUser.Id == 0) { Login login = new Login();// Login is a Form for user login. login.ShowDialog(); } //... others.. oak, that had occured some problems. ...Show All
Max Andrade Windows Mobile
Hi everybody, this is the first time i am here, so, i hope not to make many mistakes. the problem i have now is that a customer wants, for any reason, the date/time application of a Windows Mobile Operating System to be locked, so nobody can change the date or time, Do you know a way to do this Oscar You can also try Kiosk from Spb. It's a commercial product but you can lock everything that you don't want ...Show All
jonathan_lee3 UpdateData before app starts
Hello all, I am writing a native, dialog based, c++ app (MFC) for a Windows Mobile 2003 device (PPC) using vs2005. I have the following things: - a variable - that variable DDX'd to an edit control - the variable set to some initial value - an "OnEnChange" handler for my edit control that calls UpdateData(TRUE) - another method that changes the variable and calls UpdateData(FALSE) to update the control This seems to work fine...th ...Show All
pato135 Unique device ID
Is there a way to obtain unique device ID in VS.net 2003 I need my device to connect to another particular device without requiring me to search through all devices located nearby via bluetooth. If I understood your question correctly the short answer is no. Please see an earlier post in this forum on "Smartphone Device ID" for detail. Thanks, Vladimir ...Show All
MrWilliam using Platform Builder in Windows Mobile 5.0
hello all, I just finish installing WinMobile Final Build 14343 on a clean XP pro system. When I try to bring up Platform Builder for Windows Mobile 5.0, the IDE comes up, but then it pops up a message box : The setting for the Platform Builder WINCEROOT is missing or invalid, so you cannot create an OS design or open a workspace. To set WINCEROO in the IDE, go to the Tools menu, choose Options, then choose the Build tab. In the Default OS B ...Show All
Moorstream ARM Processor - Is that all that WinCE/Pocket PC Will Use Moving Forward
I've heard that thats all that will be used moving forward. When did the move away from other processors such as MIPS etc happen, and why did it happen etc. I'm writing some native code and I'm thinking I can just compile this for the ARM processor and might be able to get away with this. Thoughts All Windows Mobile devices are ARM based since PPC 2002. Custom CE devices are not moving away from other processors and can be A ...Show All
David Wong Chien Shiung Bug of RTTI support in VS2005 & PPC2003?
I want to use some code like:typeid(T).name(). These code works with VS 2005 & Windows Mobile 5.0 correctly, just select "Enable Run-time type info" to "yes". But these code can not be compiled with VS 2005 & PPC 2003, I have select "Enable Run-time type info" to "yes", but it still can not be compiled. I have look for answer in here, and found a thread https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=4883 ...Show All
Shaking Stevens Recommended remote administrator for PPC's? - Your experiences...
I'm looking to enquire on your experiences for which remote administration tool is preferred for pocket pc/what have you used to manage your devices Appreciate any input here, Thanks! I have used SOTI Pocket Controller ( http://www.soti.net/ ). It works well for my needs. ...Show All
drainey Quick question on database updates
My sql mobile database does not update changes to the actual database, only the copy it has in debug mode, not the actual database. How do i fix this So your question is not about database update, but about synchronization of several databases. You have several options here. For SQL Mobile/SQL 2000/2005 combination you can use RDA or replication. For other databases synchronization needs to be implemented ...Show All
tekagnos Running a program when the device is powered on
Hello, Is it possible to make an app run everytime the user presses the power button to turn on the device Similar to the built in password program that runs every time the device is powered on Thanks, Nick npiacentine wrote: Hello, Is it possible to make an app run everytime the user presses the power button to turn on the device Similar to the built in password program that runs every time the de ...Show All
Gagan Sharma VS2005, How to create Mobile5.0 project
If I want to create a project for PPC2005, (WM5.0), how do I do that in VS2005. When I click to create new project, I see only the following options under Smart Devices. PPC2003, SP2003 and CE5.0 devices. If I create project for CE5.0 device, the screen sizes are not for PPC devices. We have to adjust each screen's size as well as calling PPC's unmanaged API's throws exception. Can somebody help Thanks. Yo ...Show All
