Dident realy get how i would add it i hawe draged the gear to the form and it is placed next to the Menu strip icone.
The smal immage on the button left is the UserControl the one in the middle is my form as it is now and the one to the right is how i want it tobe after ive added 2 of maby 20 User controls.
-:EDIT:-
Found it used the wrong usercontol
-:EDIT2:-
I'm hawing a little problem sending
this is in my UserControl
i also need to know how i do to make it feel when i change the text in one of the textboxesCode:Public Class UserControl1 Dim Poäng As Integer Dim Points As Integer Public Property Poäng_Send() As Integer Get Return Poäng End Get Set(ByVal value As Integer) Poäng = value End Set End Property Public Property Points_Send() As Integer Get Return Points End Get Set(ByVal value As Integer) Points = value End Set End Property End Class
where sould i incert this code?
but in my case it sould be more like this i thinkCode:UserControl1.MainText = "Blah"
Ore i'm i miles away?Code:points=UserControl1.Points_Send




Reply With Quote