form with animiation

V

VJ

I need to play a animiated gif in a popup form , when my main form is doing
some processing say a DB fetch of records... how do I accomplish this?

Form 1's button click event...

private sub Button_Click(sender as object,...) handles Button1.click()

frm2 = new frm2()
frm2.show()

'Start DB processing

'End DB processing

frm2.close()

end sub

frm2 has a animated gif.. that plays when run frm2 as standalone form.. but
not when it is part of frm1 project..how do I solve this?...

VJ
 
V

VJ

In the DB processing I am invoking a WebServices to get Data... so I am
doing something like...

Dim testSrv as New Company.MyDataService

If Use the Threading and start a new thread... it starts ok.. but I get a
error (Out of Memory) when the above line gets executed....

VJ
 

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