What's new

.NET C# Create a RadialMenu with DotNetComponents

  • Thread starter Alcatraz3222
  • Start date
  • Views 4,284
Alcatraz3222

Alcatraz3222

Enthusiast
Messages
159
Reaction score
44
Points
85
Hi guys, I would like to share with you this method of using a radial menu in c # using DevComponents, here you have an example for those who do not know what
is
37f3a148a4e0551dbd3a89a5b5df01e2.png


<TUTORIAL>

1. open visual studio and create a new windows for for C#
2. open the toolbox and search Radial Menu

3.
select the radial menu and press tab
4e0c9574c58173119f4e7332764b3179.png




and select "Edit Items"
9073b25bf0e33296b6cf3428722b5ef4.png


Here we create the elements we want




okay it now select the radial menu and go to the properties, select the created item




go to events
e839782ac56f2c7b0065224ab9567f1b.png
it's the ray form and select <Click> press twice to Click for the creation of a new method

02427a3db4957891c47e284d1caa9e47.png



and repeat for the other items :tongue:
4. Enjoy and I hope you liked it :biggrin:

The source:https://dl.dropboxusercontent.com/s/yyj9733gkbo2k9n/RadialMenuExample.rar?token_hash=AAHfqKaXIwRau1Z7Qmh7Mj9zCjUYZnt3GSlDsICbBbxCQA&dl=1
Virus scan:https://www.virustotal.com/es/file/...767d2ca38177c583b93514d9/analysis/1381597210/



I just want to help :smile:
 
Last edited:
GoldBl4d3

GoldBl4d3

VIP
VIP
Retired
Programmer Mythical Veteran Legendary Veteran
Messages
3,789
Reaction score
1,446
Points
600
Embed the pictures. Picture links are not allowed.
 
wasimahmed

wasimahmed

Newbie
Messages
1
Reaction score
0
Points
35
I have visual Studio 2010 and when i downloaded your code and tried to run it says it can't read the solution as it has been created in new version.
How can i do now?
I want rdial menu in Csharp website web application.. I am creating a website so can you tell me how can i do in detail?
looking forward for an answer...
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,476
Reaction score
3,423
Points
1,042
I have visual Studio 2010 and when i downloaded your code and tried to run it says it can't read the solution as it has been created in new version.
How can i do now?
I want rdial menu in Csharp website web application.. I am creating a website so can you tell me how can i do in detail?
looking forward for an answer...

1) You need to download a newer version of Visual Studio.
2) You'll need to create a CSS version as this is for winforms.
 
Alcatraz3222

Alcatraz3222

Enthusiast
Messages
159
Reaction score
44
Points
85
I have visual Studio 2010 and when i downloaded your code and tried to run it says it can't read the solution as it has been created in new version.
How can i do now?
I want rdial menu in Csharp website web application.. I am creating a website so can you tell me how can i do in detail?
looking forward for an answer...
you don't can use the radial menu en web aplicattion
 
Top Bottom
Login
Register