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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

CF 2.0 and Serialization?
manipulate time in evc on smartphone
Accessing the sandbox
Drive mapping across WiFi in Windows Mobile 5 ?
Win CE.Net 4.2 Internet Explorer 6.0 removing toolbars
Processlist and GPrs setting
TypeLoadException in a C#-Library
Blocking Popups/Dialogs while receiving a file from Bluetooth
Error while deploying to device
Configuration Service Providers & CM_PPPEntries: how to specify extra parameters

Top Answerers

Tom McAnnally
Guard
Pockey
Karim Hemani
et381
mrkul
Baller4lifeII
Airborne01
spotl
UmairKhan
RT++
Only Title

Answer Questions

  • MunishGupta Where can i get the Windows Live ID SDK

    Hi, Do you know where can i get the Windows Live ID SDK Go to http://dev.live.com/liveid and download it there Hey i also Need One ! Yes, I need one. Thanks. Still not released now can i get one now can i get one thanks Me too , i have a ImagineCup Software Design Project , i plan use Windows Live ID SDK .:( The Windows Live ID Client 1.0 SDK Alpha has been posted!! You can download it at http://connect.microsoft.com/site/sitehome.aspx SiteID=347 . Please come back here to the forum to leave feedback. Me Too ... I need one. Thanks. ...Show All

  • StairCounter picturebox help

    I am dynamically creating picture boxes and adding them to a panel. I want to add clickability to these pictureboxes. Does anyone know how to do this. So far I have picture = "\SD Card\APIS Mobile\ApisPics\ApisQuestionScreens\" + picture Dim bmp As New Bitmap(picture) picturebox2.Image = bmp Panel1.Controls.Add(picturebox2) Now I want to be able to click on the picture and call another form to show a larger picture. Any help will be appreciated. Use AddHandler Statement . For example : Addhandler picturebox2.click, addressof button1_click ...Show All

  • StievieD Using custom fonts on windows mobile devices

    hello, We are developing an winforms application for win mobile devices. We need to target win mobile smart phones 5.0 and 2003, also win mobile ppc 2003 and 5.0. What we should do if we want our own custom fonts for the application. can we use and install a particular true type font  on all of the devices above second option is going for our own bitmap fontstrings but in that case how can we use them in managed application where controls like textboxes,listviews does not support these fonts  we are developing managed application with c#., and as much as possible want to leverage on rich controls provided by .net., Only hurdle here is fonts, please suggest us suitable solution urgently. ...Show All

  • Mr Papaya Calling Map Object From Another Browser Window

    Is there some reason why I can't do step "(c)" The intent is to enable a given hyperlink, when clicked, to pan to a specific lat/lon. This used to work before new Map control version. (a) Create a map instance in Window #1. (b) From Window #1, open a popup window populated with hyperlinks containing lat/lon data. (c) Refer to the map object in Window #1 using, var map = opener.map; Here is the relevant script located in the popup window: < html xmlns ="http://www.w3.org/1999/xhtml" > < head > < title > Mapped Facilities </ title > < script language ="javascript" type ="text/javascript" src ="http://dev.virtualearth.net/mapcontrol ...Show All

  • Ala Kushlaf Opening So many Forms & Task Manager!!!

    Hello, I'm working on a chat application where i need to open seperate Forms for private chat with each user. For Each New form I saw a Seperate instance in Task Manager, timg_msft suggest me a solution like this: Form1 frm1 = new Form1(); string myText = this.Text; this.Text = string.Empty; frm1.ShowDialog(); this.Text = myText; in Post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=703794&SiteID=1 problem with the above code is that I dont want to show it as a Modal form with ShowDialog() because I need to keep them open: Taking help from this code, I wrote 2 classes here is the code: public static class OpenedFormCollection { private static Dictionary < string , FormComm ...Show All

  • portect Is there any function to call javascript function which is in html file in vc built-in web browser application?

    Is there any function to call javascript function which is in html file in vc built-in web browser application your question is NOT VE specific! ...Show All

  • tempgp How to load .exe file on Pocket PC 2003 emulator as VS.Net 2003 Debugger

    I am modifying an .EXE file using VS.Net 2003 but do not know how to load the file on the Pocket PC 2003 emulator to use it as the debugger. Is there and activesync setting that has to be established; cannot type in the "Use this PC:" block the name of my PC When using Embedded Visual Basic 3.0, I could use Windows CE Remote File Viewer for adding programs to the Pocket PC emulator. Yes I know VS.Net 2005 is out but am designing only to my personal PPC 2003 PDA. I am trying to learn this by self study and just getting into it now so please keep it simple if you can help. Thank you. I am sorry this forum is dedicated to questions related to Device Emulator shipped with Visual Studio 2005. You ma ...Show All

  • ChandraP How can i send free or cheap sms?

    Hi, does anybody know  a good site where i can send sms from my PC I need unicode also. Thanks This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • Learning VB Polyline Craziness

    I am working on a mapping project that allows the user to draw polylines. It all seems to work when the user clicks points of the polyline. From there I save the gps coords to a database. When I then retrieve the coordinates and display the polyline it does crazy things. It initially displays correctly but when zooming in, the line sometimes disappears, or draws in incorrect locations. If it does draw in incorrect locations and you pan, the polyline constantly moves. Can anyone please help, this problem is starting to drive me crazy. I have included "some" of my code. function loadMap() { mapDiv = document.getElementById( "myMap" ); new VEMap( 'myMap' ); map.LoadMap(); map.HideDashboard(); ...Show All

  • Simple Samples Erratic behavior when running 2 winforms apps

    Hello All, I am testing a winforms application that will start a thread for a new winforms application and will allow the first application to run tests against the second in WinCE 5.0. If I run two winforms apps at once, it seems to cause erratic behavior. I am using cf 2.0 and at first I tried a console app as the initial application with a winforms app being controlled and that was worse. The test UI app is mimicked closely to James McCaffrey and his testrun501 example: http://msdn.microsoft.com/msdnmag/issues/05/01/TestRun/default.aspx This original app worked fine in desktop winforms as that supports the STATHREAD attribute (single thread apartment) which cf 2.0 does not. Any thoughts or suggestions would be greatly a ...Show All

  • CJW99 how to change the size of a bmp picture dynamically?

    hi all, i want to show a bmp picture on the dialog according to the screen size,is it possible Hi, Did you try StretchBtl method MSDN Location http://msdn.microsoft.com/library/default.asp url=/library/en-us/gdi/bitmaps_0fzo.asp Thanks Avinash ...Show All

  • Evan Mulawski How can I apply for an APPID?

    since an Activity can be loaded with obj.LaunchApp(AppID, emailID), so how can I apply for an APPID At this point, we are still requiring that all Activities be submitted via the WorldsBestApp website, even though the contest is over. Once submitted, we will process your request, and post your Activity there. We are not supplying AppID's yet, but hope to be able to do so in the future. If you wish to be able to launch your Activity via a link on a web page, you will need to point the link to your Activity URL on the WorldsBestApp website once it becomes available. (UPDATE: the submission site for Activities has been changed to the Windows Live Gallery at http://gallery.live.com/submit. ...Show All

  • Ihor2 Nokia Smartphones Database

    does the new versions of nokia like N series supports sql or access database if it has Windows Mobile 2005 it should do, but don't quote me This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Closing as off topic. Hint: Microsoft has nothing to do with Nokia phones, please contact Nokia instead or post to Nokia related forums. ...Show All

  • Mortsdeh windows mobile browser

    I am trying to BROWSE using my pocket PC to upload a vopice file to a website. The current browser does not have this option, but I was told to try a different browser called "Netfront.com". It allows me to do this which is great, but I was wondering if there is a version of windows mobile that allows this Feel free to contact me either email or cell phone at 412-913-8684. Also looking to find someone that can make a software for my handheld that is in "DSS" format, not the typical "WAV". This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hard ...Show All

  • Yulia I got a problem when using UDP connection between Pocket PC 2003 Emulator and My PC

    I need to write a project using UTP to communicate between PC and PocketPC , so i install ActiveSync and Virtual Machine Network Service .Problem is when i use emulator on .NET 2005, I can access my computer homepage by using IE moblie(I set my computer ip address as 192.168.0.1) but as i us my program on emulator to send message ,my sever on my PC just can not receive any message form my PockePC emulator anyway. Can someone help me solve this problem Thanks a lot. ps:I ensure my program do not have and problem,because it can use on other computer, but i just can not find any different between this two computer = ="... ActiveSync on the DeviceEmulator does not support UDP. Most likely, ...Show All

86878889909192939495969798990123

©2008 Software Development Network

powered by phorum