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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Newbie. I want to enhance the image quality.
direct draw error
Beta of Microsoft Certification Exam 70-540
Where can I find the .chm files to the latest AdCtr API
VE within an .aspx page
Image Search
Problem with Installer
What Are My Development Environment Options For Developing C#/.NET CF WM5.0 Apps?
multicolumn combobox in pocketpc application
Logical NOT (!) operator broken? What's happening?

Top Answerers

tmiller3
M.N. Ahmed Sahib
sRi rAM
Bhupesh Bareja
ajay1007
Albert_Khor
enric vives
Nefer-Ra
FredMunro
JohnmanCarl
Davisor
Only Title

Answer Questions

  • Anton__ Saving State...

    When I try to 'save state and exit' from file menu, the message SAVING STATE... is displayed but nothing seems to happen. SAVING STATE... does not disappear and nothing is saved. I have tried device emulator V1 and V2. NK.bin is made using device emulator bsp, but I also tried SMDK2410 bsp - with the same result. Any ideas Can you please verify if you are passing '/s' option PB doesn't pass this option by default. If yes, please send the command line using which emulator is launched. -Thanks, Mohit Won't work! There's no way of saving state in the device emulator if you use the CE 5.0 BSP. You have to buy Windows Embedded CE 6.0. It's fixed in that version. ...Show All

  • shaase444 Wrap Text

    Can anyone tell me (newb) how to wrap the text round a pic in a pushpin popup At the moment the text comes after the pic and takes up alot of space Heres my current pushpin text: var veSouthwell = new VELatLong(53.077269761289195, -0.9560036659240723); var veSouthwellDetails = "<img src='../images/minsterextweb.jpg'><br>With its imposing Norman Minster, literary and historical connections and its famous Bramley Apple, Southwell is a place you will want to return to again and again."; var veSouthwellPin = new VEPushpin('Southwell', veSouthwell, '../images/icontowntour.gif', 'Southwell', veSouthwellDetails); vemap.AddPushpin(veSouthwellPin); Thanks Try to insert it into ...Show All

  • xlordt How to debug my phoneime.dll on windows mobile emulator for smartphone?

    hi, all When I start debugging, compile and deploy sucessfully, but notify me non-exeute file,no debug. My input method can't be called out also. Then I revise regedit,inputmethod can be called out. Then debug, deploy failed: Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\phoneime\phoneime.dll'. Error 0x80070020: The process cannot access the file because it is being used by another process" . What's problem Thanks. IME is loaded by shell and kept in memory. You need a soft reset to be able to deploy a new version ...Show All

  • Ather. How to load the texture in WindowsMobile.DirectX?

    Hello. In Visual Studio 2005 in projects Visual Basic, Windows Mobile 5.0 Smartphone, Device Application I have debugged (from msdn2, Managed Direct3D Mobile Samples) four samples: Direct3D Tutorial 1, 2, 3 and 4. However I cannot debug the fifth sample "Direct3D Tutorial 5 - Textures". In this sample for loading a texture is used the next line: TextureImage = TextureLoader.FromStream(dev, _ Assembly.GetExecutingAssembly().GetManifestResourceStream( _ "Textures.Banana.bmp")) In this line instead of the word "Textures" I wrote down both the name of project, and the name of file, and the name of folder, in which I have copied the texture Banana.bmp. I have added the texture Banana.bmp in the p ...Show All

  • leclerc9 Windows Mobile 5.0 USB driver development

    For my master thesis, I need to develop software that controls a medical implant over a USB link. This USB link requires 1 control transfer (the standard one required by the USB standard) and bulk transfer. In order to do this I need to develop a USB driver to communicate with the implant. Up until now my experience developing for windows mobile: NUL, my experience for developing drivers: NUL. Ofcourse I've already done alot of reading, and on the msdn website I only find some information about developing a USB driver, and there it states I need the platform builder.. which is not free. After what I read about the platform builder, it just configures a whole new windows Mobile, but that's not really needed is it I have a certain PD ...Show All

  • Nash Bridges Reproduce MP3 by CF 2.0

    Hi everybody!! I'm trying to reproduce MP3 by CF 2.0 about WM 5.0, however I have got to reproduce only WAV: [DllImport("coredll.dll")] public static extern int PlaySound( string szSound, IntPtr hModule, int flags); My second option has been to use Windows Media Player and to hide its windows: private void button2_Click(object sender, EventArgs e) { Process audioPlayer = new Process(); audioPlayer.StartInfo = new ProcessStartInfo("wmplayer", "Windows//notify.wav"); audioPlayer.Start(); IntPtr hWnd = FindWindow(null, "Windows Media"); ShowWindow(hWnd, SW_MINIMIZE); } but it does not work, since this windows appears maximeze. What can I reproduce MP3 using basic library ( ...Show All

  • Bryan0905 control methods call

    hi i wnat to call more control methods in the same function: map.FindLocation map.SetZoomLevel map.AddPushpin when i run the program , only the 1st one occures. if i run it in debug mode ,and after each method invocation i wait 5 seconds , it works fine. i think this is because the control doesn't properly finish the FindLocation function call when it tries the other ones. can anyone pls tell me how to proceed in order that it works fine every time it worked fine thank youa lot hi thank you for your help first i don't have much experience in web programming , could you show me some code or a sample on how to do those t ...Show All

  • WalangAlam Sending Messages from a CE Device to PC and back

    Hello Im having problems using MSMQ to send messages from a CE Device to a PC I have created the queues on the 2 platforms but when I try to send a message to or from I get a queue not found error. using server explorer I have verified that the PC queue exists and using msmqadm I have verified the the CE Device queue exists. output from admadm for the CE Device Status command: 0. DIRECT=OS:RLC_XSCALE\Private$\Client;JOURNAL PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 1. DIRECT=OS:RLC_XSCALE\Private$\Client PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 2. DIRECT=OS:RLC_XSCALE\PRIVATE$\order_queue$ MACHINE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 3. MACHINE=0dabb9e6-b032-d96c-cf5b-29da644da953;JOURNAL MACHINE, LOCAL, LOC ...Show All

  • nikoo Can not get the e.url in the navigating event in the webbrowser control on PPC 2003

    Hi All, It seems that a number of people have not been able to get the url in the " navigating" event when using the webbrowser control. It works fine in the 5.0 devices but not in the 2003 devices. Is there anyway to capture the link event at a lower level such as a "Windows Message or a notification Has anyone have tryed this Is the NM_HOTSPOT event the same not used in the webrowser control but at a lower level. There must be a way to get the URL because it shows up in the " navigated" event so it is stored somewhere. Thanks for any help wshs Thanks for your reply at least I know were I stand now. As you not ...Show All

  • Spider-link Connect to device failed. Device Connectivity Component

    I am developing a visual C# application for WM5. I have a T-Mobile SDA. When I try to install a generic Helloworld application, with the required certificates, through Visual Studio its showing the error ->connect to device failed . and the File is "Device Connectivity Component". Can anyone suggest me a solution for this. I am using ActiveSync 4.2 for this. and the Syncing is working perfectly, i can browse the files in the SDA from explorer of my PC. Thanks, kalyan Thanks Aarthi for the reply. I have figured out the problem. Its a problem with my firewall settings. Sorry for posting without checking the firewall status. kalyan Hi, Im having the same problem. I also had a reinstall recently, I also have turn ...Show All

  • calvin_mayo cameraCapture.showDialog throws error

    Hi, when I call cameraCapture.showDialog() i get a InvalidOperationException thrown everytime, it seems as though the pda tries to open the camera dialog but then fails . I am developing on a HP hw6915 pda, WM 5.0 any ideas sample code attached below: CameraCaptureDialog cameraCapture = new CameraCaptureDialog (); cameraCapture.Owner = null ; cameraCapture.InitialDirectory = @"\My Documents" ; cameraCapture.DefaultFileName = @"test.jpg" ; cameraCapture.Title = "Camera Demo" ; cameraCapture.VideoTypes = CameraCaptureVideoTypes .Messaging; cameraCapture.Resolution = new Size (176, 144); cameraCapture.VideoTimeLimit = new TimeSpan (0, 0, 15); // Limited to ...Show All

  • Terry_SD No maps in 3d view!

    Hi I recently upgraded my VE code to v4, and whilst the 2d stuff still works perfectly well (even the Birds' Eye View works fine), all i get in 3D view is a green blur (i.e. just the globe) regardless of my zoom level. It doesn't matter where i look at in the world - whether it be here in the UK or anywhere in the US. It's almost as if the 3D tiles aren't loading, as the navigation control and the orientation widget are both present. I just can't see any details on anything - very frustrating! The 3D examples on the maps.live.com (i.e. Tower of London and the Millennium Wheel) do exactly the same thing, so it's not my code at fault. Has anyone any ideas as to what might be going on Thanks Spencer ...Show All

  • HSBF Lewe Massive Update

    Hi, I'm doing a massive update into a table (more than 100), it's taking a lot of time is there a way to optimize this processe in CF2 Regards Mario Most optimal way to perform an update is to use prepared parameterized query executed in transaction. If you're already doing that it's as good as it gets. If not you have a potential to speed it up, may be even by factor of 10 – that depends on how inefficient your current code is. Note: I’m assuming you’re using SQL Client or SQL Mobile – you really should provide details next time including your environment and code. Please see this on what information to provide: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting ...Show All

  • danadanny Quote of the Day Plugin

    I wrote another plugin today for inserting a Quote of the Day from a free web service. More details and download on my blog. http://www.myblog4fun.com/dmohorn/archive/2006/10/12/28.aspx Enjoy! Thanks -- I'll look into submitting. Do you or anyone else know the best way to write an MSI installer for this I mean, is their a particular script that Microsoft recommends for plugins so they're all the same How do I determine which directory Live Writer was actually installed to C: drive, D: drive, or totally different path than C:\Program Files\Windows Liver Writer\Plugins Thanks I used the free version of Advanced Installer ( http://www.advan ...Show All

  • axl How to draw a transparent image on window mobile 5

    I developing a game on window mobile 5.0, and i develop by c#. All the transparent part on the png which i embedded into the resources change to white color. Is bitmap not support the transparent image Have another method that i can directly draw the png image on the graphics I need to draw a moving object on the background, if i can't using the transparent image, i don't know how to do it well! Nee BMP kan geen transparent backgroud hebben, voor icons heeft windows wel een uitzondering gemaakt,  de kleur (&hFF00FF) word door de GDI routines genegeerd waardoor het er Tranparant uitziet, maar het in wezen niet is. wiebe, keep up the good work! ik ben bes ...Show All

474849505152535455565758596061626364

©2008 Software Development Network

powered by phorum