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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Drawing an area using a set of zip codes
Handling the built in application problem
Tutorial Develop Flash Games For Messenger
Parameter Select Question Problem
Custom Maps (DWG/DGN)
AntiAlias / LogFont problem ...
Creating MSN&Windows Messanger add-in
Missing files - .NET Compact Framework 2 SP1 in a Platform Builder 4.2 image
Timer invoke between threads
Exception raised when trying to retrieve OwnerName

Top Answerers

llebron
moveit
Tsmedegaard
Salman Maredia
Xi0N
JGP
mfareezaw
progames25
Buffbuh
HonDOn7
sitemap
Only Title

Answer Questions

  • qmatteoq Time Format validation

    Hi all, I Have an textbox control which need to accept data in HH:MM:SS format.Can any one tell me how can i achive the same. This application is being develpoed for windows mobile using Compact framework 2.0.Plese let me know. Thanks & Regard's Prathap.K.H Software Engineer Marlabs Software (p) Ltd I You can check format in TextChanged event handler or you could use DateTimePicker control instead of text box. ...Show All

  • Fredrik Johnsson How to connect to GPRS network from code?

    When Internet Explorer is ran on my mobile phone it automatically connects to Orange GPRS network and I see a popup/hint on top of the screen saying "Connecting to GPRS...". I want to do the same in my application. Detect somehow that the network if available and just connect to it. I've looked in settings and iI think this is somehow connnected to modem connections but still I dont know how to start them from code. Any help/link will be appreciated. sorry for cross posting before using wininet API, you should first use connection manager, try this code: CONNMGR_CONNECTIONINFO ci = {0}; PROXY_CONFIG pcProxy = {0}; DWORD dwStatus = 0; DWORD dwIndex = 0; ...Show All

  • raja786 The designer could not be shown for this file because none of the classes within it can be designed.

    Hi; Im trying to make an smart device application but get this error:  The designer could not be shown for this file because none of the classes within it can be designed. What do I do PLEASE HELP. Thnx If i read you correctly we have to : 1- Repair VS 2- Repair the frame work Sorry i'm french and i want to be sure of what i read ;o) This really solve my problems. just add the constructor to baseform will do I had the same error using vs2005 framework v2. It began suddenly on all classes derived from (inherited from) a windows form base, when no recent changes had occurred with the base. The complete error was: The designer could not be shown for thi ...Show All

  • s_ruchit Web Services - C++ - VS 2005

    When I add a Web Service in C# - no problem. When I use C++ in VS 2005 I get: _CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM. _CE_ACTIVEX could be caused to be defined by defining _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA, but it is recommended that this be done only for single-threaded apps. _ATL_NO_HOSTING was defined because _CE_ACTIVEX was not defined. So I define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA My question is - what is different about C# that I don't get the error. If I create and call the Web Service from a thread I create would this be good thing Using C++, creating and calling a web service from any thread, so as the calling thread is always the thread that created it, is fine (i.e ...Show All

  • laboremus Does VE v4 provide less road information in Taiwan than v3?

    I'm glad to hear the VE v4 has lauched, but the new map seems to provide less road information in Taiwan, a lot of roads and streets disappear on the new map. Is it possible for me to use the old version VE map or has any other solutions Thanks. Ah, I see now. I'll investigate. This is the snapshot of the old map: http://tinyurl.com/yljv7y It shows roads and streets in detail.   This is the snapshot of the new map: http://tinyurl.com/ybpb5r It just shows the important roads. A lot of roads and streets disappeared.     excuse me but it seems that we share the sam ...Show All

  • jitendra badkas Will Upgrading Target Platform change anything?

    I've developed a managed application for Pocket PC 2003. The new requirement says that it should work on Pocket PC 2003 and Windows Mobile 5.0 Pocket PC. I've checked it on an emulator so far, and the application compiled for Pocket PC 2003 works fine on WM 5.0. My question is if there would be any benefit if there was a separate compilation for WM 5.0 (I don't want to use anything specific for WM5.0) Thanks, WM 5.0 PPC is backward compatible with PPC 2003, so there's no need for you to do that unless you're planning to use WM 5.0 specific features. Thanks, ...Show All

  • levittbl Live ID SDK - Integration

    It is possible ti integrate .NET Framework to a programm. Is it possible to integrate the Live ID SDK too Because if I send a programm that uses the SDk to a friend, he isn't able to run it (because he doesn't have the SDK). With the Alpha release of the SDK, developers are not able to integrate the SDK with the application. If you want your friend to be able to run your application, he will need to download the SDK seperately. The alpha release is controled, but this is functionality that we may provide in later releases. Are you currently working on an application ...Show All

  • 22Pom debugging a cradled device

    Hi, in my application I am using WiFi but I cannot debug my application using visual studio unless I disconnect from activesync. I want to be able to debug my application and still use WiFi, any help The following MSDN How To ( http://msdn2.microsoft.com/en-us/library/ms228708(VS.80).aspx ) shows how to connect to a device without using ActiveSync. Using this approach you can use your WiFi connection to debug your app. HTH Michael ...Show All

  • Bikki concepts similar to RMS technology in .NET CF?

    Hello , I have just come to terms with Mobile Application in NET . I would like to know is there any concepts similar to RMS technology(J2ME) in .NET CF Thanks in Advance Karthik Kart_lin wrote: RMS provides a mechanism through which the MIDlet (A MIDlet is an application written for Mobile information device profile) can persistently store data and retrieve it later.Thanks Karthik so it's a one-off instance, nothing relational you can use XML serialization. Kart_lin wrote: Hello , I have just come to terms with Mobile Application in NET . I would like to know is there any concepts similar to RMS technology(J2ME) in .NET CF ...Show All

  • vijil Loading Properties from config file.

    Hello, I have a several window form with pictureBox, comboBox etc.. Can I load the properties for pictureBox (Image and name) or collection for comboBox from a config file when the application starts in pocket pc. Any ideas or help will be appreciated. Thanks..... Image.FromFile() is not supported in Smart Device Development. Does any one knows a any other way to load a image to pictureBox. Thanks.......... ra Thanks Zero Dai, I could configure all the properties except the image for the pictureBox. Does anyone know how to load .jpg image listed at xml(path) to pictureBox image properties. Thanks....................... Dear ra70105, ...Show All

  • WRBehning Application is Very Slow....

    Hi, I'm developing smart device applications by using CF 1.0 on VS 2003. I need your help. I've created one application for listing files in the ListView control. The problem is "Application is very slow or listed very slow when i list all files of given path to ListView control, it takes more than 5 minutes". for example i want to list files of \Windows folder. Actually that folder contains 1140 files. The code for listing files as below: Dim objDI As New DirectoryInfo("\Windows") Dim objLVI As ListViewItem For Each fi As FileInfo In objDI.GetFiles objLVI = New ListViewItem objLVI.ImageIndex = 1 objLVI.Text = fi.Name 'objLVI.S ...Show All

  • BortNE24 How To edit mxip_lang.vol? software?help please

    How to edit mxip_lang.vol need to language translate (to slovak language) and repair lang, my device is motorola mpx220, system windows mobile 2003 SE, PS... my english language is low my language is slovak, sorry THANK TO REPLY!!!!! (Kardos Tomas, Developer Mobile Software, Slovakia) Please refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 You will likely get faster and more reliable response there ...Show All

  • John Woodiwiss Context menu for File Explorer & iexplorer

    I need a help on context menu.Please let me know any of you how to extend context menu for file explorer for Smartphone/Windows CE 5.x and Context menu for Pocket Internet Explorer Samrtphone/Windows CE 5.x. Thanks, Krishna I mean the Right Soft key of Smart Phone.For touch screen tap and hold is working but with out touch screen and for smart phone -- > right soft key is there any way to extended the menu Please help me out Do you mean context menu (tap and hold) or do you mean the Menu (the one with right soft key) Max Thanks alot Alex.I have succeeded with Contacts , Calendar and Picture & Videos applications with different Context and Class. ...Show All

  • progames25 Unable to sign assembly - 'No Provider Was Specified'

    I've been working on a .NET CF 2.0 project in VS2005 for a few weeks without any problems at all. Today, our IT staff switched our user accounts over to a new AD domain, and now when I try to build my project I get a strange error: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CompactFramework.Common.targets(42,9): error MSB3482: SignTool reported an error 'Failed to sign obj\Debug\MobilePDA.exe. SignTool Error: ISignedCode::Sign returned error: 0x80092006 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CompactFramework.Common.targets(42,9): error MSB3482: No provider was specified for the store or object. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CompactFramework.Common.targets(42,9): error MSB348 ...Show All

  • bloeser33615 Generate DTMF on SmartPhone/PocketPC via C# at runtime

    I am trying to navigate an IVR via TAPI on windows ce, I am able to use the lineGenerateDigits API call, but am running into a buffer limitation that I cannot get more than 14 digits pulsed out at once. What I would like to do now is try the following from a previous post: "To send DTMF tones during the call, you should post the WM_CPROG_SEND_VKEY_DTMF message to the CProg window. The CProg window can be found by looking for a window with class "MSCprog". The message is defined in \public\shellw\oak\inc\wpcpriv.h. The WPARAM for the message should be a TCHAR representing the DTMF character. Does anyone know where to get the following file or files \public\shellw\oak\inc\wpcpriv.h Thanks CD ...Show All

222324252627282930313233343536373839

©2008 Software Development Network

powered by phorum