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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Build Custom Control Array
Problems using CDC::BitBlt
Backup cemail.vol
Mega Cluster logic
i need some help on nick changing
Setting a default application in pocket PC
FROG FLY THREADS
Search the map
How to obtain permalink
I want to create ad hoc connection between Pocket PCs

Top Answerers

Learning VB
elgor
Jon Stroh
JNG
Fiat
Shadowsoul
Vj5
Devan47
JIM.H.
break_r
sitemap
Only Title

Answer Questions

  • Bfundy Setting the 'ALT' keyboard mode programmatically on a Motorola Q

    I have a SmartPhone application that is designed for use with a numeric keypad. On the Mortorola Q device, the users currently need to press the ALT key (the black semi-circle) twice to lock the ALT mode before my app is usable with one-hand. My foreground window does not have an edit control. I want to be able programmatically set the ALT mode in a device independant fashion whenever my window is activated. Does anyone know how I can achieve this. Thanks. I have a user who keeps bugging me about that. Haven't found anything online yet to change it. ...Show All

  • markovuksanovic Entry Point Problem

    Hi I am using Microsoft.WindowsMobile.PocketOutlook to manage contact and so on. I ran my program from Visual Studio 2005 Pocket PC 2003 SE Emulator and I get this error message: Can't find an Entry Point '#78' in a PInvoke DLL 'pimstore.dll'. I have cradled the emulator and copied the pimstore.dll file to the windows folder with ActiveSync 4.1 and I can see the file with ActiveSync, but on the device I does not show in the windows folder. Please help, Thanks, DD Microsoft.WindowsMobile.PocketOutlook is only supported on WM 5.0, you can't use it on PPC 2003. ...Show All

  • robhare VE Collection

    I was wondering how to add a VE Collection of pushpins like the one on dev.live.com/virtualearth/sdk . But I dont want the user to had be enter in the id, I want it so when the map loads, it is already on the map. Also, after I get that code, how do I edit what the text says when you hover over it Thanks.. p.s. I know there have been post about this on here but none of them anaswer my question or dont work. Thanks In the code above, the LayerSource property for Collections should just point to the GUID, not the complete URL. You also don't need to provide the Method property for Collections. For your second question: you can't edit the content of a collection. Collections can only be created and ed ...Show All

  • DannoCoy Transparency

    I tried to overlay transparent gif tiles over the map and they don't render transparent. They render white. Has anyone tried to put transparent gifs over the map We were hoping that v4 would solve the weird gif and png transparency problem in IE7... http://server1.ischosting.net/mapdotnetserver%20output/clippingex.jpg We never saw this problem in FF. Is there a timeline for a fix By chance, do you have any release notes with bug fixes listed The 3D implementation looks awesome. Benton Do mean as in tiles from Mapcruncher using the new functionlaity or some custom code Can you use PNG instead John. I am having the same problem with transparent GIF overlay tiles... The prob ...Show All

  • Princila Problems with picture boxes

    I have c# project which has a form with a picture box. When the project is deployed to an emulator the picture box is the same size as in design view, however when its deployed to a device the picture box is reduced in size to appox half the size. All other controls are the correct size and correctly positioned. Increasing the size of the picture box in design view does n't increase the size of the runtime picture box on the device. I'm developing in vs2005, .net 2 for a Pocket pc 2003se device. Has anyone else had this problem and is there a solution Thanks I found that changing the 'SizeMode' property of the picture box to 'StretchImage' seemed to do the trick. Thanks all the s ...Show All

  • Jacawa using the 3d activex in winforms

    i am currently trying to find out how to use the 3d activex control in my winform app, anybody got it yet David Buerer has an example app on his blog http://heptazane.spaces.live.com/ If you figure it out or have any examples I would be interested in seeing them, I am working in vb.net so switching to java etc isnt that simple. I thought maybe using the web browser control might be a place to look well, i am not sure if im able to locate the correct dll, all i found is the massivenativewrapper.dll in the program files/virtual earth 3d/ folder. but im not able to add a reference to it, the error message sez its not a .net assembly nor a com dll. Caleb, what is the correct dl ...Show All

  • amritamritamrit two-state icons on Windows Mobile 5.0 start menu (grid view)

    Some shortcuts on the start menu of a Windows Mobile 5.0 Smartphone show a different icon when they're selected. The Messaging icon shows the slip of paper poking out of the envelope, for example. Has anyone managed to recreate this with their own applications, and if so, how Is there a convention for how the icons have to be ordered in the .rc file or is there a naming convention Is there a URL talking about this in MSDN Thanks in advance, Matt where is this .lnk file resides in the device I'm seeing an issue on cingular 2125 where icons get messed up. Even a reboot does not clear issue. To be clear the wrong icon is shown for a particular app.. i.e internet ex ...Show All

  • pandasar a problem has occurred with edm.exe

    When I run the Pocket PC Emulator (with and without debugging in VS2005) I get the following message: "We're sorry....A problem has occurred with edm.exe. Please tell Microsoft about this problem, at no cost to you. The data is used exclusively to improve products." Then i have two links to either show report details or turn off error reporting. If I wait long enough, the message goes away and my program appears to run normally. Can anyone tell me what this is all about Looks like there was some unhandled exception in edm.exe. Dr. Watson shows this dialog. Thanks, Mohit Are you in the process of debugging your exe when this happens Make sure that all locals\watch\callstack\e ...Show All

  • Khookie Project disaster: updating the info in a DataGrid without moving the VSB

    When I run dataGrid.Update(); the vertical scroll bar is always moved to the top. How do you update a datagrid keeping the scroll bar in the same position I see. But how do you update the datasource without scrolling the VSB to the top. I tried: ds.Tables[globalTableName].Clear(); mimerDataAdapter.Fill(ds, globalTableName); (This is from Mimer's ADO.NET example.) But when the dataTable was cleared it scrolled to the top. If you fill it twice without clearing it it stays in the same position. What happened to http://www.alexfeinman.com/dowload.asp doc=ScrollGrid.zip I could use that to scroll to a certain row, I think. Then don't clear it, it should upda ...Show All

  • LaoZeng FTP over SSL

    Hi, I need to download/upload files to ftp server with ssl. Could you know how to do this I can easily connect to ftp without ssl using CSocket, but how can I do it with ssl Thanks. Huge thanks. I've downloaded Rebex  SDK and it works well =). All this SDKs are for CF. Do you know any for eVC I'm afraid it's not straightforward. IP*Works client does this (CF SDK available). There is also Rebex SDK and SecureBlackBox from Eldos . Xceed has a CF component. None of them are free. Some of these SDKs support COM interface (implement an ActiveX control). That's what you want to use with eVC ...Show All

  • Martin Smyth How to remove an item from a ListView

    Hi, I'm using a ListView (with checkboxes) in a Visual Basic Windows Mobile 5 application (.NET Compact Framework 1.0). 1) How can I remove the selected item (were the "mouse" is over) from the list (using RemoveAt...) 2) How can get all the checked items (with checkboxes checked) from the list Thanks a lot THANKYOU SO MUCH i have been trying to figure this out for the last 1hr 1/2 legendary nathan Try something like: ListView1.Items.RemoveAt(ListView1.SelectedIndices().Item(0)) Of course you will have to build protection around it in case nothing is selected :P For the checkboxes you will probably have to go through the list ...Show All

  • PedroSimao Imaging APIs, Which OSes?

    I've just discovered the Imaging APIs in the Windows Mobile 5 SDK. Are these available on Pocket PC 2003 I can build the Imaging sample for both Windows Mobile 5 and Pocket PC 2003, but it only seems to run on WM5. Please advise, Mike. No, they are only available on Windows Mobile 5.0. Michael ...Show All

  • Okugops DEP blockin Live Messenger 8.1

    Why does DEP keep block my Live Messenger how do i overcome this problem Many thanks for the link....I have acer aspire 9303wsmi......I wasted two hours yesterday......and Bingo....5 minutes on google and found the solution...... Hundred thousand thanks... The right click properties run as admin worked like a charm, thanks alot. and Good luck to you all! i'm having the same problem aren't there a version there works with dep I tried this, but when I click on the advanced tab, those options are greyed out, even though I am the adminstrator on my computer, is there a way to ungrey them Thank you I’ve just updated my flash to version 9,0,28,0 on ...Show All

  • Ravi Kite Live Communication Server and Windows Live Messenger

    Is there anyway I can connect to Live Communications Server using Windows Live Messenger without signing on to MSN I just wanted to use it for Internal use only within the organization Are there any plans for Windows Live Messenger to talk with LCS Thanks, At this time there is no way to directly connect the Windows Live Messenger client to a LCS server to support the scenario you've outlined (use WLM client but keep the traffic within your organization). Cheers, Todd Biggs, Windows Live move thread to Windows Live Messenger forum ...Show All

  • André Scaravelli Visual Studio 05 Std/Professional

    Good afternoon, Is there any difference using 05 standard vs 05 professional for developing for smart devices Thanks again! for mobile devices, non at all. As long as you use these editions and not the express edition, you should be fine and ready to go ...Show All

585960616263646566676869707172737475

©2008 Software Development Network

powered by phorum