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   



VGA Treeview and Checkbox   (3 messages)   Date: Fri, 10 Aug 2007 02:05:39 -0700
I am using the VGA emulator (don't have a VGA device yet). I place a treeview on a form (with FormFactor set to WM5 VGA) and set Checkboxes to true. In the VGA emulator the check boxes appear small and do not change their ...

Depart Auto code from forms code.   (4 messages)   Date: Fri, 10 Aug 2007 11:39:35 +0300
Hi, Just got this HUGE c#.net cf2 project to debug. For some reason, the programmer used the same form.cs for his code, and for the generated form controls. To make things worse, some of his code is in between the lines ...

Bitmap(int, int, int, PixelFormat, IntPtr) equivalent on CF?   (1 messages)   Date: Fri, 10 Aug 2007 00:52:44 -0700
Basically, I wish to reproduce this mechanism on CF: m_PixelBuffer = new int[320 * 240]; m_Handle = GCHandle.Alloc(m_PixelBuffer, GCHandleType.Pinned); m_Pointer = Marshal.UnsafeAddrOfPinnedArrayElement(m_PixelBuffer, 0 ...

DataGrid and Default columns   (1 messages)   Date: Fri, 10 Aug 2007 00:43:18 -0700
Hi All, I'm using a Datagrid and also some default columns . I have created one more datagrid which is displayed during Runtime. The problem is ' when I add the values for default columns and first Datagrid, the value ...

hi   (1 messages)   Date: Fri, 10 Aug 2007 00:17:17 -0700
Hi All, I'm using a Datagrid and also some default columns . I have created one more datagrid which is displayed during Runtime. The problem is ' when I add the values for default columns and first Datagrid, the value ...

Automating a CF2 App???   (5 messages)   Date: Thu, 9 Aug 2007 20:09:38 +0100
Hi all, I am relatively new to C# and the CF, as a whole I have about 8 months experience with then so not a great deal. I come from a VB6 back ground so my OOP and Threading are also new to me. I am having a problem ...

RAS Connection   (2 messages)   Date: Thu, 9 Aug 2007 19:19:22 +0200
Hi guys, I need a component (free or ....) for VS2003 netcf 1.0 to create a ras connection. I have nsoftware.ipworks.ndial but I can't configure all options like Use software compression Use IP header compression Use ...

Accessing the Bluetooth COM ports in VB   (29 messages)   Date: Thu, 09 Aug 2007 04:51:54 -0000
I have been trying to write a VB program to use Bluetooth to communicate between a PDA running Windows CE 4.2 and another BT device. I found this article that got me started: http://www.devx.com/wireless/Article/11511 Using ...

Mysterious new references in Setup Project   (2 messages)   Date: Wed, 08 Aug 2007 12:02:32 -0700
Every so often when i go to compile my Setup projects, i suddenly get these errors: Error 1 Unable to find source file 'C:\...\System.Web.Services.dll' for assembly 'System.Web.Services.dll', located in '%CE1%\...' C:\ ...

PurgeComm   (4 messages)   Date: Wed, 8 Aug 2007 17:50:28 +0300
Does anyone know if PurgeComm really works on CE? Thanks. ...

unmanaged memory   (4 messages)   Date: Wed, 8 Aug 2007 17:49:19 +0300
Hi, Should I use unmanaged memory when I work with the coredll? If not - is there no chance .net will allocate uncontinous blocks of bytes, and the dll will refer to a wrong address ? Thanks. ...

Data in modified dataset will not show up in datagrid.   (1 messages)   Date: Wed, 08 Aug 2007 12:44:57 -0000
Hi, I have a problem with the following scenario. I am sending in a dataset into a function where I delete certain rows, I am deleting the data through a DataView which deletes from the Dataset.datatable. When I try ...

How to automatically connect to web via DUN and detecting IP   (4 messages)   Date: Wed, 8 Aug 2007 04:48:06 -0700
I am writing an Compact Framework 2.0 application in C# for a CE 4.2 device. I need to programmatically connect to the Internet via Dial Up Networking. I have Internet Explorer set up to where it automatically connects ...

Customized messagebox in CF2 (Windows Mobile)   (5 messages)   Date: Wed, 08 Aug 2007 10:52:07 -0000
Is it possible to create a custom messagebox, for example with a checkbox? I absolutely need to do this but i have no idea... Any suggestion will be very appreciated :-D ...

Hide Smart Device Application   (3 messages)   Date: Wed, 08 Aug 2007 10:05:42 -0000
Hi. We have a script running on a WM5 device with a timer, and periodically want to run an application in background (say every minute or so). But, when the app runs you can see it appearing on the screen before it disappears ...

Illegal characters in path ............   (7 messages)   Date: Wed, 08 Aug 2007 08:45:51 -0000
Hello all of you, I am using .Net 2005 for the development of Pocket PC application. After double clicking on Form in solution explorer, i am getting the following error illegal characters in path ..... System.IO.Path ...

keydown, combination keys?   (4 messages)   Date: Wed, 08 Aug 2007 01:38:27 -0700
I have this code which works just fine for a single key press: If e.KeyCode = 236 Then MsgBox("alt") 'Alt key is pressed End If how do i code it when i want to capture the event wherein both "ALT' key ...

Binding stream data through Tcpclient   (2 messages)   Date: Wed, 08 Aug 2007 04:08:55 -0000
Hello, everyone, Currently, I have an simple serial communication application using the serialnet.dll tool from Franson company. What this application does is to read the data through the com port in my windows ce 5 based wearable ...

SSL TCP connection using .Net CF 1.0?   (2 messages)   Date: Tue, 07 Aug 2007 18:53:33 -0700
Hi Everyone, Can anyone point me to an example of how to create an SSL TCP connection using Sockets in C#? I've been struggling with attempting to recreate the C++ example by Lao K in C# with no success. (http://windowsmobilepro ...

DataGrid with SqlCeResultSet   (1 messages)   Date: Tue, 07 Aug 2007 18:27:01 -0700
Hi I am displaying database table content in a datagrid. to display the values in the datagrid i am using bindingsource combiled with SqlCeresult set. I am able to display the table contents in the grid sucessfully. ( ...


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