Cant bring shape control in front of image control
Guys I have a huge huge problem. :eek:
Embedded visual basic 3;
I can't seem to bring my square shape in front of a image(in works in forms development, but once it is .vb in my palm, no work) I can do it previously but now I can't! I tried a lot of settings, it seems like just got corrupted! :eek:
1. Is my shape or image settings wrong?
2. Do I have to reinstall evb3? :eek: Oh no!
VB Code:
VERSION 5.00
Object = "{F7346713-70C5-11D1-9AC9-00C04FAD5AEC}#1.0#0"; "msceimage.dll"
Begin VB.Form Form1
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Form1"
ClientHeight = 3585
ClientLeft = 60
ClientTop = 810
ClientWidth = 3480
ForeColor = &H80000008&
ScaleHeight = 3585
ScaleWidth = 3480
ShowOK = -1 'True
Begin VB.Shape Shape1
BackColor = &H00000000&
BackStyle = 1 'Opaque
DrawMode = 1 'Blackness
FillStyle = 0 'Solid
Height = 855
Left = 240
Top = 960
Width = 1575
End
Begin IMAGECtl.ImageCtl ImageCtl1
Height = 3375
Left = 600
TabIndex = 0
Top = 0
Width = 2415
_cx = 4260
_cy = 5953
Picture = ""
Stretch = 0 'False
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_OKClick()
App.End
End Sub