Search found 7 matches

by Abuda
Wed Jun 09, 2010 4:48 pm
Forum: Linux Development
Topic: White Screen Novice needing assist
Replies: 2
Views: 4107

Re: White Screen Novice needing assist

I have the same problem.

Linux and WINCE6 work in 256mb board but WINCE5 run just first time when the switch is in the NOR position.

I have 128mb and 1Gb boards and these boards don't have this problem with wince5.
by Abuda
Sat Apr 03, 2010 6:07 am
Forum: S3C2440 Boards
Topic: Ribbon Cable to connect GPIO's
Replies: 2
Views: 1769

Re: Ribbon Cable to connect GPIO's

Hi,

I found the part numbers of these connectors in the site below:

http://members.cox.net/ebrombaugh1/embe ... index.html

Digikey is the supllier.

Best regards
by Abuda
Fri Apr 02, 2010 5:35 am
Forum: WinCE Development
Topic: Source code for Win CE test programs
Replies: 6
Views: 5999

Re: Source code for Win CE test programs

Please send the VB.net examples for me.

farofinoaf@gmail.com
by Abuda
Fri Jan 15, 2010 8:24 am
Forum: WinCE Development
Topic: VB.NET Sample Code - Rotate Screen / Screen Orientation
Replies: 8
Views: 8325

Re: VB.NET Sample Code - Rotate Screen / Screen Orientation

Problem solved.

I was trying to use Microsoft.WindowsCE.forms.dll Version 1.

Now I'm using version 2 and worked.

Nicolas thanks for your sample code.
by Abuda
Fri Jan 15, 2010 5:23 am
Forum: WinCE Development
Topic: VB.NET Sample Code - Rotate Screen / Screen Orientation
Replies: 8
Views: 8325

Re: VB.NET Sample Code - Rotate Screen / Screen Orientation

Nicolas I insert Microsoft.WindowsCE.Forms.dll inside my object browser,but there is no SystemSettings.ScreenOrientation in this dll.

Do I have to insert something more, like Imports Microsoft.WindowsCE.Forms?

Thanks.
by Abuda
Thu Jan 14, 2010 11:18 am
Forum: WinCE Development
Topic: VB.NET Sample Code - Rotate Screen / Screen Orientation
Replies: 8
Views: 8325

Re: VB.NET Sample Code - Rotate Screen / Screen Orientation

Yes, Visual Basic -> Smart Devices -> Windows CE 5.0 -> Device application
by Abuda
Thu Jan 14, 2010 4:29 am
Forum: WinCE Development
Topic: VB.NET Sample Code - Rotate Screen / Screen Orientation
Replies: 8
Views: 8325

Re: VB.NET Sample Code - Rotate Screen / Screen Orientation

Hi, I try to use your sample code but is not working here. I use System.Windows.Forms.ScreenOrientation and Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation. I receive the message WindowsCE is not a member of Microsoft for your code. In my code I receive ScreenOrientation is not a member o...