Visual Studio Code

0
Contact US
Contact US

 hazratalitukhi@gmail.com … Read more »

Read more »
08Sep2020

0
About Us
About Us

 This blog about free Visual Basic and HTML CSS Coding to help you. we have placed here free coding which you can use in your project and website.you can learn from here the complete visual basic C# HTML CSS etc.… Read more »

Read more »
08Sep2020

0
How To Redirect Page After Some Time In Javascript
How To Redirect Page After Some Time In Javascript

For current page var timer= setTimeout(function() { window.location='http://google.com' },3000); For open in new tab var timer= setTimeout(function() { window.open('http://google.com'); },3000); .button { background-color: #4CAF50; … Read more »

Read more »
18Apr2020

0
Drop down Link Html Open In New Window
Drop down Link Html Open In New Window

> Select Here

Read more »
16Apr2020

0
Drop down Link Html Open In Current Window
Drop down Link Html Open In Current Window

Select Here

Read more »
16Apr2020

1
create analog clock in vb.net
create analog clock in vb.net

Imports System.Drawing.Drawing2D Public Class Form1 Dim Minute1 As Bitmap Dim Second1 As Bitmap Dim HourP As Bitmap Dim Height1, Width1 As Integer Friend WithEvents PictureBox1 As New System.Windows.Forms.PictureBox Private S… Read more »

Read more »
13Nov2019

3
Datagridview Data Export to Excel In Vb.Net with Save File Dialog
Datagridview Data Export to Excel In Vb.Net with Save File Dialog

Imports System.IO Imports Excel = Microsoft.Office.Interop.Excel Public Class Form1 Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load SaveFileDialog1.Filter = "Excel Documents|*.xlsx" … Read more »

Read more »
10Nov2019
 
123 ... 6»
 
Top