| Thread | Last Post | Replies |
|
| Windows registry access permission problem | 14 Dec 2006 15:29 GMT | 1 |
I am trying to read the 'Protected Storage System Provider' sub keys and it requires access permission. I would like to access this key thorugh my program, how do I do this? My code is
|
| Keys.Oem1 etc to real character | 14 Dec 2006 11:59 GMT | 5 |
How can I convert KeyCode's to the real character? For instance: the row of keys on a keyboard under the F-keys return as Keycode the Keys.Oem1, Keys.Oem2 etc... Depending on the keyboard layout it is another character (and also depening on the fact if you have used Shift or Alt ...
|
| How to produce native code in .net 2005? | 14 Dec 2006 03:09 GMT | 4 |
Hi, guys Is there any settings in .net 2005 that can produce native code in .net 2005? I need to deploy my application in a machine without CLR. Thanks.
|
| Change the local port of a server connection after connection is established | 14 Dec 2006 02:29 GMT | 5 |
I am trying to write a multi-threaded server app, where the server listens at a particular port and creates a new thread each time a client connection has been received. The new thread then handles some handshaking and some file transfer.
|
| Assembly | 13 Dec 2006 21:38 GMT | 1 |
Please consider this Query ... I know i am asking a very silly thing, but as the Beginner of .NET Frame Work, ? i would like to know the path of my project Assembly.I found in bin directory but unable to get the Assembly.
|
| ActiveX control written in C# works locally but not when hosted by Apache | 13 Dec 2006 21:09 GMT | 1 |
I have written a UserControl derived object in C# and registered it as a COM object using the Setup Project in VS 2005. First questions are: is this the right way to go about COM with .NET? I know about the GAC, do I still have to register the COM object in the
|
| Retrieve data from nested repeater? | 13 Dec 2006 20:25 GMT | 1 |
Does anyone know how I would go about doing this? I've tried numerous things... but none seem to work. Here's some code of what I've done: I'm trying to retrieve these label values: Dim FVProdPartNum As Label =
|
| How do I capture the output of a command line app in .NET? | 13 Dec 2006 20:15 GMT | 1 |
I know I can execute another app using System.Diagnostics.Process.Start. But how do I execute an app where I expect output and capture that output in a String variable inside of .NET?
|
| .Net LDAP Authentication Problem (ADAM) | 13 Dec 2006 18:44 GMT | 1 |
I am trying to test LDAP authentication with ADAM from .NET v1.1 I am using the System.DirectoryServices objects as per an example that is available on the microsoft support site (VB) and MSDN (C#). http://support.microsoft.com/kb/326340
|
| please, please help - can't access HTTPFileCollection | 13 Dec 2006 17:10 GMT | 1 |
i am having probs accessing the HttpFileCollection. the count/length is always zero. the file upload parameters passed to the page that should be getting the httpfilecollection looks like this.
|
| Visual Studio Conversion | 13 Dec 2006 15:18 GMT | 2 |
I download the 101 code samples from the Microsoft site. I try to load them in visual studio 2005 standard edition and the windows conversion wizard runs. I let the wizard run accepting to make a backup and all. When the conversion is complete the solution explorer says ...
|
| Bitmap displayed in ToolBox of Visual Studio for a control | 13 Dec 2006 11:43 GMT | 3 |
I created a class that derives from DbConnection class(in turn derives from Component Class). I specified a ToolboxBitmapAttribute for the class like: [ToolboxBitmap(typeof(SpeedyDbConnection),
|
| Intermediate Language troubles (Advanced Question) | 13 Dec 2006 09:45 GMT | 1 |
Hi, I am trying to track down a very odd bug that only occurs when it is built on one machine. I try to calculate the width of a piece of string (needed to calculate the width of a button). On one PC upto 2 letters are missed from the text string, however on the other PC it works ...
|
| Randomize problem | 12 Dec 2006 19:23 GMT | 4 |
hi group, I'm hoping someone here can help me. I have an issue injecting some JavaScript onto an ASP.NET page... using ClientScript.RegisterStartupScript.
|
| Optional Parameter Dataset default Value | 12 Dec 2006 19:02 GMT | 2 |
Im setting up a procedure with an optional dataset parameter in VB.net. You must set a default value for optional parameters. Does anyone know how to set the default value of a dataset to nothing? I tried DBNull but that did not work. Any help would be appreciated! Thanks
|