| Thread | Last Post | Replies |
|
| VSTO 2005 | 16 Mar 2006 17:46 GMT | 2 |
Folks, I'm trying to do some office automation using VSTO 2005. I've verified that .Net Programmability Support is installed for every MS Office application and Microsoft Forms 2.0 .Net Programmability Support is also installed under
|
| Is there a good reason that Decimal does not have Ceiling() method, only Math class has? | 16 Mar 2006 17:24 GMT | 4 |
Is there a good reason that Decimal does not have Ceiling() method, only Math class has? Thanks!
|
| static class confirmation | 16 Mar 2006 17:18 GMT | 14 |
Using ASP.NET 2.0 and Visual Studio 2005 I have website and a DLL attached to it (BusLayer). The class inside the dll (also imaginatively named BusLayer) havea number of static variables. One example:
|
| TypeConverter question | 16 Mar 2006 17:07 GMT | 1 |
I have a problem towards the following topic. There is a class like MyColor and a class like MyRectangle that has a property called FillColor which is of type MyColor. Now it should be able to say
|
| reading add/remove programs? or help making distribution package | 16 Mar 2006 17:02 GMT | 2 |
I'm wondering whether there is a way in C# to be able to see whether a program has been installed or not? I want to create a distributional executeable that will have a few components and show which has been installed already and if it hasn't
|
| Folder permissions | 16 Mar 2006 16:59 GMT | 2 |
How to set File or folder permissons to all users while I am creating the File in administrator. Once I restatt my machine I login into the normal user. There I dont have the permissions to write a content On that file.
|
| Folder permissions in dot 1.1 Version | 16 Mar 2006 16:53 GMT | 1 |
This Library is not Importing.. ADsSecurity 2.5 Type Library
|
| VS2005 TreeView Multi-Select | 16 Mar 2006 16:49 GMT | 4 |
Can we select multiple nodes in a visual studio 2005/.NET 2.0 treeview using CTRL/Shift or do we have to write all that code like in .NET 1.x? Thanks in advance. Bill
|
| what class can seize http request in .NET framework? | 16 Mar 2006 16:48 GMT | 4 |
hi what class can seize http request in .NET framework or c#? thinks!!
|
| Is it allowed to edit InitializeComponent() | 16 Mar 2006 16:37 GMT | 1 |
I use VS 2003. I have a control for example System.Windows.Forms.TextBox(); I drag this System.Windows.Forms.TextBox() control into a form. Now assume I want to add more functionality to this
|
| How to pass a reference itself | 16 Mar 2006 16:21 GMT | 5 |
I want to pass an object to a dialog box, and have the dialog box work on the object, so that when the dialog box closes, my program now sees the altered object. This turns out to be not as simple as passing a pointer in a native program.
|
| Delegates VERSUS Events | 16 Mar 2006 15:34 GMT | 6 |
I have the following code to tie up a custom delegate (ConsoleDelegate) with two methods from a separate class called CallMyEvents: static void Main() {
|
| How to get the data before IE | 16 Mar 2006 15:20 GMT | 4 |
normally, the IE gets data from Website. then IE deal with the data and show it to user. now, I want to get the data before the web site transmits data to IE. exactly, I wanna intercept data before IE show it to user.
|
| ASP.NET 2.0 : where are the project files ??? | 16 Mar 2006 15:05 GMT | 5 |
When creating an ASP.NET project in VS2005 : where are the project files (.csproj, .sln, ...) ? The only files I can find are the aspx and .code behind-files. thanks
|
| What about [Assembly]? | 16 Mar 2006 14:35 GMT | 4 |
I have study a vb codes: Dim Asm As [Assembly] = [Assembly].GetExecutingAssembly() How can I do in C#
|