Reg. User Interface is minimized while openening another drawing

Reg. User Interface is minimized while openening another drawing

Anonymous
Not applicable
1,101 Views
3 Replies
Message 1 of 4

Reg. User Interface is minimized while openening another drawing

Anonymous
Not applicable

Hi

 

When I opning any of the drawing using File Dialogue in my c# application, user interface is getting minimized.

 

so can anyone tell me how can I set User Interface to top level in any of the drawing ?

0 Likes
Accepted solutions (1)
1,102 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Accepted solution

Its Done...

0 Likes
Message 3 of 4

Anonymous
Not applicable
If you fixed your problem you can show it here anyway so others can learn from that too. This is a learning forum afterall. Cheers.
0 Likes
Message 4 of 4

Anonymous
Not applicable

Hi,

 

Write this satement to display User Interface at the TOP of the Autocad Window while performing any operations:

 

this.TopMost = true;

 

 

0 Likes