Re: recognize .Net controls properly and get infos/styles/properties
- From: SQACPP <lsdisciples@xxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 22:15:15 -0700
I download wfspy src from http://www.codeproject.com/dotnet/wfspy.asp
and convert and compile the source in VS 2005
I can generate the .exe and .dll but the compiler return the error :
"Error spawning 'cmd.exe'
Since the error is not stopping the generation of the .exe and .dll I
have modified the code to show .Net 2.0 window also. Cool!! now I can
have both .net 1.0 and 2.0 window listed in the treeview.
Questions
=========
1- What is that Error spawning CMD.EXE ??? How to fix this ???
2- Now I can list 1.0 and 2.0 window in the same treeview (the list of
window) but i can only get the properties for 2.0 window/controls ????
Why??? Just because I load the source in VS2005 instead of VS2003
like the author I get an exception for 1.0 controls and 2.0 control
are now working??? This make no sense? The demo .exe/.dll posted in
codeproject do the opposite...it correctly list properties of 1.0
controls??? Is it suppose to be like this????
If I can fix the cmd.exe error maybe I will be able to debug to
understand why it fail.
BTW sorry for this thread.. it start unmanaged C++ and it continue
with managed C# ;o)
Thanks again..
.
- Follow-Ups:
- Re: recognize .Net controls properly and get infos/styles/properties
- From: Alexander Nickolov
- Re: recognize .Net controls properly and get infos/styles/properties
- Prev by Date: Re: Writing to file without truncation using ofstream
- Next by Date: Re: vc to c - for entire project
- Previous by thread: Re: Writing to file without truncation using ofstream
- Next by thread: Re: recognize .Net controls properly and get infos/styles/properties
- Index(es):
Relevant Pages
|
Loading