<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Iheb Elghouil</title>
    <description>The latest articles on DEV Community by Iheb Elghouil (@iheb_elghouil_980b7d2e284).</description>
    <link>https://dev.to/iheb_elghouil_980b7d2e284</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3744413%2Fa1312965-ac1d-475c-9c58-171e195a481e.jpg</url>
      <title>DEV Community: Iheb Elghouil</title>
      <link>https://dev.to/iheb_elghouil_980b7d2e284</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iheb_elghouil_980b7d2e284"/>
    <language>en</language>
    <item>
      <title>VB.NET Windows Forms Tutorial | Validate Numeric Input in TextBox Before Showing MessageBox</title>
      <dc:creator>Iheb Elghouil</dc:creator>
      <pubDate>Sat, 31 Jan 2026 20:47:00 +0000</pubDate>
      <link>https://dev.to/iheb_elghouil_980b7d2e284/vbnet-windows-forms-tutorial-validate-numeric-input-in-textbox-before-showing-messagebox-1no6</link>
      <guid>https://dev.to/iheb_elghouil_980b7d2e284/vbnet-windows-forms-tutorial-validate-numeric-input-in-textbox-before-showing-messagebox-1no6</guid>
      <description>&lt;p&gt;&lt;a href="https://youtu.be/0hfX4dR_GTM?si=cyaLkDmSAp9bBamg" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn how to validate numeric input in a VB.NET Windows Forms application before displaying it in a MessageBox. This beginner-friendly tutorial shows step by step how to ensure users can only enter numbers in a TextBox.&lt;/p&gt;

&lt;p&gt;In this tutorial, you will learn:&lt;br&gt;
✔ How to create a VB.NET Windows Forms project&lt;br&gt;
✔ How to add a TextBox and a Button&lt;br&gt;
✔ How to validate numeric input using Double.TryParse&lt;br&gt;
✔ How to show an error message if the input is not a number&lt;br&gt;
✔ How to display valid numeric input in a MessageBox&lt;/p&gt;

&lt;p&gt;This tutorial is perfect for beginners and intermediate VB.NET developers who want to create professional, user-friendly Windows Forms applications.&lt;/p&gt;

&lt;p&gt;🔹 Technologies used:&lt;br&gt;
VB.NET&lt;br&gt;
Windows Forms&lt;br&gt;
Visual Studio&lt;/p&gt;

&lt;h1&gt;
  
  
  VBNet #WindowsForms #NumericInput #MessageBox #TextBoxValidation #Programming #VBNetTutorial
&lt;/h1&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>dotnet</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>VB.NET Calculator Tutorial | Design the UI with TextBox &amp; Buttons (Step by Step)(Part1)</title>
      <dc:creator>Iheb Elghouil</dc:creator>
      <pubDate>Sat, 31 Jan 2026 20:42:52 +0000</pubDate>
      <link>https://dev.to/iheb_elghouil_980b7d2e284/vbnet-calculator-tutorial-design-the-ui-with-textbox-buttons-step-by-steppart1-3i18</link>
      <guid>https://dev.to/iheb_elghouil_980b7d2e284/vbnet-calculator-tutorial-design-the-ui-with-textbox-buttons-step-by-steppart1-3i18</guid>
      <description>&lt;p&gt;&lt;a href="https://youtu.be/wt9rnMmza2M?si=PX5Jn7X6h8AD6vYm" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this VB.NET tutorial, you will learn how to design a calculator user interface using Windows Forms (WinForms).&lt;/p&gt;

&lt;p&gt;In this video, we create the TextBox display and all calculator buttons,&lt;br&gt;
set their correct names and texts, and prepare the interface for the logic&lt;br&gt;
that will be added in the next videos.&lt;/p&gt;

&lt;p&gt;This tutorial is perfect for beginners who want to learn VB.NET step by step&lt;br&gt;
by building a real Windows application.&lt;/p&gt;

&lt;p&gt;🔹 What you will learn in this video:&lt;br&gt;
Create a Windows Forms App in VB.NET&lt;br&gt;
Add and configure a TextBox for calculator display&lt;br&gt;
Create number buttons (0–9)&lt;br&gt;
Create operator buttons (+, −, ×, ÷)&lt;br&gt;
Set proper control names for clean coding&lt;/p&gt;

&lt;p&gt;📌 Next videos in this series:&lt;br&gt;
Coding number buttons&lt;br&gt;
Adding calculator logic&lt;br&gt;
Handling operators and errors&lt;/p&gt;

&lt;p&gt;👍 If this video helps you, don’t forget to like and subscribe for more&lt;br&gt;
VB.NET tutorials and beginner-friendly projects.&lt;/p&gt;

&lt;h1&gt;
  
  
  vbnet  #vbnettutorial  #calculatorapp  #winforms  #visualstudio  #programming  #beginners #beginnertutorials
&lt;/h1&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>dotnet</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
