 |
|
 |
Hi Iulian Serban, I wanted to utilize your application in my project. But for that preferable language is VB.NET. Can I get the same application coding in VB.NET language? Please specify me, if there is any chance. I will wait for your reply.
Thanks in Advance.
kolags@hotmail.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Iulian Serban,
Thank you very much. Really Excellent Job you have done in this project. I have been search for this kind of toolbox, but I couldn't expect this much great response from you with in the short period. Also thanks to Code Project Team for providing the great opportunity.
Thanks Alot.....
kolags@hotmail.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi i am devloping a winform application I want to Locate the menu in different location of the form not the default
.net
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi,
Thanks a lot for giving us such a nice control !
But I have one problem, I want to dock this toolbox with the main window. Same like the VS .NET toolbox docking when we click the Pioneza Button. Is it possible? I tried to change source code for the same but didnt get it.
Regards, Vrush.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
I would like to also say, great tool. My application which uses the toolbox was recently put on a machine with XP home version and it is having a weird problem. The user must click on the item 3 times before they are able to drag and drop. I thought this was just a weird situation but to make sure I installed an another XP Home version machine and it had the same problem. The weird thing is it works fine on the XP Pro version. Has anyone else run into this problem? Thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
I need a similar component but abit different, I want panels inside each ToolTab instead of a treelist, so I can place different controls under each tab, i ran an eye over your code, changed couple of things but could not manage to do so, can you give me some hints on to do so ?
thanks,
Vito Andolini
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi,
Really wonderfull toolbox you built there!
Anyway, this is my question: I would like to use this toolbox as a menu in my application, so it doesn't need to drag & drop items to my form, just by clicking an item, another form has to open according to the choice I have made in the menu.
Problem is: How can I retrieve the text (Caption) of the selected item, once I have clicked it?
Thanx in advance!
Regards,
Jan Belgium
|
| Sign In·View Thread·PermaLink | 3.00/5 (1 vote) |
|
|
|
 |
|
 |
This is, surely an excellent control!
One remark, however. If I reduce the control height at run-time, either by Height property, or by SetSize method, all the tabs at the bottom disapper and cannot be recovered; then the control complains about non-existent tabs. I made a workaround: remove and re-instata all tabs at resize event, but this is ugly
Mike
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Mike,
I`m sorry but I have a lot of exams comming up now and I really don`t have time to look at this. I remember that I had this support implemented and it resized fine. The sources are free to view and you could look at what might be causing this if you have time.
Best regards, Iulian
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Here are my thoughts on this control hoping they will have some constructive effects:
Good points:
- Very nice initiative, this is one of the few (if not only) control that mimics VS.NET's toolbox.
- Open source for customization.
Bad points:
- Code layout needs minimum standardization : prefixes for member variables, regions for member variables, variable declaration, public functions, etc. { and } for 1 statement "IF"'s.
- The control is very dependant on its graphic representation and lacks abstraction on managing tabs and items (i.e. index of a tab is based off graphics computation).
- The compressing and expanding features as well as the title, close button, pinnachea (sp) makes it an even less multi-purpose control that can be used in any context.
Summary and suggestions :
The demo provided with the open source shows exactly the limits of the control. Customizing the open source will generally result in more problems as the control suffer from graphical dependency (maximum ammount of tabs for a given size, unable to resize for a given ammount of tabs - no such thing with VS.NET's toolbox). The control should be able to manage as many tabs and items as created by the user and be able to display / react independently of the control's size.
MR.FB
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
This was my second project in c#. The first project I ever made in c# was the "How to build a clock control" also at CP. This was my second thing so you might observe some coding flaws in it. I didn`t know at the time the full capabilities of c#. I now have much more experience programming in c# and I realise now that I could have made it a lot easyer and much more "reader friendly".
Thanks for your comments. Iulian
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I have rewritten the entire control under VB.NET with the added abstraction mentioned above. The control is now completly independant of its graphic representation and is always in a valid state. The control/open source are not ready for publication for now but expect it to be up on CP soon.
MR.FB
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
First up, fantastic looking toolbox you have there. It behaves almost exactly like the one in VS .NET
Anyways I have a few questions (possibly bug reports)
1. How do I get the text of a Selected Item? I can get the text for the selected tab using the GetTab method but I don't see a similiar method for Item.
2. If there are too many items, sometimes the last one in the list seems to be obscured by the next category
3. When you "pin" something to the form, i.e. it doesn't expand or compress, is there a way to specify the way it starts up?
4. At the moment, when I want to remove a tab, I first call the GetTabCount method, then do a for loop to remove each tab. This appears to buggy because with my program it seems to stop after 4? Is there a clear command that I can use?
5. There seems to be a default picture down the side of the control with a Hammer & Wrench picture. Can I change that?
Anyways if you could offer any help that would be most appreciated.
Cheers
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Damage_Inc wrote: 4. At the moment, when I want to remove a tab, I first call the GetTabCount method, then do a for loop to remove each tab. This appears to buggy because with my program it seems to stop after 4? Is there a clear command that I can use?
Okay, I figured out it was my code that was doing that. :P It's clearing all the tabs properly now
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello, this is just a general comment about programmer's from Europe. I've read a lot of great articles on Code Project, and some of the really good ones (not to exclude other parts of the world) come from programmer's in East European countries. I'd like to say kudos to all the great programmer's out there, and I think it's great that most of them are relatively young yet have such a great handle on the .NET language.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
I'd like to keep the previously selected item still selected if the user selects a null item (clicks the empty space). How to achieve this?
Thank you for sharing your great work with us .
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
Sorry for the delay in responding to this post. I`ve tryed to find a quick solution without modifying the ToolBox but I haven`t found it. It seems like the only thing is to modify the code. I`m very busy in this period but when I have time I`ll update the source.
Best regards, Iulian
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Iulian,
Thank you for responding to my post. I appreciate your effort of making the source code changes.
Have a great holiday season.
Jeff
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Firstly, like everyone else, I would like to say congratulations on a great job and thank you. Secondly, would like to ask whether you're placing any restrictions on whether your components can be used in commercial software?
Again, great job.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I don`t place any restrictions on this issue. This control has full source code and was intended as a CP article so I think you can use it where you like as long as you send me a license of your application using the ToolBox.;P
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi!!
ive tried to add function for using the wheel to scroll between tabs, but sometimes SelectedTab return -23 or something.
when i debug i se that VisibleLV.Location.Y = -9.
All i do is :
private void Form_Wheel(object sender, System.Windows.Forms.MouseEventArgs e)
int a = e.Delta;
int curr = SelectedTab;
if (a>0) { curr--; if (curr<0) return; else SelectedTab = curr; } else { curr++; if (curr>=arrTabs.Count) return; else SelectedTab = curr; }
Whats wrong ?
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |