Forum: C Sep 19th, 2006 |
| Replies: 3 Views: 3,913 Thank you very much for you help I haven't thought about GetlLastError before. Anyways, I found out that the code is totally correct but my bitmap file was corrupted. It is working now. But I might... |
Forum: C Sep 18th, 2006 |
| Replies: 3 Views: 3,913 I have a treeview in my program for which I am adding a bitmap of an open and closed folders. I have included messageboxes to show where the program fails. It fails at the loadbitmap function. I... |
Forum: C Sep 12th, 2006 |
| Replies: 5 Views: 2,420 |
Forum: C Sep 11th, 2006 |
| Replies: 5 Views: 2,420 Thanks for both GloriousEremite and WolfPack for responding to my request. I found the error but I am posting the corrected code below so that other people can benefit from my mistake. But maybe you... |
Forum: C Sep 10th, 2006 |
| Replies: 5 Views: 2,420 Hi,
I am trying to create a treeview control in a window that includes a toolbar and a status bar, I need to position the treeview immediately below the toolbar. In order to do this I need to... |