Answer Questions
Chris Haas Locating 3D object along eyeshot vector
Now that 3D is part of virtual earth. Are thoughs of extending the FIND commands Specifically, we would like to be able to: 1. create a vector with it's origin at the observerers (x,y,z) and then specify a viewpoint vector and find the first intersection object. (3D). Then we would like to have options for doing simple re-coloring or other effects to say that that object is visible. 2. To generalize this, we would like search for polygons or shapes within a radius or on a axis of sight. Be able to create our own local search and re-texuture or re-color polygons or 3D shapes within a region (to indicate hot spots), Or even to do geometric transforms or replacement of 3D objects (only locally of course, not in the underlying system) ...Show All
Aaron Whitney How do I get System.Control object from a Win32 Handle?
Hi, Is it possible to get control object from a win32 handle (like FromHandle() in win32) using C# Thanks, mv Similar post on... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=711009&SiteID=1 No it's not possible. Just wondering why do you need that What's your scenario mv, The desktop .NET framework has a static function, System.Windows.Forms.Control.FromHandle() that behaves similarly to the MFC api (I'm not 100% sure you weren't referring to this desktop .NET api in your original message). However, the Compact Framework does not implement this function. If you want to determine which control a wind ...Show All
sham_s1 how to give desktop foreground when I call my form
I have a application in which I want's my form to be on backgorund and desktop should come in foreground What Can I do. Also I want's a smartphone alternative following code [following one is a pocket pc version] this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; // // DummyForm // this.ClientSize = new System.Drawing.Size(0, 0); this.ControlBox = false; this.MaximizeBox = false; this.MinimizeBox = false; what are you trying to achieve (the big picture) The big picture is achieved thanks for your effort ...Show All
Steve from adzac CCommandBar: yet another problem
Hello, I developed MFC dialog-based application with eVC 4.0. Now I'm trying to make it work on MSVS 2005 beta 2. I replaced CCeCommandBar with CCommandBar, but its functionality not the same. Really, I can't understand why should Microsoft replace working class with another one, which has more bugs :) The problem is that after inserting menu bar (InsertMenuBar) previously loaded toolbar gets invisible. If I change the order of these functions' calls (first, InsertMenuBar, then - Loadtoolbar) everything works well. But I need my toolbar to be on the left... so help me please :-) I have the same problem. Can somebody help me, please ...Show All
RichardR Display Map In WebPage Using MapPoint ?
hi, I'm novice to MapPoint Web Service & WebService Too, how to display map in WebPage Using MapPoint WebService in ASP.NET,I Added Web References : https://staging.mappoint.net/secure-30/mappoint.wsdl how to GetMap to display that one in WebPage, Thanks in Advance Have you read the SDK and looked at all the samples at MSDN http://msdn2.microsoft.com/en-us/library/aa492564.aspx This should help you get started. The actual SDK is download from here: http://www.microsoft.com/downloads/details.aspx FamilyID=cb5148a9-f09e-4ec8-992f-16478c0b5d9a&DisplayLang=en John. ...Show All
Bor Sample sdk code "Mapirule" works only on PPC. Facing problem on SP 3.0 and 5.0. Need help
Hi, I am working on the sample application "MapiRule" supported by Windows Mobile SP0.3 and 0.5, PPC0.3 and 0.5. It will be available in \Program Files\Windows CE Tools\wce420\SMARTPHONE 2003\Samples\Win32\Mapirule This is working perfectly on PPC 2003 device but not on Smart Phone 2003 and 2005. After deploying it on PPC3 it helps me filter sms messages with subject/msg as "zzz" . It displays the sms in message box and later deletes it. So it helps me filtere the sms message for which i register. This filtered sms is thus not seen in PPCs native Inbox. In case of SP3.0 and 5.0 its doing the registery entries as mentioned in msdn help but its not calling the processmessage() which actually recives the sms ...Show All
dmadrian Sending an XML request to a web service from a smart device application (c++)
hi all, i have a requirement of sending a request to a web service from my smart device application. i need to do this using XML the response of which will also be XML. could anyone get me started on this. i have a sample application using the following functions 1. InternetOpen 2. InternetCrackUrl - (to this the url along with the request was being passed) 3. InternetConnect 4. HttpOpenRequest 5. HttpSendRequest 6. InternetReadFile in that order. but i need to send the request in XML format and need to do it through a "post". i'm not sure if the functions mentioned above do it through a "get" or a "post". any sample application doing this would be of great help. cheers tha ...Show All
Ngwane error help please
Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\smartdeviceproj\system.dll'. Error 0x80070070: There is not enough space on the disk. Device Connectivity Component i dnt know how to fix this error when i place grid it showing error like this but i do without grid it doesnt gives me error i dnt know how to fix this.. i use emulator to pocket pc 2003 emulator.. to check the proj It seems you might be using a component which includes a reference to a desktop assembly. I would recommend you double check all your references to ensure that there is none that uses a desktop assembly. Your device is running out of space becaue Visual Studio is ...Show All
Steve Dunn Adding Custom Today Screen Item
Actually I need to add a "cutom today screen Item" to Pocket PC automatically when message has been reached to my messenger. I am presently working on Visual Studio.Net 2003( Compact Framework1.1). Actually I have tried this link: C:\Documents and Settings\Administrator\Desktop\malleswar\adding image\Creating a Pocket PC Today Screen Plug-in with the _NET Compact Framework.htm but for building Embedded Visual C++ (eVC) has to be used. If u know better way than this plz guide me. There are known issues porting from eVC to VS2005 - check out http://msdn2.microsoft.com/en-us/library/ms228698(VS.80).aspx . These issues have been fixed in upcoming VS2005 Sp1. You can download th ...Show All
ngy_tms regarding the storage of permanent values
hi all, since i am new to C# programming , i had the following doubt . in J2ME there is RMS to store permanent values like game scores , settings etc . is there any option available in c# for smartphone . if not what are the ways we can store the permanent value . thanks sadiq thanks Ilya Hi Ilya, The method of storing the data in XML file is helpful, but if the file is visible to the user, he can manipulate it or even delete it, which might affect the application's performance.I have an application where i need to hide the datafile from the user permanently. Is there anything we can do to avoid the datafile being visible to the user (I have already tried changing the File.Attribute to HIDDEN, but 'SHOW ALL FILE ...Show All
hhewson address coordinates
Hello everyone, does anyone know that if there is a function or a method that takes an address and returns the coordinates (either pixel x, y or latitude, longitude will do) of that address .. but without ploting the address on the map thank you Yuki Or checkout these nice bit of code to do it using the seach behind local.live.com http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=776776&SiteID=1 John. You can't do this in VE right now--all place finds result in the adress getting shown on the map. You can use the MapPoint Web Service to this, however. i am achieving this by combining the Google Earth API's geocoder method with VE for all displ ...Show All
Giminiani Real-time Update Chart
Hi, Is there any example for real-time update chart 2-D is OK. The XAxis should be the real time with minorunit as 12 seconds and majorunit as 1 minute. The beginnig point should be the current time when the application is started...As time goes on, the XAxis will also changes (Growing). Well, I do not know how to make the start point of the XAxis to be current time and the following points are time in the future, say five minutes at first. Then, the range will grow and the past time should be reserved....Well, I can not solve this problem~~~ Can anyone help me For starters simply try connecting these points with strait lines. At 5 samples per second average human probably won't be able to notice if graph is smooth ...Show All
Larry Charlton Max zoom out or zoom in parameters?
Is there a way to set the max zoom-put or zoom in MAP parameters Is there a way to know if the user clicked ZOOM IN as opposed to ZOOM OUT Well here's the code: http://viavirtualearth.com/Wiki/min_max_zoom.ashx Yeah I think that: e.view.zoomLevel In the onstartzoom event should return the zoomlevel requested, no the current zoom level. It would make it much more useful. Maybe something to ask for from the VE team John. eg. < html xmlns ="http://www.w3.org/1999/xhtml"> < head > < title ></ title > < meta http-equiv ="Content-Type" content =" ...Show All
IamHuM Motorola Q template
I'm trying to build an application for my Motorola Q. I've downloaded the sdk and image template from MotoDev, but when I try to use it, the phone image in the design view is distorted to where it looks like a regular cell phone and not a Q. The form ends up being 176 x 180. Anyone else run into this and/or know how to fix it Thanks, Brian you can download this image http://www.microsoft.com/downloads/details.aspx FamilyId=EB580A44-CB40-4BE1-9FF3-E224BF669CD0&displaylang=en It's probably a good idea to ask whoever/wherever you got this template from. ...Show All
Timothy Wilson making a web service call
folks, i'm attempting to make a web service call in evc++ application for PPC. actually, i am back-porting the code from VS2005 and finding that "atlsoap.h" does not exist under evc++ 4. is there an equivalent or work-around thank you for your feedback. so i take it that under evc++4, there is no atl support for soap. as for XMLHTTP, i'm only familiar with its use in javascript code; is it also available for unmanaged c++ I'm looking the information about how to call a Web Service in a MFC app (The platform is PPC2003 , of cause). Someone says we can use the MS SOAP toolkits 3. I think it's already contained in Visual Studio 2005 now, isn't it An ...Show All
