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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|