<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : clProSetting hata</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : clProSetting hata]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:06 +0000</pubDate>
  <lastBuildDate>Wed, 23 Jul 2025 11:24:23 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1123</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[clProSetting hata : MerhabaTclVertScrollBox pro &#246;zelli&#287;inde...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1123&amp;PID=2311#2311</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=306">cerenn</a><br /><strong>Konu:</strong> 1123<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Temmuz&nbsp;2025 Saat 11:24<br /><br />Merhaba&nbsp;<span style=": rgb251, 251, 253;">TclVertScrollBox pro özelliğinde değil bu yüzden tanımladığın scroll1,2,3 ve 4 için clProSettings kullanamazsın.</span><div><br><div><div style=": rgb251, 251, 253;">&nbsp; scroll3 = eForm.AddNewVertScrollBox(test3,'scroll3');</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.Align = alClient;</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.Margins.Left = 10;</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.Margins.Right = 10;</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.Margins.Top = 10;</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.Margins.Bottom = 70;</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.clProSettings.BackgroundColor = "#f8f9fa";</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.clProSettings.ScrollBarColor = clAlphaColor.clHexToColor('#42a5f5');</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.clProSettings.ScrollBarBackgroundColor = clAlphaColor.clHexToColor('#e3f2fd');</div><div style=": rgb251, 251, 253;">&nbsp; scroll3.SetclProSettings(scroll3.clProSettings);</div></div><div style=": rgb251, 251, 253;">örneğin scroll3 özelliklerinde kullandığın clProSettings ayarları olmayacak.</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><a href="https://www.docs.clomosy.com/TclVertScrollBox" target="_blank" rel="nofollow">https://www.docs.clomosy.com/TclVertScrollBox</a></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">Buradan scrollboxa hangi özellikleri verebileceğini detaylı bir şekilde inceleyebilirsin.</div><div style=": rgb251, 251, 253;">Hatayı tam paylaşmadığın için bulabildiğim bu daha fazla hata olursa açık bir şekilde paylaşırsan yardımcı olabilirim.</div><div style=": rgb251, 251, 253;">İyi çalışmalar.</div></div>]]>
   </description>
   <pubDate>Wed, 23 Jul 2025 11:24:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1123&amp;PID=2311#2311</guid>
  </item> 
  <item>
   <title><![CDATA[clProSetting hata : vareForm : TclStyleForm;csNedi...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1123&amp;PID=2310#2310</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=317">Aysu Sena Demirel</a><br /><strong>Konu:</strong> 1123<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Temmuz&nbsp;2025 Saat 10:28<br /><br /><div>var</div><div>eForm : TclStyleForm;&nbsp;</div><div>csNedirBtn,csKullanimBtn,csOzellikBtn,csKurulumBtn,close1,close2,close3,close4 : TClProButton;&nbsp;</div><div>test1,test2,test3,test4 : TclProPanel;&nbsp;</div><div>lbl1,lbl2,lbl3,lbl4 : TClLabel;&nbsp;</div><div>scroll1,scroll2,scroll3,scroll4 : TclVertScrollBox;</div><div><br></div><div>void ClosePanel1</div><div>{&nbsp;</div><div>&nbsp; test1.Visible = False;&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void ClosePanel2</div><div>{&nbsp;</div><div>&nbsp; test2.Visible = False;&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void ClosePanel3</div><div>{&nbsp;</div><div>&nbsp; test3.Visible = False;&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void ClosePanel4</div><div>{&nbsp;</div><div>&nbsp; test4.Visible = False;&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void OnClick1</div><div>{&nbsp;</div><div>&nbsp; test1 = eForm.AddNewProPanel(eForm,'test1');&nbsp;</div><div>&nbsp; test1.Align = alCenter;</div><div>&nbsp; test1.Width = 300;</div><div>&nbsp; test1.Height = 500;</div><div>&nbsp; test1.Margins.Bottom = 200;</div><div>&nbsp; test1.Margins.Top = 500;</div><div>&nbsp; test1.RoundHeight = 10;</div><div>&nbsp; test1.RoundWidth = 10;</div><div>&nbsp; test1.BorderWidth = 2;</div><div>&nbsp; test1.BorderColor = clAlphaColor.clHexToColor('#1976d2');</div><div><br></div><div>&nbsp; scroll1 = eForm.AddNewVertScrollBox(test1,'scroll1');</div><div>&nbsp; scroll1.Align = alClient;</div><div>&nbsp; scroll1.Margins.Left = 10;</div><div>&nbsp; scroll1.Margins.Right = 10;</div><div>&nbsp; scroll1.Margins.Top = 10;</div><div>&nbsp; scroll1.Margins.Bottom = 70;</div><div>&nbsp; scroll1.clProSettings.BackgroundColor = "#f8f9fa";</div><div>&nbsp; scroll1.clProSettings.ScrollBarColor = clAlphaColor.clHexToColor('#1976d2');</div><div>&nbsp; scroll1.clProSettings.ScrollBarBackgroundColor = clAlphaColor.clHexToColor('#e3f2fd');</div><div>&nbsp; scroll1.SetclProSettings(scroll1.clProSettings);</div><div><br></div><div>&nbsp; lbl1= eForm.AddNewLabel(scroll1,'lbl1',</div><div>&nbsp; &nbsp; 'C# NEDİR?</div><div>&nbsp; &nbsp;&nbsp;</div><div>TEMEL TANIM:</div><div>•2000 yılında Microsoft tarafından geliştirilmiştir.</div><div>•Modern, nesne yönelimli, tip güvenli bir programlama dilidir.</div><div>•.NET platformunun ana dillerindendir.</div><div>•C, C++ ve Java dillerinden esinlenerek tasarlanmıştır.</div><div>•Hem açık kaynak hem de Microsoft tarafından desteklenmektedir.</div><div><br></div><div><br></div><div>DÜNYA ÇAPINDAKİ KULLANIM:</div><div>•Milyonlarca geliştirici tarafından aktif olarak kullanılmaktadır.</div><div>•Kurumsal, bireysel ve topluluk projelerinde yaygın olarak tercih edilir.</div><div>•Oyun, web, masaüstü, mobil ve bulut uygulamalarında kullanılır.</div><div>•Unity oyun motorunun ana programlama dilidir.</div><div><br></div><div><br></div><div>TEMEL İLKELER:</div><div>•Modern yazılım geliştirme prensipleri (SOLID, DRY, KISS, vb.)</div><div>•Yüksek güvenlik ve kararlılık.</div><div>•Platformlar arası çalışabilirlik (.NET Core/.NET 5+ ile Windows, Linux, macOS).</div><div>•Sürekli güncellenen ve gelişen bir ekosistem.</div><div>•Güçlü topluluk ve Microsoft desteği.</div><div>'</div><div>&nbsp; );&nbsp;</div><div><br></div><div>&nbsp; lbl1.Margins.Left= 15;&nbsp;</div><div>&nbsp; lbl1.Margins.Right= 15;&nbsp;&nbsp;</div><div>&nbsp; lbl1.Margins.Top= 15;&nbsp;</div><div>&nbsp; lbl1.Margins.Bottom= 15;&nbsp;</div><div>&nbsp; lbl1.align = alTop;&nbsp;</div><div>&nbsp; lbl1.AutoSize = true;&nbsp;</div><div>&nbsp; lbl1.WordWrap = True;&nbsp;</div><div>&nbsp; lbl1.StyledSettings = ssFamily;&nbsp;</div><div>&nbsp; lbl1.textSettings.Font.Size = 12;&nbsp;</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; close1 = eForm.AddNewProButton(test1, 'close1', 'Kapat');&nbsp;</div><div>&nbsp; close1.Align = alBottom;</div><div>&nbsp; close1.Width = 120;</div><div>&nbsp; close1.Height = 50;</div><div>&nbsp; close1.Margins.Bottom = 15;</div><div>&nbsp; close1.Margins.Left = 25;</div><div>&nbsp; close1.Margins.Right = 25;</div><div>&nbsp; close1.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#1976d2');</div><div>&nbsp; close1.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; close1.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; close1.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; close1.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; close1.clProSettings.RoundHeight = 15;</div><div>&nbsp; close1.clProSettings.RoundWidth = 15;</div><div>&nbsp; close1.SetclProSettings(close1.clProSettings);</div><div><br></div><div>&nbsp; eForm.AddNewEvent(close1, tbeOnClick, 'ClosePanel1');&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void OnClick2</div><div>{&nbsp;</div><div>&nbsp; test2 = eForm.AddNewProPanel(eForm,'test2');&nbsp;</div><div>&nbsp; test2.Align = alCenter;</div><div>&nbsp; test2.Width = 300;</div><div>&nbsp; test2.Height = 500;</div><div>&nbsp; test2.Margins.Bottom = 200;</div><div>&nbsp; test2.Margins.Top = 500;</div><div>&nbsp; test2.RoundHeight = 10;</div><div>&nbsp; test2.RoundWidth = 10;</div><div>&nbsp; test2.BorderWidth = 2;</div><div>&nbsp; test2.BorderColor = clAlphaColor.clHexToColor('#1565c0');</div><div><br></div><div>&nbsp; scroll2 = eForm.AddNewVertScrollBox(test2,'scroll2');</div><div>&nbsp; scroll2.Align = alClient;</div><div>&nbsp; scroll2.Margins.Left = 10;</div><div>&nbsp; scroll2.Margins.Right = 10;</div><div>&nbsp; scroll2.Margins.Top = 10;</div><div>&nbsp; scroll2.Margins.Bottom = 70;</div><div>&nbsp; scroll2.clProSettings.BackgroundColor = "#f8f9fa";</div><div>&nbsp; scroll2.clProSettings.ScrollBarColor = clAlphaColor.clHexToColor('#1565c0');</div><div>&nbsp; scroll2.clProSettings.ScrollBarBackgroundColor = clAlphaColor.clHexToColor('#e3f2fd');</div><div>&nbsp; scroll2.SetclProSettings(scroll2.clProSettings);</div><div><br></div><div>&nbsp; lbl2= eForm.AddNewLabel(scroll2, 'lbl2',</div><div>&nbsp; &nbsp; 'C# KULLANIM ALANLARI</div><div>&nbsp; &nbsp;&nbsp;</div><div>BAŞLICA UYGULAMA ALANLARI:</div><div>•Masaüstü Uygulamaları</div><div>•Windows Forms, WPF (Windows Presentation Foundation), UWP (Universal Windows Platform)</div><div>•Zengin kullanıcı arayüzü ve iş uygulamaları</div><div>•Web Geliştirme</div><div>•ASP.NET Core ile modern, hızlı ve güvenli web uygulamaları</div><div>•RESTful API ve web servisleri</div><div>•Oyun Geliştirme</div><div>•Unity ile 2D/3D oyunlar (PC, mobil, konsol)</div><div>•Oyun motoru script yazımı</div><div>•Mobil Uygulamalar</div><div>•Xamarin ve .NET MAUI ile Android ve iOS uygulamaları</div><div>•Bulut Uygulamaları</div><div>•Azure üzerinde ölçeklenebilir bulut servisleri ve mikroservis mimarileri</div><div>•Serverless (Functions) uygulamaları</div><div>•IoT (Nesnelerin İnterneti)</div><div>•Akıllı cihazlar ve gömülü sistemler için uygulama geliştirme</div><div>•Veri Analitiği ve Yapay Zeka</div><div>•ML.NET ile makine öğrenmesi ve veri analitiği projeleri</div><div><br></div><div>•SEKTÖRLER:</div><div>•Finansal hizmetler (banka, sigorta)</div><div>•Telekomünikasyon</div><div>•E-ticaret ve perakende</div><div>•Sağlık teknolojileri</div><div>•Eğitim sistemleri</div><div>•Oyun ve eğlence sektörü</div><div>•Kamu ve savunma sanayi'</div><div>&nbsp; );&nbsp;</div><div><br></div><div>&nbsp; lbl2.Margins.Left= 15;&nbsp;</div><div>&nbsp; lbl2.Margins.Right= 15;&nbsp;&nbsp;</div><div>&nbsp; lbl2.Margins.Top= 15;&nbsp;</div><div>&nbsp; lbl2.Margins.Bottom= 15;&nbsp;</div><div>&nbsp; lbl2.align = alTop;&nbsp;</div><div>&nbsp; lbl2.AutoSize = true;&nbsp;</div><div>&nbsp; lbl2.WordWrap = True;&nbsp;</div><div>&nbsp; lbl2.StyledSettings = ssFamily;&nbsp;</div><div>&nbsp; lbl2.textSettings.Font.Size = 12;&nbsp;</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; close2 = eForm.AddNewProButton(test2, 'close2', 'Kapat');&nbsp;</div><div>&nbsp; close2.Align = alBottom;</div><div>&nbsp; close2.Width = 120;</div><div>&nbsp; close2.Height = 50;</div><div>&nbsp; close2.Margins.Bottom = 15;</div><div>&nbsp; close2.Margins.Left = 25;</div><div>&nbsp; close2.Margins.Right = 25;</div><div>&nbsp; close2.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#1565c0');</div><div>&nbsp; close2.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; close2.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; close2.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; close2.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; close2.clProSettings.RoundHeight = 15;</div><div>&nbsp; close2.clProSettings.RoundWidth = 15;</div><div>&nbsp; close2.SetclProSettings(close2.clProSettings);</div><div><br></div><div>&nbsp; eForm.AddNewEvent(close2, tbeOnClick, 'ClosePanel2');&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void OnClick3</div><div>{&nbsp;</div><div>&nbsp; test3 = eForm.AddNewProPanel(eForm,'test3');&nbsp;</div><div>&nbsp; test3.Align = alCenter;</div><div>&nbsp; test3.Width = 300;</div><div>&nbsp; test3.Height = 500;</div><div>&nbsp; test3.Margins.Bottom = 200;</div><div>&nbsp; test3.Margins.Top = 500;</div><div>&nbsp; test3.RoundHeight = 10;</div><div>&nbsp; test3.RoundWidth = 10;</div><div>&nbsp; test3.BorderWidth = 2;</div><div>&nbsp; test3.BorderColor = clAlphaColor.clHexToColor('#42a5f5');</div><div><br></div><div>&nbsp; scroll3 = eForm.AddNewVertScrollBox(test3,'scroll3');</div><div>&nbsp; scroll3.Align = alClient;</div><div>&nbsp; scroll3.Margins.Left = 10;</div><div>&nbsp; scroll3.Margins.Right = 10;</div><div>&nbsp; scroll3.Margins.Top = 10;</div><div>&nbsp; scroll3.Margins.Bottom = 70;</div><div>&nbsp; scroll3.clProSettings.BackgroundColor = "#f8f9fa";</div><div>&nbsp; scroll3.clProSettings.ScrollBarColor = clAlphaColor.clHexToColor('#42a5f5');</div><div>&nbsp; scroll3.clProSettings.ScrollBarBackgroundColor = clAlphaColor.clHexToColor('#e3f2fd');</div><div>&nbsp; scroll3.SetclProSettings(scroll3.clProSettings);</div><div><br></div><div>&nbsp; lbl3=eForm.AddNewLabel(scroll3, 'lbl3',</div><div>&nbsp; &nbsp; 'C# ÖZELLİKLERİ VE AVANTAJLARI</div><div>&nbsp; &nbsp;&nbsp;</div><div>TEMEL ÖZELLİKLER:</div><div>•Nesne Yönelimli Programlama (OOP)</div><div>•Sınıf, kalıtım, çok biçimlilik, kapsülleme, soyutlama</div><div>•Güçlü Tip Denetimi</div><div>•erleme zamanında hata yakalama, güvenli kod</div><div>•Modern Dil Özellikleri</div><div>•LINQ (Language Integrated Query) ile veri sorgulama</div><div>•Lambda ifadeleri, async/await ile asenkron programlama</div><div>•Pattern matching, record types, nullable reference types</div><div>•Delegeler ve event mekanizması</div><div>•Yüksek Performans</div><div>•JIT (Just-In-Time) derleyici ve optimizasyonlar</div><div>•Span&lt;T&gt;, Memory&lt;T&gt; gibi düşük seviyeli bellek yönetimi</div><div>•Zengin Kütüphane ve Framework Desteği</div><div>•.NET Standard, .NET Core, .NET 5/6/7+</div><div>•Geniş üçüncü parti kütüphane ve NuGet ekosistemi</div><div>•Platformlar Arası Geliştirme</div><div>•Windows, Linux, macOS, mobil ve web platformları</div><div><br></div><div><br></div><div>AVANTAJLARI:</div><div>•Hızlı geliştirme ve bakım kolaylığı</div><div>•Yüksek güvenlik ve kararlılık</div><div>•Büyük ve aktif topluluk desteği</div><div>•Microsoft ve açık kaynak desteği</div><div>•Geniş iş ve kariyer fırsatları</div><div>•Sürekli güncellenen ve modernleşen bir dil'</div><div><br></div><div>&nbsp; );&nbsp;</div><div><br></div><div>&nbsp; lbl3.Margins.Left= 15;&nbsp;</div><div>&nbsp; lbl3.Margins.Right= 15;&nbsp;&nbsp;</div><div>&nbsp; lbl3.Margins.Top= 15;&nbsp;</div><div>&nbsp; lbl3.Margins.Bottom= 15;&nbsp;</div><div>&nbsp; lbl3.align = alTop;&nbsp;</div><div>&nbsp; lbl3.AutoSize = true;&nbsp;</div><div>&nbsp; lbl3.WordWrap = True;&nbsp;</div><div>&nbsp; lbl3.StyledSettings = ssFamily;&nbsp;</div><div>&nbsp; lbl3.textSettings.Font.Size = 12;&nbsp;</div><div>&nbsp;</div><div><br></div><div>&nbsp; close3 = eForm.AddNewProButton(test3, 'close3', 'Kapat');&nbsp;</div><div>&nbsp; close3.Align = alBottom;</div><div>&nbsp; close3.Width = 120;</div><div>&nbsp; close3.Height = 50;</div><div>&nbsp; close3.Margins.Bottom = 15;</div><div>&nbsp; close3.Margins.Left = 25;</div><div>&nbsp; close3.Margins.Right = 25;</div><div>&nbsp; close3.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#42a5f5');</div><div>&nbsp; close3.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; close3.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; close3.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; close3.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; close3.clProSettings.RoundHeight = 15;</div><div>&nbsp; close3.clProSettings.RoundWidth = 15;</div><div>&nbsp; close3.SetclProSettings(close3.clProSettings);</div><div><br></div><div>&nbsp; eForm.AddNewEvent(close3, tbeOnClick, 'ClosePanel3');&nbsp;</div><div>}&nbsp;</div><div><br></div><div>void OnClick4</div><div>{&nbsp;</div><div>&nbsp; test4 = eForm.AddNewProPanel(eForm,'test4');&nbsp;</div><div>&nbsp; test4.Align = alCenter;</div><div>&nbsp; test4.Width = 300;</div><div>&nbsp; test4.Height = 500;</div><div>&nbsp; test4.Margins.Bottom = 200;</div><div>&nbsp; test4.Margins.Top = 500;</div><div>&nbsp; test4.RoundHeight = 10;</div><div>&nbsp; test4.RoundWidth = 10;</div><div>&nbsp; test4.BorderWidth = 2;</div><div>&nbsp; test4.BorderColor = clAlphaColor.clHexToColor('#0d47a1');</div><div><br></div><div>&nbsp; scroll4 = eForm.AddNewVertScrollBox(test4,'scroll4');</div><div>&nbsp; scroll4.Align = alClient;</div><div>&nbsp; scroll4.Margins.Left = 10;</div><div>&nbsp; scroll4.Margins.Right = 10;</div><div>&nbsp; scroll4.Margins.Top = 10;</div><div>&nbsp; scroll4.Margins.Bottom = 70;</div><div>&nbsp; scroll4.clProSettings.BackgroundColor = "#f8f9fa";</div><div>&nbsp; scroll4.clProSettings.ScrollBarColor = clAlphaColor.clHexToColor('#0d47a1');</div><div>&nbsp; scroll4.clProSettings.ScrollBarBackgroundColor = clAlphaColor.clHexToColor('#e3f2fd');</div><div>&nbsp; scroll4.SetclProSettings(scroll4.clProSettings);</div><div><br></div><div>&nbsp; lbl4= eForm.AddNewLabel(scroll4, 'lbl4',</div><div>&nbsp; &nbsp; &nbsp;'C# KURULUM VE TEMEL KOD BİLGİSİ</div><div>&nbsp; &nbsp;&nbsp;</div><div>KURULUM ADIMLARI:</div><div>•.NET SDK İndirme</div><div>dotnet.microsoft.com/download adresinden en güncel .NET SDK’yı indirin.</div><div>İşletim sisteminize uygun sürümü seçin (Windows, Linux, macOS).</div><div><br></div><div>•Geliştirme Ortamı</div><div>Visual Studio (Community, Professional, Enterprise)</div><div>Visual Studio Code (C# eklentisi ile)</div><div>JetBrains Rider (ücretli, profesyonel IDE)</div><div><br></div><div>•Doğrulama</div><div>Komut satırında: dotnet --version</div><div>Yüklü .NET sürümünü kontrol edin.</div><div><br></div><div><br></div><div>İLK C# PROGRAMI:</div><div><br></div><div>using System;</div><div><br></div><div>class Program</div><div>{</div><div>&nbsp; &nbsp; static void Main()</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine("Hello, World!");</div><div>&nbsp; &nbsp; }</div><div>}</div><div><br></div><div><br></div><div>PROGRAM ÇALIŞTIRMA:</div><div>•Kodu Program.cs olarak kaydedin.</div><div>•Komut satırında:</div><div>•Derleme: dotnet build</div><div>&nbsp; &nbsp;Çalıştırma: dotnet run</div><div>&nbsp; &nbsp;Sonuç: Hello, World!</div><div>&nbsp; &nbsp;</div><div>GELİŞTİRME ORTAMLARI:</div><div>•Visual Studio (Microsoft önerisi)</div><div>•Visual Studio Code</div><div>•JetBrains Rider</div><div>'</div><div>&nbsp; );&nbsp;</div><div><br></div><div>&nbsp; lbl4.Margins.Left= 15;&nbsp;</div><div>&nbsp; lbl4.Margins.Right= 15;&nbsp;&nbsp;</div><div>&nbsp; lbl4.Margins.Top= 15;&nbsp;</div><div>&nbsp; lbl4.Margins.Bottom= 15;&nbsp;</div><div>&nbsp; lbl4.align = alTop;&nbsp;</div><div>&nbsp; lbl4.AutoSize = true;&nbsp;</div><div>&nbsp; lbl4.WordWrap = True;&nbsp;</div><div>&nbsp; lbl4.StyledSettings = ssFamily;&nbsp;</div><div>&nbsp; lbl4.textSettings.Font.Size = 12;&nbsp;</div><div>&nbsp;</div><div>&nbsp; close4 = eForm.AddNewProButton(test4, 'close4', 'Kapat');&nbsp;</div><div>&nbsp; close4.Align = alBottom;</div><div>&nbsp; close4.Width = 120;</div><div>&nbsp; close4.Height = 50;</div><div>&nbsp; close4.Margins.Bottom = 15;</div><div>&nbsp; close4.Margins.Left = 25;</div><div>&nbsp; close4.Margins.Right = 25;</div><div>&nbsp; close4.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#0d47a1');</div><div>&nbsp; close4.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; close4.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; close4.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; close4.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; close4.clProSettings.RoundHeight = 15;</div><div>&nbsp; close4.clProSettings.RoundWidth = 15;</div><div>&nbsp; close4.SetclProSettings(close4.clProSettings);</div><div><br></div><div>&nbsp; eForm.AddNewEvent(close4, tbeOnClick, 'ClosePanel4');&nbsp;</div><div>}&nbsp;</div><div><br></div><div>{</div><div>&nbsp; &nbsp;eForm = TclStyleForm.Create(Self);&nbsp;</div><div>&nbsp; &nbsp;eForm.SetFormColor('#a0d3fa','', clGNone);&nbsp;</div><div><br></div><div>&nbsp; &nbsp;csNedirBtn=eForm.AddNewProButton(eForm,'csNedirBtn','C# Nedir?');&nbsp;</div><div>&nbsp; &nbsp;csNedirBtn.Align = alBottom;</div><div>&nbsp; &nbsp;csNedirBtn.Width = 120;</div><div>&nbsp; &nbsp;csNedirBtn.Height = 60;</div><div>&nbsp; &nbsp;csNedirBtn.Margins.Bottom = 25;</div><div>&nbsp; &nbsp;csNedirBtn.Margins.Left = 25;</div><div>&nbsp; &nbsp;csNedirBtn.Margins.Right = 25;</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#1976d2');</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.RoundHeight = 15;</div><div>&nbsp; &nbsp;csNedirBtn.clProSettings.RoundWidth = 15;</div><div>&nbsp; &nbsp;csNedirBtn.SetclProSettings(csNedirBtn.clProSettings);</div><div><br></div><div>&nbsp; &nbsp;csKullanimBtn=eForm.AddNewProButton(eForm,'csKullanimBtn', 'C# Kullanım Alanları');&nbsp;</div><div>&nbsp; &nbsp;csKullanimBtn.Align = alBottom;</div><div>&nbsp; &nbsp;csKullanimBtn.Width = 120;</div><div>&nbsp; &nbsp;csKullanimBtn.Height = 60;</div><div>&nbsp; &nbsp;csKullanimBtn.Margins.Bottom = 25;</div><div>&nbsp; &nbsp;csKullanimBtn.Margins.Left = 25;</div><div>&nbsp; &nbsp;csKullanimBtn.Margins.Right = 25;</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#1565c0');</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.RoundHeight = 15;</div><div>&nbsp; &nbsp;csKullanimBtn.clProSettings.RoundWidth = 15;</div><div>&nbsp; &nbsp;csKullanimBtn.SetclProSettings(csKullanimBtn.clProSettings);</div><div><br></div><div>&nbsp; &nbsp;csOzellikBtn=eForm.AddNewProButton(eForm,'csOzellikBtn', 'C# Özellikleri');&nbsp;</div><div>&nbsp; &nbsp;csOzellikBtn.Align = alBottom;</div><div>&nbsp; &nbsp;csOzellikBtn.Width = 120;</div><div>&nbsp; &nbsp;csOzellikBtn.Height = 60;</div><div>&nbsp; &nbsp;csOzellikBtn.Margins.Bottom = 25;</div><div>&nbsp; &nbsp;csOzellikBtn.Margins.Left = 25;</div><div>&nbsp; &nbsp;csOzellikBtn.Margins.Right = 25;</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#42a5f5');</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.RoundHeight = 15;</div><div>&nbsp; &nbsp;csOzellikBtn.clProSettings.RoundWidth = 15;</div><div>&nbsp; &nbsp;csOzellikBtn.SetclProSettings(csOzellikBtn.clProSettings);</div><div><br></div><div>&nbsp; &nbsp;csKurulumBtn=eForm.AddNewProButton(eForm,'csKurulumBtn', 'C# Kurulum Ve Örnek Kod');&nbsp;</div><div>&nbsp; &nbsp;csKurulumBtn.Align = alBottom;</div><div>&nbsp; &nbsp;csKurulumBtn.Width = 120;</div><div>&nbsp; &nbsp;csKurulumBtn.Height = 60;</div><div>&nbsp; &nbsp;csKurulumBtn.Margins.Bottom = 25;</div><div>&nbsp; &nbsp;csKurulumBtn.Margins.Left = 25;</div><div>&nbsp; &nbsp;csKurulumBtn.Margins.Right = 25;</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#0d47a1');</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.TextColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.RoundHeight = 15;</div><div>&nbsp; &nbsp;csKurulumBtn.clProSettings.RoundWidth = 15;</div><div>&nbsp; &nbsp;csKurulumBtn.SetclProSettings(csKurulumBtn.clProSettings);</div><div><br></div><div>&nbsp; &nbsp;eForm.AddNewEvent(csNedirBtn,tbeOnClick,'OnClick1');&nbsp;</div><div>&nbsp; &nbsp;eForm.AddNewEvent(csKullanimBtn,tbeOnClick,'OnClick2');&nbsp;</div><div>&nbsp; &nbsp;eForm.AddNewEvent(csOzellikBtn,tbeOnClick,'OnClick3');&nbsp;</div><div>&nbsp; &nbsp;eForm.AddNewEvent(csKurulumBtn,tbeOnClick,'OnClick4');&nbsp;</div><div><br></div><div>&nbsp; &nbsp;eForm.Run;&nbsp;</div><div>}&nbsp; &nbsp; &nbsp; &nbsp; hata alıyorum sorun nedir yardımcı olur musunuz?</div>]]>
   </description>
   <pubDate>Wed, 23 Jul 2025 10:28:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1123&amp;PID=2310#2310</guid>
  </item> 
 </channel>
</rss>