Answers for "STORE cursor in project resources vb.net"

0

STORE cursor in project resources vb.net

Dim ms As New System.IO.MemoryStream(My.Resources.Cursor1)
Button1.Cursor = New Cursor(ms)
Posted by: Guest on February-19-2021

Browse Popular Code Answers by Language