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 > november 2005 > threads for monday november 21

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

OpenNETCF ConnectionManager, OpenNETCF.Net supported under CF2.0
Posted by Simon Hart at 11/21/2005 9:34:32 PM
Hi, I am correct in thinking the above will work under a CF2.0 app. I am using 1.2 of OpenNETCF. Am I also correct in thinking if I ship binaries as is with a CF2.0 app, I will need CF1.0 runtime as well as CF2.0 for my converted app unless of course I compile the above classes under CF2.0?...more >>


integrating macromedia flash with .net compact framework 1.0
Posted by hemamsc NO[at]SPAM gmail.com at 11/21/2005 2:48:45 PM
Hi all, I need some suggestions regarding my .net compact framework application. Here is the brief overview of my application. This mobile application provides the PDA users driving directions, maps, navigation assistance(take left/right etc at way points) ,display warnings when trave...more >>

Class Diagram
Posted by Boas Enkler at 11/21/2005 11:35:10 AM
Hi When I open the object browser and choose my projekt, I get an real nice view of my clases, and when I select them i got all methods with parameters shown. This looks very like the Classmodels, which I can see on Microsoft pages(with these purple icons for methods etc..). Is there any p...more >>

Emulator memory
Posted by Maciek at 11/21/2005 10:30:54 AM
Hello I developed application in NETCF which use large (sdf file has about 15 MB) database on device. I try test it on Pocket PC 2003 Second Edition, but i can't change emulator memory. Default this emeulator has 64 MB of memory. When I launch emulator, it has 28 MB only (Settings->System->...more >>

Shell or Shellexecute functions supported in CF v. 1.0?
Posted by dave m at 11/21/2005 10:22:11 AM
Is the Shell or Shellexecute functions supported in CF v. 1.0? If not, is trhere some way to run an .exe file from my vb application? Thanks Dave M. ...more >>

Expanding a node in a treeview
Posted by Emile Petrus at 11/21/2005 8:40:22 AM
I need to know when a node will be expanded in a treeview. However I did not find no event that I can use. I only found an event that is trigged when the node is selected. How I can make to have this event?...more >>

Remove application's window button from taskbar (WinCE 4.2)
Posted by minimega at 11/21/2005 8:01:23 AM
Hi to all NG. I've this problem: in my application I've develop a custom MessageBox form (larger than the standard CE MessageBox, with big graphics buttons Yes/No, with his own title bar..). When I display it as new instance of the form fmCustomMessageButton, in the taskbar appear a new rectan...more >>

VS2005 R1 Performance Issue vs Beta2
Posted by troy anderson at 11/21/2005 7:18:49 AM
I just installed VS2005 and have noticed that during builds for CompactFramework devices the env. is extremely slow around the PostBuild phase. It sometimes takes 1-2min to build a project. This problem did not exist in the Beta2 release with the same projects and solutions. I have not be...more >>



Designer in compact framework
Posted by Mark at 11/21/2005 6:49:04 AM
Hi, I have created a custom textbox control (masked edit) for compact framework 2.0. Now I need the control to display the mask ( string property ) at design time. I know how to do this in CF1, but don't know how to do this in CF2. I found some examples regarding designers, (the moosework...more >>

opennetcf.net iswireless
Posted by markrdavies NO[at]SPAM yahoo.com at 11/21/2005 4:50:30 AM
Hi, I've just installed the opennetcf references and used the networking functions to find my wireless adpater and show me the signal strength. This all worked fine on my device. I've now received my customers device, a different model, but same o/s and version, the only difference is the build...more >>

bug loox 720 or opennetcf?
Posted by wavemill at 11/21/2005 2:15:15 AM
Hello! This is my problem. I create a button image: OpenNETCF.Windows.Forms.ButtonEx myButton = new OpenNETCF.Windows.Forms.ButtonEx(); myButton.Size = new Size(200, 50); myButton.Location = new Point(30, 100); Bitmap bmp = new Bitmap(@"\Program Files\appxpbutton\Button.png"); myButton.B...more >>

Read and write MS Access files with smartdevice application
Posted by datamodel at 11/21/2005 2:04:27 AM
The question is how to read and write mdb (or cdb) files from the application code in C# and .net CF, Do I use ADOCE objects to access the Access mdb file on the desktop backend? or do I read /write to it using ActiveSync ? or do I upload the mdb file to the device and read it using ADOCE o...more >>

Arghhh!! How to do Resolution aware app VS2005
Posted by Tery at 11/21/2005 1:48:05 AM
I'm going crazy trying to figure out the 'easiest' way to create resolution aware forms. nearly all the info I can find relates to VS2003. Can anyone help point me in the right direction or perhaps samples on how to make a form look good regardless of resolution or orientation? Thanks, T...more >>

Using PocketSTREET in PocketPC Application.
Posted by Viral at 11/21/2005 1:08:02 AM
Hi all, I have already opened PocketSTREET with particular map from my application. For that I am using OpennetCF's Process class. But I also want to have some information returned back to my application from PocketSTREET. Can I do that ? If yes then How? Please Guide me. Thanks ...more >>

ThreadSafe Query
Posted by Joseph Byrns at 11/21/2005 12:00:00 AM
I have Form1 (a normal form) which creates an instance of TestClass (a basic class that is just a class, i.e. doesn't inherit from anything). In TestClass I create a thread and from this thread I raise an event. I have a sub in TestClass that handles this event and obviously this sub cannot ...more >>

Best way to obtain a dynamic array of Int
Posted by azerty at 11/21/2005 12:00:00 AM
Hello I need obtain an int[] tab in my application, It is very important that the performance would be "perfect" and I can not know the size of it before the process to obtains different int values ... now, I do like this : ArrayList al = new ArrayList(); while (myCondition()) ...more >>

New to .netcf2 and ppc dev
Posted by droll at 11/21/2005 12:00:00 AM
Hi guys. I'm totally new to this platform (previously on UIQ + Symbian). I have a few burnin questions and I hope this is the right ng to ask them (my apologies otherwise!)... My first priority is to code using C# on .NETCF v2 (WM5) so any answers in that platform would be greatly appreciated....more >>


DevelopmentNow Blog