| Thread | Last Post | Replies |
|
| Problems using FileStream in a seperate AppDomain | 21 Aug 2006 19:34 GMT | 1 |
I've created a very simple test app to try and fix a problem I'm having. Basically I'm trying to log to a text file from a class in a seperate app domain that I've created. When I first create the AppDomain I'm able to log. However, I have the requirement that I'll
|
| Strong Password RegEx | 21 Aug 2006 19:21 GMT | 2 |
Does anybody have lying around a Regex for a strong password (or a routine to check it). I'd like the normal First character has to be a character, total of 8 characters and has to have at least one number in it. TIA - Jeff.
|
| how can i read all the mail on smtp mail server | 21 Aug 2006 19:18 GMT | 3 |
how can i read all the mail on smtp mail server amit
|
| Directory.GetFiles(IP address)? | 21 Aug 2006 19:03 GMT | 3 |
Hi, I have been using Directory.GetFiles("g://"); in my c# application. But now my boss want's me to do Directory.GetFiles(IP address); I have been unable to figure out how to get this to work. Any sugestions?
|
| 64 bit data types | 21 Aug 2006 18:44 GMT | 2 |
From what I read the 64bit version of the .net 2.0 framework retains the size of the data types (mostly anyway). I've been porting an app to run on a AMD x64 box and have been having a lot of trouble byte arrays. Has anything changed with regard to the handling of the byte ...
|
| Upload Image | 21 Aug 2006 18:25 GMT | 3 |
Can you upload an image using a windows app. I either want to upload the image to a database or just a folder, but all of my searches show that you have to use a web app. I want to do this with a win app. Any help would be appreciated.
|
| GPEDIT.MSC HELP!!!!!!! | 21 Aug 2006 18:09 GMT | 1 |
I am using GPEDIT.MSC on a local stand alone workstation, which will later deploy into my environment. When using Group Policy, I would like to make changes to specific accounts. i.e Admin = me, Tony=end user. I would like to enable that My Computer icon is hidden, resulting in no
|
| Freeze GUI | 21 Aug 2006 18:04 GMT | 4 |
Hi NG! I have a panel which acts as a container for different usercontrols. Depending on the current state the corresponding usercontrol is displayed. If I change the state, I remove the current usercontrol from
|
| Easing 64 bit development. | 21 Aug 2006 17:39 GMT | 2 |
I know a 64-bit version of Windows XP exists. But does a 64-bit version of VS 2005 exists? Developing a 64-bit application on a 32-bit machine really sucks (since you can't test anything), and I can't seem to find a native 64-bit build of vs 2005.
|
| Overwrite image | 21 Aug 2006 17:19 GMT | 1 |
I read an image: Image originalBitmap = Image.FromFile("C:\temp\123.jpg", true); Make a resized copy of it: Image result = originalBitmap.GetThumbnailImage(100, 200, null,
|
| copying collection of value types | 21 Aug 2006 17:14 GMT | 1 |
If I create a new collection from a colelction containing only value types, will the value types be copied, or will both collections reference the same value types. Such as: new Dictionary<string, byte[]>(aDictionaryCollection);
|
| Retrieving the COM class factory for component with CLSID {C0E10006-0004-1300-0001-C0E1C0E1C0E1} failed due to the following error: 80080005 | 21 Aug 2006 17:06 GMT | 3 |
I am buiding an application in ASP.Net 2.0 with C#. After installing corel wordperfect i am adding the reference into the application. Afetr adding reference interop.wordperfect.dll is added to the Bin folder. After creating the object of Wordperfect.Perfectscript i am opening the
|
| mouse over | 21 Aug 2006 16:19 GMT | 2 |
What are the yellowish popups that appear when you mouse over certain objects. An example are the descriptions that appear in VS2005 when hover your mouse over controls in the toolbox. I'd like to implement these on a mouse over of a picture box. I couldn't find anything
|
| Memory not reclaimed on modeless forms | 21 Aug 2006 16:08 GMT | 5 |
Sorry i asked the same question yesterday but did a bad job on describing the issue so here is a better description. This is in .NET Compact Framework. I have a form which creates modeless forms using code like
|
| Xml Node value needs to extract | 21 Aug 2006 16:06 GMT | 1 |
i've made one Regx that extract values from xml nodes. the problem is with the node that has CDATA. XML DATA: <tag1>qfa f453q4tw34656</tag1>
|