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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

line graphs with compact framework 2.0 using c#
Pocket PC Phone WM 5.0 Device emulator Internet Setting "Automatically detects setting"
Map events not firing in Firefox 2
Cannot let the Keyboard stay on my property page
Content Sources
stop " Turn off device if not used for .. "
Why my CF1.0 SP2 apps wont run on CF2.0 SP1 device?
how to know the active form in CF?
Problem RElated to continous Response Stream.
Blocking ActiveSync on Device Side

Top Answerers

BMcDowell
msdnmember#4815
prk
dewclaw
Jeffrey Harmon
Pocketmnky
slimjen1
Amos Soma
Pockey
Eric Wellnitz
sitemap
Only Title

Answer Questions

  • AtomZ .be Problem related to sending data to the server

    hi, i m trying to send the bytes to the server using the httpwebrequest.The problem is, i want to send the data in the chunked format, i.e. first i send 20kb then next 20 kb and so... untill its completed. how to implement it should i have the loop, and if 1st 20kb sent, i shud get the response frm the server and then send next bytes.. and so on. plz help,thanx in advance. hi, thanx 4 the reply. Ya connection is through GPRS. plz any help would b helpful. What kind of connection you're on GPRS You should do nothing as underlying TCP would do it for you anyway. Just transmit stream of data, TCP would split that into packets and run needed ACKs. It would th ...Show All

  • Prabu. lineGenerateDigits()

    I am using TAPI and lineMakeCall() to establish a call on a Windows Mobile device. Once the call is established I would like to send DTMF tones using lineGenerateDigits(). One of the phones that I am testing on is a Palm Treo and lineGenerateDigits() only works 1 in 7 times. It never returns an error or throws an exception, the DTMF tones just don't get sent. I have also tested on a Motorola Q phone and it works every time. Any ideas Thanks Harry ...Show All

  • Kolja the process does not exit when applciation form is closed

    hi i m working on a mobile application, the app has a single form, which loads the different controls as per UI flow, say , login , dashboard etc, In My application i have an event broker running (it is mutiple threaded) ,it is used to passes messages to from different background component, and also provides an abstraction for different messaging mechanism. i have disable the SmartMinimize feature. but still when i closes the form with OK button ,the form closes but the process keeps on running , although it is not showing in the Running Program in Memory Settings on the device/emulator. but the memory consumed by the process is not returned and the process is visible with Remotre process viewer. for temporarily purpose, i put code on Fo ...Show All

  • SarahJ mms

    does any a way to send mms with c# code .NETCF does not have classes that support sending/receiving MMS out of the box. OpenNetCF or the windows mobile newsgroups may be of more help to you. Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded General programming (not VisualStudio related) : microsoft.public.windowsce.embedded microsoft.public.windowsce.app.development Native compilers : microsoft.public.windowsce.embedded.vc ActiveSync : microsoft.public.pocketpc.activesync ...Show All

  • christine21 skipping among controls of form

    when navigate through controls that placed on Form (or panel), the ‘next’ of the last placed control is the first control that placed on the form (with the assumption that we keep the tab order..), my question how can I change the form behaviors that when last control is focused, this skipping will not take place (the only way to move will be up), like all the native menus of the WM OS. thanks, Oren I would suggest rearranging controls so control on the top can get focus. E.g. replace label with LinkLabel or put another text box on top. the first control in my form is label and a textbox beneath plus other controls. when the user scroll down, and the form scroll the client area, ...Show All

  • logtorahul CF2 Treeview key handling problem?

    I recently upgraded my application from CF1 to CF2. Form1 has a Treeview on it. Using CF1, when the treeview received a Keys.Up or Keys.Down key,it would select the previous or next node in the treeview. Now using CF2, it does nothing when it receives a Keys.Up or Keys.Down key. Is this a bug in CF2 or is this how a treeview is supposed to work If it's a bug, does anyone have a suggested workaround or do I need to patch the bug with my own node selection I just tried this and it seems to work just fine for me. Are you sure the treeview control has focus and is actually receiving the keyevents What kind of device are you using How did you upgrade your application It's possible that when upgrading ...Show All

  • CHolmes out of storage space

    I would like to install CF .NET v2.0 on my iPAQ. Under storage i have 50.4 total with 44.47 in use. That leaves 5.93mb free. When I try to install CF it wants 5.4mb. The install runs almost to completion then aborts with out of space (error code 3). How can I free up perhaps .5mb All my applications are installed in the Programs which has 30mb free. To free up storage space you'd need to delete something (e-mails, notes, applications, documents, pictures, sound files, temporary internet files, etc.) you don't need or move it to storage card if you have one. Sorry for been "Captain Obvious" but it's in the nature of your question. ...Show All

  • Al33327 Tray a VB application on Mobile Device

    I am trying to figure out how to Tray a running application using Visual Basic.  I have found alot of info and even the sample code for doing such a thing, but they are all written in C. I would like for the program to start, then then have a button in the Form that will then "Tray" the application, and then when they "click" the Tray Icon it would restore the form.   Any help would be appreciated... I guess if someone know both C and VB you could maybe convert it for me   Or even tell me of a different way to do it other than the sample.   C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\TrayApp\ Trayapp.sln     ---- this is where the sample program ...Show All

  • Tomas Restrepo Redeploys DLLs Every Time

    I'm using VSTS to develop an application for Windows Mobile 5 devices. All my DLLs are redeployed every time I hit F5, even if no changes. Is this a known problem Are there any workarounds When you say that you are developing an application for WM5 devices using VSTS, I am assuming that you are talking about writing Unit Tests also and the behaviour you mention is to do with running the Unit Tests If that is the case then, this behaviour is known. In VSTS it is possible to run old tests. In the test results window, the dropdown will show previous test runs. Selecting any one of them will load the previous runs. One can then re-run that run. This behaviour enables the scenario where you can compare the r ...Show All

  • managar Click Custom Pushpin

    How Do You Add A Custom Pushpin This is the code I am testing this out with and it will not work. Do you know what is wrong in the code making it so it dont work   < script src ="http://dev.virtualearth.net/mapcontrol0u118 3/mapcontrol.js"></ script > < script >             var map = null ;             var pinID = 1;             var directions = null ;             function GetMap()       { ...Show All

  • briggins5 Getting more than 250 results

    On Monday it was observed that MSN Search would give access to 1000 search results like Google and Yahoo for the first time: http://forums.searchenginewatch.com/showthread.php p=90787 I've tried accessing more than 250 results with the MSN API, but so far the most I've been able to get is 290 results. Is MSN going to up the number of returned results for the API like they have for the public web interface Thanks, Frank The announcement about more than 250 results was regardin the MSN Search website, not the web serivce. I believe you need to upgrade (i.e. pay for) to a commercial application ID to get more that 250 results; but I can no longer find a reference to this. Mark, As an academic res ...Show All

  • sahridhayan Capture devices initialisation and status before each use.

    Hi, is there any way to capture device status to see for example if sound card and the mic are fine There is no "sound card" in Windows Mobile devices sorry I did not mean sound card just sound and mic are working fine. The reason behind this is to prepare the device for a VoIP application. You can check for available devices by calling waveInGetNumDevs() and waveInGetDevCaps(). However, there’s no good way for you to check if there’s a microphone attached, which device/input it’s attached to and if it’s working or not. At best you can ask user to say something and see if there’s signal produced. That's how setup works on pretty much all ...Show All

  • O11y DEP blockin Live Messenger 8.1

    Why does DEP keep block my Live Messenger how do i overcome this problem The right click properties run as admin worked like a charm, thanks alot. and Good luck to you all! This is usually caused by an older version of Flash that has a bug which crashes under DEP. If you upgrade flash, things should be fine. If upgrading flash doesn't help, please let me know so we can look into it. I have an Acer computer and went to the link above. Unfortunately i'm not exactly a computer genius so had no idea what it was on about. Can anyone help me out hahaha got me a 9302 yesterday... exactly the same.. spend 2 hours trying.. run as admi ...Show All

  • cb3431 Configuration Service Providers & CM_PPPEntries: how to specify extra parameters

    Hello, I'm working on an extension of an existing order entry application running on Windows Mobile. The extension allows the automatic configuration of email and internet connection - and I've done them using the Configuration Service Providers CM_PPPEntries and EMAIL2, and the DMProcessConfigXML API. Now the customer asked me if it's possible to configure in CM_PPPEntries parameters such as the baud rate, the "Wait for dial tone before dialing" flag and the extra dial-string modem commands (as defined in the advanced settings using the connection wizard applet). Is this possible Thanks Antonio These are set using RAS API or TAPI. The CM_PPPEntries provider can also set them via DevS ...Show All

  • blue56789 FAX API..for Windows Mobile

    Hello, is there anyway for me to use internal modem in pocket pc phone to send and recieve fax..is there any API or third party API for that or can i use Windows API fax services in Windows Mobile. Really appreciate Thanks I’m afraid not. See this . ...Show All

97989901234567891011121314

©2008 Software Development Network

powered by phorum