<?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 : Program İçinde Program</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Borland Delphi : Program İçinde Program</description>
  <pubDate>Sun, 03 May 2026 16:17:53 +0000</pubDate>
  <lastBuildDate>Tue, 23 Dec 2008 12:19:10 +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=1624</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>Program İçinde Program : g&#252;zel bir &#246;rnek. te&#351;ekk&#252;rler. </title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1624&amp;PID=3486#3486</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> 1624<br /><strong>Gönderim Zamanı:</strong> 23.Aralik.2008 Saat 12:19<br /><br />güzel bir örnek. teşekkürler.]]>
   </description>
   <pubDate>Tue, 23 Dec 2008 12:19:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1624&amp;PID=3486#3486</guid>
  </item> 
  <item>
   <title>Program İçinde Program : Bu kodlar sayesinde bir exe program&#305;...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1624&amp;PID=3484#3484</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> 1624<br /><strong>Gönderim Zamanı:</strong> 23.Aralik.2008 Saat 08:46<br /><br />Bu kodlar sayesinde bir exe programı diğer bir exe program içerisinde MDI Child olarak çalıştırabilirsiniz..<BR>// Kodla bir siteden alıntıdır örnek'te Notepad kullanılmış, ve birçok windows uyguaması için denenmiştir..<BR>// Başka programlar içinse 'Adsız - Not Defteri' kısımı istediğiniz programın Başlık bilgisini yazmanız<BR>//yeterli<BR><BR>procedure TForm1.Button1Click(Sender: TObject);<BR>var<BR>hNotePad, Style: Cardinal;<BR>begin<BR>// button click event<BR>hNotePad := FindWindow(nil, 'Adsız - Not Defteri');<BR>if hNotePad = 0 then<BR>&nbsp; begin<BR>&nbsp; ShowMessage('NotePad Çalışmıyor');<BR>&nbsp; Exit;<BR>&nbsp; end;<BR>ShowWindow(hNotePad, SW_HIDE);<BR>Style := GetWindowLong(hNotePad, GWL_STYLE);<BR>if Style = 0 then<BR>&nbsp; begin<BR>&nbsp; ShowMessage('Sistem Stil verisine ulaşamadı');<BR>&nbsp; Exit;<BR>&nbsp; end;<BR>Style := Style&nbsp; or WS_CHILD; // to be attatched to another window I think u need a ws_child<BR>SetWindowLong(hNotePad, GWL_STYLE, Style);<BR>windows.SetParent(hNotePad, Handle);<BR>MoveWindow(hNotePad, 2,2, Width-10, Height - 56, True);<BR>ShowWindow(hNotePad, SW_SHOW);<BR>end;<DIV>&nbsp;</DIV><DIV><strong>Alıntıdır</strong></DIV>]]>
   </description>
   <pubDate>Tue, 23 Dec 2008 08:46:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1624&amp;PID=3484#3484</guid>
  </item> 
 </channel>
</rss>