Sender from contextmenustrip
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Nope still nothing so i will give you the Full source code to the project here is EVERYTHING if your ablet to sort this out tahnk you very much https://dl.dropbox.com/u/44654220/Alexandru.zip
muttley1968 wrote:Nope still nothing so i will give you the Full source code to the project here is EVERYTHING if your ablet to sort this out tahnk you very much https://dl.dropbox.com/u/44654220/Alexandru.zipi sent you a PM with the FIX.
if your happy with it awesome.
remember to Lock this topic and mark it answered.
#muttley1968
====put this code in context menu======
=================CHEERS====================== hehaho;
====put this code in context menu======
Code: Select all
Private Sub RemoveImageToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RemoveImageToolStripMenuItem.Click
For Each c As Control In Panel1.Controls
If TypeOf c Is Button Or TypeOf c Is PictureBox Then
Panel1.Controls.Remove(c)
End If
Next
Next
End Sub
=================CHEERS====================== hehaho;
Thanks Very much scottie your code worked like a charm
I will post the project on here when im done its basically just for
a fan application for a Youtuber :P
I will post the project on here when im done its basically just for
a fan application for a Youtuber :P
Copyright Information
Copyright © Codenstuff.com 2020 - 2023