| Thread | Last Post | Replies |
|
| LINQ to XML question | 16 Apr 2008 18:34 GMT | 2 |
i've got the following xml structure: <catalog> <books> <item key="" value="" />
|
| How to extract all exceptions for any method | 16 Apr 2008 17:23 GMT | 9 |
I would like to extract all possible exceptions for a particular method. Ideally this would be a Visual Studio 2005 Add-In and would allow a developer to highlight a any method, pressing a shortcut key which would result in a try/catch with all exception(s) handled.
|
| Copy Paste Function | 16 Apr 2008 16:53 GMT | 6 |
I would like to use the keyboard shortcut 'ctrl + v' to paste from the clipboard. I can't seem to figure out how to capture the keyboard input to accomplish this. Any help is greatly appreciated. Thanks,
|
| Using NativeWifi | 16 Apr 2008 16:47 GMT | 1 |
I am trying to use NativeWifi. I tried putting "Using NativeWifi" in my C# code but it throws error right there. I think I will need to add reference to my application. I don't know which dll i need to import.
|
| .net remoting - not listening | 16 Apr 2008 16:12 GMT | 3 |
I have a problem with my server which is not visible after netstat -na command. 1. remote class library compiled to dll and registered to GAC namespace RemoteClass
|
| call the PostBack MANUALLY with script! | 16 Apr 2008 16:10 GMT | 1 |
Is possible call the PostBack of an asp page by code? The result I want to obtain is the itself one as the pressure of a button with "submit"! Thanks
|
| .Net 2.0 C# web form TreeView question | 16 Apr 2008 16:10 GMT | 1 |
In my .Net 2.0 C# Web form application, I have a TreeView TV1 which has 3 subnodes: SN1, SN2 and SN3 What do I need to do so that the user click the SN1 a label will show the text of 'SN1', click SN2 'SN2' and so on.
|
| Events (backgroundworker) | 16 Apr 2008 16:08 GMT | 2 |
I would like to know how can I fire events of background worker when I want to let know the main thread that the action finished and to send results. Is there a way to fire RunWorkerCompletedEventArgs in events from
|
| DataSet to SQL Server 2005 | 16 Apr 2008 16:03 GMT | 1 |
I have a DataSet with some tables, columns and rows. Now I want to get this tables into SQL Server 2005. The Tables in the SQL Server are not existing. Is there a easy way to do this ?
|
| getting at data in gridview cells | 16 Apr 2008 16:02 GMT | 2 |
I am trying to get access to the data in different rows of my gridview on a button click, in a similar way to the one I used with my 1.1 datagrids. But the cells always seem to be empty. Here is my code : protected void btnSubmit_Click(object sender, EventArgs e)
|
| code generation/preprocessing | 16 Apr 2008 15:56 GMT | 7 |
Is there a way of doing simple code generation inside visual c# express such as similar to preprocessing in c++ ? I need to generate a library for some vector maths, but I need to implement it for different types wich would be difficult to do
|
| Localization problem | 16 Apr 2008 15:44 GMT | 1 |
I am trying to localize my application but I have some difficulties doing it. In my application I need to load the translated resource from a specific folder (that the user determine using the command line argument ).
|
| Active Directory "login" from C# application | 16 Apr 2008 14:56 GMT | 11 |
I am writing a program that needs to take a login name and password, and then try to authenticate against an AD server. Sounds simple enough so far... The name and password may be entered by a user (real human being),
|
| Creating ToolStripMenu based on user rights | 16 Apr 2008 14:37 GMT | 4 |
I have .NET 2 WinForms MDI application containing 250 ToolStripMenu items. I need to make some submenus invisible and individual menus invisible if user has no rights or insuficient level of access. This can be determined at menu creation time.
|
| how to scroll manually a panel | 16 Apr 2008 14:04 GMT | 2 |
sorry about my english. I need to scroll manually the content of a panel when the user click on a button. The user have to interact with my application by a touch screen
|