Software Development Network Logo
  • Game Technologies
  • .NET Development
  • Visual Studio
  • Architecture
  • Smart Device
  • Visual Basic
  • Visual C#
  • Windows Live
  • Windows Vista
  • Visual C++
  • VS Express Editions
  • VS Team System
  • Visual J#
  • SQL Server
  • Microsoft ISV

Software Development Network >> Smart Device

Smart Device

New Question

questions for a simple pocket internet browser application
Startup Registry in PPC
c# to develope pocketPC/SmartPhone apps?
Remote Kernel Tracker CELOG enabled on Dell Axim X51V
VB Documentation Comments
Using POOM
Does cefdbk@microsoft.com work?
installing .NET CF 2.0 on a Pocket PC
Smart Device program being able to locate a text file
wait cursor does not show up properly

Top Answerers

Andy_iKt
Phillip Shentu
Gajanan Didore
Jeff Reynolds
badseed2379
hesidoyo
cphtsu
PrashantUtekar
Tom.74
promptsql
Steiner, Dennis-Oliver - Dr.Cracker`s Programmer Page
Only Title

Answer Questions

  • safesoil How can I install my application into the program?

    I am developing an application on PPC windows mobile 2003 using VS2003, c#. Every time I want to run it, I should go to /program files/application/***.exe How can I install it into the Pocket PC Then, I can see and run it in the program as other windows default program such as calculator, pocket word. Thanks. Toby Toby, Goto Project->Properties and on the application tab, midway down the form is an Icon section. Pla ...Show All

  • 李行? Access & PocketPC

    Hello Its probably not the right forum but heres my question: Active Sync has an entry to Sync Pocket Access but the Pocket PC has no Pocket Access installed so what does it do Because I have an MDB File (Data + UI), which i also want to use on a PDA (recipe Database ;-)  ). Is this possible in a simple way or must I write an Application one the PDA which use the CDB File Regards Norbert Where can i find a tool to sync sql c ...Show All

  • killer10 VB Timer Questions

    I have a VB app that calls functions from a C++ DLL. I wanted to use the Timer to check how long a certain process took. Initially Label3 says "Reset". When Button1 is pressed, Label 3 should display 0:0, the timer is enabled, and the dll function is called. I use a manual stop button to disable the timer and freeze the display when appropriate. a code segment follows:     Private Sub InitializeTimer()     &nbs ...Show All

  • ** Ann Pocket Access

    Hello guys, i need to create new Access tables on PPC2003SE then read from and write to them, of course programmaticaly. Does anyine has an idea on how this is possible thanks a lot in advance No, you can only access XML files which are created by serializing DataSet. DataSet and DataTable have nothing to do with Pocket Access even though they could be used together via Pocket Access DataAdapter (3 rd party tool ...Show All

  • jhangeirakhtar300 Popup submenu not working correctly (eVC4 project imported to VS2005)

    I have a popup submenu "Preferences" as an item in the "File" menu in the command bar. The command bar also contains a "Function" menu. In the eVC4 built application, when the user taps on the "File" menu, then selects the "Preferences" popup submenu, a new menu appears alongside, with a set of preference items to select. However, in the VS2005 built application, when the user taps the "Preferences" menu item, the menu that appears is not the ...Show All

  • ryuu_iku Help Need

    i am New to smart Device application development. i want to learn how to create a new application using VC++. Please Help me. Following will help http://msdn2.microsoft.com/en-us/library/b20d48w3.aspx Regards Gaurav ...Show All

  • Seiryuu SQL Mobile Debug Speed

    Is there a way to "optimize" the debugger when dealing with SQL Mobile What I am after here is to debug my own base code, but get limited information from the debugger when talking to the SQL Mobile database. I have a simple form that builds a tree with about 10 nodes that was generated from a query from the SQL Mobile database. When I run in debug mode, it took 25 sec to bring up the form, but only 1 sec when compiled for re ...Show All

  • Dhatrii using in evc4?

    Hi can i use evc4 for debuging and running applications on device emulator as i cannot connect through it... regards The device emulator can act as a "real" device by connecting it through ActiveSync. I n ActiveSync, make sure that "DMA" is selected in the "Connection Settings".  Then, using the Device Emulator Manager, connect to and cradle a device emulator.  You can find the Device Emulator ...Show All

  • Rogier van de Roer Force Uppercase

    I have a textbox into which data is keyed. I want to be able to have the keys entered set to upper case before they appear in the textbox. I dont want the user to have to use the shift key. how can i do this Can i do something inside the KeyDown or KeyPressed event that will convert them to uppercase Add this code to the KeyPress event: if ( char .IsLower(e.KeyChar)) {     e.KeyChar = char .ToUpper(e.KeyChar ...Show All

  • F.Costa Control Windows Media Player in Pocket PC and Smartphone

    Hi, I build a windows app in which I can play, stop, pause ...  videos by controlling Windows Media Player. In VS 2005, I just add the wmp ocx in the toolbar, then drag-drop wmp in my form and the interop is created (it's magic), so I can code wmp: axWindowsMediaPlayer1.URL="myUrl"; axWindowsMediaPlayer1.ctlControls.Play(); I want to know if it's possible to do the same with the pocket PC form or the Smartphone form. I know in .ne ...Show All

  • stanley.suntao Unable to Edit Outlook Mobile contact using .net compact framework

    Hi, Whenever I try to remove or edit and update a contact in pocket outlook using .net compact framework I get the following error.. Error: ============== System.InvalidOperationException was unhandled Message="Can't modify the item collection inside a foreach statement" StackTrace: at PimItemCollectionEnumerator.collection_ListChanged() at Microsoft.WindowsMobile.PocketOutlook.PimItemCollection.RemoveAt() at ...Show All

  • mfarace urgent: modeless dialog doesn't get focus

    Hello everyone, I am developping a win32 application for smartphone that needs to open a modeless dialog to display information. The dialog is showing up, but the problem is that it seems not to have the focus. Indeed I can't use its menubar, nor can I edit or go to my textfileds on the dialog. Please help! Thank you for your reply but I think we posted at the same time so that you couldn't see my second post. I've read that SetFocus( ) w ...Show All

  • Robert S Parker GetWindow in ATL ActiveX component?

    How do I get the HWND window handle for an ActiveX component in an ATL COM project The following code fails: LRESULT CAXSampleCtl::OnCreate(UINT uMsg, WPARAM  wParam, LPARAM lParam, BOOL &  bHandled) {     HWND hwnd;     MyControl::GetWindow(hwnd);     return 0; }   Error message is: c:\program files\windows ce tools\wce420\pocket pc 2003\samples\atl\axsample\axsamplect ...Show All

  • dustinto SP3 question

    I have a few questions about sp3.  This service pack came as a set of distributable cab files, not as an sdk, so how does Visual Studio know anything about it   It seems to be debugging with an older version of the compact framework. I just ran into issues with this while building an install shield project.  Install shield goes to the sdk folder in Visual Studio 2003 and grabs the redistributable cabs there, not ideal for us sinc ...Show All

  • Jessli How can connect the mobile form with windows form?

    Hi there everyone...   I have a problem here. Now i doing a project for my college and i am not sure how can i do it. The problem here is i am developing an application for Pocket PC where the Pocket PC users can access the server and request for information from the server. It is using the wifi technology and the protocol is UDP.   Now i want to know how can i make this application possible using UDP protocol Can any o ...Show All

434445464748495051525354555657585960

©2008 Software Development Network

powered by phorum