Results 1 to 16 of 16

Thread: .Net ToolsMenu ??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432

    .Net ToolsMenu ??

    Hey all
    Anyone know how i can get a menu like the on in .net for all the tools and controls ???

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    anyone ?

  3. #3
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    you can right click on the toolbox and click Customize Toolbox

    or you can go to the tools menu and click Customize Toolbox
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    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

  5. #5
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    try this, though it is all in c# but you should be able to find what you need.

    http://www.dotnetmagic.com/index.html
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    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

  7. #7
    Addicted Member donut's Avatar
    Join Date
    Mar 2001
    Location
    London, UK
    Posts
    165
    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...

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    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

  9. #9
    Addicted Member donut's Avatar
    Join Date
    Mar 2001
    Location
    London, UK
    Posts
    165
    well i think that code compiles as several DLLs, that you can reference in your VB program or something.

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432

    Unhappy

    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
    Attached Images Attached Images  

  11. #11
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    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
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    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

  13. #13
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    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.
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    Ok thank!

  15. #15

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    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....

  16. #16

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    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 ??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width