Answer Questions
Marthinus Handling Sliding Keyboard + Some ARM Assembly decoding
Hi, Apologies in advance if this may be off topic, but i think it is an interesting and challenging issue related to WM device programming ( besides, no one has been able to assist of yet in other news group ). My device has a sliding keyboard...when that keyboard is slid open on the WM2005 Today screen, the keyboards enters a "num lock" state. This is where some overloaded keys that act as the phone dial-pad ONLY outpu ...Show All
walking fish Display WinMobile device screen
Hi, There are applications like SOTI which displays mobile device screen in your computer and be able control the device itself. i will really appreciate if someone can let me know how to program such application. i need to know how to capture screen and to do basic control stuff.. Pocket Snapshot is a pretty good program for doing what you want. Has a nice demo and it's fairly cheap. thanks, but i would like to program it on my ow ...Show All
Ginny DiMario Designer Problem
I made my first program for poket pc and then when to bed. in the morning I can Only open the form in code view not the designer Thanks in advance Will go tools -> rebuild project http://www.vbforums.com/showthread.php t=335953&highlight=form+script its a known bug What is the RTM product Will Sorry Not worked can't find tools -> rebuild project The error is: "There is no editor available for 'C:\docume ...Show All
KirkAtCenterstance When using "InternetOpen()"...
I am working on a smartphone 2003 project. I want to use the " InternetOpen " function. What to import Where is it I am using VB.Net in Visual Studio 2005. Thanks! OK It is in VB.Net. I can not write: import Wininet.h I am using Visual Studio 2005. Is there any alternative to use that function in VB.Net As with any native API in C#/VB, you need to P/Invoke into it. As to alternativ ...Show All
Ahmed.H.Hassan changing the text/caption of tabs of a property sheet in mfc, evc++
hello everyone i have an mfc smart device application. i have created 3 property pages using CPropetyPage class and have added these to a property sheet. now my requirement is that i need to change the text/captions for these tabs dynamically. when i created the three property pages (derived them from CProperty Page class), the class wizard generated three dialogs for me which i'm using as my tab pages. i need to assign the captio ...Show All
Tim Greenwood how can i load image from jpgfile to the picture box ?
hello .. i am new at the smart device developing .. in WindowsApplications i was using Picbox.Image = Image.FromFile("..") But in the smart device application i can't found " from file " function .. Regards , wating for the answer please :) .. Now, I have a question... how to you get a image file from a URL Methods I would use in Windows are not there in the CF. thanks a lot .. help ...Show All
Anson Horton Wireless, ODBC database Application on MicrosoftR Windows Mobile? 2003 Second Edition
Hi, I am doing a new project on MicrosoftR Windows Mobile 2003 Second Edition. I am a new hand for developing a mobile application. This project is like: on a PC desktop, there is an ODBC database that has already existed for a long time. We are planning to develop an application for a Mobile device whose platform is MicrosoftR Windows Mobile 2003 Second Edition. In this application, I can click a button so that mobile device can be connec ...Show All
Hockey Nut any idea for voice recording sytem
Dear all I would like to asked some wince.net master who know and how to find out some sample code for voice recording system in vc if someone knew it could make some help Thank's u waveform APIs ...Show All
Nigel Richardson EVC Exit application problem
Hello, I have a little problem, I have an application that works on a pocket PC and Win CE but I noticed one bug. When I exit the application in Win CE it closes properly and is no longer running but in pocket PC it still runs in the memory (it just hides). I need it to close completely. Here is my code I use to exit, DestroyWindow(windowHandle); Thanks, Marcin Marcin, I always use Exit(0), but if there ar ...Show All
Scott Sullivan Is COM the only solution to call native C++ class/object in C# smart device application?
Hello, Generally, to use classes written native C++ ( VS C++ 6.0 and before), to my best of knowledge, there are extended Managed C++ (i.e. MC++ ) and COM approach. I havent known how to develop COM yet. My suituation is that I must port code written in VS C++ 6.0 to Pocket PC 2003. Currently I build DLL file in eVC4 and then import in C# .NET 2003 by P/Invoke method. But this is not enough enough for me, I need to maintain the ...Show All
TommyBB How can I use photo LED flash on Windwos Mobile based system?
How can I use photo LED flash on Windwos Mobile based system Existing any C# code sample Hi, AFAIK the emulator does not support neither LED nor vibro. Existing code does not work on this. Best Regards, Dmitry Yakimov. ...Show All
jspaeth CCommandbar with cmenu
I try to insert a menu to ccommandbar, then delete a submenu in it. Is there any example on ccommandbar with cmenu m_cmdbar = new CCommandBar(); m_cmdbar->Create( this ); m_cmdbar->InsertMenuBar(IDR_MENU1); HMENU hMenu = m_cmdbar->GetMenu(); CMenu* pMenu = CMenu::FromHandle(hMenu); CMenu* submenu = pMenu->GetSubMenu(0); BOOL i = submenu->DeleteMenu(ID_OPTION_NEW, MF_BYCOMMAND); m_cmdbar->DrawMenuBar( ...Show All
Raghu12 Pause the system in receiving phone calls
Hi All, I would like to know on what is the proper way of "pausing" the complex "real time" application when we receives a phone call in pocket pc development. 1. How can we detect that there is a phone call coming in 2. What i meant by complex is, I may have some few threads working while we receive the phone call. One of the most power consuming thread will be loading big files thread (well, assuming we haven't fin ...Show All
manny hall Some Controls
I'm developing an application which gathers data through a web service, this data is stored on a database and therefor each use must be able to modify certain aspects of it. The textbox control in .NETCF2.0 supports multiple lines, however spacing is another issue. If i were to publish data to the database using this mobile application (WINCE50), instead of the line breaks i get squares, however if i were to publish the same data through the web ...Show All
antonissap 2.0 Custom controls and API
Hello, i made a control library with some test controls. They work fine on my other project till i try to declare a function from "coredll" in one of my controls classes. By placing any control on the form in designer, it morphs into a simple rectangle with full namespace name in the middle. I tried also to import those function from user32.dll but it doesnt affect the strange behaviour. Everything goes fine by removing the declare or import st ...Show All
