Windows Develop Bookmark and Share   
 index > Windows Forms General > How to change window type
 

How to change window type

Hi,

I use the VistaTask to create automated tests for our project, and use the Clover.Net to create code coverage reports.
Before I clover my code.
I run application, and run VistaTask, get the window type class of my forms, it displays:
WindowsForms10.Window.8.appa
But after I clover that code, run app again and use VistaTask to get the window type class, it display WindowsForms10.Window.8.appb

Because my automated test used that string to run, so it will run incorrectly with the clovered code case.

Clover.Net added some codes to my code.
My code is in C#.

Can I change the this window type class, and how I have to do?

Thanks,

Nguyen Canh Linh
Nguyen Canh Linh  Friday, May 25, 2007 11:50 AM
Post your VistaTask problem at this site would be more appropriate for you, you can get better responses there.
Zhi-Xin Ye  Thursday, May 31, 2007 9:35 AM
Post your VistaTask problem at this site would be more appropriate for you, you can get better responses there.
Zhi-Xin Ye  Thursday, May 31, 2007 9:35 AM

You can use google to search for other answers

Custom Search

More Threads

• Need to change the order of tabs in my tabcontrol vb 2008
• UserControl notifications
• How do I set the drop-down index in a combo box?
• MDI Application in C#
• Esc key stroke on a form causes debug assertion failed message
• Thumbnail View in OpenFileDialog
• Which method is the best of Securing Connection Strings
• P/Invoke on SendInput question ?
• OptimizedDoubleBuffer
• Different images for different Treeview nodes