VorTechz Studios
Please login to access the forums + other content
VorTechz Studios
Please login to access the forums + other content
VorTechz Studios
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Programming forums, we love to do VB, HTML, Java, +more
 
HomeSearchLatest imagesRegisterLog in
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» My HTML Site / Project
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyTue Apr 10, 2012 5:28 pm by Limes

» Hey guys, This is Admin | BringTheRain | Jordan!
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyTue Apr 10, 2012 11:16 am by VorTechzStudios

» New Ranks And Badges
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyTue Apr 10, 2012 12:56 am by Admin

» VTS Spammer, Help Center |Post Here|
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyMon Apr 09, 2012 9:24 pm by Admin

» {Tut1.0}(Schylar's Fifa Long Goal Guide)
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyMon Apr 09, 2012 7:12 pm by Werdwed

» Site Staff
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyMon Apr 09, 2012 3:15 pm by VorTechzStudios

» Graphics Moderator {VzCre8}
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyMon Apr 09, 2012 9:18 am by VzCre8

» Call of duty 4.5.6.7.8 Modded lobby rules (read or face the consequences)
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyMon Apr 09, 2012 8:35 am by XeX

» Forum Rules
{Tut.2.0}(Schylar's Visual Basic Guide) EmptyMon Apr 09, 2012 7:59 am by VorTechzStudios

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar
Affiliates
free forum

Similar topics

 

 {Tut.2.0}(Schylar's Visual Basic Guide)

Go down 
AuthorMessage
Werdwed
Sectional Moderator
Sectional Moderator



Posts : 4
Join date : 2012-04-08

{Tut.2.0}(Schylar's Visual Basic Guide) Empty
PostSubject: {Tut.2.0}(Schylar's Visual Basic Guide)   {Tut.2.0}(Schylar's Visual Basic Guide) EmptySun Apr 08, 2012 11:44 pm

Hey Second section starting on a new subject. Moving! how to move things and what not!
The way I move objects is to use the .top or .left property
Lets try it

Textbox1.top = 100
Textbox1.left = 100

Now when are you ever going to use this... Question
The Meaning of Life
Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click


End Sub

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Button1.Top = 100
End Sub

Private Sub Button1_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.MouseEnter
If Button1.Top = 100 Then
Button1.Top = 200

ElseIf Button1.Top = 200 Then
Button1.Top = 100

End If

End Sub
End Class




--
Genius = Majestic Falcon + Werdwed

Serials.Guro:D

Need a Serial? Hit me up
Back to top Go down
 
{Tut.2.0}(Schylar's Visual Basic Guide)
Back to top 
Page 1 of 1
 Similar topics
-
» {Tut.1.1}(Schylar's Visual Basic Guide)
» {Tut1.0}(Schylar's Fifa Long Goal Guide)

Permissions in this forum:You cannot reply to topics in this forum
VorTechz Studios :: Programming Lounge :: VB-
Jump to: