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   



MediaPlayer.SpeedRatio Property NET 3.0   (1 messages)   Date: Thu, 2 Aug 2007 09:38:38 -0300
Hi I am new in NET 3.0, and I need an example of how many time takes to download some video from a streaming, or what is the SpeedRatio and bandwidth to download that streaming. I found this two classes in NET 3.0, but ...

Decimal datatype   (1 messages)   Date: Thu, 2 Aug 2007 10:47:23 +0530
Hi All! How to declare a variable of decimal type with size? In VB we declare as Dim ld_amount as decimal Dim ld_con_amount as decimal How to define precision size in VB in declaration time? In Powerbuilder when ...

ConfigurationProperty and DefaultValue   (1 messages)   Date: Wed, 1 Aug 2007 20:56:01 -0700
Hi I have a class derived from ConfigurationSection which has the following property: [ConfigurationProperty("importUserName", DefaultValue="system", IsRequired = true)] public string ImportUserName { get { ...

Dynamically determine thw syntax of a function, method, or property call   (1 messages)   Date: Wed, 01 Aug 2007 20:23:57 -0700
Does anyone have any good way to dynamically determine the syntax of a function, method, or property call. What I am looking to do is create a very limited version of the VS object browser and get back list of all public ...

Error on StructureToPtr()   (5 messages)   Date: Wed, 1 Aug 2007 12:56:03 -0700
I'm trying to copy a structure to a byte array. I get a failure on the Marshal.StructureToPtr() function. The structure which is as follows: [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct CONNECT_STRUCT ...

How to suppress PrintDialog when using print verb   (1 messages)   Date: Wed, 1 Aug 2007 11:48:01 -0700
I am trying to print a list of HTML documents using Process and the print verb. Is there any way to suppress the PrintDialog box ? In this case, I have set up the default printer as the target, as I don't want the user ...

problem with Linq Expressions   (3 messages)   Date: Thu, 2 Aug 2007 00:35:23 +1000
I'm trying to create some linq expression manually. At some stage I want to create an expression to concatenate 2 strings, I'm trying the following code: using System.Linq.Expressions; Expression e1, e2; return Expression ...

MediaPlayer.SpeedRatio Property NET 3.0   (1 messages)   Date: Wed, 1 Aug 2007 11:26:48 -0300
Hello I am new in 3.0. I need to test how many time take to download a streamming from some windows media server, and I looking examples for this classes: MediaPlayer.SpeedRatio Property MediaPlayer.DownloadProgress ...

Deploy VS2005 Web Site Project   (3 messages)   Date: Wed, 1 Aug 2007 06:08:03 -0700
Hi all, This is the first time I create web application using VS2005 web site project. How can I deploy application to my web server? With VS2005 web application project, I just copy the DLL in bin folder and all the ...

Is it possible to load assembly from local IIS server   (2 messages)   Date: Wed, 1 Aug 2007 16:35:29 +0530
Is it possible to load assembly from local IIS server. i am trying to load it but it is shoing me the messeage of dependency and doesn't load the assebly ...

Managed MMC SnapIn   (1 messages)   Date: Tue, 31 Jul 2007 18:34:00 -0700
hi I'm developing an MMC snapin. I have a ScopeNode which I want to update the ImageIndex depending on some internal status. I re-assign the ImageIndex value but the ScopeNode image doesn't change. Any ideas? Do ...

ASP 3.0 not releasing objects to pool (Windows 2003 Server)   (1 messages)   Date: Tue, 31 Jul 2007 23:27:11 -0000
Hi all, i have a COM+ component that works great from ASP.NET but in ASP the objects are not released in Windows 2003, the same code runs ok on my testing machine (Windows XP), I'm using the framework version 1.1.4322.573 ...

Getting HTTP 400 errors with multithreaded webservice calls through an authenticating ISA proxy   (1 messages)   Date: Tue, 31 Jul 2007 15:29:02 -0700
Hi, In my application which has two or more threads calling web service or just HttpWebRequest I am seeing some HTTP 400 errors retrun in the response. All the calls are going through the same ISA proxy the connections ...

Getting the fully qualified Active Directory domain name (C# / VB.Net)   (1 messages)   Date: Tue, 31 Jul 2007 14:53:37 -0700
This took me much longer to figure out than it should have, and I couldn't find anything relevant anywhere, so I figured I would post my solution and let Google archive it for the ages. To get the fully qualified AD name ...

How does Custom Channel work for Java client?   (1 messages)   Date: Tue, 31 Jul 2007 14:43:42 -0700
We are thinking about writing a Custom Channel for one of our Web Services in WCF,but if one of our client is using Java on an Unix machine, how would that work? Please advice. Thanks. John ...

GetStream.Read behavior changed in .Net 2.0 with respect to ReceiveTimeout   (12 messages)   Date: Tue, 31 Jul 2007 21:35:15 -0000
Hi, I've noticed that the behavior of ReceiveTimeout has changed between .Net 1.1 and .Net 2.0 when it comes to the GetStream.Read method. In .Net 1.1, if the timeout period elapsed, I would get a System.IO.IOException ...

How to change update microsoft.NET framework v1.14322 update warning in order for screen to hibernate please   (2 messages)   Date: Tue, 31 Jul 2007 20:22:26 GMT
How to change update microsoft.NET framework v1.14322 update warning in order for screen to hibernate please..thanks From http://developmentnow.com/g/6_2006_2_0_0_0/dotnet-framework.htm Posted via DevelopmentNow.com Groups http://www ...

VS generates event handlers in Form1.cs when they already exist in partial class   (2 messages)   Date: Tue, 31 Jul 2007 09:21:36 -0700
I have seperated my Form1 class into several partial classes, but if i make a modification to the main form, it generates event handlers in Form1.cs when they already exist in another partial class. Is there any way of stopping ...

Wholesale NIKE .AF1.TN.Jordan.shoes http://www.new-nikeshoes.com   (1 messages)   Date: Tue, 31 Jul 2007 07:58:28 -0700
hi We are wholesaler of Nike Jordan and Other Shoes in China. We are big Shoes Manufacturer in China. We supply many kinds of Shoes, such as Nike Shoes, Jordan 1-22, Air Jordan, AF1, DUNK, Air max series etc. Most of them ...

Update for KB928367 fails   (3 messages)   Date: Tue, 31 Jul 2007 11:23:14 +0100
I am trying to update a system running win 2000 pro sp4 with Security Update for Microsoft .NET Framework, Version 1.0 Service Pack 3 (KB928367). It says it's done but then after a minute or two the update reappears in the ...


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