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   



Cannot find dbnetlib.dll   (2 messages)   Date: Thu, 26 Jul 2007 15:45:34 +0200
Hi all! I have a very strange problem with .NET Compact Framework 2.0 SP2. I have created a C# application that connects to a remote SQL Server database. If I try it in debug mode, everything works well. However, If I ...

Access SQL Server 2005 Everywhere/Mobile Edition data   (2 messages)   Date: Thu, 26 Jul 2007 03:42:00 -0700
Hi In Visual Studio .NET 2003 you could use SqlCeDataReader to access SQL Server 2000 Mobile data. What is the equivalent of that in Visual Studio .NET 2005 and what class must I import to find it? I am using C#. Does ...

silently installation   (2 messages)   Date: Wed, 25 Jul 2007 23:28:51 -0700
while installing .cab files over windows ce 4.1. ,i block promt screens with "//noaskdest //noui //delete 0" commands. But i cant skip "confirm file replace" message while installing compactframework. How can i do? ...

How to stop the application from restoring?   (2 messages)   Date: Thu, 26 Jul 2007 04:35:33 -0000
Hello, I have an application "ABC" which requires the user to enter a pin to login. This ABC application has multiple forms. The user can switch to an other application either by using the back button or the "call end" ...

Overwrite Key Handling in Windows Mobile   (1 messages)   Date: Thu, 26 Jul 2007 02:26:20 -0000
Hi all, Referring to Keys and Key Codes for Windows Mobile (http:// msdn2.microsoft.com/en-us/library/bb431750.aspx) 0x75 VK_F6 VK_TVOLUMEUP Volume Up. 0x76 VK_F7 VK_TVOLUMEDOWN Volume Down. How can I overwrite ...

Idle state background application   (4 messages)   Date: Wed, 25 Jul 2007 18:12:14 -0700
Hi, I'm writing a Pocket PC Phone application that polls a URL every minute. Problem is when the phone goes idle it goes into Idle (sleep) mode. The application keeps running but now it can no longer access the data connection ...

Need help with SELECT and GROUP BY and SORT BY statement.   (2 messages)   Date: Wed, 25 Jul 2007 18:01:50 -0300
First off I am using VB.Net 2005 Compact Framework 2.0 with MS SQL Server 2005 compact. I am stuck with an SQL Select statement that utilizes 4 columns. I wish to group 3 of them and sort on the forth using the FIRST ...

Tap & hold on grid doesn't fire mousedown   (3 messages)   Date: Wed, 25 Jul 2007 13:05:58 -0700
If I tap & hold on the grid the mousedown doesn't fire. The mouse down will fire if I tap and hold and move the stylus. I want Mousedown to fire when I tap and hold so that I can do hittest for context menu popup. ...

Win CE 5.0 Pro vs. Core   (2 messages)   Date: Wed, 25 Jul 2007 19:53:25 GMT
Can anyone tell me the difference between these two, especially as it relates to vb .Net development? thanks, Steve -- VS 2005, VB .NET, SQL Server Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums ...

FTP file from Handheld to FTP server wireless?   (3 messages)   Date: Wed, 25 Jul 2007 11:04:04 -0700
Hi, All I have developed software for Casio handheld(OS Windows CE 4.1) it has Bluetooth 1.1 install with FTP profile and LAP (LAN Access profile) and can use Wireless LAN Card, my IDE is VS .NET 2003, My goal is: I ...

how to transfer files from the pc to pda w/o activesync   (2 messages)   Date: Wed, 25 Jul 2007 16:52:27 -0000
Hi- I'm trying to transfer files directly to a PDA via a Csharp program I'm writing. Does anyone know how to do this (I obviously can't use active sync). Ohh yes, I'm running Vista. -Thanks -Dan ...

ListChanged event not fired when appointment collection updated   (3 messages)   Date: Wed, 25 Jul 2007 16:02:41 -0000
hi there, i am developing a calendar application using c# and cf2 sp1, and i got stuck when dealing with the ListChanged event of the appointmentcollection. i have a datagrid to populate the appointment items of the collection ...

SetSystemTime() behaviour: Timezone jump   (8 messages)   Date: Wed, 25 Jul 2007 16:37:51 +0200
Hi, on my two PDAs I get the current UTC time from a server (for testing purposes the server runs 7 minutes too fast) and i'm setting it with SetSystemTime(). The time is correctly set on my PDAs (as displayed on the ...

TimeSpan -Negative() ?   (5 messages)   Date: Wed, 25 Jul 2007 06:34:04 -0700
Hi, All How can check if timespan has negative value after subtraction? Thank you, ...

ANN: Mooseworks Software Graph and Instrumentation Controls Update   (1 messages)   Date: Wed, 25 Jul 2007 08:35:23 -0400
Mooseworks Software, LLC announces the release of version 5.1 of the Graph Control, version 2.0 of the Trend Graph Control, and version 4.2 of the Instrumentation Controls Suite. The update includes gradient surface drawing, as ...

An error message cannot be displayed because an optional resource.   (2 messages)   Date: Wed, 25 Jul 2007 02:56:02 -0700
Hi there, Keep getting this error, i've installed the System_SR_ENU.cab file and it still isn't showing me the error message. Help. I'm running windows mobile 5.0 (british english), although changing it to US doesn't ...

Performance Issue With SQL Server Mobile   (3 messages)   Date: Wed, 25 Jul 2007 00:36:42 -0700
Hello, I have a .Net CF application that uses SQL Server Mobile 3.0 on the backend. The problem is that when I run a query from the application that results in joining 4 tables and returning denormalized data, it takes too ...

Can't show error messages on localized PDA   (3 messages)   Date: Wed, 25 Jul 2007 06:32:13 -0000
Hi, all I have a localized PDA (Czech one). The Message property of any exception thrown by system (not by myself) contains same text saying it's impossible to show error message because required assembly is not found. English ...

Can't get form to go full screen over space at bottom of screen   (3 messages)   Date: Tue, 24 Jul 2007 13:06:08 -0400
I;'ve tried various things and cannot get my form to display in the whole window in a Kisok/Full Screen mode. I tried following the advice on this page to no avail. http://groups.google.com/group/microsoft.public.dotnet ...

Gprs Traffic Counter   (6 messages)   Date: Tue, 24 Jul 2007 17:54:30 +0200
Hi all. I want to create a gprs traffic counter in c# for PPC 2003/WM 5. Anyone have an advice? Simon. ...


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