A brief description allowing the reader to identify the image and its significance, and a figure number correlating to the sequence of images in the book
Chat with our AI personalities
Citation; caption
Caption is the Default Property.
Can you tell me what is an embedded application
Sorry That doesn't make much sense I am running a program in VB6 and the code is Option Explicit Dim msg As String Dim dlgdef As String Dim Caption As String Private Sub cmdOK_Click() If txtusername.Text = Master Then If txtpassword.Text = M4573r5hip Then Load (frmadmin.frm) Else msg = "Incorrect Password" dlgdef = "vbOKOnly" Caption = "Incorrect Password" MsgBox(msg, dlgdef, caption) End If Else msg = "Incorrect Username" dlgdef = "VbOKOnly" Caption = "Incorrect Username" MsgBox(msg, dlgdef, caption) End Sub When I finish typing in the MsgBox command and click awayI get the error Compile Error: Expected: = What is wrong with the code that I makes it give me this error from?
Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.