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

Software Development Network >> Smart Device

Smart Device

New Question

Embedded Visual C++ project upgrade wizard
R
Reinstall/Upgrade
Setting IP address in Device Emulator
How to get current Form's handle?
Device Emulator connectivity problem
How to update MFC DLL's
problem with MyBacklight
Opening Windows media palyer
bluetooth XP

Top Answerers

DPowers0
NICZ
Kromek
TL Stephan
aeroboy
RichWood
eaLazerBeam
Norman.net
Flavio_ita
LEPScapa
Beginner FLTK Tutorial
Only Title

Answer Questions

  • pitatwork Date Time changing based on timezones??

    I have a application which passes dates/times back and forth via web services.  The server is EST.  The pda is CST -1 hour.  The PDA downloads the data from the web service and insterts it in SQL CE.  When the user views the info it is 1 hour off. If the user adjusts the timezone on the pda to EST it works fine.   Any help on how to tell the app to ignore timezones Thanks, Aaron ...Show All

  • jalperin Adding controls to controls... Is this possible in an inherited class...

    I'd like to add a text control via Controls.Add(Control) to the top of an existing control in a derived class. However, when I try to add the new class, I get: An unhandled exception of type 'System.ArgumentException' occurred in System.Windows.Forms.dll Additional information: ArgumentException Any ideas Perhaps this isn't possible Code looks like: // // textBox1 // textBox1 = new TextBox(); this .tex ...Show All

  • Eddie Cheung Date Time changing based on timezones??

    I have a application which passes dates/times back and forth via web services.  The server is EST.  The pda is CST -1 hour.  The PDA downloads the data from the web service and insterts it in SQL CE.  When the user views the info it is 1 hour off. If the user adjusts the timezone on the pda to EST it works fine.   Any help on how to tell the app to ignore timezones Thanks, Aaron ...Show All

  • guntarget Application.Exit() problems

    Hello, as part of my application i have been designing for 2 months now, i use multiple form objects within the application. After a form has been opened, to close it i used the Application.Exit method, this would close the particular form and everything would be fine. Since isntalling the Service Pack 2 (and ive tried 3) runtimes on my device, when i open a new form inside the application, after ive done what i want to do with the form and tr ...Show All

  • YaMV Error : Unable to connect to Smartphone 2003 device via ActiveSync.

    Hello all, While connecting to smartphone 2003 device via ActiveSync I am getting following message: Unable to connect to Smartphone 2003 device via ActiveSync. What does this error message mean Please help me as soon as possible: Thanx in advance: Anupam Pathak Connection settings or Version of Active syn. may cause such error . - - connection setting must be set as USB yo ...Show All

  • Bkl Can not find "Build Cab File" - How to make my program icon appear on Start menu?

    Hi, I am compiling a program with Visual Studio 2005 Developer Edition and VB.net and Windows CE 2003 SE on a Pocket PC. Now, after I deploy my program to Pocket PC, I have to look for my program in "program files" directory. How can I do to make my program icon appear on Start menu Thanks a lot. Hi, Thank you so much for your reply. I copied the cab into my device using ActiveSync, but it can not run on my device, ...Show All

  • Seyfert Running Directshow filter

    I have developed a directshow filter for Windows Mobile 5.0 using Visual Studio 2005 and got .ax file output. I have connected the Windows Mobile 5.0 Pocket PC Emulator through ActiveSync 4.0. Can anybody please tell me how can i test it on Windows Mobile 5.0 Pocket PC Emulator I am not sure if i fully understood you question. This article may help you http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcemultim ...Show All

  • oddessa Default values for a Component Class / User Control

    Hello everybody, I created a picture button, it works fine. But if I drag the picture button from the toolbar to the form, the button size is always 400x400, and the backcolor ist white. I would like to edit this to an other default value. How can I do this I use VS2005. Thanks in advance! Manu My code: class ="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"> 'Courier New'; mso-ansi-language: EN-GB; mso ...Show All

  • mimi77 StackWalk / stack trace for CE...

    Hi,     I've created a malloc/free wrapper for CE, and I'd like to be able to print SOME information about the caller from within this routine.  My problem is that new & delete calls can't be wrapped, but simply call malloc/free implicitly thanks to dummy new/delete skeleton functions that I provide.  Thus, I can't pass __FILE__ and __LINENUM__ through new & delete calls.     I would like to use ...Show All

  • JustDotNet How to create a File, especially XML file.

    hi all, I have not worked on any file handling, etc. I wanna know how to create an file, open / read / write / close. means, what type of object i need to create and how to use it. plz help me thanx in advance harish It could be anywhere on the device file system as long as you specified correct path to it. You have to use absolute paths as there's no support for relative paths on device. If your file is in the same folder as ...Show All

  • andrew_ wse3 runtime

    There is also a runtime available from wse3. Means this that everywhere you want to deploy your application, this has to be installed Also on the compact framework ty additional information about opennetcf is also usefull for in my thesis ;-) Web Services Enhancements 3 WSE is not supported by NETCF. There's WSE2 implementation a ...Show All

  • v.iyer sql connection error

    I am getting following error: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\Adnan\My Documents\Visual Studio 2005\Projects\Mobile5\Mobile5\Form1.cs 20 4 Mobile5 the line which caused problem is System.Data.SqlServerCe ...Show All

  • rj_khatri Device Manager doesn't start

    Hello , I downloaded the Device Emulator community preview, but for some reason, whenever i click on Devicemanager.exe or the shortcuts, it doesn't start, and i don't even get an error message... Any help please.. Can you please try starting it from command-line to see if you are getting any error. Also please tell us the return value on the command-line from it. -Thanks, Mohit ...Show All

  • Mahesha listbox and datasource problem

    Hi i have one problem with data in the listbox. if i assign Listbox1.datasource =  ArrayList1; and then if i work with arraylist items (add, remove), in the listbox is no change. why That is expected as ArrayList produces no notification events, so control is unaware of changes. To refresh the list you can rebind the array list after each change. To do so change the data source to null and set it back to ArrayList. That makes ...Show All

  • LukeMouthbreather How to play .wmv/.wma file on a smartphone 5.0 Emulator using .net 2005

    Dear All, i am executing System.diagnostics.Process.Start("xxx.wmv","") statement to run .wmv file on my smartphone emulator in visual studio.net 2005. I am getting Exception, "UnHandled System.ComponentModel.Win32Exception in System.dll". Help me please, how to handle the above exception. Amarender. Check out post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=64695 David Normally a Win32Exception will contain an error code ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum