|
-
Mar 26th, 2002, 09:51 PM
#1
Thread Starter
Hyperactive Member
.Net ToolsMenu ??
Hey all
Anyone know how i can get a menu like the on in .net for all the tools and controls ???
-
Mar 27th, 2002, 04:12 AM
#2
Thread Starter
Hyperactive Member
-
Mar 27th, 2002, 09:46 AM
#3
Addicted Member
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.....
-
Mar 27th, 2002, 01:02 PM
#4
Thread Starter
Hyperactive Member
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
-
Mar 27th, 2002, 01:06 PM
#5
Addicted Member
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.....
-
Mar 27th, 2002, 02:48 PM
#6
Thread Starter
Hyperactive Member
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
-
Mar 28th, 2002, 04:28 AM
#7
Addicted Member
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...
-
Mar 28th, 2002, 04:52 AM
#8
Thread Starter
Hyperactive Member
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
-
Mar 28th, 2002, 08:51 AM
#9
Addicted Member
well i think that code compiles as several DLLs, that you can reference in your VB program or something.
-
Mar 28th, 2002, 02:10 PM
#10
Thread Starter
Hyperactive Member
-
Mar 28th, 2002, 03:51 PM
#11
Addicted Member
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.....
-
Mar 29th, 2002, 01:32 PM
#12
Thread Starter
Hyperactive Member
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
-
Mar 29th, 2002, 01:37 PM
#13
Addicted Member
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.....
-
Mar 29th, 2002, 03:43 PM
#14
Thread Starter
Hyperactive Member
-
Mar 29th, 2002, 05:57 PM
#15
Thread Starter
Hyperactive Member
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....
-
Apr 1st, 2002, 01:04 AM
#16
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|