Forum: C# Apr 3rd, 2008 |
| Replies: 2 Views: 505 This does not work :icon_sad: |
Forum: C# Apr 3rd, 2008 |
| Replies: 2 Views: 505 I want to create a control in which left edge should move when it's width is reduced and vice versa.Generally when width is reduced or increased, right edge (of control) moves.
Means I want to... |
Forum: C# Mar 24th, 2008 |
| Replies: 6 Views: 5,617 Sorry,I have not found any Node.Image Property instead we have to set it by ImageList Control. Once we use ImageList then treeview control automatically uses an image from imagelist to set to those... |
Forum: C# Mar 19th, 2008 |
| Replies: 6 Views: 5,617 Treeview allows either to have image or not at all. It does not allow image in some nodes and some nodes without image. |
Forum: C# Mar 18th, 2008 |
| Replies: 6 Views: 5,617 Hi All,
I want to create a custom treeview control in which some nodes will have image and some will not. What should do for this, Need some Help. |
Forum: C# Mar 14th, 2008 |
| Replies: 7 Views: 4,278 I have already done this but problem is mouse move event for usercontrol can't displace it with respect to parent form. |
Forum: C# Mar 14th, 2008 |
| Replies: 7 Views: 4,278 I have to create a usercontrol which could be dragged over the base form and could be resizable during run time.
Please help me out. |
Forum: C# Oct 4th, 2007 |
| Replies: 3 Views: 4,822 Thanks for reply,
[there is a form that has to be moved on the screen]-->[it is complete,with timer]
-->[timer moves it on the screen]-->[now its instance is to be created in some another form... |
Forum: C# Oct 4th, 2007 |
| Replies: 3 Views: 4,822 Hi ,
I want to create a System.Windows.Forms.Timer in a new Thread.
When I do this everything remains OK but the timer never goes inside
its tick event.I'm in deadlock condition. If anyone can... |