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

Software Development Network >> Smart Device

Smart Device

New Question

Bluetooth communication using Winsock
Copy Files (and use them) on Smartphone Emulator
Change Button Text Size & Font
How to remove SDK certificates from WM5.0 PPC and SP devices?
Connection error in SQLServer CE
Recording sound with a given volume threshold.
Unable to access WebService from PocketPC app (2003).
help needed
Target Machine Link Error
c# to develope pocketPC/SmartPhone apps?

Top Answerers

9_Phill
Scratchc0der
rdeveen
Brian_369
FerroFlunky
Jesper25539
Kevin Gilpin
Bryan Miller
slimjinky
Ashvin Patel
Sepent Technologies
Only Title

Answer Questions

  • vijay_kbp binding list

    I have a dataset bind to several textbox with the bindingsource object. How can I obtain a list or something like that in which I could know wich textbox is bind with each field of mi dataset. I'm working with visualstudio 2005 and cf v2.0. Thanks for your help. I'm trying to obtain the information to make the binding component list I ask you 2 weeks ago and I can’t found the property In which I ...Show All

  • MrGenius Bypass the Pocket PC Network Log On dialog box.

    Is it possible to programmatically send the User Name, Password and Domain when doing network file IO functions I am creating an application that appends information to a text file located in a shared folder on our network and would rather not have the operator enter the information using the Pocket PC Network Log On dialog box. VB examples would be helpful. Thanks I looked at using the NetworkCreden ...Show All

  • Joei Working with Menu Resources

    When I add a new Top Level Menu item in the Resource Editor,  the modifications show up in the Resource Editor and I can see the addition      in IDM_MAIN_MENU MENU in the .rc file. However, it does not regenerate the data under IDM_MAIN_MENU RCDATA      so it doesn't add the new top level item when I run the program. I find that i can hand edit the IDM_MAIN_MENU RCDATA data, but I am w ...Show All

  • Gaturam How to use pagination

    Hi, How to use pagination in pocket pc application for a datagrid Thank you It's pretty straightforward: 1. Place grid and 4 buttons to the form. 2. Create temporary storage to hold 10 records. 3. Bind it to the grid. 4. Fetch 10 first records from whatever holds your records and put them into temporary storage. 5. In First/Last/Next/Previous button click events fetch First/Last/Next/Pr ...Show All

  • Stechmann wireless application

    Hi, I plan to develop a application on pocket PC. If i want to use wireless connection to communication with the SQL SERVER, what should i do Can the PDA directly connect to the SQL SERVER, or throught another application Which .net classes will help me to do so   do i need to simulate a wireless network on my pc How to do that if i using WINDOWS XP pro ...Show All

  • Shivakumara V Name mangling issue between eVC++4.0 and Visual Studio 5.0?

    I've run into a problem linking a ARMV4 release project built with Visual Studio to a ARMV4 release DLL built with eMbedded Visual C++ 4.0 that I believe may be caused by a method name-mangling bug.  In my DLL project, I have a class that is declared in the header as follows: class __declspec(dllexport) CAeFOutputStream { public:   CAeFOutputStream& WriteInt32(long   iVal);   CAeFOutputStream& WriteSt ...Show All

  • alvinr Win CE Project (MIPS) under VS5

    Hi all, I developed a MFC application for Windows CE and a MIPS device using eVC 3. I succesfull ported the application to PPC 2003 and Arm devices using VS5. As there a still Mips CE devices in production, I like to compile the binaries with VS5 and get rid of eVC 3. In the solution explorer of VS5 there are only Arm projects for smart devices, so is there a chance to build/compile the project for MIPS/CE under VS5   Gr ...Show All

  • Rocinante8 Application uses too much memory

        I'm working on a Pocket PC application in VS 2003 (C#).   I'm working with a database(collecting, inserting data). The application has several screens.  While testing I noticed that the application constantly uses more and more memory while I navigate from one screen to another several times. I used some threads. I thought that mismanaged threads are the problem and removed them for testing. Even without using threads the ...Show All

  • oaix Is there no BackgroundWorker Process in the C.F.?

    Is this true I can't find it under teh Components tab in VS... Thanks Tryst Ok - thanks for the replies. Tryst Thanks for the links, Daniel! So nice links. Tryst Yes, .Net CF doesn't support BackgroundWorker, this class is only supported by .Net framework 2.0, For more read about this class at MSDN ... ...and to get you started with a sample (plus a VB version) check these out: http://www.danielmoth.com/Blog/2004/1 ...Show All

  • lew26 Windows Mobile 5.0 - Datagrid query

    We are currently working on a PDA based project. We ask the user to fill out textboxes that will take information and save in our datagrids. However, once the application has been closed and restarted, the main database that we are pointing to has not been updated. Have been stuck on this for quite a while. Any help would be greatly appreciated. Many Thx. Please provide more information. At least we'd need a code which you're using to pop ...Show All

  • Solero continuous integration!

    Hello people, Is continuous integration possible with .Net CF Does CruiseControl.Net support smart devices project and do automated builds I have another question. Can I write my class libraries in .Net and write my UI alone in .Net CF Will .Net CF interact with .Net project dlls Sorry if i sound inane, I have just started working on .Net CF. Thanks for your time and your replies will be appreciated. Q ...Show All

  • ScuzziOne CeMAPI example...

    Hi everyone, I’d like to start working with CeMAPI under Windows Mobile 2003, is there any docs about it, some links that points me to the right direction I found some docs in msdn, but it shows only how to start and it’s for PPC2002 using ActiveSync service, I’d like to work with a POP3 account in the WM2003. Is it possible does anyone have already made some application send and receive messages is there some examples I’ve created the POP3 acc ...Show All

  • Scott Cadillac Designer Preview

    Hi, how can I obtain the information, the current instance of a Control class is running in the Designer preview I didn't found a member that supplies me that information in the Compact Framework. Thank you! Thanks, this works perfect! Thanks too for the reference to Nullable! Yes, I'm using CF 2.0, but unfortunately the property "DesignMode" is not supported in CF ...Show All

  • MarkR_OmniVue Selecting among multiple wireless network

    I'm writing an application that will run on a device with both 802.11 and (Verizon) WWAN connectivity. As currently configured, these show up in Settings/Connections as "My Work Network" and "3G Connection" respectively. The application is in C# and uses SQL Server CE Remote Data Access to synchronize data with a server database. The application will be used by truck drivers on a delivery route. I want to use the 802.1 ...Show All

  • webmonsta DataGridTableStyle MappingName for Details BindingSource

    Hi, I have two grids bound in a master-detail arrangement using a binding source for each grid. The binding source of the master grid has a dataset datasource and a table name for the datamember. The datasource of the child grid's binding source is the master grid's binding source. The datamember of this binding source is the name of the relation between the master table and the child table. The child grid has a table style with mappingname equ ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum