# VB.Net

Screen Position Grabber

SCREEN POSITION GRABBER Do you want to know the positions of each form in your project? Or having trouble in knowing size or resolution of screen? Then this free "SCREEN POSITION GRABBER" app in vb.net is meant for you. The app displays form's size (width & Height), positioning (X-axis & Y-axis) and Mouse current positioning (X-axis & Y-axis). It's really helpful as programmers dealing with scr

How to Make a Simple MP3/MP4 Player Using VB.NET

Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load TextBox1.ReadOnly = True End Sub Private Sub AxWindowsMediaPlayer1_Enter(sender As Object, e As EventArgs) End Sub Private Sub cmdimport_Click(sender As Object, e As EventArgs) Handles cmdimport.Click OpenFileDialog1.Filter = "MP3|*.mp3" OpenFileDialog1.Title = "OPEn File" If OpenFileDialog1.ShowDialog