<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>17 Jan 2006 12:54:42 Z</lastBuildDate><pubDate>14 Jan 2006 09:49:40 Z</pubDate><description>Hi forum..... &#13;
I need a little help with this Api ... really, I'm lost with the use of this&#13;
Extract with WDApi the following code&#13;
FunctionResult is int // C Type:HWND&#13;
lpClassName is int // C Type:LPCSTR, is a string address, you can also specify a string directly&#13;
lpWindowName is int // C Type:LPCSTR, is a string address, you can also specify a string directly&#13;
FunctionResult=API("USER32","FindWindowA",lpClassName,lpWindowName)&#13;
If my caption window is "Tipo de Operaciones", where I put this string to apply the function ?. I try many time without success &#13;
Thanks&#13;
Guillermo</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp</link><title>Help with FindWindow</title><managingEditor>moderateur@pcsoft.fr (Le modérateur)</managingEditor><webMaster>webmaster@pcsoft.fr (Le Webmaster)</webMaster><item><author>glsaavedra</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6199/read.awp</comments><pubDate>17 Jan 2006 12:54:42 Z</pubDate><description>Hi Peter: &#13;
I try with your code in the GlobalDeclaration or in the Initialization of the window to test, but always the result …</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6199/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6199/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp">Help with FindWindow</source><title>Re: FindWindow - Really does it work?</title></item><item><author>petervu</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6198/read.awp</comments><pubDate>17 Jan 2006 11:45:00 Z</pubDate><description>Yes it does.&#13;
&gt;funcRes is int&#13;
&gt;pclassname is string&#13;
&gt;pwindowName is string=MyWindow..Title&#13;
&gt;funcRes=API ("user32.dll","FindWi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6198/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6198/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp">Help with FindWindow</source><title>Re: FindWindow - Really does it work?</title></item><item><author>glsaavedra</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6194/read.awp</comments><pubDate>16 Jan 2006 23:43:00 Z</pubDate><description>Hi forum .....&#13;
I cannot find the way of making work correctly to FindWindow, always result return 0 (Zero)&#13;
I put the code in v…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6194/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-findwindow-really-does-work-6194/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp">Help with FindWindow</source><title>FindWindow - Really does it work?</title></item><item><author>pterrier</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6189/read.awp</comments><pubDate>15 Jan 2006 21:54:43 Z</pubDate><description>Guillermo&#13;
&#13;
If the window you are looking for is not written with Windev&#13;
you have better to use its class name (SpyXX), then i…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6189/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6189/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp">Help with FindWindow</source><title>Re:  Help with FindWindow</title></item><item><author>glsaavedra</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6188/read.awp</comments><pubDate>15 Jan 2006 21:53:52 Z</pubDate><description>Hi Gianni....&#13;
I try with your tip&#13;
Thanks..... Guillermo&#13;
&#13;
&gt;Hi Guillermo&#13;
&gt;Try using this little test:&#13;
&gt;funcRes is int&#13;
&gt;lpcl…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6188/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6188/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp">Help with FindWindow</source><title>Re: Help with FindWindow</title></item><item><author>info</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6182/read.awp</comments><pubDate>14 Jan 2006 19:29:54 Z</pubDate><description>Hi Guillermo&#13;
Try using this little test:&#13;
funcRes is int&#13;
lpclassname is string&#13;
lpwindowName is string=MyWindow..Title&#13;
funcRe…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6182/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow-6182/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/6177-help-with-findwindow/read.awp">Help with FindWindow</source><title>Re: Help with FindWindow</title></item></channel></rss>
