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 > july 2004 > threads for tuesday july 20

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 30 31

How to convert a string to byte array and vice versa with c#?
Posted by Kempton at 7/20/2004 9:12:04 PM
as topic...more >>

ANN: Coding Competiton - added prizes (XBox)
Posted by Chris Tacke, eMVP at 7/20/2004 5:56:33 PM
There are 6 weeks left in the OpenNETCF Coding Competition and we've added more categories and prizes, including an XBox for the overall winner and several software license packages. The complete rules are here: http://wiki.opennetcf.org/rules.htm The Competition Home is here: http://wiki....more >>

Pocket PC Copy/Paste in text box
Posted by William LaMartin at 7/20/2004 5:20:08 PM
I have a Pocket PC application created with VB.net 2003. In the emulator when testing the application, I can select text in a text box, copy it with a ctrl-v and paste it into another text box with a ctrl-v using the soft Input Panel. However, when I install the application on my Pocket PC ru...more >>

Get Files
Posted by flyingwhiz NO[at]SPAM yahoo.com at 7/20/2004 2:05:52 PM
I am trying to return files with .txt extension in a List box using ..NET CF. I am trying with the following code Dim StrFiles() As String Dim StrFile As String StrFiles = System.IO.Directory.GetFiles("\Program Files\AITS_Tool\", "*.txt") 'StrFiles = System.IO.Directory...more >>

array initializer
Posted by Elmar Jacobs at 7/20/2004 1:41:59 PM
hi folk, i try to initilize an arry of struct. but i become always the error msg "Array initializers can only be used in avariable or field initializer." if i try to define the _wordbook member. the struct is [c++] public class CWordbook { protected struct wordEntry { public int i...more >>

Beam CAB file(s)
Posted by Keith at 7/20/2004 12:41:43 PM
Hello all, Given - I understand the question I have - has more to do with user training than another solution - but I was wondering if some people could throw some ideas out. When a user single clicks on a CAB file - it attempts to install it on their PPC - and then the file is removed o...more >>

How to deploy OpenNETCF & Odysee NETCF?
Posted by Palash at 7/20/2004 12:10:08 PM
Hi I am developing an app using MS.NET CF 1.1, OpenNetCF SDF 1.2 and Odyssey CFCOM. I also want to run my application inplace of explorer.exe (I have updated the Launch50 reg key using PB 4.2). What is the way to deploy my app on the WinCE device? How do I insert all these 3rd Party assembl...more >>

Tag property a la Delphi
Posted by IGW at 7/20/2004 10:36:27 AM
Hello all, I would like something like the Tag property as exposed in the basic Object (is it Tobject?) in Delphi. I gather there is nothing like this in the CF. Problem; I have a bunch of controls and menu items that I would like to disable/enable depending on system state. I would pref...more >>



Design Considerations
Posted by Pete at 7/20/2004 9:42:22 AM
I wish to develope the following application: *Limited user interface on mobile device, basically data capture stored in sqlce database. *Sync w/sql server via webservices - internet connectivity. *Robust internet web GUI from mobile device captured data or web GUI. Required: *Database syn...more >>

Custom Controls Disappear!?!
Posted by Dave at 7/20/2004 9:35:28 AM
Hi, I am breaking my head over this. I have a custom control that I am in turn using in another customer control. The internal control is a drawing area based on the open net cf signature control - the code is the same with some enhancements for undo. Everything works great about it except one...more >>

Start backup when power comes down to certain %
Posted by Pankaj S. at 7/20/2004 9:03:10 AM
Hi, How can I take a backup of my application when power comes down to say X %. I want to schedule this task through program? Thanks in Advance. Pankaj ...more >>

looking for extended textbox
Posted by Systemspecialist at 7/20/2004 6:39:03 AM
Hi all, last month i tried to make better textbox. What i need? -get position of cursor (line and column) - no problem -print string on the position of cursor (speed problem) -change position of cursor (speed problem) My class works, but very slowly. I found any problem. For example, if you w...more >>

Memory Problem. Memory freed only if external program launched ???
Posted by palm.kevin NO[at]SPAM gmx.net at 7/20/2004 3:13:50 AM
I discovered a strange behaviour. When I execute the following code : StringBuilder res = new StringBuilder(6000000); res.Remove(0,res.Length); for(int i = 0; i < 500;i++) res.Append("1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123...more >>


DevelopmentNow Blog