Software Development Network Logo
  • Windows Live
  • .NET Development
  • Visual Basic
  • VS Express Editions
  • Visual J#
  • Windows Forms
  • Visual C#
  • Visual Studio
  • Architecture
  • Visual FoxPro
  • VS Team System
  • Visual C++
  • Microsoft ISV
  • Windows Vista
  • SQL Server

Software Development Network >> Smart Device

Smart Device

New Question

Marshalling arrays
How to get a list of all categories
Unable to create Cab files (CF Vs2005)
Urgent: Can someone from MS please help? CCommandBar on CPropertySheet
Designer Problem
Adding a Sql Mobile database to a Smartphone 2003 project
Transparent label above a picturebox
StringSplitOptions not working
native exception while running program on PocketPC
Start after InitializeComponent() ?

Top Answerers

SB1
John P. Nelson
santoshkumark
hwage
Jamie Garbutt
Ben Anderson MSFT
Chez
Paul Hackney
caramela
aero1
Internet Journal of Neurology
Only Title

Answer Questions

  • Scott Ramuno BindingSource bind to a dataset

    I have a BindingSource bind to a dataset. how could I through the bindingSource add method could I add a new item to the list I’m working in visual studio 2005 with cf v2.0 thanks for your help Something like this should do: C#: DataRowView drv = (DataRowView)mySource.AddNew(); drv[0] = "Foo"; // Set first column to "Foo" drv[1] = "Bar"; // Set second column ...Show All

  • FrankV TableAdapter / Datagrid refresh

    TableAdapter / Datagrid refresh   Hello, I’m a new basic.NET 2005 programmer, before I used MS Visual FoxPro but there’s unfortunately no PDA compiler available. I have some small problems with the TableAdapter and the DataGrid: To update my SQL Mobile database I use TabelAdapter.Update(column1,column2,column3….) But I cannot see the changes in the grid, until I fill the grid again: TabelAdapter.Fill()   Is this c ...Show All

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

  • DouglasN WinSock doesn`t work properly with Smartphone 2003 SE Emulator

    Hello. My program under Smartphone 2003 SE Emulator from VS2005 uses WinSock to create connection with my computer via DMA Transport. I can to find host address by IP-address (inet_addr) but i can`t to find host by name (gethostbyname). When i try to connect to the server on target host i have SOCKET_ERROR from function "connect". I tried to install Virtual Machine Network Driver for Microsoft Device Emulator but for nothing. Also i can` ...Show All

  • VladAll Compatibility of Pocket PC 2002 and Windows CE.net

    Hi, all. I has finished to develop an application whats is running normally in a Pocket PC, with the Pocket PC 2002 OS. Now, I have the challenger of to migrate this application to Windows CE, in a new device. Its easy to do how I think what is, just interface changes Thanks since now. Hi Alex, There is a chance that the app just might work unless there are specific features in your app that are PPC Speci ...Show All

  • slimstarman Modify a form by a thread

    Hi all; I'd want to know how to access & modify parameters of a form by a thread. In fact, I want to change the text of a text box, or a value of a progress bar of the form1 in my thread.   I tried this but without success, I pass the form in argument to the thread namespace Essai { static class Program { /// <summary> /// The main entry point for the application. /// </summary> ...Show All

  • The Goat Regarding Checked listbox

    Hi all, I want to know if there is any sample in evc++ in vs2005 that shows how to create a checked listbox kind of things .I have searched a lot and came up with this two things but they dont build anyting so i am looking for help This example shows the checkedcombobox http://www.pocketpcdn.com/articles/check_combobox.html the other example shows listbox with images http://www.codeproject.com/ce/ccelistctrlex.asp df=100&forum ...Show All

  • Lin Liu Jian Cannot install SDK certificates to WM5 phone

    Hi I have a WM5 Qtek 8310 and VS 2005 and installed the SDK tools for it. However I cannot install the SdkCerts.cab into the phone. It says that the installation failed due to not enough system permissions. Also I cannot deploy a small HELLO app from VS2005. The app is signed with the SDK unprivelidged certificate. Error msg from VS2005: The device security configuration disallowed the connection. Ensure that you have the appropri ...Show All

  • blueskywalker DEX UCS Active X

    I have a DEX/EDI activeX control and I want to use it for a Windows 2003 application.  I have it on a evb application but I have to convert to .net how can I use it.. when I add the control to the toolbox it's greyed out and I'm not able to add it to the form. Any help Jason, I'm not clear on what version of the Compact Framework you are using, V1 or a beta/CTP of V2.  If you are using V1, you'll wan ...Show All

  • liquid.ice How to subclass a combobox?

    Dear guys:       In my ppc  project  ,I need to replace the dropdown list in combo box with a tree control,for the pocket pc doesn't support the ownerdraw property,what should I do             Thanks!       Why don't you create a brand new control, comprising of a textbox, a button with an arrow ...Show All

  • Jacques van t Ende serial number of pocketPc

    Hi, i'm not able to find the examples how to catch the serial number of my device (ipaq 6345). Someone can help me an example will be very appreciated... (visual 2003.net) http://samples.gotdotnet.com/quickstart/CompactFramework/ http://samples.gotdotnet.com/quickstart/util/srcview.aspx path=/quickstart/CompactFramework/samples/deviceid/deviceid.src ...Show All

  • yngielkoh Attach Windows CE 5.0 emulator to Visual Studio 2005

    Hi, I would like if someone could help me out on this. I installed the Windows CE 5.0 emulator on my machine. But It is not recognised by the device emulator manager. So i cannot directly debug or run from Visual Studio. Is there a way to add this emulator to the Device emulator manager so that i can directly run my applications from Visual Studio 2005. Hi there, "- Get Platform Builder 5.0" - F ...Show All

  • jeromaqui How to play MPEG File ?

    Hi, I'm able to play a .WAV file in the Pocket PC using C#, by using pinvoke method. In which i 've imported the "coredll", and then PlaySound() function. Like this, is there any ways to play an MPEG file or Even the other ways like streaming of MPEG file Plz give me suggestions as soon as possible. Thanks, ramakrishna. Hi B.H.V.Ramakrishna Could U please teach me how to play wav file, OK I already ...Show All

  • Thickasabrick how to use library?

    i use below code to check my external storage. maybe this is not the correct way but this is work! if who have any better solution please tell me. for my system almost every form using this code, so i hope can use library to write this code, it is easy for me if next time i want modify the code. but i never use library before so i hope someone else can help me or give me some example to refer. Private Shared Dir As I ...Show All

  • Saurabh Bhatia - MSFT warning C4748: /GS can not protect...

    I'm getting a few million of these at link time (I'm using /ltcg): warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function But optimizations are on in the projects, there is no inline assembly and no #pragmas that might cause optimizations to be turned off, so what is going on This might be due to other compiler flags for optimi ...Show All

94959697989901234567891011

©2008 Software Development Network

powered by phorum