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

Software Development Network >> Smart Device

Smart Device

New Question

Accessing to SQL Mobile database from Desktop ...
Minimum Possible Date
Installation of Compact Framework 2.0 failed. Why?
Setup and Installer Package
LNK2019 error about CeMountDBVolEx and CeOpenDatabaseInSession!!Anyone can help me?
WANTED: list of devices supported
Read specific line from a file?
Wrong application Icon on Embedded device
ARMV4 vs. ARMV4I
MessageBox.Show problems

Top Answerers

bsmhis
Hicham_IT
Phattim
Octurus
MarkW1
humansky
KetChup103821
Lockie
Senthilkumarm
iLo1630
AvantLogic Corporation
Only Title

Answer Questions

  • bulvie13 Combobox Bind to a SQLCERESULTSET

    Does anyboy how to bind a Combobox to a result set like a datagrid When I bind a combobox to resultset and i have few registers its work fine,but When I have a lot of registers its to slow and also fill my pocket pc memory. Me.ComboBox1.DataSource = ResultSet Me.ComboBox1.DisplayMember = "Fecha" Me.Combox1.ValueMember="N Parte" Why when I bind a resultset to a datagrid its much faster (3seconds) a ...Show All

  • flyingsnow Trouble with DataGridTableStyle under 2.0

    Lets say I have a DataTable with 5 columns and I am only interested in displaying 3 of those 5 columns in my DataGrid.  I add a tablestyle to the datagrid and then add 5 column styles to it's GridColumnStyles collection.  I configure the desired style properties for each of the five columns being careful to assign a width of "0" to the columns which mapped to the column names which i wished to hide.  The problem is that ...Show All

  • 404 Joe Smart device project debugging on actual device

     Hi everyone I have recently flattened my machine and resinstalled everything from scratch I have visual studio 2005 and visual studio 2003 (I installed vs 2005 before vs 2003, this may have no bearing on things but I thought I would mention it). For some reason now when I debug a smart device project on the actual device none of the breakpoints are hit and I get the little exclamation saying that no symbols have been loaded.  Whe ...Show All

  • amenoera Picture from file

    Hi I'm comming from Access and are new to Visual Studio 2005 (BETA 2). I'm trying to get a picture box updated from a file location rather than from a database. I found this code in MSDN: Private Sub LoadNewPict() PictureBox1.Image = Image.FromFile _ (System.Environment.GetFolderPath _ (System.Environment.SpecialFolder.Personal) _ & "\Image.gif" ) End Sub How can i change the code to function with a fixed file path (W:\Pictu ...Show All

  • Plepo Could not receive bytes from socket on PPC 2003

    Hi, I am developing network application on PPC 2003 with VS2005. In my VC++ program after creating a socket, my previous desktop applcation statment is int tnum = recv(sock,tbuf,1,MSG_PEEK); but I searched on MSDN MSG_PEEK is not supported for PPC ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcewinsk/html/_wcesdk_recv.asp ), so I changed it to tnum = recv(sock,tbuf,1,0); but everytime tnum is equal 0 and t ...Show All

  • cjms Pocket PC 5.0 SDK messed up with my application

    Hello everbody. I recently installed Pocket PC 5.0 SDK, after that all my smart device application forms that were inherited from a main form contataning some topbar controls started behaving unorthodoxly, now the inherited controls do not displays on my child form, whats gone wrong anybody Regards NaUmI Hey thnx, well i just got it its the new feature of VS 2005 actually my project have a reference of system.windowsce. ...Show All

  • Chifo WebBrowser bug in .NET Compact Framework?

    Hi. I am developing an application using .NET Compact Framework for Windows Mobile 5. I want to use a WebBrowser control to display some html text inside of the WebBrowser. To do so, I am setting the property DocumentText of the control to the desired text. When the application runs, the text is displayed, but then the control enters an infinite loop of document refreshes. This means that the control will refresh the text entered and th ...Show All

  • Imesh Using "Remote Display Control" under Windows Mobile 2003 Second Edition

    Dear all, is the use of the "Remote Display Control" (which is part of the Microsoft Mobile PowerToys for Windows CE) still supported / recommended under Windows Mobile 2003 Second Edition Thank you. Dietrich Schaeffler You will get a message during the installation mentioning that the application was not designed for this version of the OS.  However, all the features will function correctly.  You ca ...Show All

  • Cocotteseb How to use C++ in project Net Compact Framework

    Hi all, I am new with Net Compact Framework.Cos i always use evc++. Hope that i don't make some stupid question. Now i need the graphic ( with button, colors, everything like that ). In vs2005 beta 2,for vc++ it supports only MFC.So it's not interesting like in win32 where we can use Qt. So my question is that: can i use c# with net compact framework to make an interface graphic user, and use C++ for the other Cos in C++ project i can use C with ...Show All

  • amc I really can use some explanations

    I am very new to this world, there for my questions may appear stupid, sorry for that. I didn't do much developing, but i didn't practice a little in the old VS2003 days. there it was very simple, you choose a Pocket PC 2002 Project (i was writting in C#). you finish to build it, then press deploy, see that nice Emulator kicks in and shows you what you program should look like on the real device. The program i should write is using some code whi ...Show All

  • TOP1411 Multiple views, forms, Outlook style

    Hi all! I am in a project developing a Windows CE .NET Compact Framework application on a hardware using a 800x600 screen. The application will monitor and control a welding process. The application will need to have a GUI where the user can switch between views (one view visible at a time, not MDI). An idea is to have a main Form containing a menu or navigation control (perhaps like the Outlook-field) and display different views in a cont ...Show All

  • iCe.NET System.MissingMethodException was unhandled

    vs 2005 Message="Method not found: set_BackgroundColor System.Windows.Forms.DataGrid." StackTrace: at Form1..ctor() at RuntimeConstructorInfo.InternalInvoke() at RuntimeConstructorInfo.Invoke() at ConstructorInfo.Invoke() at Activator.CreateInstance() at MyForms.Create__Instance__() at MyForms.get_Form1() at Form1.Main() This was added post Beta 2 as far as I remember, so it would fail on pre RTM bits. Pleas ...Show All

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

  • Antonio Ooi Combobox bug using Windows Mobile emulator

    I have an application that uses a combobox's selectedindexchanged property to make a second combo box visible. When the first Combobox is populated with an item list everything works correctly. However when the first combobox is populated via a datasource form a Windows Mobile SQL table, the second Combobox becomes visible the instant the form is loaded. Obviously I don't want to see the second Combobox until after the first one is populated as ...Show All

  • Jeff Horrigan Power on File.Copy problem

    Hello, while testing a application i came across a File.Copy (C#) call that does not work correctly. The problem is that the call is made a few seconds after the device got a wakeup signal. Something really weird is going on. I cannot say why the exception that is thrown: System.IO.IOException: IOException at System.IO.__Error.WinIOError() at System.IO.File.InternalCopy() at OurFirm.Backup.Backup.CopyFile() at OurFirm.Backup.Backup.ExecuteAction ...Show All

717273747576777879808182838485868788

©2008 Software Development Network

powered by phorum