<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>visual-c-2008 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/visual-c-2008/</link>
	<description>Feed of posts on WordPress.com tagged "visual-c-2008"</description>
	<pubDate>Sun, 06 Dec 2009 15:19:54 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[C# Günleri – Gün 3]]></title>
<link>http://fentanyl.wordpress.com/2009/11/15/c-gunleri-%e2%80%93-gun-3/</link>
<pubDate>Sun, 15 Nov 2009 19:56:55 +0000</pubDate>
<dc:creator>fentanyl</dc:creator>
<guid>http://fentanyl.wordpress.com/2009/11/15/c-gunleri-%e2%80%93-gun-3/</guid>
<description><![CDATA[Visual C# 2008 using System; using System.Collections.Generic; using System.Linq; using System.Text;]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Visual C# 2008</strong></p>
<p><strong> </strong></p>
<p>using System;</p>
<p>using System.Collections.Generic;</p>
<p>using System.Linq;</p>
<p>using System.Text;</p>
<p>namespace Proje1</p>
<p>{</p>
<p>class Program</p>
<p>{</p>
<p>static void Main(string[] args)</p>
<p>{</p>
<p>Console.WriteLine(&#8220;msdundar&#8221;);</p>
<p>Console.Write(&#8220;To continue press any key&#8221;);</p>
<p>Console.ReadKey();</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p><strong> </strong></p>
<p>F5 veya Start Debugging ile derletip sonucu konsoldan görebiliriz.</p>
<p>Şimdi  öyle  bir  ayarlama  yapacağım  ki  bu uygulama çalıştırıldığı zaman ekrana bir pencerenin gelmesini sağlayacağım.</p>
<p>using System;</p>
<p>using System.Collections.Generic;</p>
<p>using System.Linq;</p>
<p>using System.Text;</p>
<p>namespace Proje1</p>
<p>{</p>
<p>class Program</p>
<p>{</p>
<p>static void Main(string[] args)</p>
<p>{</p>
<p>System.Windows.Forms.Form Form1;</p>
<p>Form1 = new System.Windows.Forms.Form();</p>
<p>Form1.Text = &#8220;MSDundar&#8221;;</p>
<p>System.Windows.Forms.Application.Run(Form1);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>Bu kodu dikkatlice  incelerseniz using deyimiyle System.Windows.Forms adlı  namespace’deki  Class’lardan  yararlanılmak  istendiği  belirtilmiş.  Aynı satırı sizler yazmaya kalkışırsanız hata meydana gelir. Çünkü bu Namespace .NET  Framework  ile  gelen  System.Windows.Forms.dll  adlı  DLL dosyasında  yani  referansta  yer  almaktadır.  .NET  Framework’e  ait  klasöre baktığınızda bu dosyayı görebilirsiniz.</p>
<p>Konsol  uygulamaları  dahilinde  ekrana  pencere  getirmek  için  bu  DLL dosyasının konsol uygulamasına dahil edilmesi gerekiyor. Başka bir deyişle Express Edition’ın bu referans hakkında bilgilendirilmesi gerekir. Bunun  için Express Edition penceresi içinde yer alan Solution Explorer penceresinden yararlanıp  Add  Reference  diyalog  kutusunu  ekrana  getirip System.Windows.Forms.dll referansını uygulamaya dahil etmelisiniz.</p>
<p>Her  ne  kadar  burada  referansın uygulamaya  dahil  edildiğinden  söz  edilse  bile  gerçek  tam  böyle  değildir. Yapılan,  Express  Edition’ın  dolayısıyla  C#  derleyicisinin  bu  referanstan yararlanılmak istendiği konusunda haberdar edilmesinden ibarettir.</p>
<p>Yukarıda  verilen  kodun  üzerinde  biraz  duralım.  Main() metoduna  yazdığım  bu  satırların  ilkinde  “Form1”  adında  ve System.Windows.Forms  adlı  Namespace’teki  Form  sınıfı  tipinde  bir değişken  tanımlanmaktadır. Devamında  new  anahtar  kelimesi  ile  Form sınıfının  örneğini  alıp (yani  nesne  hazırlayıp)  referansını  Form1  adını verdiğim değişkene aktardım. En son olarak bu Form nesnesini Application sınıfının Run() metoduna parametre olarak verdim. Dikkat ederseniz burada tanımladığım  değişkene  Form1  adını  verdim.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenGL di MSVC++ 2008 Express]]></title>
<link>http://aswinindraprastha.wordpress.com/2009/01/06/opengl-di-msvc-2008-express/</link>
<pubDate>Tue, 06 Jan 2009 07:13:35 +0000</pubDate>
<dc:creator>aswinindraprastha</dc:creator>
<guid>http://aswinindraprastha.wordpress.com/2009/01/06/opengl-di-msvc-2008-express/</guid>
<description><![CDATA[Mungkin bisa berguna untuk yang sedang belajar Computer Graphics, C++ / MSVC++, OpenGL dan segala tu]]></description>
<content:encoded><![CDATA[Mungkin bisa berguna untuk yang sedang belajar Computer Graphics, C++ / MSVC++, OpenGL dan segala tu]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual c# 2008 Hello (Unicode) World (Hexidecimal)...]]></title>
<link>http://sqlsamson.wordpress.com/2008/09/26/visual-c-2008-hello-unicode-world-hexidecimal/</link>
<pubDate>Fri, 26 Sep 2008 00:17:00 +0000</pubDate>
<dc:creator>Samson Loo</dc:creator>
<guid>http://sqlsamson.wordpress.com/2008/09/26/visual-c-2008-hello-unicode-world-hexidecimal/</guid>
<description><![CDATA[using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace HelloWo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> HelloWorld<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class</font> <font color="#2b91af">Program</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">static void</font> Main(<font color="#0000FF">string</font>[] args)<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ConsoleTitle();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Greeting();<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">static void</font> Greeting()<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strHello = <font color="#b31515">&#8220;\u0048\u0065\u006C\u006C\u006f\n&#8221;</font>; <font color="#008000"><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;// Unicode of Hello</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strWorld = <font color="#b31515">&#8220;\x77\x6F\x72\x6c\x64\x21\b&#8221;</font>; <font color="#008000"><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;// Hexidecimal of world</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.Write(<font color="#b31515">&#8220;{0}&#8221;</font>, strHello);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.Write(<font color="#b31515">&#8220;{0}&#8221;</font>, strWorld);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.ReadLine();<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">static void</font> ConsoleTitle()<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strTitle = <font color="#b31515">&#8220;Hello(Unicode) World(Hexidecimal)  v0.01&#8243;</font>;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.Title = strTitle;<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual c# 2008 Centimeters to Inches Calc...]]></title>
<link>http://sqlsamson.wordpress.com/2008/09/22/visual-c-2008-centimeters-to-inches-calc/</link>
<pubDate>Mon, 22 Sep 2008 18:28:00 +0000</pubDate>
<dc:creator>Samson Loo</dc:creator>
<guid>http://sqlsamson.wordpress.com/2008/09/22/visual-c-2008-centimeters-to-inches-calc/</guid>
<description><![CDATA[My spouse needed to figure out what 83 cm equaled in inches. I know the formula, so I could have eas]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>My spouse needed to figure out what 83 cm equaled in inches.  I know the formula, so I could have easily written this out by hand&#8230;but why?  I also know that I could have written this using one file&#8230;but why?  This is another example of how to separate methods into separate class files.  </p>
<p>Well 1 inch = 0.393700787 centimeters, so 83 * 0.393700787 = 32.677165321 inches!</p>
<p>[<strong> Program.cs </strong>]<br /><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> CM2IN<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class </font>Cent2Inches<br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;static void Main(<font color="#0000FF">string</font>[] args)<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;SetConsoleTitle.ConsoleTitle();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;GetUserInput.UserInput();<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p>[<strong>  SetConsoleTitle.cs </strong>]<br /><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> CM2IN<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class </font><font color="#2b91af">SetConsoleTitle</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">public static void</font> ConsoleTitle()<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strTitle = <font color="#b31515">&#8220;Centimeter to Inches Calculator v1.0&#8243;</font>;  <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#008000">// Set Console Title</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console.</font>Title = strTitle;<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p>[<strong>  GetUserInput.cs </strong>]<br /><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> CM2IN<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class </font><font color="#2b91af">GetUserInput</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">public static void</font> UserInput()<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strUserInput;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console.</font>Write(<font color="#b31515">&#8220;Enter Centimeters: &#8220;</font>);  <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#008000">// Prompt for user input</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;strUserInput = <font color="#2b91af">Console.</font>ReadLine();  <font color="#008000">// Read user input</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">ConvertUserInput</font>.ConvertInput(strUserInput);  <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#008000">// Pass user input to Convert Class</font><br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p>[<strong>  ConvertUserInput.cs </strong>]<br /><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> CM2IN<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class </font><font color="#2b91af">ConvertUserInput</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;<font color="#0000FF">public static void</font> ConvertInput(<font color="#0000FF">string</font> s)<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">double</font> d;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;d = Convert.ToDouble(s);  <font color="#008000">// Convert string to double</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">PerformCalculation</font>.Calculate(d);  <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#008000">// Pass double value to Calculation Class</font><br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p>[<strong>  PerformCalculation.cs </strong>]<br /><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> CM2IN<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class </font><font color="#2b91af">PerformCalculation</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">public static void</font> Calculate(<font color="#0000FF">double</font> i)<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">double</font> cm = 0.393700787;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">double</font> total;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;total = (i * cm);  // Perform Calculation<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">DisplayResults</font>.Results(total);  <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#008000">// Pass Results to Display results Class</font><br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p>[<strong>  DisplayResults.cs </strong>]<br /><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> CM2IN<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class </font><font color="#2b91af">DisplayResults</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">public static void</font> Results(<font color="#0000FF">double</font> r)<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console.</font>WriteLine(&#8220;Total Inches: &#8221; + r);  <font color="#008000">// Print results</font><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console.</font>ReadLine();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console.</font>Clear();<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p><img src="http://2.bp.blogspot.com/_KcLclmd-ADA/SNfsd5jFEcI/AAAAAAAAJ-g/iwS5uiZO_Qc/s320/CM2IN_Results.jpg" border="0" /></p>
<p><img src="http://1.bp.blogspot.com/_KcLclmd-ADA/SNfrtLZrmVI/AAAAAAAAJ-Y/JDZ4R6IFB4I/s320/SolutionExplorer.jpg" border="0" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual c# 2008 Hello User 1.1 Console App...]]></title>
<link>http://sqlsamson.wordpress.com/2008/09/15/visual-c-2008-hello-user-11-console-app/</link>
<pubDate>Mon, 15 Sep 2008 16:25:00 +0000</pubDate>
<dc:creator>Samson Loo</dc:creator>
<guid>http://sqlsamson.wordpress.com/2008/09/15/visual-c-2008-hello-user-11-console-app/</guid>
<description><![CDATA[This is a much better approach of writing Hello User. It does require a few more lines of code, but ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is a much better approach of writing Hello User.  It does require a few more lines of code, but it is better for modularity purposes. It is not a good practice to write everything in the Main method as I did in the previous examples.</p>
<p><font color="#0000FF">using</font> System;<br /><font color="#0000FF">using</font> System.Collections.Generic;<br /><font color="#0000FF">using</font> System.Linq;<br /><font color="#0000FF">using</font> System.Text;</p>
<p><font color="#0000FF">namespace</font> HelloUser<br />{<br />&#160;&#160;&#160;<font color="#0000FF">class</font> <font color="#2b91af">Program</font><br />&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">static void</font> Main(<font color="#0000FF">string</font>[] args)<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;SetConsoleTitle();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;GetUserInput();<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">static void</font> GetUserInput()<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strInput;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.Write(<font color="#b31515">&#8220;Enter your first name: &#8220;</font>);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;strInput = <font color="#2b91af">Console</font>.ReadLine();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.WriteLine(<font color="#b31515">&#8220;Hello &#8220;</font> + strInput);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.ReadLine();<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">static void</font> SetConsoleTitle()<br />&#160;&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#0000FF">string</font> strTitle = <font color="#b31515">&#8220;Hello User 1.1&#8243;</font>;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<font color="#2b91af">Console</font>.Title = strTitle;<br />&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />}</p>
<p>Prompt for input<br /><a href="http://4.bp.blogspot.com/_KcLclmd-ADA/SM6PHy_caLI/AAAAAAAAALs/sN2yJREDPXA/s1600-h/HelloUser1.1_prompt.jpg" target="_blank"><img style="cursor:hand;" src="http://4.bp.blogspot.com/_KcLclmd-ADA/SM6PHy_caLI/AAAAAAAAALs/sN2yJREDPXA/s200/HelloUser1.1_prompt.jpg" border="0" /></a></p>
<p>Write to screen<br /><a href="http://3.bp.blogspot.com/_KcLclmd-ADA/SM6PH_z7DoI/AAAAAAAAAL0/bAs4C8t2aCo/s1600-h/HelloUser1.1_process.jpg" target="_blank"><img style="cursor:hand;" src="http://3.bp.blogspot.com/_KcLclmd-ADA/SM6PH_z7DoI/AAAAAAAAAL0/bAs4C8t2aCo/s200/HelloUser1.1_process.jpg" border="0" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Visual C# 2008 Step by Step]]></title>
<link>http://iojourney.wordpress.com/2008/05/04/microsoft-visual-c-2008-step-by-step/</link>
<pubDate>Sun, 04 May 2008 20:00:29 +0000</pubDate>
<dc:creator>iojourney</dc:creator>
<guid>http://iojourney.wordpress.com/2008/05/04/microsoft-visual-c-2008-step-by-step/</guid>
<description><![CDATA[A new Borders bookstore just opened up in town!  While I was there a copy of Microsoft Visual C# 200]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.amazon.com/Microsoft-Visual-C-2008-Step/dp/0735624305/ref=sr_1_3?ie=UTF8&#38;s=books&#38;qid=1209930625&#38;sr=8-3"><img class="alignnone size-medium wp-image-9" src="http://iojourney.wordpress.com/files/2008/05/csharp2008.jpg?w=240" alt="" width="240" height="240" /></a></p>
<p>A new Borders bookstore just opened up in town!  While I was there a copy of <a href="http://www.amazon.com/Microsoft-Visual-C-2008-Step/dp/0735624305/ref=sr_1_3?ie=UTF8&#38;s=books&#38;qid=1209930625&#38;sr=8-3">Microsoft Visual C# 2008 Step by Step </a>caught my eye.  I have been using the <a href="http://www.amazon.com/Microsoft%C2%AE-Visual-2005-Step-Microsoft/dp/0735621292/ref=pd_bbs_sr_1?ie=UTF8&#38;s=books&#38;qid=1209930820&#38;sr=1-1">2005 version</a> of the book, but it has been cumbersone and confusing at times since it was written for use with Visual Studio 2005 and I am using Visual Studio 2008.  Hopefully I can take a closer look at it the next time I am at the new Borders! If anyone has read the new version tell me what you think.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[C# - Componente Timer]]></title>
<link>http://j4cksoft.wordpress.com/2007/12/27/c-componente-timer/</link>
<pubDate>Thu, 27 Dec 2007 22:15:21 +0000</pubDate>
<dc:creator>j4cksoft</dc:creator>
<guid>http://j4cksoft.wordpress.com/2007/12/27/c-componente-timer/</guid>
<description><![CDATA[Para este ejemplo usaremos dos timer, un ListBox y un button, a continuación los valore para sus res]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="left">Para este ejemplo usaremos dos timer, un ListBox y un button, a continuación los valore para sus respectivas propiedades de los controles implicados.</p>
<p><strong></p>
<div style="text-align:center;"><img src="http://j4cksoft.wordpress.com/files/2007/12/timer.thumbnail.jpg" alt="timer.jpg" /></div>
<p></strong></p>
<p><strong>Form1</strong>:<br />
<strong><em>Size</em></strong>=231,152</p>
<p><strong>ListBox1:<br />
<em>Size</em></strong>=120,95</p>
<p><strong>Timer1</strong>:<br />
<em><strong>name</strong></em>=tmr<br />
<em><strong>Interval</strong></em>=100</p>
<p><strong>Timer2</strong>:<br />
<em><strong>name</strong></em>=tmr2<br />
<em><strong>Interval</strong></em>=30</p>
<p>A continuación todo el código correspondiente a este ejemplo:</p>
<p><font size="2" color="#0000ff">using<font size="2"> System;<br />
</font></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">using<font size="2"> System.Collections.Generic;</font></font></font><font size="2" color="#0000ff"><br />
</font><font size="2" color="#0000ff">using<font size="2"> System.ComponentModel;<br />
</font></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">using<font size="2"> System.Data;<br />
</font></font></font><font size="2" color="#0000ff">using<font size="2"> System.Drawing;<br />
</font></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">using<font size="2"> System.Text;<br />
</font></font></font><font size="2" color="#0000ff"></font><font size="2" color="#0000ff">using<font size="2"> </font></font><font size="2" color="#0000ff"><font size="2">System.Windows.Forms;</font></font></p>
<p><font size="2" color="#0000ff"></font><font size="2" color="#0000ff">namespace</font><font size="2"> Timer<br />
</font><font size="2">{<br />
</font><font size="2"><font size="2" color="#0000ff">public</font><font size="2"> </font><font size="2" color="#0000ff">partial</font><font size="2"> </font><font size="2" color="#0000ff">class</font><font size="2"> </font><font size="2" color="#008080">Form1</font><font size="2"> : </font><font size="2" color="#008080">Form</font></font><font size="2"><br />
<font size="2">{<br />
</font></font><font size="2" color="#0000ff">public</font><font size="2"> Form1()<br />
</font><font size="2">{<br />
</font><font size="2">InitializeComponent();</font><font size="2"><br />
}<br />
</font><font size="2"><font size="2" color="#008000">// Declaramos una varible (y) de tipo entero inicializado en cero<br />
</font><font size="2" color="#0000ff">private</font><font size="2"> </font><font size="2" color="#0000ff">int</font><font size="2"> y = 0;<br />
</font><font size="2"><font size="2" color="#008000">// Declaramos otra varible (yt) de tipo entero inicializado en cero<br />
</font></font><font size="2" color="#0000ff">private</font><font size="2"> </font><font size="2" color="#0000ff">int</font><font size="2"> yt = 0;<br />
</font><font size="2"></font><font size="2" color="#0000ff"><br />
private</font><font size="2"> </font><font size="2" color="#0000ff">void</font><font size="2"> Form1_Load(</font><font size="2" color="#0000ff">object</font><font size="2"> sender, </font><font size="2" color="#008080">EventArgs</font><font size="2"> e)<br />
</font><font size="2">{<br />
</font><font size="2"><font size="2" color="#008000">// Al cargar el form: Ancho=231, Alto=0</font></font><font size="2"><br />
<font size="2" color="#0000ff">this</font><font size="2">.Size = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#008080">Size</font><font size="2">(231, 0);<br />
</font><font size="2">tmr.Enabled = <font size="2" color="#0000ff">true</font><font size="2">; </font><font size="2" color="#008000">// Activar el timer tmr<br />
</font></font></font><font size="2"><font size="2" color="#008000">// Tanto el ancho como el alto sera 0 para el ListBox<br />
</font></font><font size="2"><font size="2">listBox1.Size = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#008080">Size</font><font size="2">(0, 0);<br />
</font><font size="2">}</font></font></font></p>
<p><font size="2"><font size="2"> </font></font><font size="2"></font><font size="2" color="#0000ff">private</font><font size="2"> </font><font size="2" color="#0000ff">void</font><font size="2"> tmr_Tick(</font><font size="2" color="#0000ff">object</font><font size="2"> sender, </font><font size="2" color="#008080">EventArgs</font><font size="2"> e)<br />
</font><font size="2">{<br />
</font><font size="2"><font size="2" color="#008000">// Cada vez que ocurra el evento tick aumentar el alto del Form en 10<br />
</font></font><font size="2" color="#0000ff">this</font><font size="2">.Size = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#008080">Size</font><font size="2">(231, y += 10);<br />
</font><font size="2"><font size="2" color="#008000">// Si el valor de y es mayor a 145, desactivar el timer tmr<br />
</font></font><font size="2"><font size="2"></font><font size="2" color="#0000ff">if</font><font size="2"> (y &#62; 145)<br />
</font><font size="2">{<br />
tmr.Enabled = </font><font size="2" color="#0000ff">false</font><font size="2">;<br />
}<br />
</font><font size="2">}</font></font></p>
<p><font size="2"><font size="2" color="#0000ff">private</font><font size="2"> </font><font size="2" color="#0000ff">void</font><font size="2"> btnver_Click(</font><font size="2" color="#0000ff">object</font><font size="2"> sender, </font><font size="2" color="#008080">EventArgs</font><font size="2"> e)<br />
</font><font size="2">{<br />
</font><font size="2">tmr2.Enabled = <font size="2" color="#0000ff">true</font><font size="2">; </font><font size="2" color="#008000">// Activamos el tmr2<br />
</font></font><font size="2">}</font></font></p>
<p><font size="2"><font size="2" color="#0000ff">private</font><font size="2"> </font><font size="2" color="#0000ff">void</font><font size="2"> tmr2_Tick(</font><font size="2" color="#0000ff">object</font><font size="2"> sender, </font><font size="2" color="#008080">EventArgs</font><font size="2"> e)<br />
</font><font size="2">{<br />
</font><font size="2"><font size="2" color="#008000">// Cada vez que ocurra el evento tick aumentar el alto del ListBox en 10</font></font><font size="2"><br />
<font size="2">listBox1.Size = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#008080">Size</font><font size="2">(120, yt += 10);<br />
</font><font size="2"><font size="2" color="#008000">// Si el valor de yt es mayor a 90, desactivar el trm2<br />
</font></font></font><font size="2" color="#0000ff">if</font><font size="2"> (yt &#62; 90)<br />
</font><font size="2">{<br />
tmr2.Enabled = </font><font size="2" color="#0000ff">false</font><font size="2">;<br />
}<br />
</font><font size="2">}<br />
</font><font size="2">}</font><font size="2"><br />
</font><font size="2">}</font></font></p>
<p><font size="2"><strong><a target="_blank" href="http://up-file.com/download/aea66639442/Timer.zip.html">Desgargar ejemplo</a></strong></font></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Download do Visual Studio 2008 vers&atilde;o RTM]]></title>
<link>http://istomesmo.wordpress.com/2007/11/22/download-do-visual-studio-2008-verso-rtm/</link>
<pubDate>Thu, 22 Nov 2007 10:00:43 +0000</pubDate>
<dc:creator>NC</dc:creator>
<guid>http://istomesmo.wordpress.com/2007/11/22/download-do-visual-studio-2008-verso-rtm/</guid>
<description><![CDATA[Marcas Technorati: visual Studio 2008 , visual c++ 2008 , visual web developer 2008 Mudámos de casa ]]></description>
<content:encoded><![CDATA[Marcas Technorati: visual Studio 2008 , visual c++ 2008 , visual web developer 2008 Mudámos de casa ]]></content:encoded>
</item>
<item>
<title><![CDATA[Colecciones genericas ]]></title>
<link>http://jackware.wordpress.com/2007/11/14/colecciones-genericas/</link>
<pubDate>Wed, 14 Nov 2007 01:58:03 +0000</pubDate>
<dc:creator>jackware</dc:creator>
<guid>http://jackware.wordpress.com/2007/11/14/colecciones-genericas/</guid>
<description><![CDATA[Para realizar esta demo, primeramente crearemos una aplicación para Windows y luego agregaremos una ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">Para realizar esta demo, primeramente crearemos una aplicación para Windows y luego agregaremos una clase (alumno.cs), esta clase contendrá tres propiedades. En el editor de código del form1 crearemos un método, en la cual implementaremos una lista &#60;List&#62;.</p>
<p><strong><a target="_blank" href="http://www.4shared.com/file/30834027/57b61d5d/Colecciones_genericas.html">Descargar</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Uso del control FolderBrowserDialog]]></title>
<link>http://jackware.wordpress.com/2007/11/14/uso-del-control-folderbrowserdialog/</link>
<pubDate>Wed, 14 Nov 2007 01:57:00 +0000</pubDate>
<dc:creator>jackware</dc:creator>
<guid>http://jackware.wordpress.com/2007/11/14/uso-del-control-folderbrowserdialog/</guid>
<description><![CDATA[En esta cuarta demo vamos a ver como funciona el control FolderBrowserDialog, para ello realizaremos]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">En esta cuarta demo vamos a ver como funciona el control FolderBrowserDialog, para ello realizaremos un ejemplo sencillo el cual consiste en leer cualquier archivo de texto plano dentro de un Directorio, en nuestro caso dicho archivo de texto plano (*txt) tendrá una relación de nombres.</p>
<p><strong><a target="_blank" href="http://www.4shared.com/file/29228232/b25cfcde/Control_FolderBrowserDialog.html" title="Descargar esta demo">Descargar</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Crear controles en tiempo de ejecucion]]></title>
<link>http://jackware.wordpress.com/2007/11/03/crear-controles-en-tiempo-de-ejecucion/</link>
<pubDate>Sat, 03 Nov 2007 17:14:59 +0000</pubDate>
<dc:creator>jackware</dc:creator>
<guid>http://jackware.wordpress.com/2007/11/03/crear-controles-en-tiempo-de-ejecucion/</guid>
<description><![CDATA[En esta demo vamos a crear controles en tiempo de ejecución (Run Time) crearemos los siguientes cont]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">En esta demo vamos a crear controles en tiempo de ejecución (Run Time) crearemos los siguientes controles: un Label, un TextBox y un Button, además asociaremos el evento clic al botón. Cuando hagamos clic en dicho botón nos mostrará un mensaje.</p>
<p><strong><a target="_blank" href="http://www.4shared.com/file/29228241/64143ba3/Controles_en_RunTime.html" title="Descargar esta demo">Descargar</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Formularios degradados]]></title>
<link>http://jackware.wordpress.com/2007/11/03/formularios-degradados/</link>
<pubDate>Sat, 03 Nov 2007 17:12:25 +0000</pubDate>
<dc:creator>jackware</dc:creator>
<guid>http://jackware.wordpress.com/2007/11/03/formularios-degradados/</guid>
<description><![CDATA[En esta segunda demo vamos a crear un formulario con un degradado, para usar un degradado en nuestro]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">En esta segunda demo vamos a crear un formulario con un degradado, para usar un degradado en nuestro formulario es necesario realizar la importación de la clase Drawing2D que se encuentra dentro del espacio de nombres System.Drawing.Drawing2D.</p>
<p> <strong><a target="_blank" href="http://www.4shared.com/file/29228190/a4fbcb21/Formularios_degradados.html" title="Descargar esta segunda demo">Descargar</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Propiedades y eventos del formulario]]></title>
<link>http://jackware.wordpress.com/2007/11/03/propiedades-y-eventos/</link>
<pubDate>Sat, 03 Nov 2007 17:10:23 +0000</pubDate>
<dc:creator>jackware</dc:creator>
<guid>http://jackware.wordpress.com/2007/11/03/propiedades-y-eventos/</guid>
<description><![CDATA[Bienvenidos al curso de Entrenamiento en Visual C# 2008, en esta primera demo vamos a ver algunas pr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">Bienvenidos al curso de Entrenamiento en Visual C# 2008, en esta primera demo vamos a ver algunas propiedades y eventos del formulario (KeyPreview, StartPosition, etc) y eventos (KeyPress, KeyUp, etc) del formulario, para ello crearemos el clásico formulario de Login.</p>
<p><strong><a target="_blank" href="http://www.4shared.com/file/29228202/9971af1d/Propiedades_y_eventos.html" title="Descarga esta primera demo">Descargar</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Perfomance do Visual C++ 2008]]></title>
<link>http://techberto.wordpress.com/?p=83</link>
<pubDate>Mon, 22 Oct 2007 04:47:43 +0000</pubDate>
<dc:creator>techberto</dc:creator>
<guid>http://techberto.wordpress.com/?p=83</guid>
<description><![CDATA[A perfomance do Visual C++ 2008 está ligeiramente melhor que o do VC++ 2005, e isto tenho notando no]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>  A perfomance do Visual C++ 2008 está ligeiramente melhor que o do VC++ 2005, e isto tenho notando nos testes que eu venho realizando e eu já vinha comentando com alguns amigos,  e lendo nos blogs do [1] Somasegar e do [2] Visual C++ Team é nítido que mais do que promessa, este tem sido um dos compromissos deles quanto a linguagem e ao ambiente.</p>
<p>Que o intellisense melhorou substancialmente eu já havia notado, mas que o desempenho melhorou &#8220;tanto&#8221; como eles [3] tem relatado sinceramente eu ainda não consegui perceber, pois eles sugerem um aumento 6x superior em alguns casos, mas de qualquer forma o David Berg &#8211; do time de engenharia de perfomance &#8211; fez [4] um convite-desafio bem interessante para os que tenham alguma observação sobre a perfomance entre os antecessores e o Visual C++ 2008; para que fiquem a vontade para reportar o caso para DevPerf@Microsoft.com; que sinceramente deixou-me mais empolgado em testá-lo melhor.</p>
<p>Por estas e mais algumas, recomendo visitas habitué ao blog do [2] VC++ Team e  principalmente ao do [1] Somasegar e não apenas pelo fato dele ser o VP da Divisão de Desenvolvimento da Microsoft &#8211; sendo responsável pelo Visual Studio e todas as linguagens, tecnologias e plataformas de desenvolvimento &#8211; mas porque ele é extremamente entusiasmado e está sempre fazendo posts de qualidade em seu blog que possue bastante interação dos seus leitores.</p>
<p>[1]  <a href="http://blogs.msdn.com/somasegar/" target="_blank">Somasegar WeBlog </a></p>
<p>[2] <a href="http://blogs.msdn.com/vcblog/default.aspx" id="bp___ctl00___bth___BlogTitle" class="headermaintitle">Visual C++ Team Blog</a></p>
<p>[3] <a href="http://blogs.msdn.com/vcblog/archive/2007/10/10/soma-blog-performance-improvements-in-visual-c-2008.aspx" target="_blank">Soma Blog:  Performance Improvements in Visual C++ 2008</a></p>
<p>[4]  <a href="http://blogs.msdn.com/somasegar/archive/2007/10/10/vc-performance-improvements-in-vs-2008.aspx" target="_blank">VC++ Performance Improvements in VS 2008</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
