form not refreshing when clicked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

I have a windows application where I am running a bit of code in a module
and updating a multi-lined textbox control on a form for each line of code
executed.

example:
purged old records
adding new records
updating tables with new record information
etc.

This is working well except for when I click on the form, the form will
appear to freeze and new actions are not written to the text control. In
debug the textbox is being updated, it is just not displaying. Once the
process has completed the form seems to refresh and all of the text is
displayed.

I have tried using form.refresh, textbox.refresh, form.update,
textbox.update, and the form.active all with the same results. I am
developing in .net 2003 and running windows XP.

Thank you,

Rich
 

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

Back
Top