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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Traffic on GSM Modem
Windows Mobile 5.0 USB driver development
Adding OnClick event to Polylines
Problem-Connecting to sql server using pocket pc 2003 emulator..
Akonix bot online but no answer
Performance of Polylines
How can i add check box in data grid
Redeploys DLLs Every Time
Textbox in DataGrid
C++ in PDA development

Top Answerers

manjunath cv
DD_Helmetman
Sean Aitken
el-chema
bkallich
rmtuckerphx
mike todd
GS80
imj
JavaBoy
Topix: Livestock
Only Title

Answer Questions

  • intrepid Saving maps

    Hi, Is there a way to save a map (along with pushpins) as a pdf or a image file My client really will like if we could save a map as an image or a pdf file so it can be emailed to other users. Thanks, Sanjeev Yes, it is possible, but it will not be as easy if you might think. All the tile images from the background are available as picture files (I don't think the information is public, but it isn't too hard to figure that part out) so you could grab them and "glue" them together to get one big picture (you have to cut off the unused parts). You can keep track of all the pushpins you add / delete and enumerate the ones that are in the current view. Then you can draw those on the pi ...Show All

  • KC416 Popup resize

    I pull some HTML from a server dynamiclly and the pop up isn't wide enough. Anyone know of a way to resize the default pop up window Thanks Wayne Disable ShowDetailOnMouseOver and use a new callback - check out this msdn page. VEPushpin.ShowDetailOnMouseOver = false; VEPushpin.OnMouseOverCallback = function(x, y, title, details) { alert('your mouse is at : ' + x + ', ' + y + ' and you can display the details from title: ' + unescape(title) + ' and details: ' + unescape(details)); } http://msdn.microsoft.com/library/default.asp url=/library/en-us/VEMapControl/HTML/P_Namespace_VEPushpin_ShowDetailOnMouseOver.asp ...Show All

  • RajeevP5 SMS application

    Hi, I’m working on a Pocket PC application in VB.Net on Compact Framework. It is required that we develop a SMS module. What is the functionality (code )that should be provided to the Click event of the SEND button. Thanks, Hi, Try this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/netcfsendsms.asp Tihomir Ignatov wrote: Hi, Try this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/netcfsendsms.asp This has been written for Compact Framework v1 and PPC 2002. If the target device is WIndows Mobile 5 device there is also a class called Microsoft.WindowsMobile.PocketOutlook.S ...Show All

  • Ccercone JS Alert box with clickable links

    In the Interactive SDK there are many examples that show a yellow alert box containing clickable links. How is this done I need to pop up a box of clickable links in my custom disambiguity function and I can't work out how this is done. any help would be appreciated. thanks heaps for this Derek... it appeared that they were using something other than a standard alert box and I couldn't figure out what it was. I will play with this over the weekend and hopefully I can work it out as the code I have written needs this type of alert box to work the way I want it to. Derek, I looked at the source from the sdk page and found that they were using a css file and th ...Show All

  • hazz DataGrid, threading and refreshing displayed data

    hello everyone, The main issue is that the datagrid does not receive events, or more exctly events are delayed forever. I have a worker thread that reads data from the network and assigns after processing that data , values to the table in a dataset, the table is the datasource for the datagrid. After assingning the data to the table in the dataset , the datagid does not update by itself so i call Refresh on the datagrid like this, using a delegate: _AFDataGrid.BeginInvoke( new UpdateDisplayDelegate (_AFDataGrid.Refresh)); But then, the datagrid won't receive any events, like dragging the scroll bars, or clicking a cell (this should display a context menu). My guess is that i get to much information from the stream and r ...Show All

  • N.Z. Bear Regional Settings and PlatformNotSupportedException

    Hi, My regional settings in my Mobile 5.0 PDA is not set to one of the 8( ) default languages. When i'm trying to use String .Compare(str1, str2) I get a "PlatformNotSupportedException" If I change the regional settings back to english, all is working OK. I know I need to change the current thread Culture or something, but how do I do it In CF there's no threading.Thread.CurrentThread.CurrentCulture I do not need to translate the app or something. Thanks. OK!!! Thanks. Now I'm heading somewhere. I'll try to address the 3rd party manufacturer again and ask him about it. This is the stack trace for the string.compare with the CultureInfo overloads: at System.Globalization.CompareInfo..ct ...Show All

  • Redlightpacket Windows Live Mail Desktop BETA Syncronize problems

    Hi, I'm having problems with the desktop beta. It says I must sync and it give me the address: http://ideas.live.com and to join the notification list. I went there and I cannot find it. I'm computer illiterate when it comes to things like this. Everythign I find directs me to the forum for it, but nothing directly says how to syncronize. Can someone please just say how to do this in dumbed down terms Thanks I had the same issue and I was able to fix it by following these instructions: 1st Step: Remove your Windows Live Mail account from Windows Live Mail Desktop 1. Start Windows Live Mail Desktop Beta. 2. On the "Tools" menu, click "Accounts." 3. Select your problematic email acc ...Show All

  • Peter Feigl Help with Invoke on CF

    I have been trying to nail this problem for a week now, but can't seem to get it right. I am building a Jabber application for the PocketPC and am using a third-party component for n-software. The n-software component does the usual things: expose a connect method, but also an OnSync event that fires when the device has logged into the Jabber server successfully. The OnSync THEN downloads the Jabber Roster (ala MyBuddies). Once I have these buddies, I want to parse them and put them, by group, into a TreeView. The issue is the old threading problem. I can't get the TreeView to load the Roster. ANy help would be appreciated... THANKS. My code is as follows: Delegate Sub MyEventHandler(ByVal sender As Object, ByVal e As nsoftware.IPWor ...Show All

  • Aliaa Non-Framed Feature

    Are there any plans to make the non-framed feature actually work Currently if you turn of the frames and menu bar you still can't mvoe the window to the top of the screen, making this feature redundant Another great feature request ...Show All

  • winstonSmith Is there any way in VS2005 automatically downloading the reslut to target device like what eMvc4.2 does?

    I used eMvc4.2 for PDA software devlopment in the past, when migrate to VS2005, the compiled result doesn't downlaod to the PDA automatically, could any body tell me how i should do when using VS2005 I am afraid not. F5 and Cntrl+F5 should give you similar experience but not the same Srikanth Bogadapati Thanks Srikanth Bogadapati. i tried deploy method, it is convinent. Now i use it. it is more reasonable. ...Show All

  • Tailor Tray a VB application on Mobile Device

    I am trying to figure out how to Tray a running application using Visual Basic.  I have found alot of info and even the sample code for doing such a thing, but they are all written in C. I would like for the program to start, then then have a button in the Form that will then "Tray" the application, and then when they "click" the Tray Icon it would restore the form.   Any help would be appreciated... I guess if someone know both C and VB you could maybe convert it for me   Or even tell me of a different way to do it other than the sample.   C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\TrayApp\ Trayapp.sln     ---- this is where the sample program ...Show All

  • markdrury Account lockout

    Hi everyone, I know when you have a few failed request to the MSN Spaces API that you are locked out for 24 hours, but I just wanted to complain about it some more. 24 hours of no development is a real strain when you have deadlines to meet. I would ask the MSN Spaces developers of the world to join with me in the crusade to get one or both of the following: 1) A different message when you are locked out (something other than 'Access Denied') 2) Get the lockout time down to an hour or two. If we could get both, that would be awesome. So, who's with me And who from MSN can make these very simple changes ...Show All

  • simon burgess WM 2003 Camera API

    Are there any API that can be used with WM 2003 so that i can access any camera that is placed in the SDIO slot on my pda if there are any can someone please show me where to find them and how to use them if not is there another way i can access a camera in the sdio slot and view it in a different programme, i.e. a programme that i wish to create smigger666 No, there's no standard API for camera on WM 2003. Camera manufacturer might provide one (or not) for SDIO camera. Naturally you should contact camera manufacturer for API information. ...Show All

  • Howard43147 BinaryReader.Close() does not return from call

    Hello I'm going to start by presenting the scenario first. I am developing a multithreaded application where i open a connection to a server and continuously read from the stream in one thread with code similar to this public void Runner() while(isRunning){ m_input.Read(data,0,data.Length); } } Now, on the main Form of the application i display data that i read from the stream and i have a button that can disconnect from the server ( the server works as a module inside http server, and the stream is actually obtained by making a HttpWebRequest and getting the response stream ). The code looks similar to this public void disconnect() { isRunning=false; if(m_input!=null){ m_input.Close(); //this is the ...Show All

  • yeowsing Right-Click Select and Zoom

    Has anyone managed to get this functionality to work. I want to have the ability to Right-Click and Hold anywhere on the map select an area and them zoom into it. I know there is the alt+click and the middle-click but a lot of your average users don't think of these methods. Most will try to use the method I'm trying to work out. I got a good part of it worked out, but I need to figure out how to override the click event on the VEMap Object, or how to get from the View returned the event I'm working with. So I can test for right-click on the onMouseDown event. Any ideas VEMap.AttachEvent("oncontextmenu", function_name ); This is a little old but should help: http://viavirtualearth.com/vve/Article ...Show All

525354555657585960616263646566676869

©2008 Software Development Network

powered by phorum