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

Software Development Network >> Smart Device

Smart Device

New Question

Determining version of SQLCE at runtime
Welcome!
Mobile phones
How to play system event sound with PlaySound()
eboxII and Visual Studio .NET 2005
/GR- cl.exe option causes WM_INITDIALOG not to fire.
how to get milliseconds from PPC
how to run an exe file or jpg file ?
A sample "Launch" question in C#
Web Services and static classes - need help :(

Top Answerers

jcviera
Ricky Kelley
Sandoc
Neno
cheong00
Chicho
Theisos
Manurein
DWinTX
MrWilliam
Webreference.com: Xploring
Only Title

Answer Questions

  • DanielKQ .Net Runtime Error Event ID 500 on App Sartup

    Hello, I'm having a problem deploying a smart application.  On some machines, the .Net 2.0 applications starts perfectly.  On onthers, the above error is logged.  It appears to be occuring when the process is started, yet not into the application.  No UI is shown.  I have debug points as my first statements in the form.load function that never display Any advice is appreciated.   More Errr ...Show All

  • udiraz CameraCaptureDialog Issues

    I've been having some issues using the CameraCaptureDialog class on an HTC Apache device (rebranded as the UTstarcom 6700): 1. After exiting my application, the device's camera capture screen comes into focus. This happens whether I dispose of the class instance or not, and the Close() method is protected, so I can't call that. Any ideas on getting rid of this lingering capture screen 2. On a seemingly random, intermittent basis, an InvalidOper ...Show All

  • JP Tocker Serial Ports and PPC

    Hi, I am currently porting a simple piece of win32 code to PPC 2003 using VS2005. I have trouble openening up a serial comport. In the code I am using on PC, I am using CreateFile for opening COM ports. Is it not possible to use that on a PPC device . I keep getting an invalid handle back. When running the application on target. I have been looking in the past threads on this issue, and all those seems to suggest using .NET is the ...Show All

  • J Guy Davidson Inserting Picture and Sound file in MessageBox

    Hi all, I need to insert a Picture into the MessageBox instead of the usual given icons. Plus, when the MessageBox shows, a .wav file has to be played. Any idea how to achieve this I hope I could get your assistance. I am coding in VB and am using Visual Studio.NET 2005 for a Pocket PC project. Thanks alot!! Regards: sam =) Hi, This article might be of help to you http://www.codeproject.com/cs/miscctrl ...Show All

  • Nilesh Rade storing image in sql mobile 2005 using c#

    I am developing a application in c# compact framework, where i would like to store image into the sql mobile database using the Image datatype. Can anybody help me how can i store this image into the database and as well as retrieve and display on the picture box. Thank you This should help: http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search group=microsoft.public ...Show All

  • juunas WebReference Change Static to Dynamic Setting not working

    I have a Web Reference in my code in which I want to change the URL Behavior from static to dynmaic.  When I do so nothing happens. I look in the app.config file hoping to see the url reference and nothing has changed. I also have checked the reference.vb file and it still is hard coded and not referencing the app.config file. Anyone know what is going on   Exactly my point. I go fro ...Show All

  • Tassieboy Native Exception Error - 0xc0000005

    I am running the following code - which takes the data from an XML file and updates a SQL Mobile table - it seems to consistenly throw a native exception error (ExceptionCode: 0xc0000005) Here is the code: #region DataRefreshFromXML public void RefreshDataFromXML() { if ( File .Exists(appPath + @"\data\HandheldInventory.xml" )) try { DataSet ds = new DataSet (); ds.ReadXml(appPath + @" ...Show All

  • PGT SP3 question

    I have a few questions about sp3.  This service pack came as a set of distributable cab files, not as an sdk, so how does Visual Studio know anything about it   It seems to be debugging with an older version of the compact framework. I just ran into issues with this while building an install shield project.  Install shield goes to the sdk folder in Visual Studio 2003 and grabs the redistributable cabs there, not ideal for us sinc ...Show All

  • robert.s_85 connection issue

    Hi, i'm trying to access MSDE from smart device apps. but connection  failed.Actually i tried this before few months. spent more than a week. but failed. so i just used SQL 2000. Now it's a time to change from SQL 2000 to MSDE. So again trying my best. but still I couldn't make the connection. if i test the connection from Server Explorer -> database connection, connection succeeded. but when i try to establish it via pgm(VB.NET), fai ...Show All

  • Melle Dorel Pocket PC 2003 emulator and Sql Mobile

    Hi all, I compiled up a simple SQL Mobile application on vs2005beta and deployed to the PC 2003 emulator. However when it runs it fails with an error message 'the application <> requries a newer version of microsoft .NET Compact framework than the version installed on this device'. the src is from http://samples.gotdotnet.com/quickstart/util/srcview.aspx path=/quickstart/CompactFramework/samples/sqlcedbcreate/sqlcedbcreate.src ...Show All

  • Yomi Can no longer add reference to CF 2.0 assembly in windows forms application

    Hi everyone I had solution that contained many projects which was written in visual studio 2005 beta 2, the solution contained both smart device projects (windows forms and class libraries) and projects that targeted the full framework as well (windows forms and class libraries).  Some of my full framework projects contained references to my .net CF 2.0 class libraries as I wanted to share the libraries between both platforms.  This ...Show All

  • sth2n Change inputpanel methods?

    How do I show the inputpanel and change its input methods when I click a textBox control. { inputpanel.Enable=true; .........//how do I change methods } Thank you. Thank you , AlexY . Take a look at this sample by Alex Feinman: http://www.opennetcf.org/forums/topic.asp TOPIC_ID=958 ...Show All

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

  • mmtbb Failed to open VPC Network driver

    Hi, I have just installed VS 2005 Beta 2. When deploying to the emulator, it launches the emulator but then comes up with: "Failed to open VPC Network driver. The driver might not be installed". Thanks. If someone gets this problem, it is the emulator itself that gives this error message. I installed the DMA Transport Update and after that when the emulator came up for the 1st time it still gave ...Show All

  • Erno Vuori Does Device Emulater Connect To ActiveSync?

    i am creating a pocket pc application using Visual studio 2003 and pocket pc 2002 this application needs to syncronize with the intranet based application. During development i am using device emulater 1.0 and sql server ce. now i need to synchronize the application with sql server 2000 which is desktop PC. so pls help us that whether emulator can synchronize with Activesync as soon as possible. thanking you digant oza ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum