Re: wfSpy and VS2005

Tech-Archive recommends: Fix windows errors by optimizing your registry



You are more than likely going to get a response from the person that
wrote that utility. It's not a standard MS utility, nor, AFAIK, a very
popular one (I haven't heard of it until now), so your best bet is with the
original author.

--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"SQACSharp" <lsdisciples@xxxxxxxxxxx> wrote in message
news:1193945268.424513.112020@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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 but it's not
working as expected


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.

Thanks



.



Relevant Pages

  • Re: Error creating window handle
    ... i did not use any controls to draw them at all. ... a window has to be poped up to display information. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Error creating window handle
    ... i did not use any controls to draw them at all. ... a window has to be poped up to display information. ...
    (microsoft.public.dotnet.framework)
  • Re: Error creating window handle
    ... i did not use any controls to draw them at all. ... a window has to be poped up to display information. ...
    (microsoft.public.dotnet.general)
  • Re: custom CEdit polling a hardware device
    ... All vendor supplied examples use polling as well. ... You are correct in saying it's a vendor supplied dll that talks ... what controls to inject input to, and it should not care in the slightest. ... The main window accepts this message, and responds by doing a SendMessageToDescendants of ...
    (microsoft.public.vc.mfc)
  • Re: communicating netween applications
    ... Will my MFC based way of search for controls, ... > All windows are children of the desktop window. ... > uiId = GetDlgCtrlID; ... >> would be the same everytime the other app and my app are run. ...
    (microsoft.public.win2000.developer)