14-08-2006, 02:11 AM
Hey I'm still kind of new to the loging in systems for miragesource, so I was wondering if someone could show me the way to the code that logs you into frmMirage. Thanks in advance. My idea so far is just for the opts: I have no clue if any of it will work.
scratch this code use if you can figure it out.
Any idea of some updates to make to it so it works?
Edit*******
Earlier I was messing with the code and had it so that once you clicked Use Char on frmchars, that it wouldtake you to frmOptions, then you lick the cmdbutton to the screen size you want, only thing is I could only get it to boot up the first mirage frm. here
here I made duplicates of sendusechar
menustateusechar; and then made 2 cmd buttons that called usechar & usechar2. It would log on using either button the only thing is that it only boots the first mirage... Any idea on how to make it so you can have dual frmMirage's and log on to them depending on the button you click?
Code:
private sub changess()
if opt86.value = true then
call frmMirage
else
if opt17.value = true then
call frmMirage2
end if
end if
end sub
Any idea of some updates to make to it so it works?
Edit*******
Earlier I was messing with the code and had it so that once you clicked Use Char on frmchars, that it wouldtake you to frmOptions, then you lick the cmdbutton to the screen size you want, only thing is I could only get it to boot up the first mirage frm. here
here I made duplicates of sendusechar
menustateusechar; and then made 2 cmd buttons that called usechar & usechar2. It would log on using either button the only thing is that it only boots the first mirage... Any idea on how to make it so you can have dual frmMirage's and log on to them depending on the button you click?