DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.compactframework     6231 threads
page nr.:    1      2      3      4      5      6      7      8      9      10      11      12   



How can I access calendar data?   (3 messages)   Date: Wed, 01 Aug 2007 08:09:28 -0400
Anyone have an example of how to access the appointments in the calendar? ...

Serial IR   (2 messages)   Date: Wed, 01 Aug 2007 04:31:10 -0700
Hi I have problems writting data over serial IR port. I'm programming in C# using Visual Studio 2005 SerialPort component. I send byte[] packets 26 bytes long to the port, but I only receive a couple of 0xFF / F5 / FA ...

Application Packaging   (2 messages)   Date: Wed, 01 Aug 2007 10:00:07 -0000
Hello, I am relatively new to .NET programming. I have an simple application, which i need to distribute over the air. The application is written in C# and targets Windows Mobile 5.0 Smartphones. I understand that all ...

Derived ListControl class   (1 messages)   Date: Tue, 31 Jul 2007 21:11:34 -0700
I am trying to create a read only list box. Something like a Label control but with DisplayMember and ValueMember features of a ListBox/ComboBox. Since ListBox and ComboBox are derived from ListControl I thought I could ...

Smoothly painting a form   (1 messages)   Date: Tue, 31 Jul 2007 21:35:58 -0000
Is there any relatively* simple way of drawing a very busy form in a smooth fashion? I have Form A with upwards of 40 different sub- controls on it, but which is covered by Form B. When Form B is made invisible, the redraw ...

Handling the back key doesn't work if the form has a LinkLabel (.NET CF)   (9 messages)   Date: Tue, 31 Jul 2007 18:13:34 -0000
I'm porting a Pocket PC app to SmartPhone. Certain forms within the app contain buttons -- these are not supported on SP so I've switch them to LinkLabels. They work fine, but the issue is that overriding the back button ...

DockTop, ZOrder and TabIndex   (2 messages)   Date: Tue, 31 Jul 2007 15:17:49 +0200
Hello there in my .NET Compact Framework 2.0 SP2 C# WM 5 Smartphone application, I've a form with some panels, all panels are Dock = Top and in any panel there is a TextBox. I need this layout because depending on some ...

FileNotFoundException When Accessing My.Resources   (1 messages)   Date: Tue, 31 Jul 2007 13:06:26 GMT
I have a resource called "Location". When I try to access it with the statement If My.Resources.Location = "Office" Then ... I get the following error message: "A first chance exception of type 'System.IO.FileNotFoundException' ...

onfly Installation for CF 2.0 Application   (2 messages)   Date: Tue, 31 Jul 2007 03:50:45 -0700
Dear all, I found lot of articles on creating Installation package for windows mobile app which uses CF 2.0. I am using c# and .Net 2005 for the development of Pocket PC application . I want to create installation package ...

Battery life WinCE   (2 messages)   Date: Tue, 31 Jul 2007 10:43:37 +0200
Hi, How can I find the battery level on M3 (Mobile Compia) which runs WinCE 5.0? I'm working with VS2005 C#. Thanks, C. ...

Drawing Text in OnPaint problem   (4 messages)   Date: Mon, 30 Jul 2007 19:46:23 -0700
Hi I am trying to create a class which acts a Bordered label control. i have derived TextLabel class from forms.Control and i implemented OnPaint function. i am enclosing the code. I declared two variables in my ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:40 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

Set System Time to Windows CE 5.0   (3 messages)   Date: Mon, 30 Jul 2007 17:38:20 -0700
Hi all, How do I set system time from my .NET application that runs on Compact Framework 2.0 to Windows CE 5.0? Thanks in advance. ...

MessageBox.Show and MessageBoxButtons.OK question   (2 messages)   Date: Mon, 30 Jul 2007 18:58:48 +0100
If I specify most combinations of available buttons in MessageBox.Show, I get nice large and finger-friendly buttons underneath my message. If I just specify MessageBoxButtons.OK, then the OK button appears in the top right ...

Check if app is already running?   (3 messages)   Date: Mon, 30 Jul 2007 13:42:26 -0400
Can anyone point me in the right direction to check if the application is already running for a .NET CF 2.0 application? Code for the regular .NET framework does not work because it uses process.GetCurrentProcess.MainWindowHandle which ...

Garbage collector behavior   (8 messages)   Date: Mon, 30 Jul 2007 09:14:01 -0700
Hi, I've seen a strange behavior with a C# application on Windows CE 5.0. As you probably already know, in Windows CE 5.0 we only have 32 MB of memory. I create multiple instance of a really big object (1 MB of Data ...

Hide cursor   (2 messages)   Date: Mon, 30 Jul 2007 18:02:39 +0200
How I can to hide cursor while application is running. I tryed .hide() but turn showed when i push a button. Sorry my english Thank's ...

Blank Screen   (2 messages)   Date: Mon, 30 Jul 2007 08:04:01 -0700
I'm new to Windows CE and have begun developing an image file. After I setup the bootloader I put the NK.bin file on a compact flash card that I use as the hard drive for my computer. When I boot the computer the Windows ...

Interrupt a thread   (5 messages)   Date: Mon, 30 Jul 2007 19:29:17 +0530
I'm working with a CF project and I need to interrupt a thread. Thread.Interrupt() is not supported in CF. Would anyone know if there are any alternatives to do the same? TIA -- Hitesh Ashar hitesh (at) asharism (dot) com ...

Accessing SQL Server database via Activesync   (4 messages)   Date: Mon, 30 Jul 2007 14:00:41 +0100
We have an VB.NET 2003 application running on windows CE.NET devices that access an SQL Server 2000 database on a PC network. Usually, this is done via a WLAN card in each device, and each device logs into the network wirelessly ...


page nr.:    1      2      3      4      5      6      7      8      9      10      11      12   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us