Windows form is getting crashed VB.Net 2005

  • Thread starter Thread starter sajin
  • Start date Start date
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
 
How are you launching the Word templates - Diagnostics.Process Start method
or ?
 
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
 
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
 
Back
Top