J
Juleke
Hello,
When I'm using the opacity property for showing a form
I can see my application on the computer. But If I'm connecting to this
machine via Remote Access (VNC). I see nothing of my application on my
remote screen (just the app on the taskbar).
Somebody have an idea ?
Thanks in advance
Juleke
Dim dblOpacity As Double
frmMain.Opacity = 0
frmMain.Show()
For dblOpacity = 0 To 1 Step mcdblStep
frmMain.Opacity = dblOpacity
Threading.Thread.Sleep(mcintSleep)
Next
frmMain.Opacity = 1
When I'm using the opacity property for showing a form
I can see my application on the computer. But If I'm connecting to this
machine via Remote Access (VNC). I see nothing of my application on my
remote screen (just the app on the taskbar).
Somebody have an idea ?
Thanks in advance
Juleke
Dim dblOpacity As Double
frmMain.Opacity = 0
frmMain.Show()
For dblOpacity = 0 To 1 Step mcdblStep
frmMain.Opacity = dblOpacity
Threading.Thread.Sleep(mcintSleep)
Next
frmMain.Opacity = 1