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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

cannot configure "TCP connect transport" settings in the Remote Registry Editor
2nd try: What DLL are wave routines in?
Keybd_event for CE 5.0 device
"Internet Explorer cannot open the Internet site" Error
Which file to use to insllat NETCF 2.0 on PPC 2003 SE (4.2) on Intel processor?
PushPins, GeoRSS LatLong for lookup/postal addresses. Web Service?
New Birdseye-view functionality and Minimap
Bluetooth device search
Event handler for reply serialport
DomainUpDown

Top Answerers

kkahara
bartleph
Polina159216
xRuntime
jamesIEDOTNET
mumle
Carl-Otto
Bollwerk
GazCoder
FernandoLeite
Computing Art Inc
Only Title

Answer Questions

  • RamyaP Adding Puspins or PolyLines using MS Ajax 1.0 ???

    Hi, i want to use the scripmanager /updatepanel / MS Ajax to add / remove pushpins to VE using Visual Studio 2.0 C# asp.net. Does anybody have a decent sample in doing this or get me on the way to accomplish this task Thanks in advance.. Thanx sydneyguy,  Thank you for your help, it's been very usefull!! Thanx derek, but me neither. It's from 2005 article... Thanx anyways... I have solved my issue with the one sydneyguy provided! you can't use c# to add pushpins, you have to use javascript, you can use C# to call your javascript however. There's an article that talks about an implementation of using ...Show All

  • Peter Peng How to create List like Setting Screen native List in for smartphone.

    I have a form in which there are number of items.Which control I will use on this form to get native setting screen list like behavior. Please provide me sample. I am using windows mobile 5.0 with compact framework 2.0 and C# Thank You Gray matter It worked. I just wants to ask 2 things Could you provide me a trick so that i can hide the column header, also what can I do if items are greater then 10 .I mean more functionality in the native screen Hi. I'm using VB in VS2005 with WM5 and CF2, writing for Smartphones and doing the same as you require as follows... Add a ListView control to the form, set its View property to Details, and the FullRowSelect property to true. In the Form Load event ...Show All

  • dilerabdullah Creating your own icon

    I used the VS2005 icon editor to replace the MFC icon with an icon for my app, that shows up when I see the large icon (programs list), however when it's a little icon (file explorer) it's still the MFC icon. How do I change the little Icon to match my big icon sorry for the flooding oh ya, windows has a tendency to buffer these icons, you may need to rename your exe to see your change. thank you crino. While not exactly what I was looking for that helped me find it. For future reference for anybody who finds this thread Bring up the icon editor on your file right click in the side window where the thumbnail of the icon is (not on the image though) On the resulting menu ...Show All

  • kanjo Page up/down with rocker

    I am wanting to use the buttons/arrow at the bottom of the device to scroll the page up and page down. what is the best way to do this. or is this possible. Dear watch is, Because AutoScrollPosition represents the location of the scrollable control's display rectangle. See this . Regards, Zero Dai - MSFT That works great for going down and after looking at some stuff it seems that going up wouldnt be any trouble either. I am using VB, but it would look something like: Dim point As Point = New Point point.X = Me.AutoScrollPosition.X point.Y = Me.AutoScrollPosition.Y + 10 Me.AutoScrollPosition = point But for some reason it just puts me back at the top of the page. An ...Show All

  • lagu2653 How to use the adCenter API from a JAVA application?

    Hi, Does someone use the adcenter API from a JAVA application I am stuck at the first step - connection to the API - since I have no class named Administration after generating the JAVA classes from the WSDL files (using the Axis2 WSDL2Java plugin for eclipse)! I only have a AdmimistrationStub class which does not contain a method to set a ApiUserAuthHeader for instance... Any help is welcome! Thanks. Thank you very much for your help. I now have problem to connect to the API (authentification failure but my credentials are ok according to the support). ((Stub) administrationService).setHeader("http://adcenter.microsoft.com/syncapis", "ApiUserAuthHeader", new ApiUserAuthHeader("myLogin", "myPassword", " ...Show All

  • Urban Terror target Connecting active sync to emulator in an x64 environment

    Hi, I am trying to connect my Windows Mobile 5.0 emulator to active sync on a 64 bit machine, but the emulator is not being recognised by active sync. Is this a problem with the 64 bit environment (is active sync+WM 5.0 emulator) supported on a 64-bit machine Is there something that I am missing here Thanks Deepthi Connecting to Emulator with ActiveSync should work on x64 Windows XP and x64 Windows Server 2003. It does NOT work on x64 Windows Vista as of now, and we are working on this. Please let us know if you are not using Windows Vista. Can you please confirm following 1. Device Emulator (Win CE emulator is different from Device Emulator shipped with Visual Studio 2005). Help-&g ...Show All

  • George Shear Cannot set the column width in a datagrid

    Hello, I am using a "datagrid" control to show data from my "BindingObject" class. The problem is that I cannot set the columns width. My code is: list.Add(new BindingObject(one, one)); list.Add(new BindingObject(two, two)); list.Add(new BindingObject(three,three)); this.data_info.DataSource = list; DataGridTableStyle ts = new DataGridTableStyle(); ts.MappingName = "list"; // Order date column style DataGridColumnStyle orderDate = new DataGridTextBoxColumn(); orderDate.MappingName = "intMember"; orderDate.HeaderText = "Campo"; ts.GridColumnStyles.Add(orderDate); // Shipping name column style ...Show All

  • ahmedilyas BUG: GetRoute - VEDistanceUnit is forgotton if select placename dialog is shown.

    When the VEDistanceUnit is Kilometers this is not remenbered. Example: <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script > <script> var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); map.GetRoute('EAUZE, France', 'Panjas, Gers, France', VEDistanceUnit.Kilometers, null, onGotRoute); } function onGotRoute(route) { var routeinfo="Route info:\n\n"; routeinfo+="Total distance: " ...Show All

  • yonelay IRDA file transfer problems

    I am trying to trasfer some database files using IRDA between PPC 2003 devices running the compact framework 2. When transfering a very small text file, it works fine. When transferring a 288KB .sdf file, I get an IOException on both devices. I am using c# using the sample code provided here: http://msdn2.microsoft.com/en-us/library/system.net.sockets.irdaclient.aspx#Mtps_DropDownFilterText Looking at the code, I don't see any reason for it to throw an exception. On the receiving device I get this exception: IOException Unable to read data from the transport connection. On the sending device I get this exception: IOException Unable to write data to the transport connection. It is not consistent exactly how many times it will loop before th ...Show All

  • someguy65 Switching between Application forms and home page

    Hello I have a problem When in a sub-screen within an application and pressing the Red Stop key, the control returns to the phone even though the application is still running. When returning to the application and pressing the “Back” button , the control again returns to the phone instead of to the higher-level screen. I need to go back into the application again in order to close that screen and the application. This process needs to be repeated for as many sub-screens as are in the call stack Is this possible..... Help me please I just moved this thread to the "Smart Devices VB and C# Projects" forum: it is not specific to the DeviceEmulator. Barry Hav ...Show All

  • Vlad Pitaru Live ID Services

    Is there a list of services that I can use with the LiveId SDK This is a very frequently asked question! Currently, the only service that works with the Client SDK is the spaces blog posting service that is featured in the sample application. To download the Client SDK, go here: http://connect.microsoft.com/site/sitehome.aspx SiteID=347 Stay tuned to these forums and dev.live.com for announcements as to the availability of additional Windows Live Services. I am looking for the web services. For instance spaces has a web service that is now accessible using the Live SDK. I was looking to see if one existed specifically for the MSDN forums Are you looking for web services API's Live ID SDK was created to allow Ric ...Show All

  • PhoenixZero Certificate for PPC

    Hello, I wonder if there's any article about certificate authority to secure mobile devices and applications. for example i would like to prevent user from installing uncertified software on my ppc or installing my apps on other ppcs other than the ones belonging to me. Any suggestion Is there any place to get free certificate so that everytime my application run doesn't ask for user aggreement to run it. Thanks, Noah, Thank you for your recommendation. I will put a post on the windows mobile forum and see if anybody knows something about it. Deployment and Security are parts of the software development that many have neglected. Regards ...Show All

  • fiddlesticks Error 183 vb 2003 Compact framework

    Hi I have been working on a project and once completed I went to deploy it. I built the cabs, tried installing and the program would not work. I then tried to deploy via studio as if I was debugging and got a message box with #183:. Nothing came after the 183, so I tried to run the app on the device and this time I got a message box with nothing more than: Exception. I then started putting in message boxes and discovered than the program will error out only when it tried to load an image, all forms without images work fine, but those with images do not work The project is quite large and has been working fine until now. The last few weeks have been spent testing and debugging with only minor changes. It is written in VB and uses S ...Show All

  • RichParker GetProcAddress fails on Smartphone 2003

    Hi! I have a project which should run on PPC's and smartphones on both the Mobile 5 platforma as well on the WM-2003 platform. I'm loading dynamically DLL's within this project and the problem I have is that on the 2003 platform the GetProcAddress function always returns error 87 (Incorrect parameter). Loading the DLL's goes well. I'm sure that the parameters (types) are correct. I tried to use the Unicode and Ascii variant, but both do have the same problem. Is this a known problem and how can I avoid or solve this It works well on the Mobile 5 platform. Thanx in advance and best regards, Harreld Hi I'm suggesting the following option. For Smartphone 2003 - Compile the DLL using the EVC 4.0 an ...Show All

  • cheesenhomer UDP communication from mobile 5.0 to desktop

    Hi , can any one give me details how to configure mobile 5.0 emulator with Virtual Switch driver so that UDP communication is take place. and ActiveSync-over-RNDIS details from where i can download it Since my current configuration is visual studio 2005 and windows mobile 5.0 SDK and Active Sync 4.2 . For this configuration what setting is required. Thanks I replied to your other two posts about UDP. Barry ...Show All

313233343536373839404142434445464748

©2008 Software Development Network

powered by phorum