| Thread | Last Post | Replies |
|
| csharp IDE long lines to code to multiline | 09 May 2007 15:54 GMT | 13 |
im using csharp express 2005. I have a problem in the IDE, when i have along line of code or a long line of text in a static string, i want to make it multi line for easir readability, but using <return> or <shift return> dosnt seem to
|
| Index of last item clicked on in a MultiSimple list box | 09 May 2007 15:45 GMT | 1 |
How can I find the index of last item clicked on in a MultiSimple list box?
|
| Urgent: Adding users to log on locally list programmatically using C# | 09 May 2007 15:20 GMT | 12 |
Does anyone know how to add users to the log on locally list in User Rights Management inside Local Security settings. Thanks
|
| Drop outlook item (message) in own application | 09 May 2007 14:51 GMT | 2 |
Hi, I´m developing a feature in a application with the following specification: In the first step, the application should be able to store messages out of outlook, which are dropped on a tree view. This message should be stored as
|
| LoginStatus Control | 09 May 2007 14:45 GMT | 1 |
I am using a LoginStatus Control in a c# based .aspx page. The page includes some dynamically created controls. These are set up automatically, depending on what is in the Request object.
|
| Creating a tree with generics | 09 May 2007 14:25 GMT | 2 |
I need to implement a tree structure that can accept various types of classes or structs. When the tree is created, all of its nodes are based on a single type and not a mixture of types. Generics seem to be the solution. However when I look at the
|
| PostMessage/PeekMessage and interop | 09 May 2007 14:14 GMT | 1 |
I'm using some of the definitions I found pinvoke.net for PostMessage and PeekMessage as follows [return: MarshalAs(UnmanagedType.Bool)] [DllImport("user32.dll", SetLastError = true)]
|
| newbie iheritance | 09 May 2007 14:09 GMT | 4 |
Can you prevent a class from being inherited? if you can please give some code
|
| Share settings between my two systems | 09 May 2007 13:57 GMT | 3 |
Can any one tell me about how i can share my Desktop VS settings match with the laptop settings.. So that both my systems will be of same configurations and don't have to find the difficulty when giving some demos
|
| Violation of PRIMARY KEY | 09 May 2007 12:38 GMT | 6 |
Hi, I want to remove the row then add the fresh new one, so I don't have to decide to update or add. I always add, because I delete any existing row. However I'm stuck with the error below:
|
| Slow draw speeds | 09 May 2007 12:28 GMT | 2 |
Hi all; I have a windows desktop application in which I have set as a background image, a graphic that I whipped up. Its nothing fancey, just some gradient colors, shadows, glow, that sort of stuff. I have tried different formats,
|
| GridView not displaying data in browser on pressing button Go when bind to DataTable | 09 May 2007 12:20 GMT | 1 |
I have created a GridView and dynamically added data to it by creating a DataTable(as advised) and bound it with a reader. Then, assigned the DataSource of GridView to DataTable. But even that aint working as alternatively
|
| C Sharp | 09 May 2007 11:30 GMT | 1 |
|
| How to unit test a C# library launched from an external program? | 09 May 2007 11:27 GMT | 2 |
Right now, I'm debugging a C# library by starting an external application. To do this, I go in the project settings of the C# project, go in the Debug section and check the radio button "Start external program". I then specify the application that will start my
|
| Run a timer on a different thread | 09 May 2007 11:22 GMT | 4 |
I have an application which does some file manipulation. While the file manipulation takes place, the timer in the statusbar freezes. How can I tell the timer to run on a different thread? Also, my UI freezes if there is a big file to move. I have a label on the
|