[vb 1.1] new application context after close of form to load new f

G

Guest

Hey all,
I'm developing an vb.net ppc database application with RDA. I use an module
which first loads a stringreader, logfile, configfile, userobject and
database object and then if it is an new config it runs 'appliction.run(new
frmFirstTime)', to collect information to connect to the database, then that
form loads a form to select a username from a list, retrieved from the
database and store that information. Then that form closes and the values are
retrieved from the config file and loaded into the user object and database
object and then the main form is shown. those first two forms are closes by
the lastform, which calls the .close procedure for the firstform and itself.
This causes that there is temp. nothing to see, just the application that is
underneath if any. And if any, my mainform gets underneath this application,
me.focus or me.bringtofront in the form_load event do not work. What is
causing this? How do I resolve this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top