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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Photo Upload Tool
Null null lovely null
Inbox Message reading control
SubmitOrderForApproval
Upgraded VB6 application to PPC
WebControl error..
Unable to create cab files in visual studio 2005
datareader is not good to complex sql statements ???
Enabling SysTray on WinCe 4.2 NET CORE version
how can i use the webbrowser control?

Top Answerers

Carl Bruneau
Eva Pierce Monsen
smwoodward
glenna
Ingenious
Annihil8
RWF
bongoMaster
elemr
Nick Mc
sitemap
Only Title

Answer Questions

  • Joe Pickering CS_NOCLOSE not work?

    I want to create a window without Titlebar and without Close button,I set the WNDCLASS type param in the <RegisterClass> function with CS_NOCLOSE,but it does not work. In MS's document ,it is said supported,Why ...Show All

  • TBotnik IRDA number bytes sent less than number bytes received

    I am tring to transfer files between 2 Dell AXIM X5 devices using IRDA. When I try to send the same 2048 bytes, the receiving device is consistently only receiving 2045 bytes. Here is the code: here is the code that is sending the data on the sending device: //send data IrDAClient client = null; Stream stream = null; BinaryWriter binaryWriter = null; try { client = new IrDAClient(_serviceName); stream = client.GetStream(); binaryWriter = new BinaryWriter(stream); binaryWriter.Write(buffer, 0, 2048);//buffer is a byte array. In the debugger I paused it here and determined that it does have a length of 2048 } catch(Exception ex) { MessageBox.Show(ex.Message); } finally { if (binaryWriter != null) { binaryWriter.Close(); } if (str ...Show All

  • Wayne Sepega Replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005

    Hi, I want ed to know - can I replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005 (PPC and MS Smartphone) on my user profile I am not sure that it’s possible generally. Can anybody help me regarding this Any sites..releted documents...releted code.... Have you any ideas about this issue I know about this forum... Certanly I mind programming replacing. Hi, I want ed to know - can I replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005 (PPC and MS Smartphone) on my user profile I am not sure that it’s possible generally. Can anybody help me regarding this Any sites..releted documents...releted code.... Have you any ideas about this i ...Show All

  • VBTeacher MSMQ Over http in .net cf 2.0

    Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For Windows Server 2003 I had to install a msmq over http component , is there something similar that needs to be done on the device/emulator Am I missing something here Thanks, Deepthi Yes, there's MSMQ ISAPI DLL you need to hook into CE Web server. Also you need to fix all networking issues. You must be able to reach device MSMQ URL from desktop’s IE. I would advice against using AS for networking as it’s quite limited. S ...Show All

  • AmitKa Modifying Power Button Event

    Hi, This may sound wierd, but I've seen it done before, so I know it's possible. I would like to have something running (a console based program running in the background on Windows CE) that does it's own thing, but when the user presses the Power Button, it doesn't actually stop everything and go into suspend, but instead just turns the screen off (which I know how to do) and doesn't suspend. Does anyone know the way I can disable the power button sending hte suspend event and capture the power button key (VK_OFF) event to run my own code I can't seem to find anywhere how to capture a keypress event WITHOUT using a graphic window program. As my application runs in the background, I don't see the need for a windowed application. Cheer ...Show All

  • Michael Hesselbach terminal services client for windows mobile

    Hello, How and where can i download or purchase windows mobile terminal services client into my T-Mobile Dash Thank You, Carlos 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 software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • connect2sandeep Local Live Url

    Hi I am making a link from VBA (Access 2003) to local live site, i want to know the url so i can do this Local.live.com/.......City, Postcode (....... being the indentify) it's the same as maps.googles.com/maps q= city, postcode etc I want to use windows live local as it gives a better quality picture of the place i am linking to Regards Go to local.live.com, click on help (bottom right) type in "build your own url" in search box, click the submit search button Now you have all the links you need in building specifically what you need Hope that helps cheers buddy! ...Show All

  • prashant mulay send a file from pda to pc

    Hi! Could you help me with the first step how to transfer a file from pda to a PC connected to the net The PDA has a GPRS internet connection. I can send bytes through sockets but I consider splitting a file into pocket rather unreliable. Do you have some sample code or what keyword should I look at Thank you!  Hi jaczura, What kind of PDA do you have Does it run on Windows CE Does your PC run Windows OS Thanks, Jagadisk Hi, Jagadisk Kulkarni . I got the some problem.I want to send a file from target device(POKER) to my PC.what should I do Hi jaczura, One way to get the files that are on the device is to use the functionality provided by Ac ...Show All

  • nicky_tsh Max zoom out or zoom in parameters?

    Is there a way to set the max zoom-put or zoom in MAP parameters Well here's the code: http://viavirtualearth.com/Wiki/min_max_zoom.ashx Yeah, the zoom control works but only after it's zoomed past a max or min, then zooms back in or out. Not perfect. If we knew if the user wants to zoom in OR out we could catch it onstartzoom instead of onendzoom. Thoughts I think attaching a onzoom event can catch it ... great idea. I'll give it a try and post the code. I don't think you can, but on map change zoom you can try something like: var currentZoom = map.GetZoomLevel(); if(currentZoom >= 13 ...Show All

  • The DJ VE on Blackberry ?

    Hi, The application I'm developping shows maps on a webpage and I want to show it on a Blackberry. Is it possible to use VE on a blackberry Thanks Stephane i guess not, blackberry is an old and *** device. the browser wont have the caps to do all the jabbascript stuff in the ve jabbascript file I think this issue is the lack of support for the XMLHTTP() object that allows VE to get its data using AJAX. Plus you need the guts to run it, and the bandwidth to fetch the tiles. There is a specific project that has build support for windows mobile, but it is a complete replacement not using the browser. John. Taken from Wikipedia.org: Modern BlackBerry handhelds incorporate an ...Show All

  • Oleg Ignatov Problem RElated to continous Response Stream.

    Hi All, I got a endless Response stream (which is XML data) in turn to my Http request that I send to my server. When ever I try to do StreamReader reader = new StreamReader (response.GetResponseStream()); while(!reader. EndOfStream ) { do something } My compiler keeps gathering the response until some predefined timeout occurs. which is approximate 4-5 minutes. Then only after this I am able to read my response. Same things happens again when it automatically starts appending the repsonse again. Can somebody tell me a way how to do it right How to reduce that predefined time to some seconds so that i can deal whatever response I got instantaneously. It would be a great help of your's, If anyone c ...Show All

  • Nihal Chand Today Plugin: Initialization issue error => Hard Reset ... healp much more appreciated

    Hi all, So, here is my problem. I've done a little Today Plugin using VS2005 Beta 2. This plugin is working really fine, I can load it, unload it, play with it ... etc. But if I perform a soft reset while the today plugin is loaded, the pocketpc is not "booting up" anymore. So I assume the OS has some troubles to initialize my dll ... but I really don't understand why. I don't try to access to the storage card, even to the storage area. I just load some files (.bmp and text files) on the InitializeCustomeItem ... and only after having checked that  myDll::InitInstance has been performed. All this plugin is based on the "standard" project:  Visual C++ / SmartDevice / MFC Smart Device dll  (static link) OS : Windows Mob ...Show All

  • zapacila89 CAN NOT UPLOAD LARGER PIC ???

    I used windows live writer to refresh my blog, and there is a problem that when I try to upload a pic which size is more than 50bytes(not very sure, but nearly to this size), it just return a message from  Remote Server , 403 forbidden. Is there any limitation of the pic size But if not, can anybody tell me why or how With great thanks, Michael   Michael: This forum is for questions and discussions related to Windows live Spaces development. For issues with Live Writer, try the Live Writer forums at: : http://groups.msn.com/windowslivewriter/ . ...Show All

  • Vijay Guru Prasadh ListView Box Smartphone

    Hi All, I have a listview box in my C# application. I need to progmatically change the list view item in focus. I am able to do this on the PPC app because the Listbox control supports this. The Smartphone does not have support for the Listbox control s I must use the listview. -In my app I have an alphabetical list in the list view. -as the user types text in the textbox the Listview needs to scroll to the nearest match and put focus on it. Thanks for any help. Mike Hi Guys, I used Zai's solution and it worked great! Thanks for your Help. mike Dear Mike, Here we have two solutions on this problem. The first one is ju ...Show All

  • watch is MediaPlayer OCX on Samsung Blackjack

    I'm unable to get create an instance of a Windows Media Player control on the Samsung Blackjack, although the same code works properly on every other WM5 device we've tested (Moto Q, Cingular 2125, 3125, Dell Axim, etc). When either of the following lines of code are executed: hr = spHost->CreateControl(CComBSTR(_T( "WMPlayer.OCX" )), thisHwnd, 0); hr = spHost->CreateControl(CComBSTR(_T("{6BF52A52-394A-11D3-B153-00C04F79FAA6}")), thisHwnd, 0); the following messages can be seen in the debugger's output window: [Stack fault]: Thread=86a2c7f0 Proc=8431bb80 'testapp.exe' AKY=00040001 PC=0306bbd0(imaging.dll+0x0001bbd0) RA=0306bce8(imaging.dll+0x0001bce8) BVA=26030fe4 FSR=00000007 The message ...Show All

12345678910111213141516

©2008 Software Development Network

powered by phorum