<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : Herhangi bir pencereyi transparan yapmak</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Borland Delphi : Herhangi bir pencereyi transparan yapmak</description>
  <pubDate>Sun, 26 Apr 2026 10:51:14 +0000</pubDate>
  <lastBuildDate>Thu, 01 Jan 2009 16:50:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=1582</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>Herhangi bir pencereyi transparan yapmak : Hocam Ger&#351;ekten &#199;ok G&#252;zel Bir...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3513#3513</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> 1582<br /><strong>Gönderim Zamanı:</strong> 01.Ocak.2009 Saat 16:50<br /><br />Hocam Gerşekten Çok Güzel Bir Yazılım<DIV>Benim En Çokda işime Renk Değerlerinin Bulmada Yarayacak</DIV>]]>
   </description>
   <pubDate>Thu, 01 Jan 2009 16:50:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3513#3513</guid>
  </item> 
  <item>
   <title>Herhangi bir pencereyi transparan yapmak : spy++ benzeri bir yaz&#305;l&#305;m : ht...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3505#3505</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1582<br /><strong>Gönderim Zamanı:</strong> 28.Aralik.2008 Saat 22:13<br /><br />spy++ benzeri bir yazılım : <a href="http://www.windows-spy.com/files/Winspector_setupU.exe" target="_blank">http://www.windows-spy.com/files/Winspector_setupU.exe</A>]]>
   </description>
   <pubDate>Sun, 28 Dec 2008 22:13:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3505#3505</guid>
  </item> 
  <item>
   <title>Herhangi bir pencereyi transparan yapmak : sa&#287;ol ismail. bunu ar&#351;ivden bulup...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3383#3383</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1582<br /><strong>Gönderim Zamanı:</strong> 12.Kasim.2008 Saat 18:06<br /><br />sağol ismail. bunu arşivden bulup gönderirim diyordum :) sen işi getirmişsin.]]>
   </description>
   <pubDate>Wed, 12 Nov 2008 18:06:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3383#3383</guid>
  </item> 
  <item>
   <title>Herhangi bir pencereyi transparan yapmak : //Murat Turanvari:HWND;begin i:=FindWindowEx(...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3379#3379</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> 1582<br /><strong>Gönderim Zamanı:</strong> 12.Kasim.2008 Saat 09:54<br /><br /><P>//Murat Turan<BR>var<BR>&nbsp;i:HWND;<BR>begin</P><P>&nbsp;i:=FindWindowEx(<BR>&nbsp;&nbsp;&nbsp; FindWindowEx(FindWindow('Tana', 'DenemeFormu'), 0, 'TGroupBox', 'GroupBox1'),<BR>&nbsp;&nbsp;&nbsp;&nbsp; 0, 'TEdit', 'Edit4' );</P><P>&nbsp; SendMessage(i, WM_CLOSE ,0,0);</P><P>&nbsp; {<BR>&nbsp; ana formun adı :ana tabi tip olara Tana olmuş oluyor.<BR>&nbsp; başlığı DenemeFormu<BR>&nbsp; bu formun altında<BR>&nbsp; GroupBox1&nbsp; adıda bir bileşen var.<BR>&nbsp; bu bileşenin de tipi TGroupBox ve Başlığıda GroupBox1<BR>&nbsp; bu GroupBox1 içerisinde<BR>&nbsp; TEdit tipinde adı Edit4 ve içeriğide Edit4 olan bir bileşen var<BR>&nbsp; işte o bileşen kapatılıyor.</P><P>&nbsp; FindWindowEx&nbsp; fonksiyonunu da kullanım amacı da iç içe geçmiş kontrolleri<BR>&nbsp; yönlendirmek. aslında bu sayede sabit olan<BR>&nbsp; kontroller rahatlıkla idare edilebilir.<BR>&nbsp; direkt HWND bilgisiyle bu işi yapmak zor. biliyorsunuz ki. uygulama her<BR>&nbsp; açıldığında içerisindeki bütün bileşenler yeniden windows tarafından<BR>&nbsp; numaralandırılır.</P><P>&nbsp; Microsoft Spy++ kullanılarak açık uygulamaların HWND,ClassName vs.. bilgilerine<BR>&nbsp; rahatlıkla erişebilirsiniz.</P><P>&nbsp; //* * * * * * * *<BR>&nbsp; i:=$000103E0;<BR>&nbsp; //* * * * * * * *<BR>&nbsp; mesela o an işlem yapmak istediğim Edit4 ün o anki HWND numarası üsteki<BR>&nbsp; gibi idi. aslında i değişkenine sadece bu değer atayıp da bu kontrolü<BR>&nbsp; yönlendirebilirdim. ama üste belirttiğin gibi bu numara programın bir sonraki<BR>&nbsp; başlatılışında değişeceği için o anlık sonuç verecektir.<BR>&nbsp; üste uzunca yazdığım kod ise uygulama ne zaman başlatılırsa başlatılsın<BR>&nbsp; işe yarayacaktır.</P><P>&nbsp; Aklıma gelmişken başka bir öenek daha vereyim. mesela hesap makinesinin<BR>&nbsp; Geri tuşunu kapatalım. Bunuda yapabiliriz. Tabi bu işlemler sadece kapatmak için değildir<BR>&nbsp; Ben WM_CLOSE parametresini kullandım. böype epeyce parametre mevcut.<BR>&nbsp; }</P><P>&nbsp; i:=FindWindowEx(FindWindow('SciCalc', 'Hesap Makinesi'),0,'Button','Geri tuşu');</P><P>&nbsp; {<BR>&nbsp; Unutmayın bu isimleri Microsoft Spy++ ile buluyorum.<BR>&nbsp; Bu programı nereden bulurum diyorsanız<BR>&nbsp; Microsoft Visual Studio .NET 2003 kurulum paketi<BR>&nbsp; veya Microsoft Visual Studio 6 Paketinde mevcut.<BR>&nbsp; }</P>]]>
   </description>
   <pubDate>Wed, 12 Nov 2008 09:54:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3379#3379</guid>
  </item> 
  <item>
   <title>Herhangi bir pencereyi transparan yapmak : pencere ba&#351;l&#305;klar&#305;n&#305; ve s&#305;n&#305;f...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3376#3376</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1582<br /><strong>Gönderim Zamanı:</strong> 11.Kasim.2008 Saat 21:18<br /><br />pencere başlıklarını ve sınıf isimlerini öğrenmenizde size yardımcı olabilecek bence bir numaralı yazılım. Microsoft Spy++ <a href="http://rapidshare.com/files/162840745/_SPY__.zip" target="_blank">indir</A> <DIV>&nbsp;</DIV><DIV>bu yazılımla formlardaki istenilen nesnenin HWND numarasıda öğrenilebiliyor. zaten bir nesnenin HWND numarasını bildiğinizde o nesneye takla attırabilirsniz :) </DIV><DIV>zamanım olunca HWND konusunda sizlere örneklerde göndermeye çalışacağım...</DIV><span style="font-size:10px"><br /><br />Düzenleyen murat_turan - 11.Kasim.2008 Saat 21:19</span>]]>
   </description>
   <pubDate>Tue, 11 Nov 2008 21:18:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3376#3376</guid>
  </item> 
  <item>
   <title>Herhangi bir pencereyi transparan yapmak : procedure TForm1.Button1Click(Sender:...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3375#3375</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1582<br /><strong>Gönderim Zamanı:</strong> 11.Kasim.2008 Saat 21:16<br /><br /><P>procedure TForm1.Button1Click(Sender: TObject);<BR>const<BR>&nbsp; cUseAlpha: array &#091;Boolean&#093; of Integer = (0, LWA_ALPHA);<BR>&nbsp; cUseColorKey: array &#091;Boolean&#093; of Integer = (0, LWA_COLORKEY);<BR>var<BR>&nbsp; AStyle: Integer;<BR>&nbsp; FAlphaBlend: Boolean;<BR>&nbsp; FTransparentColor: Boolean;<BR>&nbsp; xxx:THandle;<BR>begin</P><P>&nbsp;xxx := FindWindow(pchar('Notepad'), nil); //pencereyi bağlığı ile bul not defteri için<BR>// xxx := FindWindow('SciCalc', 'Hesap Makinesi'); //herhangi bir pencereyi sınıfı ve başlığıyla bulmak için kullanılbilir</P><P>&nbsp;AStyle := GetWindowLong(xxx, GWL_EXSTYLE);</P><P>&nbsp;FAlphaBlend := TRUE;<BR>&nbsp;FTransparentColor := TRUE;</P><P>&nbsp;SetWindowLong(xxx, GWL_EXSTYLE, AStyle or WS_EX_LAYERED);</P><DIV>//aşağıdaki fonsiyonda parametre olarak kullanılan 80 orandır. 1-100 arası değer verebilirsiniz<BR>&nbsp;SetLayeredWindowAttributes(xxx,clBlack,80,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cUseAlpha&#091;FAlphaBlend&#093; or cUseColorKey&#091;FTransparentColor&#093;);<BR>end;<BR></DIV><DIV>&nbsp;</DIV><DIV>//erişim yapılacak program veya nesne aktif olmalı. not defterine erişilecekse not defteri o an açıkolması gerekiyor...</DIV><span style="font-size:10px"><br /><br />Düzenleyen murat_turan - 11.Kasim.2008 Saat 21:21</span>]]>
   </description>
   <pubDate>Tue, 11 Nov 2008 21:16:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1582&amp;PID=3375#3375</guid>
  </item> 
 </channel>
</rss>