VB.net | Check Box | DateTimePciker Control | Hindi | Urdu

Subscribers:
3,800
Published on ● Video Link: https://www.youtube.com/watch?v=9w0Eg9s1epc



Duration: 12:09
75 views
5


VB.net | Check Box | DateTimePciker Control | Hindi | Urdu

How to create Multiplication Table with Do While Loop in Visual Basic.Net

Creating Multiplication Table with Do While Loop in Visual Basic.Net. Component used include ListBox, TextBox and Buttons.

Code Snippet
=============
Imports System.Drawing
Public Class Form5

Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker1.ValueChanged
TextBox1.Text = DateTimePicker1.Value
End Sub

Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged, CheckBox2.CheckedChanged, CheckBox3.CheckedChanged, CheckBox4.CheckedChanged
If CheckBox1.Checked = True Then
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style Or FontStyle.Bold)
Else
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style And Not FontStyle.Bold)
End If
If CheckBox2.Checked = True Then
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style Or FontStyle.Italic)
Else
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style And Not FontStyle.Italic)
End If

If CheckBox3.Checked = True Then
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style Or FontStyle.Underline)
Else
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style And Not FontStyle.Underline)
End If
If CheckBox4.Checked = True Then
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style Or FontStyle.Strikeout)
Else
TextBox1.Font = New Font(TextBox1.Font, TextBox1.Font.Style And Not FontStyle.Strikeout)
End If
End Sub
End Class
=============
{आप सभी से मेरा अनुरोध है, किसी भी विषय पर आपको यदि कोई भी सुझाव देना हो, सवाल करने हो तो कृपया उस विडियो के नीचे कमेंट कर दे। You are all requested to post comment if you any doubt, suggestion or question}
{यह चैनल लगभग सभी विश्वविद्यालय के कम्प्युटर साइन्स के विषयों के पाठ्यक्रम को कवर करता है। मुख्यतः पंडित रविशंकर शुक्ल विश्वविद्यालय, छत्तीसगढ़ और माखन लाल राष्ट्रीय पत्रकारिता विश्वविद्यालय, इसके अलावा इस चैनल में कम्प्युटर तकनीकी संबंधी विडियोस भी उपलब्ध हैं।}
चैनल की सभी प्लेलिस्ट देखने के लिए यहाँ क्लिक करें –
https://www.youtube.com/user/AtharDhamtari/playlists
Google Blogs:- athardhamtari.blogspot.com
Instagram - https://www.instagram.com/hashmi_athar/
Linkedin Profile - https://www.linkedin.com/in/sayed-athar-ali-hashmi-7346211a/
Twitter Account - https://twitter.com/ProfessorAthar
Facebook Page - https://www.facebook.com/ProfessorHashmi/
Youtube Channel Page - https://www.youtube.com/user/AtharDhamtari/
Other playlist that were recorded by me: मेरे द्वारा पढ़ाये गए अन्य विषयों की प्लेलिस्ट
*Fundamental*
Fundamental of Computer System – https://bit.ly/39HTR3l
Fundamental Of Operating System - https://bit.ly/2Rbx1um
Computer Organization and Architecture - https://bit.ly/2Rd8rcD
Application Softwares
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
Office Automation | आफिस ऑटोमेशन Hindi| Urdu - https://bit.ly/2X9iJOR
Database Management Using MS Access 2007 डेटाबेस एम एस एक्सैस 2007 - https://bit.ly/2JHwqMW
Spreadsheet using Microsoft Excel स्प्रैडशीट माइक्रोसॉफ़्ट एक्सेल - https://bit.ly/2wiW1sG
Web Technology
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
HTML In 7 Lectures - https://bit.ly/3dTymjm
JavaScript जावास्क्रिप्ट - https://bit.ly/39JTVzN
Programming and Software Development
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
VB.NET वीबी.नेट – https://bit.ly/34an4CU
Java Programming - https://bit.ly/2xOSu5P
Python Programming - https://bit.ly/3aVv2SM
Object Oriented Programming OOPS and C++ - https://bit.ly/39IP3uv
Programming in C सी प्रोग्राममिंग हिन्दी में (Hindi/Urdu) - https://bit.ly/2JHe0vK
C Programs Collection - Hindi / Urdu - https://bit.ly/39JM4BW




Other Videos By Athar Hashmi Sir


2020-04-21Oracle SQL | Installation | DBA | User |Creation | Password | Hindi | Urdu
2020-04-21VB.net | List Box | Looping | For Next| Do While | Example | Hindi | Urdu
2020-04-21VB.net | Exception Handling | Error Handling | Bugs | Try | Catch | Throw | Finally
2020-04-20Vb.net | Procedure | Functions | Console Application | Hindi | Urdu
2020-04-19YouTube video upload guide | Mobile or Computer | tips and tricks| Athar Hashmi
2020-04-18Introduction to .NET framework | Overview of .net framework | features & architecture Hindi | Urdu
2020-04-17Web Browser | Advance Search | Tips & tricks | Hindi|Urdu
2020-04-17PHP | Installation | Introduction | Hindi | URDU
2020-04-16cgschool.in | Registration | Content Upload | Profile Update | Features | cgschool | online learning
2020-04-16MS Paint | Paint Brush | Tips And Tricks | Hindi | Urdu
2020-04-16VB.net | Check Box | DateTimePciker Control | Hindi | Urdu
2020-04-15VB.net | Radio Button | Group Control | Handles | Hindi | Urdu
2020-04-14VB.net | ListBox | Clear | Refresh | Val() Function | Multiplication Table | Hindi | Urdu
2020-04-14Multiplication table print in C | पहाड़ा प्रिंट करने का सी प्रोग्राम Hindi | Urdu
2020-04-13Stack | Data Structure | Push | Pop | Algorithm | Program | Overflow | Underflow | Hindi | Urdu
2020-04-12Vb.net | Scroll Bar | HScrollbar | VScrollBar | FromArgb | Color | Hindi | Urdu
2020-04-12Word Processing - References TAB All options | एम एस वर्ड रिफ्रेन्सेस टैब पूर्ण विकल्प| Hindi | Urdu
2020-04-12VB.net | Array | Dim | Redim | Static Array |Dynamic Aray | Hindi | Urdu
2020-04-11Dynamic Memory Allocation | Calloc | Malloc | Realloc | Free
2020-04-11PowerPoint | Presentation | Create | Design | Save | Export | Share
2020-04-10VB.net | Message Box | Input Box |MsgBox | InputBox| Example | Hindi | Urdu



Tags:
Easy Learning Smart Learning
Easy Learning
Smart Learning
Athar Hashmi
Athar Hashmi Sir
Python
Java
C++
Programming in C
Programming With C
C Programming
Java Programming
प्रोग्रामिंग
जावा
सी
सी++
पाइथोन
DateTimePicker
CheckBox
Check Box VB.net
Check Box
VB.net
PGDCA VB.net
MSC IT
PRSU
VB.net hindi