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 > april 2005 > threads for thursday april 14

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

Obfuscator - Know a Good One?
Posted by SR at 4/14/2005 9:00:37 PM
Looking for a Obfuscator that provides advanced Obfuscation like string encryption. Purchasing one is fine. It would be nice to hear from developers what products do the job. The price range goes from around $400-$1400, where products like Spices.NET (9Rays) and Xenocode are at the bottom...more >>


DataRowView isedit
Posted by João Santa Bárbara at 4/14/2005 7:37:40 PM
hi all, i want to know how the isedit works ??? i have fill a datatable a bind a few controls and when i see in the currencymanager the current row is allways in edit = true even when without a change. :( damm... i have tried to force is to isedit = false doing currencymanager.endcurrentedit...more >>

Measure the load on a computer
Posted by Michael A. Covington at 4/14/2005 7:19:39 PM
We have a computer that multiple people use through Remote Desktop. Is there a measurement analogous to UNIX's "load average" -- average number of processes trying to run, or something -- that can be read by a program running as an ordinary user (not administrator)? I'm willing to write pr...more >>

How can I Unauthorize a .NET session
Posted by Edward Mitchell at 4/14/2005 5:01:13 PM
I have an app that requires the user to login before accessing a Register.aspx form. I am using Forms authorization so the lines in the Web.config file are: <authentication mode="Forms"> <forms loginUrl="Login.aspx"> </forms> </authentication> <authorization...more >>

Can it be done
Posted by MAF at 4/14/2005 3:37:35 PM
Is there anyway to create some code that will go through every form and control in my solution and update the lanuage property? I was trying to create an addin to do this but I can't figure out how to loop through the forms. Thanks ...more >>

Finding full name in Active Directory from a given username
Posted by Mike at 4/14/2005 2:40:02 PM
Greetings, I am writing an Intranet application in ASP.NET using VB.NET. I am obtaining the username of the user with: uName = User.Identity.Name, which is in the form of DOMAIN\username. I then use substring to parse out just the username. What I am trying to accomplish is getting th...more >>

Accessing Unmanaged dll
Posted by BobM at 4/14/2005 1:25:57 PM
I am running a client based application written in C#. As part of the deveopment I am utilizing a set of dlls which is part of a vendors application (not written in .Net). So I have written a managed wrapper for the dll. If the vendors dlls are put into the system32 folder the application ...more >>

Strange Build Error
Posted by Chris Dunaway at 4/14/2005 1:10:41 PM
I have a solution with 11 projects in it. When I build it, I get a message that says: 10 Successful, 1 failed, 0 skipped but I cannot see which project failed! There are no messages in the task list to indicate a problem. When I examine the output pane, all 11 project show similar messa...more >>



Is sqldmo.dll freely redistributable?
Posted by Henry Padilla at 4/14/2005 1:07:34 PM
I am making a SQL Server management tool and I want to know if I can use SQLDMO and redist or if I have to do things the "hard" way. Thanks for the help, Tom P. ...more >>

Files(html) in folder permission in ASP.NET
Posted by VK at 4/14/2005 12:24:14 PM
Hello: This is an ASP.NET app - once user logs in using username and password (kind of hard coded, since it is temporary solution) they have access to a series of html files. What happens is that these html files are accessible even without logging by trying in the url directly. Is there a ...more >>

Microsoft Data Access Application Block beginer help
Posted by scott289 NO[at]SPAM gmail.com at 4/14/2005 12:18:13 PM
I have successfully downloaded the Enterprise Library and the data access block (C#). I am able to compile and run the quickstart application. So I would like to try the DAB in a new project. But I was unable to find any instructions on referencing the neccessary DLLs in any of the Help files...more >>

Map a Drive Programmatically
Posted by Verde at 4/14/2005 9:14:20 AM
From a console app, I'd like to map a drive from one Win2K3 server to another. I'm familiar with the [Net Use...] command line syntax, and I can put it in a batch file and call the batch file from the console app. That will work - but I was wondering if I could do it all in my C# code (i.e., ...more >>

ExecuteScalar() not returning single field value
Posted by cmo63126 NO[at]SPAM yahoo.com at 4/14/2005 8:54:45 AM
Why am I not able to retrieve the value of ID (which does exist) using ExecuteScalar()? Do i simply have to use ExecuteReader() instead? My problem snippet: string mySQL = "SELECT ID FROM Table WHERE TableID = 1"; //TableID is a unique ID within Table, no dupiclates-risk myCommand = n...more >>

Shutting down whilst copying a file
Posted by richard_jonas_news NO[at]SPAM hotmail.com at 4/14/2005 7:06:57 AM
I've written a Windows Application in C#.net that runs in the background and silently archives files to a network drive (using the System.IO.File.Copy function). Sometimes, users may run this application when connected to our network via a dial-up connection. This means that files take a long ...more >>

vb.net: managing bit and bytes
Posted by Federico Caselli at 4/14/2005 12:42:24 AM
Hi, I need to set the value of 8 bit variables separately and then put them into a byte variable. Is it possible using VB.NET. How? Thank you very much....more >>

Macro substitution
Posted by Les at 4/14/2005 12:00:00 AM
Is there any way to do something like macro substitution in VB, like in C++ or C or other languages? --------------= Posted using GrabIt =---------------- ------= Binary Usenet downloading made easy =--------- -= Get GrabIt for free from http://www.shemes.com/ =- ...more >>


DevelopmentNow Blog