I want to know if it is possible to use microsoft windows in vb. I entered a theme from the object browser
Here it is:
Public Class Form1
Protected ReadOnly Microsoft As Object
Microsoft.Windo ws.Themes.Theme Color.Homestead As Microsoft.Windo ws.Themes.Theme Color
Private Sub Form1_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
End Sub
Private Sub MenuStrip1_Item Clicked(ByVal sender As System.Object, ByVal e As System.Windows. Forms.ToolStrip ItemClickedEven tArgs) Handles MenuStrip1.Item Clicked
End Sub
End Class
Now when running Microsoft is in need of declaration.
I want to make the window olive homestead = olive (luna theme)
Any help will be appreciated.
Here it is:
Public Class Form1
Protected ReadOnly Microsoft As Object
Microsoft.Windo ws.Themes.Theme Color.Homestead As Microsoft.Windo ws.Themes.Theme Color
Private Sub Form1_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
End Sub
Private Sub MenuStrip1_Item Clicked(ByVal sender As System.Object, ByVal e As System.Windows. Forms.ToolStrip ItemClickedEven tArgs) Handles MenuStrip1.Item Clicked
End Sub
End Class
Now when running Microsoft is in need of declaration.
I want to make the window olive homestead = olive (luna theme)
Any help will be appreciated.