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

Software Development Network >> Smart Device

Smart Device

New Question

Remove TextBox Border
Api or Class to create and active a connection GPRS?
Changing the BackColor of a Read-Only TextBox Control....
I can't install and use ActiveSync by some TCP/IP Isuue. Please Help.
Emulator softkeys
Updated images for Windows Mobile 5?
Pocket Word or Notepad programming
What happen with CF after installing VS 2005?
Can the .NET compact framework meet my application requirements?
Connection to SQL Server 2000

Top Answerers

sprayer
feelingfoel
Carlos Loachamin
InHowes
Kazius
mdeep
Sauas
VijayVeera
naveen73
Becky_Yny
OS Config
Only Title

Answer Questions

  • C.Batt problem setting up connection for Pocket PC 2002 emulator

    help~~~ i have installed MS Loopback Connector on my desktop and the connection icon run well in my system tray. I try to ping it and it show the connection works as well... However, when i use my emulator to connect to www.microsoft.com (for example), it prompting an error message: Trouble Connecting Unable to connect with current settings. To change your connection settings, tap settings. i do not know what's wrong with my connection.. and i ...Show All

  • John Bailo Dns.Resolve timeout...?

    Dns.Resolve blocks while it is waiting for DNS to resolve. I'm in a wireless networked environment, and this is causing me problems. Is there a way that I can either set a timeout for Dns.Resolve, or call it async and terminate the call if it doesn't complete within x time frame Thanks! Is there a way to check with the data is available So I know how long to wait for Thanks! BeginResolve, wait, then EndResolve ...Show All

  • KingBilly Keyboard driver modes - How would one implement two diff behavior?

    Hi, My WM2005 device has a sliding alpha-numeric keyboard.   When that keyboard is open on the WM2005 Today screen, the keyboard enters a "numlock" mode.  This is where some overloaded keys that act as the phone’s dial-pad only output numbers, not characters ( so a user can initiate a call from the Today screen ).  When an app such as Pocket Word has the focus however, the keyboard functions “normally”, meaning all keys output ...Show All

  • Suddhasatta No sysmbols have been loaded. .NET 2.0 PPC

    Hi all. I am trying to debug a 2.0 .NET PPC Application. The problem is that when I try to debug the application it says : No Breakpoint will currently been hit. No symbols have been loaded for this document. This happens only when I try to debug the application, cause I deploy and debug it goes fine. The point is that when I deploy the application it copies the entire .NET libraries, even the not referenced ones. Any advice ...Show All

  • scotts_43035 What event is fired when using a Pen to select a Control?

    Hi, and happy Easter all! I am creating a Forms application for a QTEK Smart Device and was wonder what event is triggered when I select a Control with a pen I can't seem to find a relevant event when searching through a controls event properties. Device: QTEK. CF: 1.1 Thanks Tryst Top stuff, Andrew! I will attempt to implement this when I resume work this evening. Thanks for your help. Tryst using System; using System.Col ...Show All

  • Ziga Open/Run HTML+JavaScript in Pocket PC 2003 Form

    I need to open and run in my application's form (Pocket PC 2003 + .NET v1.1 + C#) a file with HTML+JavaScript content (that implement a mini-texteditor). Something like an Internet browser but it is in a form with other Windows.Forms controls (if it is posible). Scenario: user can input a text in a html textarea and formatting it (with html tags) using a JavaScript tool. Finally the user can save that in database). Can I get some help with ...Show All

  • Chris Lorton Info about SDCArd and other Memory card.

    Hi, I have any questions : [1] - I must to control if in my Pocket pc exist a Memory Card. Can i make it in C# [2] - I must to control the free space in Pocket PC and in my Memory card. Can i Make it in C# [3] - How Can i work with a DB that i create in memory card Thanks. Alessandro Graps You might want to try the State and Notification Broker API - http://msdn.microsoft.com/mobility/windowsmobile/howto/windowsmobile5/api/default.a ...Show All

  • NormanHH Auto-generated Code

    Hey everyone, I have a VB2005 project with a SQL Mobile database. The database is rather large. I've created parameterized queries to load grids and selected the grid task to Generate Data Forms. I delete the New menu option and the editable form. I am just using the detail form that opens when a record in the grid is selected. My problem is that when I click on a record on the main grid during testing, it takes an extremely long time ...Show All

  • India62 TextChanged event not happening?

    It seems a very basic thing to be wrong, but it seems that the TextChanged event is not happening when the text of the textbox is changed programatically (but it does when text is typed in).  The relevant section of MSDN says... Remarks This event is raised if the Text property is changed by either a programmatic modification or user interaction. But in this test app, it only happens when the user directly enters text, not when progra ...Show All

  • Paolo72 web service with dime attachment for ppc

    hi all, I need to upload a .wav file in a pocket pc to a server with a web service. I have problems with dime attachments. Have any sample code for this Or any idea Why not simply create a web method that takes a byte array and pass your wave file to this method. Granted, there'll be an overhead of about 60% because of MIME encoding, but this is so much easier than DIME. If you insist on using DIME, I recomme ...Show All

  • JamesChapman44 Help using a videocamera in a pocket pc with WM2003

    I have read a lot about it but I don't have aby clear idea. I'm new with pocket pc and with windows mobile so I'm a little bit lost. I am developing (in C language with Visual Studio) an application that reads 'in live' the video streams of an iPAQ and use that streams to gather some info to display in the screen. In order to make that possible I have to access my camera to obtain those streams. I have read about using Directsh ...Show All

  • leplaidn Can't deploy application to emulator using VS2005 Beta 2

    Hi I installed Vs2005 two days ago and was impressed by how easy it was to test on the emulator.  Everything worked smoothly, I pressed the debug button and the emulator loaded, all the files required installed and the app ran. Today I loaded everything and it just won't work.  The following errors come up - "Deployment and/or registration failed with error 0x80070003.  The system cannot find the path specified." Sometimes if i c ...Show All

  • Yinon Get selected text in WebBrowser (PocketPC2003 in .NET)

    Hello all, do you have any idea how could I retrieve the text that the user has selected in a Web Browser control (the one found in CF2 or the one from opennetcf.org) I want to do this so as to know what word or phrase the user has selected. I'm programming n VB .NET and the only solution I found till now is the control wrapper provided by Intelliprog.com which has this functionality. Visual Studio 2005 - Compact framework Thanx in advance ...Show All

  • Hannah82 could .netcf 2.0 serialport component not support windows mobile 5.0 ?

    Hi everybody : I read many articles in forum ; there are many people having this problem. could anyone have solution in this problem Hi Ilya Tumanov How did you map USB device on to emulator's serial port this is my statement : In general , when you plug GPS receiver in Desktop PC , the pc will give device COM port I open COM port in emulator according to this information. Is this ide ...Show All

  • Sergey Kuryata reference error in vs2005

    In vs2005 wince platform , can uses "reference" I can not get the correct address when I use "reference". The code as follows: class fa { public:  int a;  void do1(fa& _a) {   fa& a = _a;  // error at here, a's address is not equal to f2's address, why  }  void do2(fa* _b) {    fa* b = _b;  } }; int main() {  fa f1;  fa f2;  f1.do1(f2);  f1.do2(&f2); &nbs ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum