# VB.Net

Screen Position Grabber

Submitted by RMS on
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

Power Holding Company of Nigeria (PHCN) Billing System

Submitted by Formulators on
Hello guys, I created this software for my sister as her final semister project. The software is able to do many thing especially with things related to database and crystal report. I hope it will be useful to you. Adnin login: contact me @ [email protected] Or calls @ +23408135067070 Facebook.com/sunusi.mohammad.59

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

Submitted by anupama.rhiyas on
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