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

Software Development Network >> Smart Device

Smart Device

New Question

Developing app for custom SDK with VS'05
Can i use transcriber into an CF2 application ??
WM 5.0 PPC SDK install does not finish
Microsoft Device Emulator Community Preview - Won't Start
cell event of datagrid ?
What Game writing options are there in C#?
Windows Mobile Version 5.0 compatible with Voice command.
Installing VS2005 & Active Sync
AT commands in vb.net 2003
Recommended way to keep PPC time up to date?

Top Answerers

Phizz
anderskj1
JRZ
moonguy
KNOREUS
yaipaaa
seanklindt
Amit Chattopadhyay
BMilam
KH Tan
DBPrism Servlet Engine Framework
Only Title

Answer Questions

  • Ver Argulla VS2005 Beta2 and Pocket PC 2003

    I have VS2005 Beta2 installed.  I am trying to develop a native C++ application for Pocket PC 2003. I use ActiveSync 3.8 I get the error "Connection failed.  The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com". Could someone help me with resolving this problem. Thanks -Anthony I don't see the activesync 4.0.  Could some one please point me at it ...Show All

  • windiswebwerkstatt The target device does not have a compatible version of the CLR installed for the application you are a

    Error Message: "Unable to load the CLR. The target device does not have a compatible version of the CLR installed for the application you are attempting to debug. Verify that your device supports the appropriate CLR version and has that CLR installed. Some devices do not support automatic CLR upgrade." The Device is running Pocket PC 2003. And has been running programs written with .Net 2003 I just loaded .Net 2005 ...Show All

  • PrashanthSpark EDB - CeSeekDatabaseEx problem

    Hi everybody, Porting my application from CEDB to EDB I encountered a problem. I was iterating through the records of my database by calling CeSeekDatabase( hDatabase, CEDB_SEEK_BEGINNING, 0, &index ). However, this was not working in EDB. The SDK help tells me to use CeSeekDatabaseEx() instead. So I did that, but it still gives me the ERROR_INVALID_PARAMETER as an error. My initialization goes like : CeMountDBVolEx() CeOpenDatabaseInSes ...Show All

  • printerpro 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

  • Mark Gialo SslStream Pocket Pc

    I have a multiple layer application, that communicates with sockets I have UDP and TCP sockets, for 2 way communications, the problem is that I need to encrypt the channel and a good way is using SslStream, but it’s not supported in the compact framework, because I’m using embedded systems. The question is when the SslStream will be supported in the compact framework Well yes and no. There is a separate Compact Framework team. They deci ...Show All

  • aled easy way to make a thumbnail

    Are there any built in .NET APIs for the smart phone that provide thumbnail functionality. I didn't see the method where I expected to find it (like on the Image class). Please take a look at imaging API on OpenNetcf.org: http://blog.opennetcf.org/afeinman/PermaLink,guid,e59ee005-91b0-4807-8142-22394b368826.aspx I have been using code similar to the code in the blog entry. I was hoping for something f ...Show All

  • class101 LinkLabel doesn't raise resize event

    in vs 2005 LinkLabel doesn't raise resize event have anybody the same problem you are correct. What are you trying to accomplish by hooking into the resize event ...Show All

  • ftedin Wait Cursor

    Hi, I have, a form ver slow. I want insert a wait cursor until the form is load. How can i do it Thanks alessandro.   Cursor.Current = Cursors.WaitCursor // Statement executes Cursor.Current = Cursors.Default Regards, Senthil.   ...Show All

  • Feint 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

  • Jack Logan .obj/.exe files geneerated by VS2005 are 3x the size generated by eMVC++

    We are finding that the .obj/.exe files generated by VS2005 are much larger than those generated by eMVC++ with similar compiler/linker options set (all debugging options have been turned off). Running a stirngs utility against the .obj files produced a huge number of '$Mnnnnnn' references, where '$M' was constant and 'nnnnnn' was an ever increasing integer. Compiling such that .asm files are produced showed that these references seem to be asso ...Show All

  • Paul60 Help - asm in winCE

    Hi I dont know how to use inline assemblers ...I mean I need to port some code written using __asm{} into wince. any suggestions... thx   The Win CE compilers for ARM do not support inline asm. However, this forum post has some suggestions for getting around the problem. If you are using x86 Win CE you should not have any problem though. http://forums.microsoft.com/MSDN/ShowPost.aspx Po ...Show All

  • williamx listbox and datasource problem

    Hi i have one problem with data in the listbox. if i assign Listbox1.datasource =  ArrayList1; and then if i work with arraylist items (add, remove), in the listbox is no change. why I tried  your code, but it raise an exception on items.clear()... i dont know why (Invalid argument exception) I can`t understand that functionanality, if i change the source of data (p.e. arraylist.remove()) and then i refresh the component that ...Show All

  • myNameIsRon UserControl in .Net Compact Framework v1.1

    All who can help, i'm making a small .net application for a windows Ce .NET device, but i was wondering, is there any change to make a custom control or use usercontrol and add them at design time to one of my forms   So 2 questions: 1. Usercontrols are not supported in v1.1, do they in v2.0 If not can i use something else The reason i ask is that, i wrote an multi-panel application (One form which is always updating his panels (with userc ...Show All

  • Usman Sheikh Pocket Word

    Hi everyone, i wonder if someone can help me with this. i have a C# application on Windows Mobile 2003, and i want to open a file using Pocket Word or Excel. Can anyone help please thanks Thanks a lot for your time Ilya Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=275634&SiteID=1 ...Show All

  • sgaap Smartphone device debugging problem with VS 2005

    I have just setup VS 2005 beta 2 and I'm having trouble debugging native C++ apps on my smartphone device (even the simple one created by the New Project wizard). The error I get is: Unable to start program '%CSIDL_PROGRAM_FILES%\TestApp\TestApp.exe'. Operation not supported. Unknown error: 0x89731102. Obviously I can't find any info about error 0x89731102. Now, I can debug on the emulator, both for smartphone and pocket pc, and I can also debu ...Show All

89909192939495969798990123456

©2008 Software Development Network

powered by phorum