Answer Questions
Jay McKinney Configuration Service Providers
Hi, is there a way to programmatically list the available configuration service providers in the mobile device best regards This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati ...Show All
ralphwbi '07 Outlook Contact Notes dont sync to smartphone via activesync 4.2 - Help
Notes in Outlook 2007 Beta 2 do not sync down via Activesync 4.2 to my Samsung i600 smartphone but do sync up, can anyone help Tx, Mike Adams 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
Dario Aznar V.E. SDK
I was wondering if I could see the code that you use for the Virtual Earth SDK because it is not the same code used for the example. So if it is possible can i view that Thanks ya, just i couldent get any to work. also do you know how to make it so i can add a on click event to my custom pushpins without changing the whole code so it will send just the address to the txtfinish Thanks search the forum. there have been a bunch of posts lately on handling pushpin onclicks. Yep--there is nothing hidden there. Just right-click the page and "view source". Default.htm page contains just the HTML, vesd ...Show All
Raihan Iqbal Having problems with smart device app. usiing .NET 2003(C#)
Hi Folks, I am trying to develop a smart device application using .net 2003. I click on C# and Smart Device Application and then click on OK. When I click on "OK" the "Smart Device Application Wizard" appears and I do not see any options under the heading "What platform do you want to target ". Normally, you should see "window ce" and "pocket pc", but neither of the two options are visible. Also, under the heading "What type of project do you want to create " you would normally see - "Windows Application", "Class Library", "Windows Control Library","Non-graphical Application","Empty Project", but none of these options appear in ...Show All
Joreatha How to use RegisterRunningDevice
Hi all !!!!!!!!!!!! I'm on an important project of network device developping. I made a UPNP AV Control Point that works very well. Now I'm building a MediaServer device and I'm facing a problem about register the device. I did my own implementation. Since it doesn't work, I tried the example provided by the microsotf SDK and I get the same error after calling IUPnPRegistrar::RegisterRunningDevice. the return result of the function is 8004a025. I searched the meaning of this value and I didn't obtain anything. If somebody can know the meaning of this or the causes of non-running of this function, I'm waiting your contibutions because without running the function I canont progress. Thank you very much. ...Show All
Sam Bendayan Serial Port problems
Hi. Running Imate SP5m with .NET CF 2.0 SP1 I have contacted Imate (on the side: poor support) who confirm that Raw/Serial IR access is possible and is on COM3. In the registry it says COM4. Anyway... If I use the serial Port class to open COM4 and write to it, I have the issue where when we do a serialport.write("hi");, the application does nothing. it just hangs, no exceptions are thrown. It does not even get to serialPort.Close(); If I use the serial Port class to open COM3 and then write to it, I get an exception @ serialPort.Write("hi");: at System.IO.Ports.SerialStream.WinIOError() at System.IO.Ports.SerialStream.Write() at System.IO.Ports.SerialPort.Write() at SerialIrTests.Form1.mnuStart_Click() at System.Windows.F ...Show All
Shrini Messenger Developer Info
All the latest developer info for building applications for MSN or Windows Live Messenger is available on MSDN at the following location: http://msdn.microsoft.com/live We will be adding more content here as additional developer features for Messenger are released. -Scott Hi Mike, Creating and selling personal expression content for Windows Live Messenger is not enabled in our developer platform. There is no developer extensiblity for this built in to the Messenger client. We have had requests to expose this capability. But, at this time, there is not a partner program or APIs exposed. I will forward your request to the team that owns the Personal Expression program so they are aware of your desire to sell perso ...Show All
ImAGeek Get address on user click
Hi, I've just started using Virtual Earth... It's possible to get the address from the clicked point Thanks! I suspect this may be using the MapPoint Web Service Thanks to both of you... Atlas - powered by Fresh Logic Studios ( http://atlas.freshlogicstudios.com ) supports this from the right click menu. Simply right click a location on the map, then click the "about this location" link. Using GeoNames: http://www.geonames.org/export/reverse-geocoding.html To get the address from a lat lon you need to look into reverse geocoding. Virtual Earth does not do this. There are some free s ...Show All
Robhale77 System.CF namespce missing
I'm using .Net Compact Framework 2.0SP1 and VS 2005. VS2005 doesn't recognise any System.CF* namespaces. Any ideas If there's no updated version, it should be possible to use it in V2 from code without designers. Just make sure to reference _runtime_ version of the control, not design time version. When I try to add a third-party control to my toolbox I get a message like: "There was an error loading types from assembly... Could not load file or assembly 'System.CF.Windows.Forms, Version..." do I just have a dodgy dll That's because there are no System.CF* namespaces. The .NET CF 1.0 designer support for Visual Studio.NET 2003 has a file ...Show All
Nate879 Radio Interface Library Privileged APIs
Which RIL functions are priviliged It is not clear from the MSDN page whether these APIs are privileged or not (http://msdn2.microsoft.com/en-us/library/ms924486.aspx). Many of the SMS functions appear to be, but RIL Proxy specific functions are not well documented. Thanks, in advance. Chris As with Chris, I am looking for specific information about signal strength, bit error rate, towers available, etc. There will be a growing number of applications, particularly for enterprise, rather than entertainment, use - that will require better access to the RIL information than what is currently provided (by Windows Mobile 5.0 SNAPI). Hopefully Microsoft is able to accommodate those needs in the next release. - Hank ...Show All
PQSIK GUI elements not coming up
Hi, I have a windows mobile 5.0 for pocket pc phone (g-Smart i). Once when I restarted, the GUI elements are not coming up (except for the title bar which contains phone status icons). I could still connect through activesync and browse the registry, processes, windows and even load and execute new process. Is there a way to get the OS image from the phone. so that I can send it to microsoft. I tired to enumerate all the windows EnumWindows() and ShowWindow(hwnd, SW_SHOW) for all of them. The keyboard input window appeared and I could control its GUI. Please let me know how can I procede. You should contact your device manufacturer about this problem. This forum is about smart device developme ...Show All
carda ExtractIconEx problem
Hey guys, I'm currently developing a windows app for WM5 PPC, and need to load an icon from a file. Having done this without problems in PC windows before, I wrotemade the following code: HICON hicon = NULL; if (!(hicon = ::ExtractIconEx(_T("\\Program Files\\ProtoApp\\icon2.ico"), 0, NULL, &hicon, 1))){ ..... //some error handling code } The icon file in question is definitely there; I've checked over and over, with someone else to make sure, that the path is absolutely correct without spelling. The icon was made in VS2005, and contains exactly ONE icon 16x16 with 16 colors (which is recognized as the system metric's specifications for small icons). I can open the icon on the device and it displays fine in internet explorer, so ...Show All
Miao1106 C# Device Applications Serial Port
HelloI am trying to link a Windows application with a device application. Windows divice applications have a serial control so I though I could link them together using a virtual comm port. I created a port object in the device application and sent data to COM1. This data did not appear in the port monitoring program that I am using.This leads me to think that this idea is not going to work.If I have a PDA actively syncd' to visual studio is there a way I can send data to the application running on the PDA Thanks Rizwan thanks for your quick reply. So just to confirm if I am sync' with the PDA device i can then, Create a virtual port linking say COM4 and COM5 Connect to COM4 using appliation1 Connect to C ...Show All
Etienne Meunier Form inheritance
I have to have form2 inheriting all the methods and variable in form1. but I don't want to have the graphical stuff from form1. how to by pass that because when i specify form2 inherit from form1 and run the program, it shows on the graphical components of form1 on form2. In Form2's Load event, you could set Visible = False for the controls you don't want to see. Marc's approach is the right OOP way. That's going to be extremely difficult to do just because the designer is always going to get in your way. There are probably 2 ways to do this and you can decide whichone is best for you . Method #1 - Probably the easiest but not the best method FormA - Move all of your methods here Form1 i ...Show All
Timmy0614 read assembly version
Hi, I have written an application for a windows CE 5.0 device using Visual studio 2005. As I can read from code the version assembly Thanks. Antonio. You can use the System.Reflection.Assembly class to help you. Try something like this: AssemblyName aname = Assembly.GetExecutingAssembly().GetName(); Console.WriteLine("Assembly name " + aname.FullName + " is version " + aname.Version); HTH, --Jeff Hi, I have tried and all is OK. Thanks. Antonio. ...Show All
