Software Development Network Logo
  • Visual FoxPro
  • Visual Basic
  • Microsoft ISV
  • Visual C++
  • Smart Device
  • Windows Live
  • Visual J#
  • Visual Studio
  • Game Technologies
  • Visual C#
  • Windows Forms
  • Windows Vista
  • SQL Server
  • .NET Development
  • Architecture

Software Development Network >> Smart Device

Smart Device

New Question

Setup and Deployment project
enable emulator in vs 2005 connect to active sync
Serializing object in smart devices
Emulator softkeys
How can i make WCF Http webservice available when develop on Poctet PC 2003
deploy failed
SP1 Feature :Allow DataGrid cell drawing to be overridden Do’nt work properly with sqlceResultSet as DataSource
DataGridView and PocketPC Application
PDA Program Files folder problem
PocketPC client, Web Services and security.

Top Answerers

Peter Toye
chemaster
Paddy E
tutu21
Stev92
Steve Maine -- MSFT
another_noob
Davor Vincic
robert_h19690
Tom J.
The Daily Sudoku
Only Title

Answer Questions

  • Golden Teapot Smartphone emulator and Query analyzer

    I have a problem with using the SQL Server Mobile's Query Analyzer on the SmartPhone 5.0 emulator. Query Analyzer is installed on the emulator just fine, and I can run it, but I cannot open a database. I've tried exactly the same on a Pocket PC 5.0 emulator and there I can point to an existing .sdf file and open it. How the h #! do I do the same on a SmartPhone Thanks, Henrik Bach Henrick, query analyzer ...Show All

  • slamzeedoor VS2005 emulator network connection problems..

    hi all, I'm just importing a VS2003 PPC project to VS 2005 that requires LAN access via Wi-Fi becouse of disconnected database access to SQL Server via SqlClient namespace objects.. the app is deployed (no active sync) to the 2005 emulator as expected but I get no access to the Wi-Fi LAN.. I just set the emulator NE2000 network card as I did in VS2003, specifying the desired IP and DSN addresses... but I have no access to network as no ...Show All

  • James Dean Smartphone C++ question

    Hi. I usually program in .NET for Windows and Smartphone.   However I am needing to access some smartphone device features (IR in particular) and it requires using C++ unfortunatly. I am wondering, what do I need to use to develop in C++ for the smartphones I do have VS.NET 2003 and 2005, Smartphone devices which have WM2003SE and WM2005. Can I develop the C++ stuff in VS.NET IF so - even though I have the smartphone SDK inst ...Show All

  • John RWB Windows Mobile 2003 and .NET Compact Framework 2.0

    Hello, Can the .NET Compact Framework 2.0 be installed on a Pocket PC device running Windows Mobile 2003 I would like to do this so that I can use the Serial Port class provided in the .NET Compact Framework 2.0. Thank you for your help, Thank you for your help Yes, that shouldn't be any problem. Yes, it's side by side. It's abou ...Show All

  • Dan400Man application does not appear in 'Remove Programs'

    with VS 2003 I used to build the CAB files manually. Now I'm using VS 2005 and I'm trying to build a CAB file with it's built in process. I've managed to build one and installed my application. But I'm not entirely sure what i need to do in order to create a shortcut to it in under 'Programs' and dont know how to make it appear in 'Remove Programs'. Thanks. I've downloaded a trial application called Fiz ...Show All

  • OnTest Can't debug CF v1.0 on WM 5.0 device or emulator.

    When I attempt to debug a VS2005 VB program which targets the compact framework version 1.0 on either the WM 5.0 emulator or an actual WM 5 device (Dell Axim x51), I get an error message which says, "Unable to start program '%CSIDL_PROGRAM_FILES%\abc\abc.exe'. Not Implemented" If I run the program without debugging (ctrl+F5) it works fine. Also, if I create an identical program with version 2.0 of the framework it debugs fine on the emulator.& ...Show All

  • mosaic card readers

    I have a Kodak digital camera and my dog chewed the usb cable up so I bought a universal card reader - Windows installed a generic driver for it but the card reader won't open the jpg pictures it does tell you how many pictures are on the card though any ideas on what is wrong Wrong forum, that's for sure. This one is dedicated to developing software for smart devices and your question is off topic. ...Show All

  • Jimmy Lu Rotating app in vb.net

    Hello, Is there a sample out there in vb.net to rotate the screen for wm 5.0 I cannot seem to find anything. Any help we be appreciated. Thanks. John Ilya Tumanov wrote: AFAIK, it’s expected. 8310 is a SmartPhone device and it has only one supported angle - 0 degrees. I'm yet to see a SmartPhone device with actually supports rotation. May be Q or Dash can do that… The easiest way to find ...Show All

  • foomunchoo non Modal Dialog problem in vs8?

    Hi, I create a class derived from CDialog, which i define method create so like in evc4++, i can make a non-Modal dialog. After that i use in my project, everything is good but i can't see the non-modal dialog i created. Can you have some advice Please double check that you don't have DS_MODALFRAME as one of the dialog property in your project's .rc file, it's not supported on CE devices. Other then that, it'll be helpful if you can ...Show All

  • Ishaq Does microsoft engineers partake in these forums?

    You would think this being a microsoft hosted forum, they would...but it looks like asking questions or trying to talk thru issues on these forums is not likely to be of much help... Hi, Microsoft Engineers have been participating a lot on these forums and answering and providing the information when necessary directly from specific teams within Microsoft. Regards, Vikram ...Show All

  • phil_lee Where can I download 2268 .NET CF RTM?

    Thanks (Not the SP1/2/3)... The original. Thanks! It's in VS 2003, no need to download. ...Show All

  • Alan4s CCommandbar with cmenu

    I try to insert a menu to ccommandbar, then delete a submenu in it. Is there any example on ccommandbar with cmenu m_cmdbar = new CCommandBar(); m_cmdbar->Create( this ); m_cmdbar->InsertMenuBar(IDR_MENU1); HMENU hMenu = m_cmdbar->GetMenu(); CMenu* pMenu = CMenu::FromHandle(hMenu); CMenu* submenu = pMenu->GetSubMenu(0); BOOL i = submenu->DeleteMenu(ID_OPTION_NEW, MF_BYCOMMAND); m_cmdbar->DrawMenuBar( ...Show All

  • Freddo SmartCard Problem

    Hello, I try to access a smartcard through the winscard.dll. I always get an error: SCardEstablishContext(nContext, nNotUsed1, nNotUsed2, Me .nContext) This returns -2146435043. I cant find any help for this errorcode. Can you help me Thank you in advandge, Daniel Huups, i found the problem. I forgot too start the smardCard service in WinXP. Whic ...Show All

  • The Big Aym removing a selected text from textbox

    hi, could someone please tell how to remove a selected text in a textbox textBox1.Text.Remove(textBox1.SelectionStart, textBox1.SelectionLength) doesn't seem to work... i've managed removing the text by using the string.substring() function... still, there should be a more efficient way to do this... ...Show All

  • Thom Gray Rome list view

    how do i add a column of data in the list view for example John male 21 in a listview which contain a column header Name Sex and Age.. You can create a new ListViewItem and then use the Add overload that accepts a ListViewItem. http://msdn2.microsoft.com/en-us/library/3a7fwahe.aspx There's an example in the MSDN docs that uses a few unsupported CF features but should show you the basic idea of what ...Show All

8788899091929394959697989901234

©2008 Software Development Network

powered by phorum