Answer Questions
Deza InTheHandPO
Hello, The sample in MSDN using InThehandPocketOutlook is famous to cause the error MissingMethodException. Searched for whole week but still couldn't find a perfect solution. Can someone point me to right direction please. I know only VB.net and Thanx for any help. Hello, Ye i have already tried InTheHandPO, In my post above ive mentioned about the Missing Method Exception that is quite famous around with this library. But couldn't find a way to solve it. Can you please help me out. Thank you. And I explained that you need to get the library from Inthehand web site and not from MSDN download. As for the MissingMethodException, Peter explains it here: http://www.pcreview.co.uk/forums/thread-1311402.php ...Show All
Philipp Lamp Device softreset/shutdown question
Hi, I have a question about device reset/shutdown, I have a block of code that running in an "infiinite" loop (thread) and right below it I have block of code that will save some data that used in the thread. I do not want the data being write/save to the disk everytime it being used in the thread, so I'm wondering will Windows (smartphone) notify all the running processes that the device is going to reset/shutdown Thanks in advance. I'm in a similar situation, where I want to persist some data before the smartphone shuts down or resets (my application permanently runs in the background). I take it that this is similarly impossible to do I don't really like the thought of always writi ...Show All
The MaiN MaN Signature Control in DOt NEt 2003
Dear all, Currently I’m using one signature control in my application. It is giving signature as bmp file format and size of the bmp file 40kb to 60 kb. First I convert the bmp file to byte array and storing in SQL Server using Web service. Now my problem it is taking too much of time to store the value. Is any other signature control is available with low file size output () or any other way get the signature Final I want to show the signature in the web page. My Config is Device OS: Windows CE .net 4.2 Development: VS.net 2003 Pl. don’t suggest for commercial controls. Thanks & regards Hi, there is an old eVB Sample here that should do what you ...Show All
BillyB Pocket PC applications
Hi all l recently purchased myself a pocket PC running Mobile Window 5.0 . l have Visual Studio Pro 2005 and downloaded Pocket PC SDK (174 MB) l am familiar with Visual Basic and would like to make a couple of simple applications that can run in my pocketPC . l am looking for articles and/or tutorials and/or any help which will describe STEP by STEP how one can transfer an application made in Visual Basic with VSPro 2005 to the Pocket PC and see it running . Thanks in advance Hi Manav Thanks reply . However visiting both addressed suggested l could not get anything that could help me with my question , simply because in their instructions , for instance - go to - File/.. ...Show All
Rei Miyasaka Troubles automatically connecting to the net...
My internet app works fine when my Treo is connected to the dev system. When I pull it off, it doesn't see the connection. In order to prime-to-pump I need to launch IE. When doing so I get a balloon saying "Connecting to: Broadband access, Using : Cellular line". After that my app has no problem making the connection. So it would appear that there is an extra-special call I need to make to ensure connectivity. Anyone know what that might be Please check the anouncement link for more appropriate news group for this topic, Thanks Srikanth you need to open the connection line. My code is as follows, it is used to open GPRS: CONNMGR_CONNECTIONINFO ci = {0}; PROXY_CONFIG pcProxy = ...Show All
Mongsreturn Live Messenger Not Responding
I have Windows Live Messenger (the latest one, but not the beta) and I had MSN plus addition installed. It was working fine for about 4 months and then the day before yesterday everytime I tried to log in, right after it brought up my contacts screen it would stop responding. I had to 'end task' to get it to shut down. I've tried deinstalling and reinstalling it at least three times, without the MSN plus addition, but it still won't work. The curious thing is that this only pertains to the login accounts that I make. I've made three different ones and none of them work, but my roommate can log in on my computer fine. However, when *I* try to log in on *her* computer I get the same error and I have to end task. Even when I create new accoun ...Show All
Bassam72 What wrong in this code for smartphone work well in pocket PC
#include "common.h" #include "MYappext.h" #include "MYContactsProvider.h" extern LONG g_cRefDLL; extern HINSTANCE g_hinstDLL; UINT cmdCtxCustom = 0; UINT cmdCtxJournal = 0; UINT cmdCtxSales = 0; UINT cmdCtxFax = 0; UINT cmdCtxAdd = 0; UINT curCtxCmd = 0; const int WM_CUSTOM_FLDS = 0x0415; const int WM_JOURNAL_FLDS = 0x0416; const int WM_SHOW_SALES = 0x0407; const int WM_FAX = 0x0431; const int WM_EDIT_CONTACT_EXT = 0x0408; ContactsContextMenu::ContactsContextMenu() { MessageBox(0, L " ContactsContextMenu " , L " Constructor " , 0); m_cRef = 0; m_punkSite = NULL; ++g_cRefDLL; ...Show All
Dietz WM6 standard emulator
When I try to use WM6 standard emulator, the numeric keys of emulator don't work. I mean keys 0-9. If I use computer keyboard, it works, but if I click on keys on emulator, it doesn't. Also, where did you get the image from Is it a standard 12-key smartphone image --Anand (Device Emulator Team) Can you please post the skin image and XML file ...Show All
GBGY Is there a way to import MSN messenger/Yahoo messenger/AOL messenger into a universal address book.
Is there a way to import MSN messenger/Yahoo messenger/AOL messenger into a universal address book. I was asked by my management to find out how some of the other sites have implemented this functionality. Behind the Windows Live services (Messenger, Mail, Spaces, etc.) there is a shared contact list (aka a universal address list). That address list can be used programmatically by other applications through the Windows Live contacts gadget . This may be what you're looking for. Cheers, Todd Biggs, Windows Live SANU wrote: Is there a way to import MSN messenger/Yahoo messenger/AOL messenger into a universal address book. I was asked by my management to find out how some of the other sites h ...Show All
Pocketmnky Redeploys DLLs Every Time
I'm using VSTS to develop an application for Windows Mobile 5 devices. All my DLLs are redeployed every time I hit F5, even if no changes. Is this a known problem Are there any workarounds When you say that you are developing an application for WM5 devices using VSTS, I am assuming that you are talking about writing Unit Tests also and the behaviour you mention is to do with running the Unit Tests If that is the case then, this behaviour is known. In VSTS it is possible to run old tests. In the test results window, the dropdown will show previous test runs. Selecting any one of them will load the previous runs. One can then re-run that run. This behaviour enables the scenario where you can compare the r ...Show All
Prateek_cds File Version Info On Windows Mobile 5.0 for PocketPC...
Hello all, I am currently working on a C++ project for a PocketPC with Windows Mobile 5.0 in Visual Studio 2005. I am currently looking for a way to get file version information, i.e. file version, product version, file modified date, file creation date, etc. The only way I could find was using the functions GetFileVersionInfoSize, GetFileVersionInfo, and then VerQueryValue, but when I ran it, it gave me an error saying: "The specified resource name cannot be found in the image file." I noticed in the documentation that these functions do not work for 16-bit file images, which may be why I am getting the error. Is there another way to get this information (i.e. one that works on 16-bit file systems) If not, what infomation ...Show All
Mega_x Fit all pushpins with correct zoom
Hello, I have a question on how to figure out correct zoom so that all pushpins will be visible Let's say i have pushpin on CA and pushpin in NY. How to tell(calculate) to the map to have zoom, so both pushpins will be visible Thanks Albert I guess i found it. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=565430&SiteID=1 ...Show All
simurg Nokia Smartphones Database
does the new versions of nokia like N series supports sql or access database This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Closing as off topic. Hint: Microsoft has nothing to do with Nokia phones, please contact Nokia instead or post to Nokia related forums. if it has Windows Mobile 2005 it should do, but don't quote me ...Show All
Tryston02 How to log Dialog openning and closing events...
Hi all, I need to implement in my application something that can capture the Dialogs and PropertySheets openning and closing. Every time the user opens or closes a Dialog I need to do something, like some kind of log. I though this can be done intercepting the events INITDIALOG and DESTROYWINDOW, but I don't know exactly what to do. Is there a way do create a global function that captures theses events Another way I though was extend the CDialog class creating my own class that implements something in open e close events and derive all my application Dialogs from it, but I don't know how could this be done. Does anyone have already need to "log" user actions I need only to know when a dialog opens and closes without ...Show All
Edward Kong Messenger Live Beta 8.0 Frozen
Please read this post, do not close it refering myself and others to go to http://ideas.live.com , there are no answers there. There have been a huge increase in requests for help about 8.0 and why the product freezes up at sign-in. There is a problem, please advise as to what action to take or an actual "Knowledge Database Number" to asist with the fix as there doesn't seem to be any info. I have come across 200 requests for assistance to this point in the past 24 hours. Please tell somebody!! I am sorry but this forum is for development discussion only. Live Messenger is now released and if you are experiencing problems with that release this forum is still not the proper ...Show All
