Introduction to Visual Basic
What is ProgrammingWhat is Visual Basic
What is .NET Framework
- See more at: http://www.visual-basic-tutorials.com/#sthash.2jTpAX07.dpuf
Introduction to Visual Basic
What is ProgrammingWhat is Visual Basic
What is .NET Framework
- See more at: http://www.visual-basic-tutorials.com/#sthash.2jTpAX07.dpuf
Introduction to Visual Basic
What is ProgrammingWhat is Visual Basic
What is .NET Framework
- See more at: http://www.visual-basic-tutorials.com/#sthash.2jTpAX07.dpuf
Introduction to Visual Basic
What is ProgrammingWhat is Visual Basic
What is .NET Framework
- See more at: http://www.visual-basic-tutorials.com/#sthash.2jTpAX07.dpuf
Introduction to Visual Basic
What is ProgrammingWhat is Visual Basic
What is .NET Framework
- See more at: http://www.visual-basic-tutorials.com/#sthash.2jTpAX07.dpuf
Introduction to Visual Basic
What is ProgrammingWhat is Visual Basic
What is .NET Framework
Visual Basic Tutorial - 37 Lessons
Lesson 1: How to Install Visual Basic .NET 2013Lesson 2: Getting to know the IDE
Lesson 3: Placing controls on form
Lesson 4: Changing Controls Properties
Lesson 5: Debuggin Application
Lesson 6: Comments
Lesson 7: Variables
Lesson 8: Math Operators
Lesson 9: Getting user inputs
Lesson 10: If Elseif Else Statements ()
Lesson 11: Conditional Opertators (= > < => =<), Logical Operators
Lesson 12: Concatenate Strings
Lesson 13: Get Length Of Strings
Lesson 14: Sub Strings
Lesson 15: Formatting Strings
Lesson 16: Check if String Contains, Replacing Sub Strings
Lesson 17: Comparing Strings
Lesson 18: Select Case - Else
Lesson 19: For Next Loop
Lesson 20: For Each Loop
Lesson 21: Exiting For Loop
Lesson 22: Continue For
Lesson23: Do Until Loop
Lesson24: Do While Loop
Lesson25: Exit Do Loops
Lesson26: The Infinte Loop
Lesson27: MessageBoxes
Lesson28: Input Box
Lesson29: Subs
Lesson30: Functions
Lesson31: Exit Subs
Lesson32: Global Variables
Lesson33: Arrays
Lesson34: Dates
Lesson35: Errors and Catching them
Lesson36: Breakpoints
Lesson37: Publish Application
Visual Basic 2013 Controls
PointerBackgroundWorker
BindingNavigator
BindingSource
Button
Chart
CheckBox
CheckedListBox
ColorDialog
ComboBox
ContextMenuStrip
DataGridView
DataSet
DateTimePicker
DirectoryEntry
DirectorySearcher
DomainUpDown
ErrorProvider
EventLog
FileSystemWatcher
FlowLayoutPanel
FolderBrowserDialog
FontDialog
GroupBox
HelpProvider
HScrollBar
ImageList
Label
LinkLabel
ListBox
ListView
MaskedTextBox
MenuStrip
MessageQueue
MonthCalendar
NotifyIcon
NumericUpDown
OpenFileDialog
PageSetupDialog
Panel
PerformanceCounter
PictureBox
PrintDialog
PrintDocument
PrintPreviewControl
PrintPreviewDialog
Process
ProgressBar
PropertyGrid
RadioButton
ReportViewer
RichTextBox
SaveFileDialog
SerialPort
ServiceController
SplitContainer
Splitter
StatusStrip
TabControl
TableLayoutPanel
TextBox
Timer
ToolStrip
ToolStripContainer
ToolTip
TrackBar
TreeView
VScrollBar
WebBrowser
ListBox - VB.NET
Search or Filter a ListboxAdd items to listbox from TextBox
Remove Items form listbox
Get the most repeated item in ListBox
Get the list of running applications in ListBox
list of processes and how to Kill them
Get list of installed fonts
Reorder ListBox Up Down
Sort ListBox: Ascending or Descending
Calculations - VB.NET
Calculate Race winnersValidate numbers then average out scores
Calculating Services Provided and Discount
Calculate Age
Calculator Tutorial
Calculator Using Three Textboxes
Round a number
Calculate days
Round To Nearest 99
Date and Time: - VB.NET
Format date and timeGet yesterday's date
Show the current time and date
Get the name of the month
Get day name
Get list of dates in a specific range
Set a DateTimePicker value to the current month
Set date range to last month
Set date value to the beginning of current year
Set date value to last year
Connecting program to Excel - VB.NET
Read or Write To Excel 2000 - 2003 FileRead or Write to Excel 2007 File
Get Last Used Cell in Excel
Connect DataGridView to Access Database - VB.NET
Display Access table records in DataGridViewCount Records value in DataGridView
Format Column to currency or percantage
Change DataGridView Column Header Text
Filter column value in DataGridView
Sort DataGridView Column
Scroll to the last DataGridView row
Adding a row to the DataGridView
Export DataGridView Data to an Excel Sheet
Strings - VB.NET
Combining / concatenating stringsInsert a string
Remove a string
Retrieve a string
Create a repeated string
Change the case of all characters in a string
Compare two strings for character case
Compare two strings
Check each character in a string
Check if string is a Digit ( number 0 - 9)
Check if string is a Number ( hex 0 - F)
Check if string is a Letter ( A - Z)
Methods to retrieve info about a character
Retrieve a list of the words in a textbox
Get a word after a specific word in text box
Count how many times a string occurs
Reverse a String
Validate a phone number
Validate an Email Address
Validate Double Value
Programs - VB.NET
How to make an Analog ClockHow to make an OnScreen Keyboard
How to make a Shutdown Utility
How to make a Windows Media Player
How to make a Notepad
How to make a TextEditor (wordpad)
How to make a Screen Shot program
How to make a Calculator
How to make a dictionary
How to make a Temperature Converter
How to make a Login Program
How to make a Phone Book
How to make a Stopwatch
How to make a KeyLogger
How to Make a PDF reader
Determine Credit Card Type
Google and Youtube Searcher
System Tray Tutorial
Printing Text for the Notepad Project.
Use a Text File to Store and Retrieve Data.
Local IP Address Finder
Hide your IP Address - Change Proxy Settings
Sitemap generator with source code
Zodiac Sign Finder in Visual Basic
File System - VB.NET
Read a text file to a textboxWrite textbox text to a text file
Check if file exists
Read a text file line by line
Copy a text file
Delete a directory
WebBrowser - VB.NET
Web Browser TutorialProgress Bar for the Web Browser
Count links on a web page
Change Browser Home Page
Read the source of a web page
Get list of links on a page
Webbrowser Zoom In and out
FTP - VB.NET
Upload a file to a websiteDownload a file from a website
Write to a text file on a website
Check if internet connection available
PictureBox - VB.NET
Invert an ImageDisplay image from clipboard
Clear PictureBox image
Display an image from a file
Get the pixel and the name of color
Add watermark to a picture
Games Tutorial - VB.NET
Sudoku Solver and GeneratorHow to make a Tic Tac Toe game
Guess the number game
Draw a Smiley Face with Moving Pupils
How to make Hangman game
Database Programming - ADO.NET
ADO.NET IntroADO.NET Development Tools
ADO.NET Terminology
Catching Errors in ADO.NET
ADO.NET Connection
ADO.NET Command
ADO.NET Data Reader
ADO.NET Data Adapter
ADO.NET Data Set
Insert Data in ADO.NET
Update Data in ADO.NET
Delete Data in ADO.NET
ADO.NET Data Filtering
ADO.NET Data Sorting
ADO.NET NULL Values
Stored Procedures
ADO.NET Parameters
Asynchronous ADO.NET
Mathematical Operators
Logical Functions and Expressions
Cloud Database
Connect to Access Database - VB.NET
Write to existing table in Access DatabaseRead records from Access Database
Update existing records in Access Database
Delete records from Access Database
Delete Access Table from Visual Basic
Read Access Table fields / columns
Add Columns to Access Database
Fill access database records in combobox
Database Insert Form Generator
Database Update Form Generator
MySql Server - VB.NET
Connect vb.net to MySql ServerTextBox - VB.NET
Clear all TextBoxes on a FormAllow Numbers only in TextBox
Remove numbers from textbox
Get the text from clipboard to a textbox
Add a new paragraph to a text box
Delete the first line of a text box
Copy text from TextBox to another
Change text font
Convert Number to Currency
Convert currency string to a double
Auto Size text to fit textbox
Connect to Microsoft Word - VB.NET
Create a check in Microsoft WordRandom Codes - VB.NET
Hashing password with saltShow the Desktop
Get the Desktop default path
Record from a microphone
Create a Button at runtime
Get the pressed key
Send keys list
Get the computer memory information
Print Screen send keys
Generate a random number
Drawing Graphics
Bouncing Ball
Run another program from Form
Capture Full Screen
Change Back Color using ColorDialog
Get all controls that have same name in one form
show form on a second screen: Dual Monitor
Monitor a secondary screen
play back a system sound
Play music in your project
Change Background Image and Style
Monitor Mouse Movement and Clicks
Google Search API
Open Website using LinkLabel Click
Connect RS232 scale/scanner to vb.net
Open cash drawer connected to Epson receipt printer
Print to a receipt printer
Get the hard drive serial number vb.net
Get the screen resolution in vb.net
কিছু কথা: ভিজুয়াল বেসিক টিউটোরিয়ালগুলো সম্পূর্ণ এই ওয়েবসাইট থেকে কপি করা হয়েছে ।
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন