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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Send Info To Text Box
Pocket PC 2003 Emulator can't connect to Activesync in neither evc4.0 or Visual studio 2003
creating a timer with VS2k5
TCP/IP transport via ActiveSync?
how to detect if phone is "turned off"
Open the Add New contact app inside Contacts
File Path Problem in Smart Device Deployment
Deploy CF 2.0 CAB using project
HELP!!!!!
Unable to create cab files in visual studio 2005

Top Answerers

KRSE
mharoun_ca
anders_sms
Cory Cundy
Yusuf Hermanto
en_tokan
SQLDataMonkey
Epoch
MagnusJ
fbalas
Virtual Private
Only Title

Answer Questions

  • redwood739 How to drop database table if it exits in sql mobile version?

    Hi, am using VB.net and Visual Studio 2005 to compile a program for a Pocket PC with MicrosoftR Windows Mobile 2003 Second Edition. I am using sql mobile also. How to drop database table if it exits in sql mobile version Thanks a lot. First do a query which uses the COUNT command. If that query succeeds you know that the table exists and then you can do a drop query. You can't do this in one query, because SQL Mobile does not support multiple queries in one command. Hi, Thanks for your reply, and in fact I know your solution, but if the database table does not exist and we drop this table, an error will appear. What I want to complete is like one of the following two queries. But ...Show All

  • julial77 Load Image from stream?

    .NET CF 2.0 Trying to load an image into a picturebox from a memorystream - is this possible when I try to do it I get a notsupportedexception theImageStream.Position = 0; this .thePictureBox.Image = new Bitmap(theImageStream); I dont think so.... the whole writing to stream is "wrapped up" when we get a "command" or notification from the server saying something like EOF, which then it writes the last bits of data recieved (minus the EOF command) pretty much its:   write data from byte[] buffer into memorystream flush memorystream send memorystream to method   method wants to load the image from the memorystream, first setting the memorystream position to 0 (beginning of stream) ...Show All

  • Giridhar Damodaram Windows Live Mail Desktop BETA Syncronize problems

    Hi, I'm having problems with the desktop beta. It says I must sync and it give me the address: http://ideas.live.com and to join the notification list. I went there and I cannot find it. I'm computer illiterate when it comes to things like this. Everythign I find directs me to the forum for it, but nothing directly says how to syncronize. Can someone please just say how to do this in dumbed down terms Thanks Hi, i am having another trouble with WINDOWS LIVE HOTMAIL...well i wanted to change my Name in options...so when you send an email it comes up with Natasha...like from Natasha...but when i go in there and try to change it, it doesnt work...it will say your information has been saved but when i ...Show All

  • Violetnightsky Low battery notification in CF ?

    Hello, Does anyone know how to test for a low battery or get a low battery notification in the Compact Framework Thanks for any ideas, Tom Tom, I don't believe there's a way specifically in the Compact Framework libraries to test the battery levels. However, Windows Mobile 5 includes some managed APIs that could help you. You'll need to add Microsoft.WindowsMobile.dll and Microsoft.WindowsMobile.Status.dll to your project. The particular properties you'll be interested in are SystemState.PowerBatteryStrength and SystemState.PowerBatteryState. You can do a simple check, something like: if (Microsoft.WindowsMobile.Status.SystemState.PowerBatteryStrength == Mi ...Show All

  • GalaxyNg Problems to open PR_BODY message property - CEMAPI

    Hello everyone, I am having a problem to get the email body from IMessage using CEMAPI in WM 5.0. My application is actually an extended menu item (implements IContextMenu COM interface) that takes part in the Inbox message menu. By selecting the extended/my menu item I open from code a cemapi session and I retrieve the selected message. I succeed to get the message properties without errors (e.g. PR_SUBJECT), but when it comes to PR_BODY the behavior is different. The following common code that I am using always returns 'MAPI_E_NOT_FOUND'. hr = pMsg->OpenProperty(PR_BODY, &IID_IStream, STGM_READ, 0,(LPUNKNOWN*)&messageStream); I looked over the web and I didn't find any solution for ...Show All

  • Grosie Attach Windows CE 5.0 emulator to Visual Studio 2005

    Hi, I would like if someone could help me out on this. I installed the Windows CE 5.0 emulator on my machine. But It is not recognised by the device emulator manager. So i cannot directly debug or run from Visual Studio. Is there a way to add this emulator to the Device emulator manager so that i can directly run my applications from Visual Studio 2005. Totally in accord with you. I left the linux word as I thougth it was too complicated. But after months of trials and after reading tons of confusing informations I can't start my project. Do you think my customer wil be satisfied when I explain about all those downloads and patches and troubles Really a bad experience. ...Show All

  • Padu Merloti Issue with soft keys...

    Hello out there.. I have a problem that is very similar to this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=94963&SiteID=1 However, my setup is different, and that thread was created in 2005, so I thought I'd start a new one. I am using Platform Builder for Windows Mobile 5.0, using both AKU 3.2 build 15632 and Crossbow build 15242. I created a SmartPhone Project through the Build Window Wizard, by cloning the Device Emulator BSP, retail release type, and 0409 English, 96 DPI. The project builds as expected when running BuildAll.bat. That part looks good. I was able to download the image to the emulator, and the device initializes. But, the Soft Keys, Talk and End keys are misinterpreted as 1 through 4, respectively. ...Show All

  • VictorArce Programming for motorola Q phone

    Hi All. I cannot find a template in VS.net 2005 for mobile 5 smartphones. Can someone point me in the right direction for developing for a motorola Q phone thnaks Really! You need WM 5.0 SP SDK. Hi Ilya! I know. I develop to Motorola :) Can an application drive the camera, taking images on a timer and sending them without user intervention Is there a website with the basics of what is required to program for the Q phone Thanks Stu Oh, yes. Q is Windows Mobile 5.0 SmartPhone so you need Windows Mobile 5.0 SmartPhone SDK. As soon as you install that your VS 2005 would get WM 5.0 SP project type. If ...Show All

  • dcaton API Call to switch off the device

    Hello everybody! I'd like to programatically switch of my Mobile Device. I think about a call to a dll file, like you do when you perform a softreset. (coredll.dll) I know that switching off a device is only possible with a special series.... like the Qtek S100. Are there any hints thx in advance & kind regards Thank you for the quick answer, unfortunately, this call just turns off the display. I'd rather need a command that switches off the device completely, like it does when you press the power button for about 2 seconds. thx in advance & kind regards Hi, I tried both, this: [DllImport ("coredll.dll")] internal static extern int SetSystemPowerState (string psS ...Show All

  • Can-Ann Read xml with DOM in Pocket PC

    Dear All: ******* I have the following code to read an xml file: ************************************* // Pocket_XML01Dlg.cpp : implementation file // #include "stdafx.h" #include "Pocket_XML01.h" #include "Pocket_XML01Dlg.h" #include <objsafe.h> namespace MSXML { #include <msxml.h> } #include <ocidl.h> //try these to fix filestream.h issue #include <objidl.h> #include <rpc.h> #include <rpcndr.h> #ifdef _DEBUG #define new DEBUG_NEW #endif // CPocket_XML01Dlg dialog CPocket_XML01Dlg::CPocket_XML01Dlg(CWnd* pParent /*=NULL*/) : CDialog(CPocket_XML01Dlg::IDD, pParent) { m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); } void CPocket_XML01Dlg::DoDataExchange(CDataExchan ...Show All

  • Bastiaan Molsbeck UDP Client mobile Client For Communicating to desktop pc

    Hi, I developed the socket client application on mobile and socket server application on the desktop pc using the SOCK_STREAM both application commnunicating through active sync . But when i am creating same application for UDP using SOCK_DGRAM the application can not communicate through active sync . in client app sendto function of the winsock is succeeded (not returning any error ) but data not receive at the server end . Whats reasons is active sync not supporting the UDP socket communication how this can achieve Give me any details to make this possible . Thanks in advance Hi Anant, Sorry for the mis-interpretation. I tried a lot for sending UD ...Show All

  • Steve Harding Device eumlator won't work

    I have been using Visual Studio 2005 for a short time and have been working on a simple mobile application. I am now to the point where I would like to see what it looks like on the actual device. I tried to start the device emulator by selecting Tools/Connect to Device and then picking a device. No matter which device I choose it fails after just a few seconds. It originally complained that I didn't have ActiveSync installed but I have now done that. The message I get is simply that the "connection failed". What am I doing wrong Thanks for any help... Sorry, you're at the limits of what I can figure out from the forum. I recommend you contact Microsoft Product Support Services (PSS). They may have better tricks an ...Show All

  • Michael BBB Help Needed - Windows Mobile and Storage card

    Hello! Have a windows mobile HTC Tytn rebadged as Vodaphone Just broughta new storage card, and yet when i open windows media player on my PC it doesnt pick it up. It picks up the on board one. 'My computer' sees it. My phone knows its there, as i have stuff stored on it, but not media player. I have been into every setting, preference and option and cant seem to change anything so i can point it to the card. Any ideas Cheers This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party s ...Show All

  • ananta Aborting webservices

    Hi From my emulator when i call a webservice some times it hangs.. I set webservice.Timeout=4000. So after 4 seconds the webservice should be aborted ..That is not happening..How can i solve this issue...   I am using VS 2005, .NET CF 2.0, SmartPhone - WM 5.0 Thanks Hi, I think your problem may be where you are placing the code which sets the Timeout property. If it is placed in the async callback delegate as it is now, it will only be invoked after the webservice has successfully returned data (or timed out using the default timeout). Try to see if the following code behaves any better for you, notice where the code to set the Timeout property is located (the highlighted section). Cod ...Show All

  • Darren Tao System.TimeZone.CurrentTimeZone

    I am writing an application for a Windows Mobile device using C# and .Net Compact framework. I need to obtain the system timezone or timezone that the user specifies in the Settings/Date and Time area. System.TimeZone is an abstract class and if I do try to call System.TimeZone.CurrentTimeZone I get a NotSupported exception. I have also tried p/invoking GetTimeZoneInformation() and also received a NotSupported exception. I went to pinvoke.net to see what methods are available under coredll.dll and GetTimeZoneInformation is not there, so I have no idea how I am to get the timezone. Thanks Harry Which version of NETCF v2 do you have Can you print out System.Environment.Version in your application ...Show All

333435363738394041424344454647484950

©2008 Software Development Network

powered by phorum