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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

VS 2003 C# - Can't connect to Emulator
Replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005
Textbox border not displaying in Smartphone - WM 5.0?
Problem with updating a recurring all-day appointment
Problems with Windows Mobile 5.0
Need help compiling Today Screen Native Code plug-in
Invoking Beep on Pocket PC using C#
XML version of win32 resource file
timeGetTime() on WM5
Contact Groups Not Updating Between Computers

Top Answerers

bpeikes
DennisMW
Georg Wächter
Docpro777
S Carter
danilomunoz
BIG S
robinjam
gauls
Joos
sitemap
Only Title

Answer Questions

  • leleu Displaying a picture with Transparent Background

    Dear ppl, I have a .bmp picture with transparent background..but when i display it on the form using a picture box, the area that should suppose to be transparent is being displayed as the background color of the picture box. Even if i set the picture box background color to transparent , it doesn't make any difference. So I created a user control and override the onpaint() method to draw the picture using the imageAttribute SetKeyColor() method, but that is not working as well....what is happening is the picture is being displayed properly with transparent area not being displayed, instead the transparent area is being painted as the backcolor of the usercontrol...even if i set the back color of the usercontrol to transparent it ...Show All

  • Syco54645 How to do search in sql server database for all properties (with long, lat) that fall within selected map area?

    Would like to create site with similar functionality tohttp://www.realtysouth.com/consumer/listing/ListingSearch.aspx SearchType=map&ListingType=1&ListingSearchID=&RECoJumpSearchID=&action=&defaultlevel= for our site www.mls.ca How to do search in sql server database for all properties (with long, lat) that fall within selected map area thanks steph exactly! is that easy ! Do you have to consider other variables like the zoom level, view type ie. 3d, 2d, birds eye the long1, long2, at1,lat2 would come from the map control boundary, rite same could be applied to drawing a rectangle over the map control (alt + left button drag), rite thanks steph ...Show All

  • jeusdi Freeze Columns DataGrid

    Hi, Please, how to freeze the first column DataGrid when moved scrollbar. My application for WinCE.Net 4.2. Thanks Only by using 3rd party data grid with this feature or by writing your own data grid, I'm afraid. Yes. Is it true also for Framework 2.0 (windows mobile 5.0) ...Show All

  • Xargo Custom Navigation

    I love this stuff.. I'm using: <a href='javascript:map.ZoomIn();'>Zoom In</a> | <a href='javascript:map.ZoomOut();'>Zoom Out</a><br /> <INPUT id="pan" type="button" value="UP LEFT" name="pan" onclick="map.Pan(-900,-600);"> <INPUT id="pan" type="button" value="UP" name="pan" onclick="move();"> <INPUT id="pan" type="button" value="UP RIGHT" name="pan" onclick="map.Pan(900,-600);"><br /> <INPUT id="pan" type="button" value="LEFT" name="pan" onclick="map.Pan(-900,0);"> < ...Show All

  • Pete_M Linking with C++ static library in native C++ smart device projet

    I used to have a PocketPC client application communicating with a desktop C++ server. Now, I'm porting the server to PocketPC so the whole thing can work on the PDA without an internet connection. I'm having problems linking with the libraries' .lib files I'm using. For instance, I'm using sockets (Winsock2.h -- WS2_32.Lib). I include the .h, code compiles but doesn't link; then I add the .lib in the additionnal depencies, but still, it doesn't link (error LNK2019: unresolved external symbol ioctlsocket referenced in function "public: void __cdecl OBServer::InitializeServer(int,int)"...) First of all, is a desktop .lib supposed to work right away in a smart device projet Or maybe it need to be recompiled or something like that If ...Show All

  • simon_ VECollection of Polygons

    Hi guys, cool new stuff with polygons and access to the findResults with “where-only” searching using the new release of the VE MapControl Great work VE dev team!!! I’m trying to import a VECollection of Polygons into my map! But at the moment I only get: “The server is currently busy. Try again later.” But actually this should work fine, as soon the service is online again! Hope it doesn't take tooo long :-D Anyway - I’m wondering whether it is possible to access the single items of an added VECollection! !!! Even in debug mode they are not visible, seem to be private :-( Any someone tell me whether my assumption is true or if not (what I hope) how to get the items ! Thanks in advance hafi Yep, you ...Show All

  • Jamie Thomson Identify Incoming call

    Hi, I have a question about Phone call. Programmatically How to identify incoming call that comes for me Can i do this thru Phone APIs I could retrieve call informations (missed calls, Dialed calls...) by using Phone APIs. Please send your suggestions or links. Thanx. M. GANESAN Hi If you are using Windows Mobile 5.0 devices use the State and Notification Broker. This API provides all information you need (class SystemState ). For instance SystemState.PhoneIncomingCallerNumber returnes the phone numer of an incomming call. Hope this is what you are looking for. Michael In this case you'll have to use the Extended TAPI API to monitor incomming calls. Open the GSM TAPI device with monitoring privil ...Show All

  • Tilfried Weissenberger Explicit examples

    I've beginning to write programs in VB.NET 2005 for WM5. I've tryied to make a simple database with SQL CE but after I've connected i dont know how to make a simple add or remove in this database. I have MSDN but can't found an example to understand. Please help me. Please checkout this MSDN How-To page http://msdn2.microsoft.com/en-us/library/ms184404.aspx Manav ...Show All

  • Hiney Can Local.Live information be transferred to Mappoint?

    Hello, I have built a large database in Local.Live showing all of my company's retail locations. I would like to add a thematic layer (population density) to this map, but have not been able to do so. I am thinking that I will purchase Mappoint to help me do this, but was wondering, can my info in Local.Live be transferred to Mappoint Thank you so much, Melinda One more thing, any further discussions in relation to using the Mappoint 2006 CD product should be redirected to the Microsoft.Public.Mappoint newsgroups at: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.mappoint&lang=en&cr=US To tell you the truth, I didn't know there was a Mappoint Web service. I ...Show All

  • Tryin2Bgood Pocket PC access Web Service

    Hi. I have a pocketpc application to retrieve data from WebService and works fine only when I used url with IP...if I used server name I get an WebException... Code: ws = New WebService.Service1 ws.Timeout = timeoutWebService ws.Url = WebServicePath What I'm doing wrong Thanks in advance. I would guess your network has no address resolution service (which translates names into IP, such as DNS) at all or it’s not properly configured. The fact you can access "Google and other pages" is irrelevant. It just means you have access to name server which can resolve "Google and other pages". It does not mean this name server even knows about your PC. I ...Show All

  • eclere Transferring data programming method

    I am going to develop an application for Windows Mobile 2003 smart device (using .net compact framework 2.0) The application will be able to transfer data both ways (between device and server). The application must be able to transfer using any available connection (cable or bluetooth or wireless or gprs). Question: Will there be different programming technique/method for transferring using cable, bluetooth, wireless, gprs or any kind of connections I am assuming that the programming technique should not be different, whether you want to transfer via cable or bluetooth or anything else (with one condition: the connection must be avilable first, then the program just do the transferring command to target machine, don't care what ...Show All

  • GDigrego Flickering video when hosting Windows Media Player in .NET CF Application

    I have a problem concerning the Integration of the Windows Media Player (ActiveX-) component into my pocketPC-application. I have followed the instructions of Alex Feinmans example ( http://msdn2.microsoft.com/en-us/library/aa446515.aspx ), who describes how to host an ActiveX-Component in the .NET CF. Everything works fine now, BUT when I run the example and try to play a video file, the video is flickering, with black horizontal bars/lines on the frames. I've tried to scale the size of the video down, but this takes no effect on the flickering. Also scaling the speed of the mobile device up or down doesn't solve this problem. I've tried several different video files (WMV). Does any one have an idea what might be the problem and how to so ...Show All

  • gokce System.Console.ReadLine() always return lowered case string -_-!

    Hi, I have a console application that takes user input: seq = System.Console.ReadLine() System.Console.Write("TTT {0}", seq) Readline() somehow always converted the string into lower case so "ABCabc" would become "abcabc" which is not what I really want Is there any way to take user input as it is Thanks, Unless you are doing something in between the following will output the strings in the same case as there  were entered.  This is a console application - so perhaps you may be doing something different - perhaps you can enlighten us with a bit more info. Module Module1     Sub Main()         Dim seq = System.Co ...Show All

  • Timmy0614 SqlCe CABs not deploying correctly (CeAppMgr / Setup.ini)

    Does anyone know if it's possible to deploy more than one cab file to a mobile device using CEAppMgr.exe I've followed the guidelines on the MS site and created an installation dll and setup application. My setup.ini file contains a comma delimited list of the cab files that I want to install, but only the first one in the list ever gets installed. It doesn't matter what order I put them in, it's always the first one in the list that is used. The cab files that I've been using do not require the device to reboot. And here's an example of the setup.ini file: [ceAppManager] Version = 1.0 Component = MyApp [MyApp] Description = MyApp Uninstall = CloseOut CabFiles = sqlce30.repl.ppc.wce5.armv4i.CAB,sqlce30.ppc.wce5.armv4i.CAB The ...Show All

  • Senthilkumar kumarasamy get sms from the inbox

    how to get sms from the inbox my develop platform is c# .net cf 2.0 Thank you That's interception. He wants to be able to read the inbox contents as well It is free for non commercial use. If your intended use is commercial and you are going to make money on this, I don't see why not to pay for the library alex yes, that is interception. I want to read the inbox contents Do you have a way for it Try this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp   http://www.microsoft.com/downloads/details.aspx familyid=98CCF3D4-DB7C-4A7D-A323-53BBDBBE0420&displaylang=en#Rela ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum