| Thread | Last Post | Replies |
|
| Problem Editing TreeView Labels | 31 Aug 2003 22:31 GMT | 1 |
I'm working on a Windows Forms app that includes a TreeView control. The TreeView is set to allow label editing. If I click twice on a label I can edit it fine. I also have a "Rename Client" item on a context menu, and if I pick that I can edit the label.
|
| Flithy .NET SPAMMERS - http://www.ticktop.net | 31 Aug 2003 18:05 GMT | 53 |
Aplologies for the cross-posted mail. This crap .NET component provider, who would likely win the worst web site in the world competition are a dirty SPAMMING company and send out junk mail to random mail list with false reply addresses.
|
| datagrid events | 31 Aug 2003 17:28 GMT | 1 |
I have a datagrid called dgprojects that is bound to a dataset called dsprojects. However I wish to detect when the user scrolls down the grid and selects another row, so that I can call another procedure using the element in the
|
| DataObject.SetData to exact bytes, with no extra baloney? | 31 Aug 2003 10:32 GMT | 1 |
Folks: I am trying to use .NET's DataObject.SetData to set a particular format for clipboards and drag and drop. But I am as yet unable to prevent .NET DataObject from prefixing my desired data with some unwanted data.
|
| Strange behavior in Release mode vs. Debug mode | 31 Aug 2003 07:47 GMT | 3 |
I got a rather annoying functionality in my code that I could not figure out. My system is built with a "operation based" functionality which means that a user's permission is based on which stored procedures he/she can execute
|
| Posting and Handling Custom Messages (WM_USER type) | 31 Aug 2003 07:32 GMT | 1 |
I would like to handle custom messages in my windows form/application. In ATL, I derived from CWindowImpl and added message handlers to my message map. In VB Code requires me to hook into the WinProc to handle messages. How can I achieve the same thing in C#? Do I have to hook ...
|
| form.show not working | 31 Aug 2003 07:24 GMT | 1 |
I have a problem with my form.show not working. I have a standard forms collection class as follows: Public Class FormsCollection Inherits CollectionBase
|
| e.State.HotLight NEVER true for me... | 31 Aug 2003 05:21 GMT | 2 |
I'm using the ownerdraw functions for creating a menu, and while I can get TRUE for e.State.Selected , I can't get a TRUE on e.State.HotLight, no matter how much I run the mouse over the menu item. I'm on Windows XP. Here's the code I'm using:
|
| Repost: Where can I download the famous sample of SortedListView written by Carlos Peres? | 31 Aug 2003 01:37 GMT | 2 |
In fact, I'm trying to add a sort arrow in the column header of a list view. According to posts and sites, it is shown in the famous sample. However, the link is not valid anymore: http://www.codeproject.com/cs/miscctrl/sortedlistview.asp
|
| Who can help me with splitter | 30 Aug 2003 03:39 GMT | 1 |
I have a splitter control between tabcontrol and listview. It works. I want to keep the ratio by which the splitter divide the screen when I maximize the window. Sometimes I maximized d the window and then set the
|
| Shaped Forms - Transparency does not work (sometimes) | 30 Aug 2003 00:24 GMT | 1 |
I posted the basis of this problem a few days ago with no response but now have some new informationthat may hopefully trigger someones memory/interest. If I set the BackgroundImage attribute for a form to a bitmap and the
|
| Determine proper width of Label? | 29 Aug 2003 18:16 GMT | 2 |
A Windows form that I'm developing will have two controls: Label1 and Label2. Both controls are of type Label (go figure). The text of Label1 will not be known until runtime and may change at times. When the MyText property of the containing form is set, I want to:
|
| How can I do this? | 29 Aug 2003 16:21 GMT | 1 |
I have a VB.NET Windows app, and I want to make a HTTP POST to a web page. Anyone has an example of how I can do this? thanks a lot,
|
| Easily Saving user settings in a c# Windows Forms application | 29 Aug 2003 13:22 GMT | 1 |
I understand that I am not supposed to alter the .config file for a program (accessible through the AppSettings[]). Is there a System class you could recommend that I could use (or even a class out there somewhere) to easily load and save custom settings for the
|
| How to differ single and double clicks? | 29 Aug 2003 13:20 GMT | 1 |
I've got into trouble trying to place different actons on single and double clicks in the TreeView nodes. Unfortunately, the TreeView control fires both Click and DoubleClick events sequentially when the user makes double click on some node and there is now
|