| Thread | Last Post | Replies |
|
| Forcing Resource Hog To Play Nice | 27 Sep 2007 16:07 GMT | 5 |
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 Control | 27 Sep 2007 13:15 GMT | 1 |
I have an Aspx page (Name:"PG") (Contains "UC") and an Ascx Usercontrol (Name:"UC") (Contains "AspxGrid1")
|
| IIS Automation | 27 Sep 2007 11:59 GMT | 3 |
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 method | 27 Sep 2007 11:50 GMT | 3 |
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 GMT | 1 |
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 tag | 27 Sep 2007 10:10 GMT | 3 |
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>
|
| datetime | 27 Sep 2007 09:48 GMT | 9 |
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 lock | 27 Sep 2007 09:22 GMT | 3 |
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 references | 27 Sep 2007 08:36 GMT | 4 |
I've a problem with parent-child circular references. Suppose have two classes, Person and Course: -------------------------- public class Person{
|
| Multiple app instances, and passing parameters | 27 Sep 2007 08:17 GMT | 6 |
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 map | 27 Sep 2007 04:35 GMT | 2 |
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 Directories | 27 Sep 2007 04:14 GMT | 4 |
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 failed | 27 Sep 2007 03:19 GMT | 2 |
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 correct | 27 Sep 2007 03:06 GMT | 3 |
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 GMT | 1 |
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.
|