Answer Questions
Tom Janssen Sync webservice call can hang in Thread... Shouldn't timeout abort this call?
Shouldn't a timeout set on a web service prevent a syncronous web service call from blocking indefinately Is the only way to prevent a web service call from blocking indefinately is to use a Asyncronous web service call Appreciate any insight into this one. Thanks! Where does it hang What is timeout set to ...Show All
WhitebearJPN build cab
idesign application for pocket pc on vs 2005 and when i build cab file on it i discovered that to execute it , it must be that ppc have windows ce 5 so that i design it on vs 2003 to execute it to windows ce 3 and i don't know how can i build cab file can any one hilp me ........................ please do NOT duplicate post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=676657&SiteID=1 I am sorry this forum intended for Device Emulator. Moving this to Smart Device General where it has got better chances of being answered. -Thanks, Mohit ...Show All
VSmirk Can't get there without a driver...
I am looking for a Microsoft Fingerprint USB driver to connect to a Windows Mobile 5.0 device (Motorola Q). Like many other construction contractors, we are trying to deploy a web based time and attendance solution that allows an employee to clock in/out via one touch fingerprint in the field. Please help if you can or please direct me to the highest ranking Microsoft representative that would understand what a profound impact this will have on the construction and field service industries. All ideas are welcome Thank you, Dave Dallmann Since this forum is dedicated to smart device development using Visual Studio 2005, you might have better luck finding help on one of the newsgroups. ...Show All
Petrus How to Connect Mysql to Pocket PC 2003 SE Emulator using Visual Studio.NET 2005
Hello Everyone! i am trying to connect to mysql server using Pocket PC 2003 SE Emulator usinc C#.NET. I am using ODBC to connect to the database. The problem is..... same bit of code works fine for all other applications like windows,console etc. When I try running it with Pocket PC..... i get the following error... "TypeLoadException, Could not load type... Microsoft.Data.Odbc.OdbcConnection from assemly".... What you guys think...... thanks, Hassan ODBC is not supported on devices at all. OLEDB is supported, but managed provider is not. Besides, there’s hardly an abundance of device compatible OLEDB drivers for 3 rd party databases, so it would be useless anyway. To sum up, ...Show All
Thomas Wolfram Getting and setting power modes on a Wireless network card
I have been looking but to no avail for a good example of how to use the NDIS_802_11_POWER_MODE to get and et the power mode. I have searched all over the net and cant find a good example. Hi , This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forums for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati,./ ...Show All
Emadkb Can’t find “sms.dll” file
Hi, I read in this link “http://support.microsoft.com/kb/555578/en-us” that the .NET Compact Framework brings the followings dll. COREDLL.DLL AYGShell.dll – Pocket PC shell functions CommCtrl.dll – Common control lib WinSock.dll – Windows Sockets Phone.dll – High level phone control SMS.dll – SMS messaging API I’m working on VB 2005 whit .NET Compact Framework v2 trying to develop an application that sends SMS but in all the code examples that I could find they call an dll file named ”sms.dll”: <System.Runtime.InteropServices.DllImport( "sms.dll" )> I been searching in the internet, in all the directories of my computer looking for that file. If some body knows were I can find it please le ...Show All
WXS123 smartphone
How do i know what a smartphone is And is it possible to deploy a program through vb 2005 to smartphone via BlueTooth Mitch The V3 Razer is not a Smartphone, but for example the Mototrola Mpx220 is a Smartphone. On a Smartphone the OS is Windows Mobile!!! In this forum SmartPhone usually a device running Windows Mobile for SmartPhone. For more generic definitions you can ask the web . Yes, you can if SP is active synced via BT and RAPI is enabled on your particular SmartPhone. could you explain further and is the Motorola V3 Razer a smoartpone if your farmiliar with it Thanks Mitch ...Show All
Namza WM5 : Winsock bind() and routing table
Hi, I developp application under VS2005/CF2, target is a pocketPC WM5, main component is a c# one, others are C++ dlls. From dlls, I use winsock to handle connections to 2 servers or more. When more than one network interfaces are active on device (wifi and gprs for example), how can I be sure that socket will be rightly bind to interface I choose by bind() I made some tests to connect socket (UDP or TCP) through gprs network interface (socket(), setsockopt(), bind(gprs ip address), connect(one of server), send()), but it seems packets are sent through wifi interface. I use bind, connect, send as sendto (from winsock doc) makes an implicit binding which can be made on "wrong" interface. Is there a link between ...Show All
Santhosh Kumar Not able to call disconnected web service in Mobile Client Software Factory
Hi, I am using the disconnected web service agent block of the mobile client software factory to make disconected web service calls.I am using an emulator for the testing the code. The issue is that the Connection state never changes to 'Connected' because of which my web services never get called. I have ensured that the emulator has been cradled.Eventually my web service calls get moved to the dead letter queue. Is there something I am missing here Is this supported on emulator at all I have submitted the same in the MCSF forum of codeplex, but have not got a reply.. The code is as follows String filename = Path.Combine(DirectoryUtils.BaseDirectory,"MyQueueDatastore.sdf"); String connectString = String.Format("Data Source= ...Show All
Ninerh getting version with vb in compact frame work
Hi, Some one can help me, I'm starting to think thakis not possible get the versione of my project, i've try a lot of way, i've fund a lot of version but not those I need, the versione of my project that i worte in project/properties/application/assembly informations/assembly version. Please help me... By NETCF V2 - get assembly level attributes and grab the version. NETCF V1 - not supported. STOP ALL I FOUND THAK YOUR PRECEDENTLY POST, THANK YUO VERY OMTH. BY Thanks now I now that is possible with NETCF V2 (my) but how i con get assembly level attributes Using Reflection class Or some other ...Show All
jewelfire display pin info
hello is there a way to display the pin info as soon as you add the pin instead of the mouse hover over thanks. No time to check sorry but try this: after you add the pin: var pin = new VEPushpin(pinID, latlon, icon_url, title , details , iconStyle); map.AddPushpin(pin); var element = document.getElementById(pinID); element.onmouseover(); John Yeah its been a busy week, wrong bit of code there. Here is a full working example, I've added it to the wiki for the future. http://viavirtualearth.com/Wiki/ActivatePinonAdd.ashx <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content- ...Show All
R.Tutus windows messenger live API
How can i connect to the windows messenger live API via jscript please Just need online and offline contacts info Check out the SDK's available on http://dev.live.com and see what fits your needs ...Show All
SarasMax Xml validation
I greetings to all, threre is an effective way to validate XML in CF I tried to validate it using XmlReaderSettings but it is not effective. So someone knows how to validate an XML Greetings. I created this example as a Windows application and it works. The same example as a Pocket PC 2003 application CF2.0 doesn't validate. So... Thank you but the problem is that CF don't validate XML against a Schema. Anyway I've installed a prompt on my Ipaq. Thanks for the tips :) Hi Another thing. Where are the options: setAction & condition and what is their role Hi & thanks Thanks but I cannot find w ...Show All
dsandor PictureBox Drawing VB.NET
Hello! I have a trouble with writing simple drawing-program on PocketPC. At this program user could draw something on the form using stylus. First idea was to use CreateGraphics.DrawLine in Form_MouseMove. But then I saw that if user open any other windows or menus, painted "picture" disappear. It was very bad... In OpenNetCF forums I've found another idea - to draw using PictureBox. In this way on PictureBox_MouseMove sub load a bitmap from PictureBox, paint line there and then load it to this PictureBox again. But another problem - after 3-6 seconds of drawing OutOfMemoryException... So, how to draw with stylus in .NET CF Here is my code: Private x_md, y_md As Int16 'cordinats of the line Dim x_mm, y_mm As Int16 'cor ...Show All
Philip Coupar birds eye view
what happened to this feature : ? Enjoy a bird's-eye view of New York City or another major U.S. city (http://local.live.com/help/en-us/becoverage.htm). this url is a dead end "page cannot be found" The only thing i can find is a flat map feature from MSN Are they trying to make us pay for this now RF Have you tried having look at places local to you. Bird's Eye View is alive and well. Here's one of the Prometheus Fountain at Rockefeller Center in New York: http://local.live.com/default.aspx v=2&cp=qsssrw8v1msd&style=o&lvl=2&tilt=-90&dir=0&alt=-1000&scene=1468103 I think the URL you mentioned is a dead link in the live help system. ...Show All
