F
FR
I'm using Visio type library and having problem connecting to visio and
openning a document without visio's splash screen or the progress bar
showing. The following is delphi code but it is fairly easy to read even if
you are not familiar with delphi:
FVisioApp.Visible := False;
FVisioApp.ScreenUpdating := 1;
FVisioApp.ShowProgress := 1;
FVisioApp.ShowChanges := FALSE;
FVisioApp.Connect;
FVisioApp.Documents.Open(FileName);
This doesn't seems to work. If visio hasn't been started yet, the splash
screen flashes very fast and then the progress dialog flashes by very
quickly. Are there any ways to surpress those screens?
TIA,
FR
openning a document without visio's splash screen or the progress bar
showing. The following is delphi code but it is fairly easy to read even if
you are not familiar with delphi:
FVisioApp.Visible := False;
FVisioApp.ScreenUpdating := 1;
FVisioApp.ShowProgress := 1;
FVisioApp.ShowChanges := FALSE;
FVisioApp.Connect;
FVisioApp.Documents.Open(FileName);
This doesn't seems to work. If visio hasn't been started yet, the splash
screen flashes very fast and then the progress dialog flashes by very
quickly. Are there any ways to surpress those screens?
TIA,
FR