| Thread | Last Post | Replies |
|
| Read/Set a variable value declared in a function from another function | 18 Apr 2005 14:35 GMT | 1 |
Is it possible to Read/Set a variable value declared in a function from another function? f.e.x. public bool myFunction()
|
| serious problem encounter in VS.net | 18 Apr 2005 11:45 GMT | 3 |
Dear Developers i m facing a problem in visual studio.net. whenever i open a new project and run a blank form .it runs ,but if i put a single object on it like button or
|
| Finding types inside a method body dynamically | 18 Apr 2005 10:02 GMT | 2 |
How to find types referenced inside a method body dynamically in .Net. I mean If I have a class "A" and it has a method "Method1". "Method1" references object of class "B" (i.e there is an object created for Class "B" in "Method1".). Hod do I find out the object of Class "B" in ...
|
| Win32 DLL & Win32 Static Library | 18 Apr 2005 06:12 GMT | 8 |
I am using Visual Studio.net 2003. I am trying to find how to create Win32 DLL & Win32 Static Library. When going through the wizard it does not show me the option for these two project types.
|
| How to tell if running in console or winexe mode? | 18 Apr 2005 05:58 GMT | 4 |
Is there anyway to tell from within your code, either at compile-time or run-time your assembly is running as a console app (exe) or windows gui app (winexe)? I wanted to for example create simple beep() and msgbox() functions that
|
| plugging into the explorer shell | 18 Apr 2005 05:36 GMT | 1 |
would appreciate if somebody can show me how to write a module in .NET (C#) to plug into the file explorer shell. how do i add a "node" similar to the "control panel" in the file explorer ? thanks,
|
| .net framework V2.0.40903 | 18 Apr 2005 00:41 GMT | 6 |
can anyone provide a link to where I can get this version of .net framework please. I have downloaded the new SQL Express program but the managment program requires this version of .net framework to be installed and I cannot find it????
|
| Regular expression captures | 17 Apr 2005 22:42 GMT | 1 |
From the following string I would like to capture text. String: This action has been executed via Console First of all I like to know if this is the text I need: it must contain "This action has been executed via".
|
| Code isolation with the AppDomain class | 17 Apr 2005 20:50 GMT | 2 |
I am responsible for the plugin-loading part of an app. One of the things the loader has to do is check licensing, and unload any unlicensed plugins. I naively did this as:
|
| Dynamically Loading Assemblies in ASP.NET | 17 Apr 2005 17:41 GMT | 1 |
I want to load assemblies dynamically in ASP.NET application. Actually, I have a dll for each database that my application is supporting. The dll to be used is specified in the configuration file. I have written a ClassLoader that loaded the classes dynamically from the
|
| Webpage Authoring | 17 Apr 2005 16:27 GMT | 1 |
Currently authoring with Frontpage 2002 on Windows XP Pro. I have been using Visual Basic.net (because I can afford it) for desktop applications, but do not own the whole VS.net suite. I would like to author, and manage if possible, my website in the Visual Studio.net environment
|
| GC, Should I care? | 17 Apr 2005 11:10 GMT | 8 |
I am trying to track a suspected memory leak in an application I'm writing and through repeated simplification of my project, I have found the following which is quite easily replicated should you be prepared to give me
|
| Removing .NET Framework 1.0 | 17 Apr 2005 04:17 GMT | 2 |
Can .NET Framework 1.0 and Hotfix 1.0 be removed from the Control Panel after 1.1 and 1.1 hotfix have been installed? Are there any things to watch out for if/when you uninstall 1.0? Howard H.
|
| Pdf Requirements | 16 Apr 2005 22:24 GMT | 1 |
(Type your message here) -------------------------------- From: yuva raj Hi Everybody,
|
| Unloading an AppDomain | 16 Apr 2005 21:58 GMT | 10 |
SCENARIO: I'm creating a new AppDomain, loading an assembly in it, and then creating a remoting proxy object that I'm using to communicate with the assembly loaded within the new appdomain (I'm calling this a "Satellite"). The problem is, when I Unload the AppDomain (and then call ...
|