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 2005 > threads for friday february 4

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

Changing The Windows Class Name.
Posted by Marauderz at 2/4/2005 10:24:21 PM
Does anyone have any idea how to change the MessageWindow's class name, so I can use it with APIs that target a specific Classname? Thanks. ...more >>


transparent label...
Posted by Mustafa Rabie at 2/4/2005 6:47:30 PM
hi all, i know that transparent labels are not supported in netcf. So i added my text in OnPaint, but actually the text is still not showing.. what am i doing wrong? here's the OnPaint code: protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; System.Drawi...more >>

How to create a ActiveX control with CompactFramework?
Posted by SHARETOP at 2/4/2005 5:31:03 PM
I know how to create a activex control with .NET framework,and it run ok on pc. but how can i create activex control and how to register it on ppc... i don't know... who can help me ...thank you. -- 我很懒,所以我什么也没有留下...more >>

WakeUpAtTime FAQ problem....
Posted by Mark Bath at 2/4/2005 4:28:51 PM
The example in the WakeUpAtTime FAQ at http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ%2FWakeupAtTime I'm attempting to try this out, but the line that reads.... main.Invoke( new EventHandler( main.Wakeup ) ); I can't get the .WakeUp (System.EventArgs) to appear in the visual studio. ...more >>

can't create a Smart Device Appl.
Posted by Hubert at 2/4/2005 2:39:02 PM
lHello, I want to start a new project for a Smart Device Application with VB. But nothing is working. -> New -> Project -> Smart Device Appl. -> Windows CE -> Windows Appl. After this choise, VS closes and nothing happens. I tried to reinstall VS 2003 Prof. severall times without success...more >>

a handhel device which supports Framework compact edition
Posted by ALI-R at 2/4/2005 1:54:51 PM
Hi All, I'm going to write an application which reads skus on the products and stores it in an xml file using .Net Framework compact edition,I'm having the following questions: 1) Which Devices currently support .NetFramework compact edition? 2) I think I need to connect a kind of scanner t...more >>

data types - quick question
Posted by Jimbo1299 at 2/4/2005 11:29:08 AM
Hi there, just a quick one for you geniouses. I'm working with vb.net on a ppc. Which data type is best to use, i need to insert and REMOVE a librarian id#(string), their location(integer) and a time. I was using multi-dimension array quite happily myarray(i,0) = "123456" myarray(i,...more >>

Textbox focus
Posted by Enrico Bizzarri at 2/4/2005 11:19:58 AM
Hi all, i've the following code: Private Sub TabControl1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TabControl1.SelectedIndexChanged If TabControl1.SelectedIndex = 1 Then txtArtCodice.Focus() End If End Sub Well the focus...more >>



Sharing Code
Posted by Rafael Sancho at 2/4/2005 10:35:02 AM
Hi, I'm trying to share code between a WCE application and a W32 application. I've created a Solution and created 4 projects (one Windows app, one Smart Device App - Selected as an Windows App, two Smart Device App - Selected as Class Library). I've developed all the WCE app without pro...more >>

ProgressBar and System.NotSupportedException
Posted by maark at 2/4/2005 10:09:02 AM
Platform: WinCE, X86 device, C# I want to use the ProgressBar control in my touchscreen application, but when I try and set some properties (which are there in design time), I get a System.NotSupportedException. Here's my code: this.progBar = new ProgressBar(); this.progBar.S...more >>

Adding a Preferred Network programmatically
Posted by Eric Guevremont at 2/4/2005 9:21:51 AM
Is there a way to add a network to the Preferred Networks list programmatically with the .net compact framework? I am building a treasure hunt type of application and I want the app to connect to specific access points as they are encountered along the way. I looked at opennetcf.net, and...more >>

Web Services Startup
Posted by nsreddi NO[at]SPAM gmail.com at 2/4/2005 8:11:11 AM
Hi, I want to write a sample Pocket PC application on Web services using ..NETCF. Can some one help me how to start and where I can find the information abt Web Services. Thanks NS ...more >>

Datetime for trial software?
Posted by wavemill NO[at]SPAM hotmail.com at 2/4/2005 8:10:21 AM
Hello! I would like protect my software with a trial version. For example 30 days. But if i use dateTime, the user can changed the date and after 30 days my software will be start again. Have you got any idea? Do you know any link, and tutorial to made protection for compact framework appli...more >>

Posting windows messages in .net. How?
Posted by Claire at 2/4/2005 7:59:42 AM
I know there must be answers to this in Google but my search strings bring back everything except what I need. How do I post messages, (equivalent to PostMessage) to the handle of a main window in c/f .net m/s visual c#? I need to send it a WM_CLOSE message. (OpenNetCFs Process object doesn't ...more >>

Kill process, tray icon remains
Posted by Jeroen at 2/4/2005 12:06:49 AM
Hi, I have to kill an other application and restart it (because my app puts some new files for it to read) the only way i know how to close an other application is to kill it. But if i kill it (and that happens once every 15 minutes) the tray icon of that app remains. Is there any way i ...more >>


DevelopmentNow Blog