Answer Questions
smartneraj Listbox name value pair
I'd like to assign a value with text in a listbox. Similar to: ListItem Item = new ListItem(); // Text and Value are swapped. Item.Text = ListBox1.SelectedItem.Value; Item.Value = ListBox1.SelectedItem.Text; ListBox2.Items.Add(Item); But I don't think this works in CF. Anyone got any ideas on how I can do this Thanks! I'm not sure if this is exactly what you're looking for, but have you considered using ...Show All
Xpou Create CAB
Hi, i have a question: I must create a shortcut in List Progams on my device. For create the cab file. i use this istructions : http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx but i don't know to create a shortcut in programs list. How can i do it thanks Alessandro But What is the Special Folder thai i must to use What do you mean by programs list The Add Special Folder menu should give you the list of places you can place ...Show All
SatheeshLives Control Windows Media Player in Pocket PC and Smartphone
Hi, I build a windows app in which I can play, stop, pause ... videos by controlling Windows Media Player. In VS 2005, I just add the wmp ocx in the toolbar, then drag-drop wmp in my form and the interop is created (it's magic), so I can code wmp: axWindowsMediaPlayer1.URL="myUrl"; axWindowsMediaPlayer1.ctlControls.Play(); I want to know if it's possible to do the same with the pocket PC form or the Smartphone form. I know in .ne ...Show All
Karaner Unable to connect to the remote server
i have a simple webservice which i am using in my pocketpc app. and i am calling webservice from pocketpc app. but being error : Error is: An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Additional Information: Unable to connect to the remote server i am not calling webservice on pocketpc app..... can i do More information is needed to answer your question. Please see this o ...Show All
TyroneH SQL CE Licencing - Syncronization
If using syncronizing SQL CE to MS SQL Server what licencing is required. Is it only an extra client licence per device connecting to the SQL Server Thanks. SQL Mobile is free as long as it's not connected to SQL Server 2000/2005. If it is connected, normal SQL Server 2000/2005 licensing kicks in and you need CAL for each device. If you synchronizing SQL Mobile with any other data base server, you'd need to pay license fee ...Show All
Uzzy Disable Cert Check on WM5
I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA In your post you mentiont that you "deleted the partnership id" What is the partnership id and how do you delete it. ...Show All
casali-andrea Porting application to smartphone 2003
Hi, I created an simple application using VS2005 (newProject/Smart Device/Device Application) i can run the application in PPC with windows 2005,2003. i also tested it using smartphone emulator for windoes mobile 2005. i can install the application in smartphone 2003 but when i select the application button the wait cursor appears for short period then nothing happens. i tried to convert my application project in vs2005 to smartphone 20 ...Show All
Benny Au-Young Connecting to web service from 2003 Smart Device Application
I am trying to connect to a web server running on my local machine with a c# 2003 smart device application. I get a build error on the pda application: c:\Webservice\WebServiceTesting\bin\Debug\WebService1.dll Referenced class 'WebService1.Service1' has base class or interface 'System.Web.Services.WebService' defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Services'. I have added the referenc ...Show All
Len Gray - Eclipsit Read specific line from a file?
Hi, Is there a method to read a specific line of a text file The StreamReader class does not seem to have a method to do so. The Peek method isn't what I'm looking for either. Would appreciate your help. Thanks. Thanks for the reply. Is there an alternative class that provides this method I asked Thanks for all the help! I'll look into that. ...Show All
IanMc xmldocument.load - Anyway to get bytes loaded?
I'm using C# to make an app for the Pocket PC (funny enough) and was wondering when using xmldocument.load , how I can get the number of bytes loaded A 300kb XML file can take a few seconds on the pocket pc so I wanted some way of getting the bytes loaded to make a progress bar. I was thinking of timing the first time the xml file was loaded and then storing this and using it as an estimate (I can see the problems with this) but sur ...Show All
oxAndy Window CE Emulator in VS2005 Beta
Hi Guys, i've installed VS2005 Beta,but i can't find WindowsCE emulator on device's list, how can i use WindowsCE Emulator with VS2003 it is present and it works very good. thanks a lot. Thank for answer, but i'm not sure is clear what i mean(sorry for my english)... imy config. is : VS2003 VS2005 XP Prof. SP2 on VS2003 i see and i can work with WCE emulator,but i can't do the same with VS2005(there are a lot of emulator- Pocket PC,S ...Show All
ramesh.kvp OpenNETCF beta 2 and VS2005
Has anyone gotten the OpenNETCF stuff to work with VS2005 I have been trying for a week now and response on their forums might as well not exist. Getting error from VS2005 that the package dll is not supported by VS but that doesn't make much sense to me. Not sure if there is something in VS that is looking for the old stuff or what is going on. VS lets me add it to the toolbar, and it lets me include the packages into my references s ...Show All
plgoldman Debug using Emulator and VS 2005
I installed VS 2005 machine that had VS 2003 on it, but NEVER a beta of VS 2005. At first I could not even connect to an emulator with VS 2005 (VS 2003 worked fine), but then I was told to delete all the files in the %USERPROFILE%\local settings\application data\Microsoft\CoreCon\1.0 directory and that allowed me to connect. The new problem is I still cannot debug. I select debug with VS 2005 and I can see all the files being deployed, but when ...Show All
Hatawa Custom stack pointer
Hello, I'm trying to port an application that implements its own thread scheduling. It calls malloc to allocate a block of memory then it changes sp to point to the end of the block. The Pocket PC 2003 emulator stops on the instruction that changes the sp register. A message box is displayed "No symbols loaded for any stack frame. The source code cannot be displayed" then the program stops. Is it a restriction of the OS or the debugge ...Show All
AM_SAK Emulator Image AKU2
Hello, Is anyone aware of an emulator with the Messaging and Security Feature Pack already installed I 'd like to test the new security features of exchange sp2 (direct push tecnology, wiping devices ... ) Thank you, I am also looking for the AKU2 PocketPC image so that I can test Direct Push and Device Wipe features of the MSFP. Any help would be much appreciated. ...Show All
