Windows form is getting crashed VB.Net 2005

S

sajin

Hi All,

I developed a windows form application which shows initial form which
contain many labels , datagridview and List View etc . I show the
thumbnail view of the word templates in the list view , when i double
click in the thumbnail view ,the templates open in word , but when i
close the word and i go back to my form , all the controls are becoming
white space ( meaning its getting crashed )

How can i prevent this problem , am i doing anything wrong in the
application level
I am using VS 2005 VB.Net .

Please help me to resolve this

With Regards
Sajin
 
M

Mike McIntyre

How are you launching the Word templates - Diagnostics.Process Start method
or ?
 
S

sajin

I used word API to open ( wordDocument.open("c:\sajin.doc")) , this is
not only with the word , when move my form by using the mouse here and
there , the also the same problem coming
 
C

Cor Ligthert [MVP]

Sajin,

This can means that somehow the instruction after the Api or in the Api is
still busy to process that (not fineshed because it expect something back).
Therefore can you show how you launch that API.

Cor
 

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