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     7720 threads
page nr.:    1      2      3      4      5      6      7      8      9      10      11      12   



How to automatically connect to web via DUN and detecting IP   (2 messages)   Date: Tue, 7 Aug 2007 08:10:02 -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. In the past I used the Connection Manager in eMbedded C++, however ...

clase para hacer trace   (1 messages)   Date: Tue, 7 Aug 2007 11:57:02 -0300
Buen dia grupo Una pregunta: alguien sabe que clase debo usar o conoce algun ejemplo de como poder hacer un PING o TRACE desde una pc cliente, y que esa prueba genere un log o que el valor del resultado lo pueda capturar ...

File.Delete / Recreating File bug   (6 messages)   Date: Tue, 07 Aug 2007 06:15:30 -0700
I have a C# application that calls File.Delete(path) to delete an existing file. This works great. When the application is closed I then create a file in the same location with the same name. This also works but when I look ...

Directory Based Authorization   (1 messages)   Date: Tue, 07 Aug 2007 02:22:05 -0700
Hello all, How to implement directory based authorization in web.config Please suggest me with the help of code, if possible. Thank's Brij ...

people favourite websites   (1 messages)   Date: Tue, 07 Aug 2007 01:44:37 -0700
Dear Friend, I have found some websites: for msn messenger, http://www.hotmailpk.com/ For entertainment,spotlight.articles,interviews,dailyupdate;Wrestling;gosips;amazing pictuers;cookingrecipes;lifestyle;Information's htttp://www ...

Elimnating namespace in XML   (1 messages)   Date: Tue, 7 Aug 2007 14:07:38 +0530
Hi I need generate an XML message without the namespace using XmlSerializer, have tried XmlRootAttribute without much help I need to elimate xmlns:xsd=...... - <OrderStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...

Start an IE instance and put it on the secondary monitor   (1 messages)   Date: Tue, 07 Aug 2007 06:56:22 -0000
I have two monitors connected to my PC, and use the following code to position a Windows Form on the secondary monitor in C++ and .Net: DesktopLocation = Screen::AllScreens[1]->Bounds.Location; DesktopBounds = Screen::AllScreens[1]->Bounds; But ...

Timer used in Windows Services   (4 messages)   Date: Mon, 6 Aug 2007 17:22:02 -0700
Hello, friends, I am programming a Windows Service using .net 2005. In this service, I need a timer to check file status in a predefined interval. However, as you may have experienced by yourself or read through internet ...

Team Foundation Server Dual-Server Installation   (2 messages)   Date: Mon, 06 Aug 2007 14:55:39 -0700
I am doing a Team Foundation Server Dual-Server Installation. According to Microsoft TFS installation walk-through, after installing Team Foundation Server Databases in the Data-Tier server, I need to Install Visual Studio ...

Problem with decrypting data in .NET   (1 messages)   Date: Mon, 6 Aug 2007 14:30:03 -0700
I have data which was encrypted with WIndows Crypto API, code written in VB6. Now trying to convert the decrypt code to .NET, and i cannot decrypt. I cannot seem to generate the same key. THis is a code sample from VB CryptAcquireContext(hcsp ...

vertical vs horizontal error bars excel 2007   (2 messages)   Date: Mon, 6 Aug 2007 14:20:03 -0700
Where do you differentiate if you want vertical or horizontal error bars? When I go to more options and select custom, it always chooses either vertical or horizontal for me (often incorrectly). Also, it sometimes says ...

Interactive utility to help with Custom Datetime format specifiers   (1 messages)   Date: Mon, 6 Aug 2007 13:58:20 -0500
Hi all, I've developed an interactive utility that can assist in the development of custom datetime format specifier strings. In addition to enumerating the options it will show how a combined set of options can be rendered ...

StreamWriter ?   (5 messages)   Date: Mon, 6 Aug 2007 14:59:13 -0400
Hi all! I'm creating a file using the following lines of code inside a property set... If Not File.Exists(value) Then StreamWriter = File.CreateText(value) StreamWriter.Close() End If When I look at ...

Everyone's favourite error message   (3 messages)   Date: Mon, 6 Aug 2007 19:36:42 +0100
Hi everyone - I've Googled this before posting and just got pages and pages of results back - it seems a common problem but not of the posted fixes seemed to work for me, so here I am. I've written an application in ...

HttpWebRequest problem   (1 messages)   Date: Mon, 06 Aug 2007 09:09:59 -0700
I use the HttpWebRequest class in VB.Net to return HTML from a page on a remote server. The code works correctly on my machine and on another server (the code extracts the HTML from the same location on the remote server ...

Dot Net 3.0 / WPF - When will there be support   (4 messages)   Date: Mon, 6 Aug 2007 17:33:43 +0200
Hello, now since more than half a year dot net 3.0 is released, so dot net 3.0 and especially WPF is used to develop applications. When will there be new groups to support the developers for WPF? Thany you and best regards Rolf ...

Using ForEach in a Generic List object.   (8 messages)   Date: Mon, 06 Aug 2007 08:21:41 -0700
I have another question that has to deal with the methods that the Generic List object provides that require delegates but the delegates do not allow you to pass in parameters. I'll explain first and then try to provide ...

Delete from generic list using ForEach   (3 messages)   Date: Mon, 06 Aug 2007 06:21:45 -0700
I have a generic list object with a property called, "MarkedForDeletion". During the course of my processing, some of the objects in the list will get this property set to true and so at the end I want to loop through my ...

.NET Framework 2.0 Hierarchy Chart   (2 messages)   Date: Mon, 6 Aug 2007 16:29:33 +0530
Hi, Where can I find the .NET Framework 2.0 Hierarchy Chart? Thanks, Anwar. ...

test   (1 messages)   Date: Sun, 05 Aug 2007 11:56:05 -0700
hgkfjhkjhlgjjkl ...


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