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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Windows Live Messenger hangs
Device Emulator 1.0 standalone with Windows Mobile 5.0 MSFP
textbox.TextChanged fires twice
Creating controls on the fly is very slow
Sql Server Ce Loosing data
How to bound DataGrid to datatable/dataset and create ComboBox Grid colums
sketch(on a transparent image )
unloading of application
Using Microsoft AJAX with VE will throw exceptions
MSMQ- on PPC

Top Answerers

kilo94
danni123
AndrewLapham
geedubb
vijil
AlexBB
dreims
CassieC
bes7252
eyalp
Expression 3D Toolkit
Only Title

Answer Questions

  • Maxwellvz Is it possible to read data in txt files (which is located on PC ) using smartdevice ?

    I am developing a software for smartdevices(WinCE4.2) with VS2005 and 2003. I have to work wit big amount of data so I choose to work with sqlCE ,faster and reliable. at this point I need to transfer data from pc to smartdevice. * copy txt file to smart device. * start transfer operation (which reads data from txt file on Smartdevice and write to SDF file) because of the limited memory capacity smartdevices I need to read data from PC. I mean I want to make this transfering operation while the device connected to the computer with cradle. so if someone can help me about this topic I will be happy Best Regards, hello , I used RAPI before to access device files from desktop.after I ...Show All

  • alien- Major Problem

    Hi, I have a grid (" dgMessageList ") in a form, and i need to get a value from a row and then jump into a new form(" frmMessageDetails "): private void dgMessageList_MouseDown( object sender, MouseEventArgs e) { System.Windows.Forms. DataGrid . HitTestInfo hti; hti = this .dgMessageList.HitTest(e.X, e.Y); //Only if the user click the cell if (hti.Type == System.Windows.Forms. DataGrid . HitTestType .Cell) { MessageId = Int32 .Parse( this .dgMessageList[hti.Row, 0].ToString()); frmMessageDetails fMessageDetails = new frmMessageDetails (); fMessageDetails.Show(); this.Close(); this.Dispose(); } } So, my problem is that this doesn't work, ...Show All

  • Fred Vote Copy XML file to PocketPC

    hi I have a 2003 pocket pc software which I upgraded to Mobile 5. It works fine in mobile 5 except It does not copy the XML file from PC to emulator Any suggestion thanks This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups: Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded General program ...Show All

  • chub xbox Windows Live Messenger Sign-in Problems

    I have Windows Live Messenger 8.0, and whenever I try to log into my name, I would type my password and for some reason after I hit "Log in", another character on my password would show up. Example.... E-Mail Address "My e-mail address" Password ******* Notice my password is 7 characters long, however when I log in to the rotating msn screen with the rotating guys, it shows... E-Mail Address "My e-mail address" Password ******** It is now 8 characters long. I do not know why it does this. Of course it says that my sign in name does not exist or that my password is incorrect, Error 80048823. I can log onto my brothers msn messenger account, but not mine. Anyone know how to fix it. ...Show All

  • Maringa How to Add PushPin using FindLocation (without providing lat and long)

    Hi guys, Just started playing with the API. I am trying to add a pushpin to general points e.g. Cities, Provinces, Postal Codes but everytime I try to the pushpin appears in a totally different point. Any insight would be much appreciated. Thanks K <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > <script> var map = null; var pinID = 1; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); FindTO(); AddPin(); } function FindTO() { map.Fin ...Show All

  • Nick Sheng Activesync on a headless Device Emulator OS design

    Hello, I'm trying to get ActiveSync to connect to a headless (well, at least shell-less) OS image built atop the Device Emulator BSP that ships with Windows Embedded 6.0 Platform Builder. I've included SYSGEN_AS_BASE and run connmc.exe and the 'PC Connection' applet within control panel to generate the appropriate RASBOOK entry/selection within the registry. The RASBOOK entry (called `DMA) is setup to connect via Serial over DMA, using the default 19200, 8, N, 1, Hardware settings. I cradle my device emulator via the device emulator manager and then attempt to manually run repllog.exe from the target control shell. Note that I haven't hooked into an event to launch repllog.exe automatically yet (is this OK ). The typical ActiveSync connect ...Show All

  • braden2 Deploying CF Project to run using Full Framework for Desktop

    Hi everyone, I currently have a CF project in VS2005, but I would like to know how to change the project to target the full .NET Framework instead. My goal is to have my CF app run on the desktop. I have searched for similar questions, and somebody mentioned that a Deploy to Desktop feature was in the VS2005 Betas but was removed for RTM. Supposedly the feature is slated to reappear in the VS2005 SP1, but I couldn't find it in the latest Beta of SP1. Does anybody have any suggestions Thanks! Kirupa Thanks for the quick response Ilya. It seems as if I will have to change a lot of code to remove some CF-specific classes. Is there a way to create an executable of my CF app and have it run on the desktop instead :) ...Show All

  • fgarzonhz Collision Detection?

    Is there a way to have the control recognize when two pushpins are on top of each other and draw them with a temporary offset so both pins could be seen   Thanks. Well as I originally stated, this only works for loading a batch of points at once. MY logic was fairly simple, I sorted my batch of points by latitude/longitude, and as I looped through my data and plotted each point, I compared the last coordinate pair to the current one, and if they were the same, I created a list of sorts. Then, once I get a point that is different from the previous point, if a list exists, I create a default pushpin and put the list I created into the mouseover. I've thought about ways to do this outside of a bat ...Show All

  • ThomasJaeger MySQL connector for the compact framework

    Hi! I'm programming with the great visual studio 2005 c#. I have to establish a connection to a mysql database from my pocket-pc. Is there any built-in connector in the .NET Compact-Framework My search through this forum brought as a result only a commercial connector (which is not free): http://crlab.com/mysqlnet/ Which connectors do you use to establish connections to mysql-databases Are there any chances to get a connector for free thanks for your replies, yours ulric. I'm not aware of free MySQL provider for NETCF. You would have to write your own or use existing 3rd party product. Now, I'm using the Corelab MySQLDirect .NET Data Provider. It's working perfectly with a windows ...Show All

  • Ben Paddick Help

    i have to participate in a contest in which i have to make software over any bluetooth supported device . and i have only one day so can any body tell me what i have to learn in .net compact framework. As I replied already to your previouse post, download and use the Peter Foot's 32Feet.NET library: http://www.peterfoot.net/32feetNETV21Released.aspx ...Show All

  • newbie1a WAV to WMV conversion

    Hi I want to convert a WAV file to WMV file to reduce the memory size. Whether there is any API is there to do this Or it is necessary to install DirectX SDK. Throw some light on this issue. Thanks in advance Hi, This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati,. ...Show All

  • Keith Chapman ConnectionOpen (Invalid Instance())

    Hi! I’m trying connect a Windows CE application with a SQL Server Express, but appears this error: "ConnectionOpen (Invalid Instance())" I saw in StackTrace that the erros occurs when the CF .NET 2.0 executes this: "sqlconnection.get_server version()" Someone know why this error occurs Thanks! You probably trying to use connection string with instance name which won't work. Your SQL needs to be configured to accept TCP/IP connections and you have to specify port number in connection string. Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=335173&SiteID=1 I had the same problem, and I tried everything - TCP/IP was enabled on the server, and according to the SQL Clie ...Show All

  • M. Franz why waveform sometimes save .wav file with 0 data

    Anyone can help me, it drives me nuts. thanks. Due to the requirement of our project, I have to record voice and save it into wav file every 5(or longer) seconds. I downloaded recording class which implements Waveform Audio Interface from the following websit. http://msdn.microsoft.com/library/en-us/dnnetcomp/html/WaveInOut.asp frame=true The WaveIn class in this example can record voice until indicated maximum recording time. I open a WaveIn Array (waves) with say 50 elements. When begining to record, waves[0] is started to record, and when waves[0] is expired, it invokes waves[1], then waves[1] records ... and so on.. BUT, the weird thing is some wave file has no data just has 44bytes(header information) while most of the ...Show All

  • busternelson CallBack State for a Mobile.

    Hi I am working with .Net CF for window mobile P pc and smart phone. The problem is, I want to trap a status of called phone device. like is it; 1. Off. 2. Out of range. 3 Switch off. 4. not acitvated. etc. Rajat. This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups: Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded ...Show All

  • Martin Hart Turner Detecting which Compact Framework installed in the device

    I need to determine which compact framework installed in the device during deployment of my application. Based on the result I need to deploy Compact Framework 2.0. Can someone give/pont me code sample in Visual C++ If possible give me code sample in C# also for future use. What is the key value for CF2.0 SP1 Is there any device being manufactured with CF2.0 in ROM yet Thanks, Vijay The following resources should help: http://msdn.microsoft.com/mobility/understanding/articles/default.aspx pull=/library/en-us/dnnetcomp/html/netcfdepl.asp http://wiki.opennetcf.org/ow.asp CompactFrameworkFAQ%2FDetectVersionFromInstaller I'm not aware of of any Windows Mobile devices that do ship w ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum