Software Development Network Logo
  • Visual C++
  • Visual Basic
  • Microsoft ISV
  • Smart Devicet
  • Windows Forms
  • Visual FoxPro
  • Game Technologies
  • SQL Server
  • SharePoint Products
  • Audio and Video
  • IE Development
  • Visual Studio
  • VS Team System
  • .NET Development
  • Visual C#

Software Development Network >> Smart Devicet

Smart Devicet

New Question

VEPushpin.OnMouseOverCallback 'x' Value Inconsistency
How do I Add on Information to the Maps?
CISCO Diver for Windows Ce 5.0
Popups for pushpins have wrong Y coord in Firefox
Destroy a pair of key create by the function CryptGetUserKey
Process Size
Drawing an area using a set of zip codes
PPC Windows Version
vista and live messenger
Problem-Connecting to sql server using pocket pc 2003 emulator..

Top Answerers

Krenshau
Zerrin
aggrothingy
DreamingBear
Tom McDonnell
Yogendran
irvendeep
einstine98
Lana Najm
Penicillin
sitemap
Only Title

Answer Questions

  • VivekGupta2812 corrupt error: 0x8007007e

    Hi, I am upgrading my app on WM 5.0 from eVC to Visual Studio 2005, after everything compiled and started deploying, it came with an error messeage: Unable to start Program.... An error occured usually indicates a corrupt installation (code 0x8007007e). And deployment stopped....Could anybody give me some hint about why this happens and how to solve it Thanks in advance! Good morning, I saw your responce to the other user and have a similar question. I am hoping you can help me too. Upon booting and arriving to the desktop, I continue to receive the folowing error message: ALMon: error loading external resources (0x8007007e) It is driving me crazy trying to find a solution and a fix. Can you help Many thanks! Matthew ...Show All

  • Gpg Serialport.Write deadlock after power up

    Visual Studio 2005 Windows Mobile 5 SDK Compact Framework 2.0 SP1 IPAQ hx2790 Zigbee Compact Flash Communications Module I am writing an application to allow a mobile device to communicate on a zigbee mesh network with other mobile devices/custom hardware/pc's I interface with the compact flash device via a "Windows CE elSerial Driver" virtual serial port and AT style commands - similar to a modem. When I insert the card, the IPAQ will detect the unit, I start my software and I can detect the virtual port, open it, and read and write to the device no problem at all. The problem: After you insert the compact flash card and it detects just fine, you let the IPAQ power off automatically, or you manually press the power button. now ...Show All

  • DonMartin Where to Post Non-Visual Studio 2005 questions regarding device programming?

      This forum is primarily monitored by people from the Visual Studio for Devices Team and some members of the Windows Mobile Team. Some of the Questions are more relevant to core OS , Compilers , Active Sync or General Development questions not relating to VS 2005. To ensure your questions gets looked at by the right set of the people, I determined the newsgroups the Other Product Teams monitor frequently and that would increase your chance for chance for getting a question answered more quickly. Native Compilers microsoft.public.windowsce.embedded.vc General Device Programming Questions microsoft.public.windowsce.embedded and microsoft.public.windowsce.app.development Active Sync microsoft.public.pocketpc ...Show All

  • CACARTER Delegate across task/thread boundaries on .NetCF 2.0 ?!

    Hi! I have a little problem, and i guess it's because i have not really grasped the complete concept of delegates yet. So here comes: I have one instance of class, which runs a a thread that uses a message queue to get notified when the power state changes (RequestPowerNotifications e.t.c.). Now there are other Classes/Forms, which should subscribe to this power notification class and get the subscribed functions called, but in their task/thread context. The functions to be called should be able to do multiple things.. E.g. close a database, update controls on the form. e.t.c. So i thought a delegate could do the trick. There is a delegate definition like this in my power notification class: public delegate void PowerNotificationDelegate( ...Show All

  • Batikit Web service is very slow in device

    Hi, We have Window CE application in Device which sends some datas and signature (in byte format) to the server machine. Currently we are using web service to transfer the datas from the device to server machine using GPRS connection. It is very very slow and even sometime we get error while acessing the Web service. Is any other way to updated the datas in the server instead of using web service or any other options. Device Details : BlueBird BIP 3010. OS: Windows CE 4.2 Server Details: IIS 5.1 SQL Server 2000. GPRS is pretty slow and usually is subject to bandwidth availability. Is it faster, say, over Ethernet If yes, you have bandwidth issues. If no, you have WS performance problem. I trying ...Show All

  • Matt_ enabling NE2000 when launching Saved State

    Hi I've created an image, without the NE2000 option enabled. Then i want to launch my image and to have the NE2000 option enabled. I use the following command : DeviceEmulator.exe /s \tmp\noNe2000.dess /p 000D56FB2057 or DeviceEmulator.exe /s \tmp\noNe2000.dess /p the image is launched, but the NE2000 option is still not activated. Why If i create an image with the option enabled, selecting my netcard, the NE2000 option will be enabled if i launch the image. My purpose is to create an image that will work on several machines. So i can't bind it to a specific netcard. If i finaly succeed to enable the NE2000 option at the image launch, will the MAC address be the one set by the machine that created the image, or will it be set by the machi ...Show All

  • Shawn Rheal DIV Help!

    How do I get my own <div>, and not a custom control to stay on the map at 3D mode I remember seeing that in the wiki... I see the "el." specs and they seem to relate to using the custom control from the sdk. I am trying to display a div there... Or do I just change the "el" to the div id in my wiki case myCustomControl1 and 2 are both divs. The trick is you have to add them to the map control - which i left off (doh) - thanks for spotting that mistake. function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(-29, 152),5,'r',false); map.SetScaleBarDistanceUnit(VEDistanceUnit.Kilometers); map.Disa ...Show All

  • ssfftt Showing default email client in windows application using vb.net

    Hi I am devoloping an windows application. In the main window user can see different images. When the user clicks on the "send Mail" button the active image needs to send as email to the user. But it is not send straight away, the image is attached to the email and it should be shown in the default email client waiting for user to enter the email id. I had implemented it with MSMAPI but we need this in dotnetway. (64bit because MSMAPI is 32 bit.) I tried using the following Dim emailMessage As New System.Text.StringBuilder emailMessage.Append( "mailto:kalyan.v@yahoo.com" ) emailMessage.Append( "&subject=this is test subject" ) emailMessage.Append( "&body=this is test body" ) emailMessage.Append( "&Attac ...Show All

  • Kamii47 Copy files using ActiveSync connection

    Hello,   I am developing an application that at the end of the day saves all the work done in Text files. (this text files are to be read by an application in the computer) Is there any way for me to manage the file transfer of  the files, between the device and the computer     What i want to do is: Once the device gets connected to the activeSync, my application (application in the device) should detect it and then transfer files to the computer, and then get some other files from the computer. I want to send and get files from the computer once an activesync connection is established.   Can you help me Is this possible to do The Mobile Device has Windows CE.net 4.2. I am using Visual Studio 2003 to d ...Show All

  • Pintoo Khaira Closing a Serial Port Connection

    When I try to write my ZPL code to the serial port to print a label it it will not print anything unless put a System.Threading.Thread.Sleep(5000) in there right after the write. Im guessing this is because I am closing the connection before everything has been writen to the printer. Is there a way to close the connection once the write has completed SerialPort serialPort = new SerialPort("COM1", 19200, Parity.None, 8, StopBits.One) serialPort.Handshake = System.IO.Ports.Handshake.None; serialPort.ReadTimeout = 25000; serialPort.WriteTimeout = 25000; byte[] sendData; sendData = Encoding.ASCII.GetBytes(sendString); serialPort.Open(); serialPort.Write(sendData, 0, sendData.Length); System.Threading.Thread.Sleep(5000); ...Show All

  • sdj_dk enabling auto-scrolling of a dialog box when the device mode is changed to landscape in mfc, vc++

    hello evevryone, i have a smart device dialog based mfc application, (vc++). when the device is in the portrait mode, all the controls on the dialog are being shown properly. but once i change the device into landscape mode, whatever height of the dialog fits into the screen size, only so much portion of it is being shown and the controls that are there in that area of the dialog are accessible. the portion of the dialog that does not fit into the screen which contains the remaining controls is not accessible because the dialog does not scroll automatically. is it that, once the mode of the device is changed to landscape, a vertical scrollbar comes automatically or do we have to enable VSCROLL for the dialog or set some style f ...Show All

  • Abdul Aziz icons in listview control not working in Windows Mobile 5.0 on a Dell Axim Pocket PC

    Hi, I have written an application for windows mobile 5.0 using Native C++ with MFC in which i have a main Property Page, I have drawn a list view control with type as Report View in this Property Page . I am trying to show an icon with the List view Items, but the image associated with the items are not visible when i add an element to the control though the text is shown properly. I tried using a 16X16 as well as a 32X32 icon, but none seems to work (even with several different color depths (including monochrome)). I am using the following piece of code void CPresencePage::OnInitDialog() { pImg = new CImageList(); m_list = (CListCtrl*)GetDlgItem(IDC_LIST2); pImg->Create(32, 32, ILC_COLOR4, 1 ...Show All

  • Santosh Ransubhe Compact Framework 2.0 / Web Service Performance

    Hi all, I want to connect to my sql server 2005 database from a device (there is compact framework 2.0 on it). But i can do this by connecting to database directly or by using web services. I want to ask you that which one will show better performance Regards.. sourvil wrote: Hi all, I want to connect to my sql server 2005 database from a device (there is compact framework 2.0 on it). But i can do this by connecting to database directly or by using web services. I want to ask you that which one will show better performance Regards.. sourvil wrote: Hi all, I want to connect to my sql server 2005 database from a device (there is compact framework 2.0 on it). But i can do this by conn ...Show All

  • BhuttCrackSpackle I/O Exception on Save/Load

    I am converting an application from eVC++ to VS2005 C++. I can build the solution, but when I try to Start Using Debug it breaks, and says: Reporting file I/O exception on Save/Load with 10sError = $2 Does anyone know what this means This project is for a pocket pc, so I guess its from the function for the serial connection, but I am not reading or writing anything relating to the serial port. ...Show All

  • brian_tsim Error InvalidOperationException unhandled - help needed urgently

    hi, I have implemented the code for cameracapturedialog using WM 5.0 and VS 2005 and Windows 2000 professional OS .I m getting error using the ShowDialog() method of the CameraCaptureDialog. Code is like this CameraCaptureDialog cameraCapture = new CameraCaptureDialog(); cameraCapture.Owner = this; cameraCapture.Mode = CameraCaptureMode.Still; cameraCapture.StillQuality = CameraCaptureStillQuality.High; cameraCapture.Resolution = new Size(175, 150); cameraCapture.DefaultFileName = @"test.jpg"; cameraCapture.InitialDirectory = @"\My Documents"; cameraCapture.ShowDialog(); Stack Trace ========================== System.InvalidOperationExceptoion: {"An unknown ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum