| Thread | Last Post | Replies |
|
| Overlapped images | 21 Nov 2007 15:32 GMT | 1 |
I have two gif images with transparent background...I need to put in a control an image that is the overlap of the two source images! How can I do this? Thank you
|
| we are facing Outofmemory exception asp.net1.1 using vb.net | 21 Nov 2007 15:31 GMT | 2 |
While report button,the following exception is coming System.OutOfMemory Exeception,is there any solution,send me mail. Thanks
|
| delete old files | 21 Nov 2007 15:27 GMT | 3 |
I have several folders on a server that contains files that go back 3-4 years. It was mentioned that keeping files that long is no longer needed. So my question is, is there a way to create a windows service in C# that can delete files in the folders that are older then 12 ...
|
| Hard coded Tool button image being remove by IDE automatically | 21 Nov 2007 14:27 GMT | 3 |
Any criticism will be appreciated. I have a project coded in VS.NET 2003, and I am moving to VS.NET 2005 and convert to Project to VS.NET 2005 Version. In the former project, I have an object: POImageList which is type of
|
| SDI application and maximilize windowsstate | 21 Nov 2007 14:13 GMT | 1 |
I have a SDI application in which i display children forms. whem i click on my menu items, i should display the relative child form. till now no problem. However, as my main form (SDI parent) can be resized, i would like to display my children form in a maximilized
|
| Targetting a class library for both 3.5 and 2.0 | 21 Nov 2007 13:19 GMT | 8 |
I have a rather big class library solution with lots of projects. Some of these projects I'd like to include .NET 3.5 things in, but only when I'm targetting 3.5. Basically, I'd like to be able to target 3.5 and rebuild, getting new
|
| Resource file vs. regular Xml file | 21 Nov 2007 13:19 GMT | 12 |
i have a need to possibly enable mutli language support. What benefit do i get by using a resource file instead of a custom xml solution? thanks!
|
| best method for common functions | 21 Nov 2007 10:17 GMT | 3 |
From C++ world, i'm used to have a cpp file, where i placed all common functions that i could need within different projects. something like my own "API". i would like to do something similar under C# but if i create a
|
| Singleton class, use another class? | 21 Nov 2007 09:59 GMT | 10 |
I have created a Singleton class to provide some database functionality in my mobile application. I have a public class called Utility which performs various operations on data. Is it ok to use the utility class in my Singleton class? Here is some code to hopefully make it ...
|
| RAPI being block buy Windows mobile Security model? | 21 Nov 2007 08:50 GMT | 3 |
I have written a C# application that is to be used to commission(install and setup) Symbol HHT (Windows mobile devices) with drivers, Wifi network setting, phone settings and software. I have got the application doing all the basics like coping files, deleting
|
| vs2008 question. | 21 Nov 2007 08:37 GMT | 7 |
Before I download and install 2008, I have a question. One of the selling points of 2008 is multi-targeting. I work on a team where everyone uses vs2005. Can I use vs 2008 for development and have it target .net 2.0 and count on the IDE not to mess up the .csproj and .sln
|
| Bug in 2008 | 21 Nov 2007 08:07 GMT | 8 |
Can anyone verify this bug in 2008? (Express edition) 1. Create new Windows Form Application 2. Set the Form's FormBorderStyle to None then back to Sizable 3. Grab the lower right corner and resize the form smaller then bigger.
|
| How to create or use the XAML Designer control like Expression Blend or Visual Studio? | 21 Nov 2007 07:57 GMT | 2 |
I just want to make application like a Expression blend but it is not easy for me. And I already know that we can make custom form designer control that behave like visual studio. Microsoft provides a good example how to
|
| config file changes | 21 Nov 2007 06:12 GMT | 2 |
Below is the code that i using to change the config file settings. When I do the changes to the config file through this code, It seems that it updated the config file with the changes, but when I got the file, the changes are there.
|
| Activex in C# | 21 Nov 2007 04:46 GMT | 1 |
I would like to embed the Word, Excel documents in C# windows forms. While searching the forums, I came to know that WebBrowser control or DSO Framer can be used for this purpose. Is there any other way to embed the MS documents in C# forms? Anyone please suggest.
|