Using VB6
Using MDI Forms, sub Forms also
When I run the Software in More than 15 Inch Screen, Crviewer Control, Frame Control, Everything is appearing in 75% of the screen, I Wrote the code for Crviewer Control in the form resize event.
Code
Private Sub Form_Resize()
CRviewer2.Top = 1450
CRviewer2.Left = 0
CRviewer2.Height = ScaleHeight - 1450
CRviewer2.Width = ScaleWidth
End Sub
Sometimes It is showing error, and sometimes it is executing, So there is any other code is available for all the control should appear in all types of windows screen Size
Please can any one help to solve the issues.