| Thread | Last Post | Replies |
|
| Database testing with automated verifications of your modifications ? | 30 Aug 2006 15:52 GMT | 1 |
Can anyone recommend a good framework (preferably open source) that can be used for database testing ? The thing I want to be able to do is the following: (1) Define the expected database changes that I want my following code
|
| Check if internet is up | 30 Aug 2006 14:31 GMT | 1 |
I'm using the following code to check if there is a connection to the internet: #region //Creating the extern function...
|
| Moving Panel | 30 Aug 2006 14:26 GMT | 2 |
I would like to knowhow can I put a sliding panel... I've done this: if (panel1.Width < 300) {
|
| MAC Address | 30 Aug 2006 14:07 GMT | 4 |
How I can obtain the MAC address of the customers pc. Somebody has an example? I'm using C#.NET 2003 Rafael
|
| Base64 Decode | 30 Aug 2006 13:54 GMT | 3 |
Could you please give me some guidelines on dealing with Base64 encoded string. The actual purpose is to decode Base64 Encoded string and stream the data to a browser so that it can be viewed
|
| Load HTML in WebBr from string | 30 Aug 2006 13:53 GMT | 5 |
Is there an alternative to an URI location when loading html into a webBrowser control. I have some html generated in a string. I would like to skip saving the string to a file on disk and then loading it from disk into webbrowser with
|
| Help with CSharp syntax [xxx()] and ~xxxx() ??? | 30 Aug 2006 13:53 GMT | 1 |
I have two intro books that all of sudden jump into programs with the following syntax: [DLLImport("dll.dll")] static etern int GetWindowsResource();
|
| Image Visualizer for VS 2005 | 30 Aug 2006 13:48 GMT | 1 |
Do you know where I can download something like this http://geekswithblogs.net/khanna/archive/2004/12/30/18820.aspx I've tried link in the artice but it is not working. Regards,
|
| COM Connection points and C# delegates | 30 Aug 2006 13:47 GMT | 1 |
I am not very experienced with this issue and would your opinion on whether it is healthy or not: 1) I created an ATL COM object (say MyCOM): - that supports connection points
|
| How Microsoft does it? | 30 Aug 2006 12:42 GMT | 1 |
I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it
|
| File as resource | 30 Aug 2006 12:31 GMT | 2 |
Hello, I am creating an installer for my program, and I have the exe as a resource, how can I copy it to an installation directory then execute it? Thankyou for your help
|
| Text of MessageBoxButtons | 30 Aug 2006 12:04 GMT | 3 |
First of all, please excuse my english. I have one Question concerning MessageBoxes. Is there a possibility to change the displayed Text of a messagebox Buttons ? Thank You
|
| Math without type | 30 Aug 2006 11:44 GMT | 3 |
I have a situation where I have two objects, and if they are both any kind of numeric, I need to perform some opration on them (such as multiple or divide). I'd like to do so without a huge case statement. Any ideas on how to
|
| System.NullReferenceException in XmlDocument.Load() | 30 Aug 2006 09:46 GMT | 13 |
I have a strange error that occurs on loading an XML document: The code is: // create a document XmlDocument myDoc = new XmlDocument();
|
| Whatever happened to IConfigurationSectionHandlerWriter ? | 30 Aug 2006 09:23 GMT | 3 |
I need to upgrade to dotnet 2 and I can find no reference to what I should upgrade IConfigurationSectionHandlerWriter to in system.configuration
 Signature regards, Mark
|