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

Software Development Network >> Smart Device

Smart Device

New Question

Menu Items in Menu Bar
ObjectDisposeException error
How to kill a process where I know the exe name, but not process id?
Smartphone Menu.Clear Not Supported
Package 'Smart Device Project Package' has failed to load properly...
Time Zone Read/Set
TypeLoadException + System.Web.Services.Protocols
Missing CloseUp Event on DateTimePicker
smart device project creation failed!
ODBC

Top Answerers

BJBear
Dinesh Bhat
Breck Carter
alpha1105omega
Amry
Alan.328
Harriman
jamescarpino
Remy Baek
Gathar
New Architect
Only Title

Answer Questions

  • Austin H run batch file

    How can i run batch file in device i need to install more packages (cab) at time, but my run.bat netcf.all.wce4.armv4.cab sqlce.dev.wce4.armv4.CAB sql.wce4.armv4.CAB sqlce.wce4.armv4.CAB OpenNETCF.SDF.wce4.armv4.cab Program_PPC.ARMV4.CAB doesnt work, help thanx, Palo Hi Palo, Running the .cab files directly in your batch causes them to all be shell executed at the same time, which will fail because WCELOAD is single-instanced (on ...Show All

  • Luca Giuffrida Force Uppercase

    I have a textbox into which data is keyed. I want to be able to have the keys entered set to upper case before they appear in the textbox. I dont want the user to have to use the shift key. how can i do this Can i do something inside the KeyDown or KeyPressed event that will convert them to uppercase or you could just make whatever the user types in, to uppercase after they press a continue button or something. Dim theString as str ...Show All

  • Devender VS Studio 2005 but no CF 2.0?

    Hi all, This might sound like a stupid question, but I have installed VS Studio 2005 and when I try to create a project using the cf it only gives me 1.0 (not 2.0) Do I have to install 2.0 seperately, or am I just an idiot :) Hope someone can help me. Thanks in advance, Grant. Hi all, I just realised that I am an idiot - I did have the Compact Framework 2.0, but needed to download Windows Mob ...Show All

  • JohnAskew how get music duration time by WMP mobile

    i used windows media interface to get music duration on the windows mobile 5 machine. But my AP always occur error by using IMedia. who has used windows media interface get duration on WM5 I don't know the answer, because you havn't included the actual error. However, you might want to consider getting this information from the State & Notification Broker, which has many different properties about the Media Player http://msdn.micr ...Show All

  • CPrecourt anybody plz help me on media centre

    I unable to configure channels on my meda centre pc. Some channels come in black and white and others in color. anybody plz help me with this . Hi, This forum is for Device Emulator related questions only. Please post this question to the Windows Media PC General Forum. Thanks Vladimir ...Show All

  • konjogu Deployment error

    Hi, since I've updated my .NET CF 2.0 Project from OpenNETCF 2.0 Beta to Release and from Symbol Mobility Developer Kit 1.2 to version 1.3 I cannot deploy my projects anymore. I'm getting a "Referenced package not found" (or "Referenziertes Paket nicht gefunden" in my German VS2005 Pro) error from the "Device Connectivity Component". I've tried to remove all references to OpenNETCF and SMDK and added them again without any success. I've also ...Show All

  • citycourtenay VS2005 Compiler Bug?

    I have some source code that does DES, 3DES encryption decryption based on the algorithm. A lot of bit operations. The same code, with the same testing program, yields inconsistent results: - Compiled under EVC4 for PPC2003 and SP2003, test passed. - Compiled under VS2005 for Win32 desktop platform (UNICODE defined), test passed. - Compiled under VS2005 for any Windows Mobile platform (PPC2003, PPC5.0, SP2003, SP5.0), test failed. Any id ...Show All

  • your evil twin how change IMEI (and phone number?) in the emulator

    I could not find the way to change the IMEI (set to 14250010001) in the emulator ... anybody can help me please Paolo Sorry, but it isn't possible to change this number. Barry ...Show All

  • Holywhippet how to get my Pocket Pc 2003 SE work in VS .NET 2005 beta 2??

    My question isn't how to configure PPC to use internet.. I would like to create a Web application for smart devices and I would like to run it using the emulator PPC and his integrated browser Internet Explorer. But, I don't know which address to write in Address bar of IE in PPC to run the applications I hope you understand my question... My problem is as follows .. I cr ...Show All

  • BAR Which version of CF on WM5?

    Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... Depending on the build it comes with SP2 or SP3 Compact Framework version 1.0 SP3 is in WM 5.0. Which version of CF is installed on WM 2003 / SE Does it even come with CF installed ...Show All

  • Gugapriya Jagadeesan basic datagrid question

    How to fill a datagrid I have a class Database with this method  public DataSet makeDataset(string query) {             DataSet ds = new DataSet();             SQLiteDataAdapter da = new SQLiteDataAdapter("query", cn);     & ...Show All

  • Jose Cabrera CCommandbar and AppendMenu with PPC2003 app in VS2005

    Hi I'm porting my PPC2003 application to VS2005. I've managed to make it compile, but my dynamic menus no longer work. The menu I'm updating was in a CCeCommandbar when compiled in eVC4++, but in VS2005 I'm using CCommandbar. What I do is use AppendMenu to add items to my menu. I do a printout of the items in the menu after appending them, so I know they are there, but they never become visible. I've tried DrawMenubar but it doesn't make a diffe ...Show All

  • Johan N managed API for FileSystemWatcher

    hi is there any Managed API for file FileSystemWatcher i also coudnt find native equivalent function for required task thanks Hello Ok i managed to run libraries with VS2005,however both Create and Delete are not working properly. when i try to delete file by using File.Delete method,it DOES remove file from Emulator FileSystem(i check this by Synching APp with activeSYnch) but it doesnt fire event for Delete.. am i doing it properly o ...Show All

  • Einat scrollbar in Compact framewok windows form

    how can we make the form scrollable in a windows form in compact framework Since you are using NETCF 1.0 the second part of my reply applies. Like I said, add a panel and a scrollbar to your form. Put your picturebox in the panel (and size the panel according to the picturebox with picture). Catch the scrollbar.valuechanged and move the panel up or down accrodingly. I found a sample of the principle here, ...Show All

  • voron999 Bluetooth Code example on windows XP

    Hi, I am not sure if this is right forum for asking this question. I am looking for a code example to create a communiation channel using Bluetooth on windows XP. I have searched in msdn online. It seems that there are 2 ways. The first one is using winsock and the other one is using direct Bluetooth api. However, I haven't found any code example for them. I suppose that winsock programming would be quite similar to classical socket programming. ...Show All

92939495969798990123456789

©2008 Software Development Network

powered by phorum