Software Development Network Logo
  • Visual Basic
  • Windows Forms
  • Microsoft ISV
  • Game Technologies
  • Visual C#
  • Visual C++
  • SharePoint Products
  • IE Development
  • Audio and Video
  • Smart Devicet
  • Windows Vista
  • .NET Development
  • VS Team System
  • SQL Server
  • Visual Studio

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Has anyone configured Apache Axis TCPMonitor to monitor Soap messages?
Exception when using SoapClient and SQL CE 3
Application loses focus when closing a Form - but only on one Form it happens...
System.Data.SqlServerCE load problem
Is it possible to create a vecollection file on my server that I can then load locally
CABs of multiple platform in single MSI
Issue with Device Emulator screen buffer limit set to 1 MB
Deploying Multiple cab files at once
Threading Problem - I think - 2 applications using radio
Active Sync 4.2 won't . . . Support Code: 86000108

Top Answerers

LutherW
rxg
PublicError
Pradeep Gupta
oasisman
ChrisMakesMovies
jkushiner
intrepid
dmatth
Delphieur
sitemap
Only Title

Answer Questions

  • Hans Preuer _WIN32_WCE is hex and not decimal in VS2005

    I just noticed something and I can't figure out how it's working at all for anybody. Surely I'm missing something obvious. If I make a new project in eVC 4.0 then the project settings will define the following: _WIN32_WCE=$(CEVersion) So for my Pocket PC 2003 configuration _WIN32_WCE winds up having a value of 420 (decimal). This makes sense since all of the Windows CE Platform SDK's compare this constant with decimal values like 300, 420, and 500. However if I create a new Smart Device project in VS2005 then the project settings define the following: _WIN32_WCE=$(CEVER) But this time $(CEVER) is defined as 0x420 ( hex ). Now all of the comparisons are incorrect. Am I missing something here Surely this isn't a bug in VS20 ...Show All

  • imranabdulaziz 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. hello, i receive an error with that code. 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 one last question, i would like to add the zoom to after that map.SetZoomLevel(13); but when i do, it takes the pop up away... any ideas thanks. actually it works with your code, but when i place in mine, ...Show All

  • MFZ Can you exaggerate the terrain differential in 3D view?

    Just a quick question - i wanted to see if it were possible to (as you can in Google Earth) 'exaggerate' the terrain in VE 3D view. The terrain around the area i am studying is quite flat, but i need to see it in greater relief for the purposes of gravity calculation. Any suggestions/solutions welcome! Thanks for the suggestion, but that's not really what I'm trying to do. I need to be able to 'stretch' the z element in order to view the topography of an area in sharper relief. I believe that this feature is standard in Google Earth, and I wanted to achieve the same in VE. Have you had a play with this: http://heptazane.spaces.live.com/ Look for the Ghosts ...Show All

  • Oscarfh How to have a Virtual Earth map show in a popup window, using ASP.NET/AJAX?

    Hello, I'm trying to make a site similar to http://www.simplyhired.com , which allows the user to click on any search result listing and a corrosponding map shows in a popup window. I'm using ASP.NET with AJAX.NET and plan on using Virtual Earth. I currently having a gridview which is showing all my search results. In my gridview template, I have a block of code which allows the user to click a link which activates a popup window containing a web control object I created that displays a map. It currently only works for my first listing, all others are blank. Can anyone help point me in the right direction Sample code or examples Thanks, Dave Could you post some code or a webpa ...Show All

  • pamidcc Good Book For Windows mobile 5.0 application

    Could any body Suggest me Good Book For Windows mobile 5.0 application. Thanks mgaur_MSFT. I am looking for windows mobile 50 smartphone development in particular Unfortunately there are no available books on WM5.0 SP programming that I know of - MSDN is the best resource. Manav MSDN is the best resource for WM 5.0 programming. You can check the following: Programming the .NET Compact Framework (Paperback) by Wei Meng Lee , Brian Jepson Writing Mobile Code: Essential Software Engineering for Building Mobile Applications by Ivo Salmre ( Paperback - Feb 1, 2005) Manav Ok Thanks ...Show All

  • darkwarrior0404 debuggin web services

    how can i do the a/m using vs.net2005 with mobile app Would you clarify a/m please ...Show All

  • Will Durning WIA Scanner Minidriver

    Hi, I'm developing a wia driver for a scanner, but I can't understand the different behavior of MS Paint and MS Office. If I scan with Paint I have a mirrored and rotated image, but in Office (Word etc) I don't have this behavior. Do you know why Can I modify this, to have the same behavior Thank you This is a mobile device development forum. Please, take this question to one of the Win32 newsgroups ...Show All

  • Andreas Kranister Getting the Direction between 2 points.

    Hi all, Let me see if i can make you understand what i need to do. I have two points (like latlong points), and i want to know if X is set 'north ou south, east or west' from the Y point. Please if you know, tell me how to do that. And also please tell me if you don't understand what i mean. Thanks Ton Somebody can correct me if I'm wrong but if you just compare the lat/longs you can get this information. If lat1 is less than lat2 then point 2 is East of point 1 If long1 is less than long2 then point 2 is North of point 2 There's probably an easier calculation...something like (lat2 - lat1) / (long2 - long1) = slope Then use the slope to tell you the direction but it's been 11 years since I had Geometry. I'll ...Show All

  • VincentShi EnableApplicationLauncher() catches state change only once

    Hello to everybody! While developing an C# application on Windows Mobile 5.0 , I came across the State and Notification Broker . It is really a nice thing, but as it seems, it is not very well documentet, especially when it comes to the managed code in Microsoft.WindowsMobile.Status . I want my appliction to be launched when for example the property PhoneNoService changes. I am unsing this code to do this: if (!SystemState.IsApplicationLauncherEnabled(id)) { SystemState phoneNoService = new SystemState(SystemProperty.PhoneNoService); phoneNoService.EnableApplicationLauncher(id); } Now, when PhoneNoService changes, my application is launched as wanted. But only this time. After closing the application, it doesn’t start again, if Ph ...Show All

  • Rian Edwards how to compress sound pcm data to another format?

    now i can send sound pcm data between PPC via serial port of bluetooth, but it makes too much delay. i would like to compress pcm data to another format and send. when another PPC recieve data , it have to decompress and play sound pcm data. do u have any suggestion , reference or sample code i use C#(vs 2005) to implement this. pls... You could be using the free SharpZipLib to compress the data junks before sending them over the wire. ...Show All

  • Justin-M Aligning the TextBox to right?

    Hello How can I set my textbox as right aligned InitializeComponent(); m_adetTextBox.TextAlign = HorizontalAlignment .Right; I have add this line after InitializeComponent(),but it does nothing... I have found a way of WINAPI for Button controls.I tried and it works for Button controls but not for TextBox controls... so, what's the way of aligning the textbox to right Thanks in advance. You need to make the textbox multiline and only then can you (apperently) change the alignment of the textbox. I have just tried this, and if it is a singleline textbox, you only have the option of aligning it to the left. When you switch to multiline, you get the list of the rest of the alignment properties. &n ...Show All

  • robydx CameraCaptureDialog Issue

    Dear guys, If I am trying to use CameraCaptureDialog class on a Windows Mobile Pocket PC device. I got a function as follows public void StartCamera() { CameraCaptureDialog ccd = new CameraCaptureDialog (); ccd.Mode = CameraCaptureMode .Still; ccd.StillQuality = CameraCaptureStillQuality .Default; ccd.Title = "Take picture now" ; ccd.ShowDialog(); } The application got 3 forms. 1st form opens 2nd and 2nd opens 3rd. The code works fine when I call it in the first and second form of my app. It loads the camera dialog and i can take picture but in the 3rd form its raising the following exception on ccd.ShowDialog(); - $exception {"An unknown error occurred."} System.Exceptio ...Show All

  • Mark Dooley VE within an .aspx page

    Has anyone been able to successfully use Virtual Earth with ASP.NET I can load a map in an aspx page, but then I get an IE exception saying IE can't navigate to that page. If I copy the same code, remove the asp.net controls, and name the file test.html, it works fine. Any suggestions Still no luck. Here is my basic page: [code] <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <script runat="server"> Sub Page_Load(ByVal s As Object, ByVal e As EventArgs) Page.RegisterStartupScript("GetMapStartup", "<scr" & "ipt type='text ...Show All

  • Banhnam Signing and compression questions

    Hi, I wonder if you guys could help me clear something up. I am new to the compact framework and indeed Windows Mobile in general - I have been reading up extensively recently but there is a couple of things I'm not totally sure of. I have read conflicting information on MS.com / msdn / blogs First i read that smart phone apps MUST be signed. "CAB files for Smartphone solutions must be digitally signed before they are deployed to an end-user's device. or use certain APIs". Then I read this "How you get "trust" is determined by the OEM or operator selling the device. For some devices, all apps are trusted. For others, you get trust after the user agrees to a prompt. For a large number of devices, however, to be tr ...Show All

  • Sam Jost C# and HHT

    I'm currently working on a project that would involve C# and Hand Held Devices. Just wondering if there are any good reference sites out there that could help me out and lead me in the right direction. Appreciate the help MS Forum members. Cheers, SOTY_Programmer I've been searching for the past couple of days to find a solution for this, but I haven't had any luck. I must not have the correct wording for what I want to do. I'm working in a Visual Studio.NET 2003 Dev environment (C#), and I need to detect when a user places a PocketPC into its cradle. When that happens, it will open up a program that would do its duty. I'm not writing an app to go onto the PocketPC, just a regular windows app ...Show All

747576777879808182838485868788899091

©2008 Software Development Network

powered by phorum