all groups > dotnet general > february 2004 > threads for saturday february 7
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
Equivalent to mod_rewrite
Posted by Jibba Jabba at 2/7/2004 9:37:53 PM
Is there an equivalent to apache's mod_rewrite for IIS/dotnet? Supposed I
wanted to temporarily shut down a dot net application, and instead of coding
it into every aspx page I wanted to be able to configure the server so that
when it encounters a aspx page, it redirects to a "we're currently cl... more >>
referencing .NET framework namespaces in client side java script
Posted by Rea Peleg at 2/7/2004 3:32:07 PM
Hello
I'd like to use .NET framework namespaces in client side java script.
For example i'd like to import System.Activator, in order to call
Activator.CreateInstance() method inside a client side java script function.
This function should executed in the client's browser!
10x
Rea
... more >>
ActiveX equivalent in .NET
Posted by buzlite NO[at]SPAM sympatico.ca at 2/7/2004 2:44:50 PM
Hello All,
I am doing some research on ActiveX and it's place in .NET. In .NET, does
ActiveX have an equivalent counterpart.
Where would I be able to locate information on this subject.
Thanks.
... more >>
Whidbey controls in .NET 2003
Posted by mosquitooth at 2/7/2004 1:51:07 PM
H
is there any way to use the new cool WinBar (etc.) controls of studio Whidbey in the current version (2003) of the studio
Thank
mosquitooth... more >>
Avoiding the "File download" dialog when using the WebBrowser control to navigating to an excel file (C#/Windows Forms)
Posted by Luis Ferrao at 2/7/2004 12:16:20 PM
Hi,
My Windows Forms application uses the WebBrowser control to
open an Excel file since OLE objects are gone in .Net. The application
is actualy a clone of the one found in the MS Knowledge Base Article
"How to Use the WebBrowser Control to Open Office Documents with
Visual C# .NET" which ca... more >>
Service running as [user] rather than [system]
Posted by Sims at 2/7/2004 11:10:59 AM
Hi,
I have a service that need to access the current user registry from time to
time.
But a service only works as a SYSTEM and not as the current user.
How can i change that? Or at the very least get the service to launch an
application as the current user and not the SYSTEM
Many thanks
... more >>
IWebRequestCreate
Posted by kevin NO[at]SPAM steffer.dk at 2/7/2004 10:38:42 AM
Hi Group
My FTP problem again.
I have a FTP class that can connect to a server with username and
password and so on.
I want to make this class available for a WebRequest like
HttpWebRequest i now wanne make a FtpWebRequest class. To do what I
need to make an Interface for my ftp class:
... more >>
info reqd: referencing/using object from AppDomin of an other process
Posted by qpro at 2/7/2004 6:34:07 AM
hi,
if dotnet exe applications A, B and C are running as separate process each
(separate exe process in windows), i want to reference/use an object from
application A's appdomin in application B and C.
can anyone help in the above scenario? is it possible in dotnet?
TIA
qpro
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Pinging under .net
Posted by Sam Johnson at 2/7/2004 4:46:05 AM
H
how can I use ICMP pings with components/classes of the .net framework (C# or VB)
Thank
Sam... more >>
Replacing a Filestream with a Memorystream
Posted by Kai Bohli at 2/7/2004 3:52:16 AM
Hi all !
This is my first day with Visual Studio and C#, and I'm trying to send "raw data" to the printer
port. I found the SendFileToPrinter example below in a knowledge base at MS site
It works, but I need to replace the filestream with a memorystream cause there's no need to write
files and... more >>
Showing the action to the user in ASP.Net
Posted by mohanmca NO[at]SPAM yahoo.com at 2/7/2004 2:29:09 AM
Normmally we can show the user what happening in
background. For example we can give the Refresh() method.
I want use same thing in ASP.Net... more >>
|