Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > august 2005 > threads for monday august 8

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Is there a way for a service to start an application that will be visible?
Posted by ThunderMusic at 8/8/2005 9:46:36 PM
Hi, I have a service that starts an application but the application always start in background (I can't see it's window) even if I set the application options to "Normal with focus". Is there a way my service can start the application and that the window can be visible? thanks ThunderMusi...more >>

Help !!
Posted by h at 8/8/2005 8:46:22 PM
My pc died and I have basically had to rebuild the pc. I had a licensed copy of vs .net enterprise 2003. Un-fortunately I do not have access to the original cd's and I did not have a system back-up to restore from; this is because I had to replace motherboard and processor which is too big ...more >>

Mixing ASP Classic with DOTNET
Posted by Andrew Jocelyn at 8/8/2005 7:59:58 PM
Hi Does anyone know if I can use DOTNET assemblies in an ASP Classic page? Basically I want to start writing business logic and database access stuff in DOTNET but I want to use ASP Classic pages for presentation. If so is there any information about this you could direct me to? Thanks ...more >>

Child Neglect
Posted by wASP at 8/8/2005 5:28:53 PM
Hi, I was under the impression that, when ASP rendered a page, it recursively traversed the hierarchy, executing all controls in each ControlCollection of every control in that hierarchy. I tried adding a Button control to a TextBox ControlCollection, and it didn't execute. When I add the...more >>

Application blocks for .NET
Posted by Yog at 8/8/2005 5:24:01 PM
I have used it in test and other environments, didn't do any performance tests for the applications. Anyone used the application blocks for .NET in a production environment ? Is it recommended ? Which blocks are good to use ? Thank you, Yog ...more >>

collection doesn't find element
Posted by sorincom at 8/8/2005 2:34:35 PM
Hello, I have this class: public class TestClass { private string testData = ""; public string TestData { get { return this.testData; } set { this.testData = value; } } //public override bool Equals(object obj) ...more >>

how to profile speed, function timing, in .NET
Posted by Karl Davis at 8/8/2005 12:38:02 PM
In Visual Studio 6, using C++, you could perform function timing, get hit counts, etc. You would choose to Enable Profiling, then choose Build Profile, and it would create a brief report. It worked great. Is there a simple profiling method included in C++.NET?...more >>

how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sit
Posted by Daniel at 8/8/2005 12:15:43 PM
how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites? ...more >>



ContentType = "application/pdf"
Posted by Zoury at 8/8/2005 11:59:51 AM
Hi Folks ! :O) In a web application, I'm trying to load a PDF document in the client's browser. The following code works on my workstation but fails on another one : '*** With Response .Buffer = True .Clear() .ClearContent() .Clear...more >>

Web Plugin to Handle Spell Check
Posted by Jonathan W. Zaleski at 8/8/2005 11:45:05 AM
I was wondering if such a plugin existed outside the Office Bundle, that would preform a spell-check of an indicated field within a HTML Page....more >>

Posting/Getting with a certificate does not work
Posted by Jeff Fulcer at 8/8/2005 9:42:06 AM
I am trying to do a get/post with a certificate to another server to gather information. I was provided with an ASP example that I am able to get my results fine with, but when I try it in .NET, the server keeps telling me there is no certificate. I can check the certificate after loading it...more >>

Drag And Drop/Explorer Styling
Posted by EdB at 8/8/2005 9:16:02 AM
I am trying to mimic a behviour and obviously having some trouble with it. Open up two Windows Explorer windows. Select a file in (1) and drag it to a folder in (2). Prior to dropping it, the now "target" folder highlights as selected, confirming to the user that that is where it's going. ...more >>

property assignment in vb.net
Posted by Mike at 8/8/2005 8:08:02 AM
My first simple attempt at using a property. and I get an exception "An unhandled exception of type 'System.StackOverflowException' occurred in BalanceOmatic.exe" on line xxx. I have included the property code and the button event used to set and call the property value. Any help greatly ...more >>

Service as Process
Posted by TieTo at 8/8/2005 7:45:57 AM
Hello, I'm looking for a way to identify a running process from which service it is started. All seems working well so far. I am using a simpel wmi call to enumerate all running processes and all installed services. I then compare the 'Pathname' property from the service against the 'Commandli...more >>

PLease Help Get Age FRom DAte
Posted by eamon at 8/8/2005 6:23:40 AM
Im making this stored procedure to return the age of the user to the web control but the problem is that DATEPART(). I can only Specify one and i need the age to to the exact format of mm dd yy but i cant get it into the Query so it can execute. And when I use the yyyy to return the Age it ret...more >>

MyClassCollection = MyDataTable
Posted by DraguVaso at 8/8/2005 12:00:00 AM
Hi, I want a fast way to use assign a tha values in a DataTable to a collection/Array/List of Classes. Each record in my DataTable should be new Class, and tha Class would have property's for each Field in the DataTable. Is something like this possible? Or how should I do something like this...more >>

Automatic email replies
Posted by Emmanuel at 8/8/2005 12:00:00 AM
hi, i want to make a tool which automates email replies. How can i include the original message body in my reply using the same format as a normal email client would do, in both html and text formats? Are there standards on this? example, if i look at what MS outllok does to the body, would i...more >>


DevelopmentNow Blog