Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.68K
1 Posted Topic
This will work folks, LblInit.Parent = PbAnimated LblInit.Parent = PbAnimated LblInit.AutoSize = True LblInit.Location = New Point(0, 0) LblInit.BackColor = Color.Transparent LblInit.BringToFront() LblInit.ForeColor = Color.Black LblInit.Text = "Initialising..Please wait..." LblInit.Location = New Point(0, 0) LblInit.BackColor = Color.Transparent LblInit.BringToFront() LblInit.ForeColor = Color.Black LblInit.Text = "Initialising..Please wait..."
The End.
Yunoos Shiddique