| Thread | Last Post | Replies |
|
| Installed v1.1 but VS still using v1.0 | 12 May 2005 18:16 GMT | 7 |
I have net frameowrk 1.1 installed on my system but VisualStudio still builds usng the v1.0 of the framework. I know this because I'm trying to use the SelectedValue property on the DropDownList (ASP.NET), this is available in 1.1 but not 1.0.
|
| Want PC to run only my application at start-up | 12 May 2005 17:06 GMT | 1 |
I have an developed an application running on a laptop with Windows XP Pro. The application has been developed in .NET, written in C#. What I would like to do is to start the application on 'start-up' and prevent the user from switching between the application and other services ...
|
| TESTING | 12 May 2005 15:24 GMT | 2 |
Just testing this news account...thanks
|
| PInvoke CredRead in Advapi32.dll | 12 May 2005 15:12 GMT | 2 |
I'm trying to PInvoke the 'CredRead' function in Advapi32.dll. It doesn't seem to work. CredRead returns true, but the CREDENTIALS struct has flag set to 1538928. Anyone know what it means ? Is my CREDENTIALS struct incorrect?
|
| keyboard capture | 12 May 2005 13:38 GMT | 1 |
I've written a simple application. It consists of main window, menu and a label. I added event handler to the main form (KeyDown), so when I push a key on the keyboard, then it's key code should be displayed using a label (label.Text = e.KeyCode). It works fine with "A", "B" etc. ...
|
| How much do MemoryStreams grow by when they expand? | 12 May 2005 13:32 GMT | 3 |
And is that configurable? Thanks, Doug Harber
|
| demand assembly security | 12 May 2005 12:48 GMT | 1 |
I started to use FxCop and it is a pain: code security. FxCop told me to add minimum security and my code is not working anymore. now it crashing on
|
| Windows service with console | 12 May 2005 09:56 GMT | 3 |
I'd like to write a windows service in .net, in itself that's not a big deal, but my problem comes from the fact that I'd quite like to have the ability to have a console attached to the service. The reasoning behind it is that I’d like to have the option of some user input, but ...
|
| How do I create a mouse click event on a datagrid? | 12 May 2005 08:39 GMT | 1 |
I am new to VB.NET and what to activate some code when I double click on a particular row in a datagrid. Can you anyone tell me what event handle I need to use? Some sample code would be appreciated.
|
| monthCalendar DateChanged issue - documented behaviour? | 12 May 2005 02:33 GMT | 3 |
I've searched for this problem but haven't found any posts on it - hope this isn't a duplicate... I had a strange event occur earlier today and have isolated the 'problem'. In its simplest form I have a monthCalendar control and textBox control on a
|
| Implications of using typeFilterLevel=Full after strong naming assemblies | 12 May 2005 02:31 GMT | 6 |
Env: Windows 2003, VS 2003, .Net 1.1 We just started strong naming our assemblies and ran into a .Net Security Exception when remoting between ASP.Net and our Windows service. The remoting call that failed with this exception returns an array of DataRows
|
| Reference Count | 12 May 2005 00:35 GMT | 3 |
Does anyone know of a way to gain access to runtime's reference counters? GC keeps track of references... how do i gain access to them though.
|
| Running a C# program w/GUI through a web browser | 11 May 2005 23:14 GMT | 5 |
I have many thousand lines of C# code that uses System.Windows.* frequently, so it has a lot of GUI. This program processes data that is located on the local machine and displays a graphical representation of this. I wish for users to be able to use this program through the ...
|
| Socket Broadcasting with Multiple Adapters | 11 May 2005 20:12 GMT | 3 |
I'm getting some weirdness when sending out broadcasts on a system with two adapters. The adapters are configured with IP addresses on seperate subnets. Packets get sent out on each interface, but the source addresses (as seen from a packet sniffer) on both packets is the IP ...
|
| Microsoft application block dataaccess | 11 May 2005 20:08 GMT | 1 |
I heard someone mentioned version 3 available now. where can I find it? regards, Guoqi Zheng http://www.ureader.com
|