| Thread | Last Post | Replies |
|
| HOw can I get System.Type object in JScript.Net? | 03 Aug 2006 05:32 GMT | 1 |
I am using JScript.Net as script in a project, It need access a remote object (code below) MyClass obj = (MyClass)Activor.GetObject(type, url). , How can I get a MyClass's Type object ?
|
| ComboBox VB.net question | 03 Aug 2006 05:29 GMT | 2 |
I have an Array(20) and 2 ComboBoxes in my form class. My idea is to add items of Array to ComboBox2 in such a way that if, say, you make a choice A in ComboBox1, Array items 1 thru 10 will get added; If you choose choice B in ComboBox1, Array items 1-20 items gets added to
|
| MSBuild heirarchy of projects like corext | 03 Aug 2006 01:24 GMT | 2 |
I'd like to use msbuild to build on a heirarchy of projects, based on the directory structure of the sources like CoreXt does. Is there a good way to do this? I'd like to have some folders where external libraries are located, and some
|
| not really? | 02 Aug 2006 22:34 GMT | 1 |
I dont think marshal.sizeof() wroks for managed objects!? does it?
|
| Sizeof Operator?! | 02 Aug 2006 22:05 GMT | 1 |
1- Is there any .Net function that does the same as sizeof operator in C# and VB for managed objects and .Net Types? 2- I need the same thing (as in Question 1) for SqlDbType?! (I know the size of Sql Types but i want to get it programmatically rather
|
| VS 2003 to VS 2005 | 02 Aug 2006 19:29 GMT | 2 |
Dear friends i have a repetitive question, but please help me. we have an application which is developed by VS.2003. Now we want to add more modules such as inventory management forms to it.
|
| CultureInfo.NumericFormat and System.Convert | 02 Aug 2006 18:04 GMT | 7 |
I am having a problem where a few machines at my company are failing on the following line of code: double dbl = System.Convert.ToDouble("0"); I have traced it to the fact that for the thread's current culture
|
| Version number of DotNet 2.0 | 02 Aug 2006 16:13 GMT | 3 |
What is the version number for DotNet 2.0? DotNet 1.1 is 1.1.4322, I'm wondering what the full version number is for 2.0
|
| strange debugger crash while examining value type | 02 Aug 2006 15:46 GMT | 1 |
When I create a Microsoft.DirectX.Direct3D.VertexElement and try to view it in the VS2005 variable view, the debuggee crashes, the debugger crashes, and sometimes the IDE crashes. The problem is very similar to what happens in the IDE if you have a infinitely recursive ...
|
| Protect exe and dll | 02 Aug 2006 14:06 GMT | 1 |
dear friends we deployed one application which is used by company staffs also installed for our agents in many cities. it is developed by VS.2003 and VB language.
|
| aspnet active directory | 02 Aug 2006 13:58 GMT | 1 |
I need to have access to the active directory property and be able to edit them with asp.net . does anyone have any example or links ? which i can use? thanks
|
| .net 1.1 & 2.0 fails to install on W2000 | 02 Aug 2006 12:37 GMT | 6 |
Do I need some other program installed on W2000 before I can Install .net framework?
|
| communicate between two exe applications | 02 Aug 2006 11:49 GMT | 2 |
There are are two app,named App1 and App2. When run App1, it will run App2 automatically. On the other hand, when terminate App1, App2 will aslo be terminated. I think App1 and App2 in a different domain, how to communicate them?
|
| Upgrading from 1.1 to 2.0 | 02 Aug 2006 10:29 GMT | 2 |
This is probably a silly question, but here goes: I have a VB.NET 2003 aplication running on a machine and want to deploy the new version, written in VB.NET 2005 using XCopy deployment. Both versions of the framework (1.1 & 2.0) are installed on the machines in question. Can
|
| Where is the Compact Frameworke Newsgroup? | 02 Aug 2006 09:31 GMT | 5 |
Since a couple of months i used the CompactFramework Newsgroup. But i don´t can find it. Where is it? Thanks Benjamin
|