Answer Questions
Dumbo51 Context menu for File Explorer & iexplorer
I need a help on context menu.Please let me know any of you how to extend context menu for file explorer for Smartphone/Windows CE 5.x and Context menu for Pocket Internet Explorer Samrtphone/Windows CE 5.x. Thanks, Krishna SDK sample Samples\CPP\Win32\CtxMenu demonstrates extending File Explorer menu. For PIE you also need to create a context menu extension, but to register it you will need to add a registry key as described here (towards the end of page). I mean the Right Soft key of Smart Phone.For touch screen tap and hold is working but with out touch screen and for smart phone -- > right soft key is there any way to extended the menu Please help me out ...Show All
popit DirectX for Windows CE 5.0+
I am researching which fast graphics engine I can use for devices running Windows CE 5.0 and higher. (note: i am not referring to winmobile devices like the PPC, etc, but generic CE devices). Can anyone tell me the following: 1. Does DirectX support ALL generic CE devices v5.0+ 2. Does DirectX come pre-installed on these devices If not, can I redistribute DirectX easily as part of our installation 3. If it does come pre-installed, is this something that the hardware vendor must guarantee for us Or is it "just there" as part of the base CE operating system 4. Are there licensing concerns for using DirectX on WinCE devices 5. Technically, what modules are required for DirectX to be used Thanks! ...Show All
Tryin2Bgood Device Application - System.Net.Sockets.SocketException
I am getting the following error when calling Web Service (Hello World) from device application deployed on Pocket PC. I have set the web reference to the URL in the device application. It works fine when i call the web service from Pocket PC by typing the URL in IE. An error message cannot be displayed because an optional resource assembly containing it cannot be found System.Net.Sockets.SocketException: An error message cannot be displayed beacuase an optional resource assembly containing it cannot be found at System.Net.Dns.ResolveInternal() at System.Net.Dns.GetHostEntry() at System.Net.ServicePoint.resolve() at System.Net.Connection.Connect() at WorkItem.doWork() at System.Threading.Timer.ring() It sounds like your device w ...Show All
Toby Leduc Lock application + screen-saver
Hi all, How would I go about locking an application so that one would need to re-enter a username and password to gain entry again. I know thats very vague so here goes; Background: Im new to C# and developing a C# mobile app which displays confidential info to the user. Ideally, if the user has not tapped the screen for x minutes, the application should lock itself and not permit the user to see what it was displaying. This functionality should also be available as an icon incase the user voluntarily wants to lock the application. This are my thoughts on accomplishing this: Have a thread that monitors for taps and if the time between last tap exceeds a certain threshold, then the screen lock is called (Is this possible in C# ). If the use ...Show All
daviddh The following message could not be delivered to all recipients
"The following message could not be delivered to all recipients" I keep getting this error msg everytime i try talking to one of my contacts. It was all working fine until all of a sudden i cldnt communicate with them no more.. Also i'm having the same problem on both windows messenger & Windows live messenger.. can someone pls address this issue for me. I'm getting that same error too, with two of my contacts happened and not matter if I sign out and in again it keeps failing also some times I sent a message but I don't get any error but my contact never receives it. I hope Microsoft can fix this soon because is really annoying. I just ...Show All
LamptonWorm Open the Add New contact app inside Contacts
Hi, How can I directly open the default Add New contact application inside mobile Contacts with a click of a button in my application I know it would be something like this but this code returns error Win32 app can't be found. I'm using C#. private void btnNew_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("\\Windows\\Contacts.exe") } Anyone can help Thanks. There is no Contacts.exe. Instead try: System.Diagnostics.Process.Start(" \\Windows\\Start Menu\\Programs\\Contacts.lnk ") But the correct way of doing this on WM5 is by using PocketOutlook wrapper: using Microsoft.WindowsMobile.PocketOutlook; ...Show All
stryjek4 Activesync will not sync all contacts
When I use activesync 4.2 to sync my t-mobile sda smartphone, very few of my contacts get synced. It looks like it only syncs my messenger contacts. Can anyone help Some details on my system. Running Windows XP, Activesync 4.2, Office 2003, MSN with outlook connector. This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
Jacquipre POOM MessageInterception for incoming emails
Hello, I am using POOM "MessageInterception" to receive incoming SMS messages. Is it possible to use this mechanism to receive events on incoming SMTP(email) messages too Thanks, Asher Hi Alex, Thank you for the reply but I have last question before I am giving up from MessageIntersption. I notice that there is a capability to define the message class type in “MessageCondition” property. So I did the follow: Instead of the ordinary “SMS” message class I changed the value to “POP3”: _emailInterceptor = new MessageInterceptor ( InterceptionAction .Notify, false ); _emailInterceptor.MessageCondition = new MessageCondition ( MessageProperty ...Show All
alphonso Knowing when Application.Run(MainForm) has finished showing the MainForm
Hi all, Is there any way of knowing when the Application.Run(MainForm) has finished showing the MainForm I need to show another form on top of the MainForm, but i don't know when it's loading is finished and the new form is always hidden by the MainForm... Any help would be great! Regards, Pedro Unfortunately I have yet another problem... the OnPaint method isn't called in my main form, which only has a ListView with Dock set to fill :( If the ListView isn't with Dock set to fill, then it is called, otherwise it isn't... This is getting a little frustrating... So the MainForm is yours and Form2 is the one you don't have access to Why can't you run the m ...Show All
Luis Esteban Valencia Muñoz Contactscontrol, Messenger and Vista
Hey Danny, Are there compatibility problems with the contactscontrol/activity window under Windows Vista I've incorporated the contactscontrol in an aspx page and it works fine in any browser (IE 7 and FF) but as soon as I launch it through Live Messenger's activity window I can't sign in. The "sign in" window pops up fine, but as soon as it closes nothing happens, it just sits there like I never clicked "sign in". It seems as if the "sign in" code doesn't pass through to the activity window. I've tested this on Win XP with Live Messenger and there it seems to work so there are strong indicators that Vista, Live Messenger and the contactscontrol is not a good cocktail. (Also it doesn't seem to work on MSN messenger versi ...Show All
GBez Barcode Scanner Support
Hi, I am developing an application supported on both Pocket PC 2003 and Wondows CE. I want to give support in my application for barcode reading from any scanner installed on that device. Releated to each scanner installed I geuss they got thier own set of APIs, dlls that we need to call from our application ! Is there any generic way so that irrespective of which scanner installed, my application will detect the scanner data and can catch it in eventhadler for processing Any APIs, managed or unmanaged code Quick help will be appreciated :) Thanks and Regards, Kalpana Shimpi The above method is a perfectly viable option known as a "Keyboard Wedge&q ...Show All
Natan Drozd Resize a WebBrowser Control
Hi, i want to resize the height of the webbrowser control for the minimum necessary. How can i do that How can i know how much height i need Can i do that growing the height until it don't need scrollbars Thanks Mendex, I don't think there is any method for getting the height of the content from the browser control. Perhaps understanding why you want to do this will help us find a solution. Dan mendex, The web browser is probably your best solution. To get the height you need to use com interop to call mshtml.IHTMLElement2.scrollHeight. However, there isn't a way to get this interface from the web browser control. An alternative would be to see if there are any 3rd party dev ...Show All
PhilAustin write to file...CFile?
Hi folks. Simple problem and I've searched a lot and just can't seem to get it to work: I need to write null delimited strings to a simple text file on a smart device. I've tried CFile and CStdioFile and can't get it to work (I think because I can't figure out a way to convert a CString to a const char *). I tried this but I get a bunch of weird boxes at the end of and before every line of text: CString thisString = "Hello there"; writeToFile = thisString + _T( "\r\n" ); csfWrite.SeekToEnd(); csfWrite.WriteString(writeToFile); I just read that apparently CStdioFile is not supported in smart device applications... Is that true Can someone please tell/show me a way to write to a text file Thanx in ...Show All
ezhil RingTone FileName (.amr) is not saved on my mobile handset properly --it needs some new MIME types
Dear Microsoft: I have created a Mobile Application in C# using Visual Studio.net 2003. I am sending a WAPPush SMS to users who may request Mobile Services such as (Ringtones, Pictures). I have a problem in downloading ringtone(True Tone of file extension AMR) on WAP Browser, the ringtone name is not saved. After downloading the Ringtone file takes the link file name "userlink" which appears in url(ex, url: http://IP/webapplication userlink.aspx pwd=887768 ). The ringtone is saved as userlink.amr on mobile handset after downloading. I can download file type AMR (or in MP3...) from my Web Browser but it is not saved on mobile handset in its real name just it can be heard.Moreover, the filename and length have been specified in Respons ...Show All
BhuttCrackSpackle Bluetooth anyone???
Does anyone have or know of where I can obtain exaples of bluetooth communication set up in vb.net I am attempting to set up communications between a bluetooth mobile printer and a handheld device, so if the example where compatable with the compact framework I would be that much more excited. I have been looking for a while now and have hit a few dead ends (dead links) and am begining to get frustrated. I am suprised at the lack of information on the topic considering how great the technology is and how many hardware solutions are out there. If I remember correctly, you can't use the MS Stack I could be totally wrong. do a search on the forums, there are a few topics about this Moved to Smart Devices General forum. ...Show All
