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

Software Development Network >> Smart Device

Smart Device

New Question

How to edit Registry using .NET CF please?
command line arguments
Screenshot / signature capture no longer working
How to use ws-security in M2M embedded devices?
library with events that throws events
Incoming GPRS connection disconnects
Thread Priority
app hangs
Issue connecting to network machine from emulator.
Disabling Control Panel

Top Answerers

Mahesh Sawaiker
Brett G
PrabhatNigam
Dr.Bo
juan carlos ceresola
Chernomor
Tamiri
Modernthinker
MikaelN
Gary Davis
ActiveMaker
Only Title

Answer Questions

  • TheJCMan threading

    Basic question again, I press on a button with as but to load a new form: private void btnTreg_Click(object sender, EventArgs e) { Tijdregistratie tijdReg = new Tijdregistratie(); tijdReg.Show(); this.Hide(); Sessie.cachedForms.Push(this); } How can I do some threading in this situation - Putting the threading stuff in the Load event of the NEW form. Thus using the code fr ...Show All

  • Dwaine Device Emulation Manager does not see Emulator for Windows CE

    I am running Visual Studio 2005 (version 8.0.50727.42) and have installed the Emulator for Windows CE (version 5.3.0.26). Both run fine, but the Device Emulation Manager in VS does not list the emulator so I cannot run any programs on the emulator. I have also installed the Standard SDK for Windows CE 5.0. Any ideas why the manager does not recognize the emulator It seems like I must be missing a step that links the device to the tools. ...Show All

  • Grant Perry Opening a device with "POS for .NET"

    Hi. I have a question about using "Microsoft POS for .NET".  If this is not the right place, I apologize. I have a line display that had been working fine.  I then added more devices, using a usb hub and a serial-to-usb hub, which I had problems with, but finally I got the printer to work.  Meanwhile the line display no longer works.  I even unplugged all the other devices and just plugged in the display as the lone device in ...Show All

  • SilverCoin Type Load Exception

    Hi, I have this occasionally re-occurring problem which has just re-appeared and feel its time I go to the bottom of it... A project which previously ran OK now throws a System.TypeLoadException with following details... Additional information: Could not load type Microsoft.VisualBasic.CompilerServices.ProjectData from assembly Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A. I'm guessing this a versio ...Show All

  • chaosvg Compile DLL against CF 2.0

    I am running into a problem right now, currently the DLL's that are for my SDK are being compiled against CF 1.1. I need to compile them against CF 2.0 to see how they perform on our devices. I changed my NET_FRAMEWORK_PATH = $(SYSTEM_ROOT)/Microsoft.NET/Framework/v2.0.50727" and COMPACT_FRAMEWORK_PATH = "$(WCEROOT500_DIR)/Others/DotNetV2/Managed" I noticed that there is also a variable for COMPACT_FRAMEWORK_SDK = C:/Progra~1/Mic ...Show All

  • memi0 ConnMgrEnumDestinations trashing memory in WM5?

    My app is built with Visual Studio 2005 targeting the PPC 2003 platform & using the 2003 SDK. It uses ConnMgrEnumDestinations to check for availability of various connection types. When this application is run on a WM5 emulator using a release build with the 'maximize speed' optimization turned on, it crashes on return of a function that does the following: int nIndex = 0 _CONNMGR_DESTINATION_INFO cmDestInfo = {0}; hr = ConnM ...Show All

  • SmilingMG Help - Error w/RC1 and loading resources - imagelist, form icons, etc.

    We have a .Net CF application that was working fine after our initial upgrade to one of the CTPs (June or July).  However, since the move to RC1 we get a series of errors in regards to our image list controls, form icons, etc. The errors look like: System.NotSupportedException was unhandled   Message="System.Drawing.Bitmap"   StackTrace:     at System.Resources.ResourceReader.LoadObjectV2()     at Sys ...Show All

  • alex.gorbatchev getting the vs2005 pocket pc emulator to connect with activesync

    I have been searching everywhere for an answer to this but have just ran into dead-ends. My problem is I am running an emulator in visual studio 2005 and want to connect it to active sync. However after going and cradleing it in the vs tools activesync can't find the device. I believe that the problem is active sync is missing DMA transport support. I can't figure out why it doesn't come up when I go to connection settings(in activesync). ...Show All

  • Spudly Registaration of activex failed in wince5.0

    hi I have written an activex which i need to register on Pocket PC 2005 emulator. I am using Visual Studio 2005 beta as the development environment. I used the regsvrce.exe (the arm processor version) to register the activex. but it just says dllregisterserver failed... can anyone give me any pointers in this regard thanks in advance!!! hi Avinash i have tried doing that..i tried to deploy ...Show All

  • yanivoroz "No usable controls"

    I have created a C# project in VS 2005 of the type: A project for creating a .NET Compact Framework 2.0 forms application for Pocket PC 2003 and later. I get the skin and the window, but I can't add any controls. There are NO controls in the toolbox. If I try right click and choose Items..., I see a whole list of checked items, but still nothing in the toolbox itself. I have imported a file from VS 2003 that already contains some controls. I can ...Show All

  • mreyeros Using Modal forms on a Smart Device

    Hi all, is it possible for me to use Modal Dialog forms on Smart Devices I want to be able to load up a Modal Dialog from a Form, filling in the Controls on this Modal Dialog, and then close this Modal Dialog and have the data that I entered in the Controls display in Controls on the Form that opened the Modal Dialog. Device used: QTEK. Using: VS 2003, .NET 1.1. Hope you can help. Thanks Tryst Yes, modal dialogs are shown with ShowDi ...Show All

  • dzhstudios DllMain Already defined - linking error

    Hi, I created a custom directshow transform filter. When I tried to built, I get the following error. -------------------------------------------------------------------- Linking... uafxcw.lib(dllmodul.obj) : error LNK2005: DllMain already defined in SampleTransform.obj Creating library Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Release/SampleTransform.lib and object Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Release/SampleTransform.exp Windows ...Show All

  • Neken Disable Cert Check on WM5

    I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA Who is the provider of your SSL certificate I changed my cert on my Exchange server to a free  one via StartCom ( http://cert. ...Show All

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

  • Markusx1a Smart Device Deployment Error

    Hi, I have built a windows mobile 5.0 PC smart device database application in VB. When deployed onto the device, it runs well until an event is called to perform some calculations which gives the error - InvalidCastException, Conversion from "" to type 'Integer' is not valid. This event is however executed when the application is tested on the emulator without error. Please help me identify and correct ths problem. ...Show All

525354555657585960616263646566676869

©2008 Software Development Network

powered by phorum