The first code:
Im making a web browser, all the buttons are set to the usual functions (refresh,stop,go,goback,goforward,home)
I now need to know how do i make a textbox (text1 is the name of the object) show the IP of the current site by clicking a button (btn1)
the name of the webbrowser window is 'wb'
The second code:
I need to know how to make a textbox show the current available space in a hard drive by clicking a button
I know the code get the available space but dont know how to make the box show it
is this the
Code: Select all
Dim freeSpace As Long
freeSpace = My.Computer.FileSystem.GetDriveInfo("C:\").TotalFreeSpace