Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Forcing Resource Hog To Play Nice27 Sep 2007 16:07 GMT5
I'm writing a Console app that will run on a periodical basis on busy Web
servers. The console app is responsible for backing up files uploaded to the
Web server (copying the files out to a backup server). The Windows Task
Manager will schedule the utility to run at least once ...
How To Expose Method From Ascx User Control27 Sep 2007 13:15 GMT1
I have
an Aspx page (Name:"PG") (Contains "UC")
and
an Ascx Usercontrol (Name:"UC") (Contains "AspxGrid1")
IIS Automation27 Sep 2007 11:59 GMT3
We are trying to automate the deployment of clients websites using IIS.
At the moment we can create a new virtual directory on the server using:
//Create a virtual directory
System.EnterpriseServices.Internal.IISVirtualRoot vr = new
c# P/Invoke fails on API method27 Sep 2007 11:50 GMT3
I just wrote a experiment code that build a DLL that export a method
(ToOut),whic I am trying to call from c#. Right now it return uncorrect
result .
Here is the unmanaged  code  :
where and how to declare global variable in vb2005 ?27 Sep 2007 11:37 GMT1
where and how to declare global variable in vb2005 ?
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
regular expression replace src attribute in image tag27 Sep 2007 10:10 GMT3
hi all, i've to replace the src tag in a html file with regex,
images tags look like this :
<td valign="top" align="middle" width="74"><img height="40"
src="1_interr.gif" alt="1_interr.gif" width="40" /></td>
datetime27 Sep 2007 09:48 GMT9
How to convert text from textbox "12.05.1977" into "12/05/1977"? and also
check if the text is in right format before
converting?
Hrcko
Read-many, Write-once lock27 Sep 2007 09:22 GMT3
Can someone point me in the direction of a Read-many, Write-once lock that can be used in managed code?
Brian
Parent-child classes and circular references27 Sep 2007 08:36 GMT4
I've a problem with parent-child circular references.
Suppose have two classes, Person and Course:
--------------------------
public class Person{
Multiple app instances, and passing parameters27 Sep 2007 08:17 GMT6
I am developing a small utility, and have run into a small challenge.
The util is used for performing operations on a bunch of files, and it
can be triggered from the right-click menu when you click on a file.
My problem now is, if the util is already running, I want to stop a
Interactive web map27 Sep 2007 04:35 GMT2
I am working on a little APS.NET project where a new executive gets to pick
his/her reserved parking space. I am trying to figure out a way of
displaying a map of all the available spots, with spots already taken
colored red. The idea is the user could click on any open spot to ...
System Directories27 Sep 2007 04:14 GMT4
How do I programatically get the locations of the following, "Documents" and
"Public Documents" on a windows Vista system.
Also if possible, does the same return the equivalent in WIndows XP.
TIA
Set the value of one COM object member variable failed27 Sep 2007 03:19 GMT2
Hi,all
   I wrote a C# project ,in this project , when I create the COM object ,it turns out no error , When I try to get the value of the object's member variable ,it can return the value successfully,but when I try to set the value of the object's member variable,it throws out ...
OBJECT REFERENCE NOT SET TO AN INSTANCE OF AN OBJECT. but the code is correct27 Sep 2007 03:06 GMT3
here Box is an user defined class
          Box[] b;
          b = new Box[100];
           //b = new Box[10, 10];
Adding WndProc override on inherited Web Browser WinForm control.27 Sep 2007 01:15 GMT1
I need to be able to detect when the user clicks on the browser
control area. The control offers no Mouse events whatsoever. I have
tried to resort to override WndProc on the control, I have a break
point set where indicated in the code below which never gets called.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.