Hey all
Anyone know how i can get a menu like the on in .net for all the tools and controls ???
Printable View
Hey all
Anyone know how i can get a menu like the on in .net for all the tools and controls ???
anyone ?
you can right click on the toolbox and click Customize Toolbox
or you can go to the tools menu and click Customize Toolbox
Ok not what i was looking for let me try this again
I want to make a menu like the .net tool menu " in my program" anyone know how i can do this
try this, though it is all in c# but you should be able to find what you need.
http://www.dotnetmagic.com/index.html
umm thats cool in all but i dont know C# i want it for VisualBasic and im looking for the Menu with the tools like Label command buttons stuff the one that slides up and down and scrolls
the stuff on the site that ender_pete posted is indeed in C#, but i'm pretty sure you can just compile that, and then use it from VB...
How am i going to use a C# code in VB? I cant even run that code that the ender posted
Im just looking for the sliding Tool menu
well i think that code compiles as several DLLs, that you can reference in your VB program or something.
I tryed to compile it but it didnt work
SO their is no code thats in VB now that will make a menu like
The image i attached I was looking at the file ender send and that kinda menu didnt look to be in thier
the code in that magic thing has what you need, you just have to dig through it a little bit. Dont think you cant read c# code, if you can do vb.net you will understand c#. All the functionality of the visual studio enviroment is in the .net framework. You just have to know what namespaces to look in to get to it. if i had the time i would dig through it but i havent had the time yet.
best of luck
Its not that i cant do C# but i cant get the code to run i downloaded that and it keeps telling me an error im running Maya now so i cant open it now but ill post the error in a min
if your just trying to run that magic program it wont run itself
its a library so there is nothing to run. you import the library into your project and use it from there.
Ok thank!
Ok i Got the code to work and thats not what i was looking for but i will use that on a later project what im looking for is
THE up and down sliding and scrolling menu on the left....
I have some DHTML that i would like to run on in my program wich would create the menu that i want how can i use the dhtml in this ??