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

Software Development Network >> Smart Device

Smart Device

New Question

Pocket Pc beta2
Communication between Pocket PCs
Icon in titlebar when minimized
Use the Core Connectivity API to connect to running devices
Device Emulator and connection to Desktop
Problems connecting to PocketPC 2003 device.
Populating a listview from another form
Installation of Compact Framework 2.0 failed. Why?
Convertion issue on embedded vc++ 4.0
How to give different color to each row in datagrid?

Top Answerers

B-me
Prakashnet
Patdev
TySalistean
Acusis
PopperMan
David Smith (MicroStaff IT)
Progalex
robinva
Chris_tr
CTV: World
Only Title

Answer Questions

  • Natacuin Required 3rd Party contol of HTML Viewer

    Currently I am using Intelliprog.Windows.Forms.HTMLViewer. But it is giving problem in its dispose Method as MissingMethod Exception. So can you please suggest another 3rd Party component. Why don't you search for one You may find something in the SDF form OpenNETCF that helps you. However, since you are using a 3rd party control, have you thought about contacting the vendor to ask your question (with ...Show All

  • K-ERoL-K Implications of security and app signing

    Hello WM developers, I am new to Windows Mobile / Smartphone / PocketPC phone edition, and i've been trying to collect info arround, that I realized probably every developer here already knows: I need to develop and application that would be able to run in the background and every once in a while send data through a GPRS connection or SMSs. The point is that it needs not to bother the user. (NO, it's not what you're thinking, the user is w ...Show All

  • John Tolmachoff CF v1.1 ListView Item

    How can I identify a ListView item by a string/number value at run-time In Visual Basic 6 I used a KEY property to do that job but in C# CF v1.1 I can't find it. Thanks! This is one way Dim l_lvi As ListViewItem = listView1.FocusedItem msgbox l_lvi.Text Thanks for reply StriderIRL . I will try this. there is no KEY field in the listview if you use a listbox you hav ...Show All

  • figure8car Connection error in SQLServer CE

    Hi, I'm trying to test a VB.net program which connects to my sqlserver CE database. I don't encounter errors while building the solution, but when it starts triggering the procedure via command button, i always encounter a "An unhandled exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll". I can't find what's wrong in my code since i just copied it from one of the msdn technical documents. ...Show All

  • Carver42 Design Time Attributes of a Custom Component

    Hi all, I'm trying to make a custom Compact Framework component outside of the RTM VS2005 IDE.  The build process at my company is outside of the IDE. My component is nearly fully functional:  I can add it to my Toolbox, it only shows up for CFv2 projects, and I can drop the component onto the Form). However, I can't get the Descriptions of the Properties to show up in the IDE Properties window. I have manually made a DesignTimeAttribu ...Show All

  • Ed Dudenhoefer - MSFT Setup and Installer Package

    I have developed CF2.0 application and did CAB Project and MSI installer package to deploy. I do see lot of downloads on my application but all the downloaders are disapppearing after download. I accidentaly found the reason that, when they try to install my Compact Framework 2.0 application with the supplied Installer the installer asks for .Net Framework 2.0 to be present in the Desktop since my application and Setup projects were ...Show All

  • Wayne Arant II writing a same string on more than one column in a listview?

    Hi, yeah, that's me again talking about listiews... here's my new problem : I'm using one listview to display several informations that are classified by different headers. My goal is to display each header before its related informations. The problem is that I have to use 3 collumns and the entire string to be displayed as the header is too long, i get something like "my h..." for "my header". Is there a way to display the entire string regardl ...Show All

  • saarar Unable to start debugging

    1) Im trying to record a sound by using some code provided by MSDN. The operation is performing ..but i want to hear the sound i recorded...which was saved in .wav extension.... To take that 1 i need to connect with active sync and wants to run the application again ...so that i can take the output sound file from mySmartphone->storage of emulator. But after connecting with Activ sync my application is not running and shows an er ...Show All

  • Ric Lewis MFC Smart Device project with Visual Studio 2005 and ComboBox problem (POCKET PC BEHAVIOUR AND LOOKS!!).

    Hi everyone. I have a dialog, under Smartphone 2005 which has a ComboBox control. The project is an MFC Smart Device application, written, of course, in C++. The problem we have encountered is that when dropping a ComboBox control on the dialog designer, the control looks like a Pocket PC ComboBox. When the application is run, the looks of the ComboBox remain the same (PPC looks) as well as its behaviour. Is this a bug under Visual Studio 2005 H ...Show All

  • Marky Moose Interoperability

    Is there any other way to add COM and ActiveX Support in .NET Compact Framework other than Using Odyssey Software CFCOM Is there any other way to play Macromedia Flash content in the Pocket PC other than using a WebBrowser Ctrl to play the swf file Thanks in advance noon NETCF 2.0 supports COM Interop. See some Interop questions answered on this blog http://blogs.msdn.com/stevenpr/archive/2004/08 ...Show All

  • aprivate Start after InitializeComponent() ?

    Hi all; I just want to know how I can start my application just after InitializeComponent(). public Form1() { InitializeComponent(); Start(); } public void Start() { if (RecupPhotos()) { if (connectGPRS()) { if (FTPLogin()) { foreach ( string Photo in ListePhotos) { SendFile(Photo); Thread.Sleep(2000); } } if (FTPLogout()) disconnect(); } } ...Show All

  • DyslexicDaisy 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 the simple solution is to delete the ncb file and reload the project, then the designer will open, i only found this out because i am lazy This really solve my problems. just add the construct ...Show All

  • lula problem with VS2005 wince headers

    Hi, In STL for WinCE timer is by default 64 bits while in stddef.h it is 32 bits. So if some cpp files include stl headers first and other standard c headers objects that have time_t will be different size which will cause program crashing. Second issue with STL is that #if _HAS_ITERATOR_DEBUGGING             _Compat(_Right);  #else Solutio is to define _USE_32BIT_TIME_T for the whole proje ...Show All

  • Kenneth Norway SIP Disappears after MessageBox.Show() -- Doesn't come back

    I have strange problem that SIP disappears after the messagebox.Show() is called and never shows up again. 1. I have 5 forms and One form is the startup form. I am displaying other 4 forms as ShowDialog when particular button is pressed in the MainForm. 2. Whenever I have informational message box MessageBox.Show() the SIP disappears. After I click OK in the message box, the SIP still doesn't comeback. If I remember where the SIP was befor ...Show All

  • aiprogrammer hide today icons....

    is there a way to hide all the today icons and then have a button in the tray that show them... I have windows mobile 2005 and would like to have a button next to the start button that hides all items that are listed on the today screen...Then if hit again shows it...not sure if that is possible...Or even a screen saver...Is that possible maybe not exactly what you're lo ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum