| Thread | Last Post | Replies |
|
| using ToolboxBitmap from inherted control | 28 Feb 2005 10:15 GMT | 2 |
Can I use the ToolboxBitmap from the inherted Control to show up in my toolbox and if so how? Greetings Jean Paul
|
| c# Remoting to Windows Service | 28 Feb 2005 09:41 GMT | 1 |
Is it possible to use C# windows Service as the remote class? It supposed to inherit both System.ServiceProcess.ServiceBase And
|
| Encryption algorithms for product licensing | 28 Feb 2005 03:03 GMT | 3 |
Can anyone point me in the right direction to find some encryption routines / algorithms for use with product licensing?? I want to pull data such as the computer name etc etc, and encrypt them against a string of mine, which will then create a product key.
|
| Customising a windows close buttons and title bar | 28 Feb 2005 02:16 GMT | 2 |
Some applications achieve a really nice look and feel in part because they have changed the bar at the very top of the form window. There appears to be a way to customise the whole bar and its buttons but I have no idea how its done.
|
| Socket.Available != 0, Socket.Read --> Exception | 27 Feb 2005 22:27 GMT | 2 |
I have the following problem with Socket: Socket.Available reports data in the buffer (e.g. 1849 bytes) but I can't read it because Socket.Read throws an exception The exception ist being thrown because the connection is already closed. How
|
| VS 2003 won't open existing web project on localhost | 27 Feb 2005 22:23 GMT | 2 |
I'm running Windows Server 2003, IIS 6.0, and VS 2003. I have an ASP.NET project I previously created, and went to open it back up to make modifications. Now VS won't open http://localhost When I try to open that location, it just goes to "My Documents"
|
| Visual Studio.NET Question | 27 Feb 2005 21:50 GMT | 3 |
I am currently experimenting with ASP.NET. There is one particular problem that I continue to have. Whenever I run the current project, it appears to call code from another ASP.NET project. I'm not referencing any other projects, yet the app still insists on calling code ...
|
| verifying datatype convertibility programmatically | 27 Feb 2005 08:12 GMT | 2 |
I need a mechanism to verify programatically, if a particular datatype can be/ can not be converted to another datatype with/without any loss of data. i tried using TypeConverter.CanConvertFrom, but am getting incorrect values. also i need the check to be done using strings ...
|
| Events between appdomains | 27 Feb 2005 07:38 GMT | 3 |
I want to receive events from another appdomain. I use a separate appdomain as a sandbox and whant to know and have control over which assemblies get loaded. I need to comunicate with a library in the sanbox appdomain from a plugin in my other appdomain,
|
| Change NT Service user name and password after installation | 26 Feb 2005 21:38 GMT | 4 |
Is there a way to change a NT Service's user name and password after it has been installed. I want to perform a check for the user name in the On_Start event of the service. If it is not the one I want I want to change the user name and password and then allow the service to ...
|
| setting the VS.Net IDE to new Framework | 26 Feb 2005 21:08 GMT | 9 |
I just downloaded the new Beta dot Net Framework 2.0 from MS web site After installing it , how to I set the VS.Net IDE to recognize the new classes of the new Framework ? The reason I'm asking is because my current project fail to compile because
|
| What do you need to set up a .net architecture and support after. | 26 Feb 2005 16:45 GMT | 1 |
I am very new to .Net. I want to know exactly what you have to have to set up a .Net development environment and production environment for web service applications. What needs to be supported after the environments are set up. Basically what will my Enterprise Architecture and ...
|
| Switch assembly versions at runtime | 26 Feb 2005 14:34 GMT | 2 |
Hi people i need you help: Someone have a way to switch assembly versions at runtime without recompiling code. I want to do that but i don't know how...Please would you tell me the way to
|
| User defined Object in Clipboard | 26 Feb 2005 14:28 GMT | 5 |
I'm having problem pasting a user defined object that's put into the clipboard.... Here's a crude example of what I'm trying to get done. Dim fromShapes as Shapes 'shapes is my custom object
|
| Is The Source Code of Terrarium will released? | 26 Feb 2005 14:07 GMT | 1 |
I found the Terrarium is very interesting.But I'm very sad about that I can't find any source code about it except some plant code or animal code. But the author said he will release the full source. Is it just a joke? Like Microsoft will never release the Window's source
|