Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet compact framework > february 2004 > threads for monday february 16

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

Control Property name
Posted by Jochen Stuempfig at 2/16/2004 11:21:09 PM
Hello NG, i saw a lot of posts about the problem that in the compactframework the control class has no name property. i can't beleive that the solutions in the ng are the correct way to solve my problem. what i need is that users can switch the language at runtime. my idea was to set the c...more >>

CeRunAppAtTime - Not working from suspend
Posted by leuis NO[at]SPAM bigpond.com at 2/16/2004 10:56:10 PM
I am using CeRunAppAtTime (from the OpenNETCF.WinAPI lib) to initiate my CF application with success - unless the device is in suspend mode. If the device is in suspend mode, CeRunAppAtTime just wakes the device up and doesn't run the app. That is, until I perform a soft reset when the applica...more >>

OpenNetCF SocketScan library
Posted by Zanna at 2/16/2004 9:04:17 PM
Hi, I've the problem described by Neodatatype in the post http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=849 Someone have the right solution? Thanks! -- Math Parser : http://www.neodatatype.net ...more >>

OpenNetCF Smart Device Framework released!
Posted by Ginny Caughey [MVP] at 2/16/2004 7:11:02 PM
Check it out: http://www.opennetcf.org/smartdeviceframework.asp And thanks and congratulations to the contributors for all their hard work: Neil Cowburn Chris Tacke Peter Foot Alex Yakhnin Alex Feinman Tim Wilson Maarten Struys Paul Tobey Elia Karagiannis Mark Artega -- Ginny Cau...more >>

How to convert Microsoft Access database to SQL Server CE database ?
Posted by Microsoft at 2/16/2004 6:10:09 PM
I can create a new SQL CE database at my PPC. But I have a Ms.Access file with 30,000+ records that I like to convert it to SQL CE database. How can I do that? Thank you so much. ...more >>

very Urgent: problem in RDA
Posted by bob at 2/16/2004 5:33:16 PM
Hi i want to pull data from two tables using RDA from SqlServer database which is on main server . when i write code objServer.Pull("LoginInfo","Select UserId,UserName,Password from LoginInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWit hIndexes,"ErrorTable"); objS...more >>

Rotated text ? App in landscape mode
Posted by Milosz - [playseven.com] at 2/16/2004 4:53:21 PM
How To draw rotated text ? I want to show an App in landscape mode and have to draw text -90 degrees rotated. but how to do this ? The Form will be completely owner drawn, so that i want to use the GDI+ functions. I found possibilities to do mirror and flip via DrawImage and negative Valu...more >>

DataGrid custom column?
Posted by Reinhard Lehner at 2/16/2004 4:03:42 PM
Hi there! I want to implement custom columns (buttons or checkboxes) in a datagrid. Is it possible or not? If not - are there other ways to solve this problem, for example using a listview or API-Calls? Thank You very much Reinhard ...more >>



PocketPC 2003 -> WinCE 4.2 in VS .NET 2003
Posted by Peter B at 2/16/2004 4:02:53 PM
I know PPC 2003 is more or less a WinCe 4.2 UI with some hardware rules. I have created a relatively large application for PocketPC 2003, which was intended for a device running PocketPC 2003. If I now find a device running pure WinCE 4.2 instead, will there be any complications for the developme...more >>

drawing on a panel
Posted by Saso Zagoranski at 2/16/2004 3:10:56 PM
Hi! I have three transparent panels on my form. The three panels represent three layers. I would like to draw to those panels but since Panel doesn't support CreateGraphics() I create a Bitmap: bitmap = new Bitmap(sizeX,sizeY); Get the Graphics object of that bitmap: Graphics g = Graphics....more >>

veryUrgent: SqlServerCe Problem
Posted by bob at 2/16/2004 2:48:44 PM
Hi I create a database at \\My Documents\\abc.sdf in my pocketPc. after pulling one table from server using RDA. I open a connection with my pocket pc database and get data. then i close all open connection after getting data from pocketpc database. when again i try to open the connection wi...more >>

Binding SqlCE to Datagrid
Posted by nathanz NO[at]SPAM hotmail.com at 2/16/2004 2:15:08 PM
I've created an SqlCE database and I'm trying to bind it to a DataGrid using C#. I tried to use this code: http://samples.gotdotnet.com/quickstart/CompactFramework/doc/datagrid.aspx After converting it to C#, I get the following error: 'System.Data.SqlServerCe.SqlCeDataAdapter' does not con...more >>

Speed up Application start?
Posted by Boris Nienke at 2/16/2004 1:41:31 PM
Hi, it's a bit anoying when you have a small tool, writen for .NET CF, and it takes around 3 to 5 seconds (and more, depending on the device etc.) to start it up. Native tools are "just there" (like calculator, or other software like PencilBox, RepliGo etc.) I think it has to do with the...more >>

Repost ... anybody??? .... How do I serialize an object to a string?
Posted by M O J O at 2/16/2004 1:32:06 PM
Hi, I need to serialize an object to a string. In my Desktop applications, I use this function..... Imports System.Xml.Serialization Imports System.Xml Public Shared Function ObjXMLString(ByVal TheObject As Object) As String Dim serialise As XmlSerializer Dim ms As...more >>

Making the PocketPC Today Screen (.NET) transparent
Posted by ng NO[at]SPAM [NOSPAM]rentboy.co.za at 2/16/2004 1:31:10 PM
Hi all, I have the Today Screen .NET [ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/TodayScrn.asp ] Wizard/Plugin working great ( took me some time to get it working though). But now I am wondering if one can make the Today component transparent like all ...more >>

Need a great help seriously SIR?
Posted by Prince at 2/16/2004 12:51:24 PM
I am developing a software on Pocket PC but sill cannot find solutions for following obstacles. 1) In IE on Pocket PC, HOW TO USE HTML FILE OR ASP FILE TO OPEN AN EXC FILE IN THE POCKET PC? 2) HOW TO DEVELOP A MACRO KEYBOARD FOR POCKET PC? Anybody has a sample code. I want to minimize typin...more >>

Synchronizing data files with ActiveSync
Posted by Richard Kucia at 2/16/2004 12:27:22 PM
I want to synchronize data files in both directions. I'm using ActiveSync 3.7.1. I can't figure out how to do this from the documentation (which gives new meaning to the word "skimpy"). 1) Are there predefined folders I must use? 2) Do I need to tell ActiveSync about the folders or the file ty...more >>

HTTPWebRequest async time out
Posted by éric at 2/16/2004 12:01:45 PM
How do I make HTTPWebRequest time out after 5 seconds when it is called async? setting req.TimeOut seems to do nothing I tried to set a seperate timer but once the call to the server was made on the thread there was no way to stop it... Regards, éric ...more >>

VS2003 IDE Locking on Mobile Compilation
Posted by Felipe T. at 2/16/2004 11:16:30 AM
Iv got a problem with the IDE. When i try to compile the source code of my PocketPc Project, the IDE Locks Down. This started to happen suddenly, and iv got no trace of what the problem is. Any help would b welcome ...more >>

Capture part of the PocketPC-screen?
Posted by Danyel Meyer - dialog-it GmbH at 2/16/2004 10:41:37 AM
Hallo! Being quite dissapointed of the transparent-images-issue I´m just working at a workaround. The aim is to draw a rectangle with a SolidBrush in the needed background-color somewhere outside the visible screen, and then drawing an image on it, with Imageattributes.setColorKey set to pixel...more >>

What does InstallShieldExpress do that VS.NET does not?
Posted by Tom Couvret at 2/16/2004 9:37:53 AM
I've been looking around for installers, as have a lot of people. Someone on this group suggested trying InstallShield as a way of getting the CF, SQLCE and MyApp all packaged together. Well I've installed the eval version of InstallShield, and yes it fits very nicely into the VS IDE, and ...more >>

Naive Tapi Question
Posted by Helen Warn at 2/16/2004 9:30:36 AM
Hi, I would like to do some Tapi using P/Invoke on a Pocket PC 2002 using Win CE 3. What .dll do I need to reference on the mobile unit? Thx Helen ...more >>

Edit Mask Textbox in CF
Posted by siedeveloper at 2/16/2004 8:11:08 AM
Hi frnd Can u please suggest a way to create a edit mask textbox using C# in CF, as available in VB.net Any suggestion or tip would be of great help Thank ...more >>

Creating Shortcuts in \Windows\Start Menu
Posted by Kevin Z Grey at 2/16/2004 6:36:11 AM
Heya I know this is semi off topic, but I'm trying to create a shortcut to my application by creating a shortcut in \Windows\Start Menu. The CAB seems to refuse to write a file in that directoyry and I have seen other bizarre things such as the OS magically deleting files I put there ...more >>

USB Communication
Posted by Bobo at 2/16/2004 6:01:06 AM
Hell How to use USB port on PocketPC from .net compact framework application ...more >>

Copy file from network to PocketPC
Posted by VB.Net Newbie - Wireless app at 2/16/2004 4:06:07 AM
Hi Im new to all this PocketPC programming .. Im using VS 2003, VB.Net. How do I programmatically copy a file from 'ComputerX' on network to my PocketPC through VB.NET code? Its got to be done wirelessly. Any Sample code? Thanks lots....more >>

0x80000002 crashes in .net PC2002 but ok in .net PC2003
Posted by john NO[at]SPAM timesoftsystems.co.uk at 2/16/2004 2:14:17 AM
Hello All First, must say how impressed I am with the level of support and help on this group... Perhaps I am mis-informed, but I assumed if one writes an application in .vb.net for the compact framework. I expected it to run on PC2002 with the .net runtime the same way it runs in .net fo...more >>

SqlCEDataAdapter update method deletes all rows
Posted by david.brunning NO[at]SPAM dsl.pipex.com at 2/16/2004 1:14:54 AM
I have a table in SqlCe and am using a datatable object, dataadapter and commandbuilder object to persist changes back to the SqlCe database. If I insert or update rows in the datatable the update method persists my changes to the database without a problem. If I delete a row the update meth...more >>

UnauthorizedAccessException
Posted by doug at 2/16/2004 12:22:03 AM
I am getting this sporadically trying to delete files. It is hit and miss. Sometimes the files delete correctly, sometimes they don't. Can anyone help me figure out what the problem is? Public Sub deleteCall(ByVal pCall As String) Dim _log As New clsLog Dim f As String Try Dim a...more >>


DevelopmentNow Blog