Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm doing the following in a standard VB exe:
Private Sub Command1_Click() Dim rc As Long Dim opstr As String opstr = "kk" Form2.Show rc = TextOut(Form2.hdc, 6, 20, opstr, Len(opstr)) End Sub
Nothings on form2!!!! What am I doing wrong? Thanks, ns