There is a video like this, except their method works better and the code is more "clean" and simple. The perfect moveable borderless form is on the 7pmTech channel.
I've went over this thing a dozen times and matched everything perfectly and
still can't get it to work... and Lokmangv don't try to say you should only program on vista, I have vista on my other computer and I've tried your tutorial, it don't work lol.. I'm sure a few little tricks here and there and it should work!! thanx
@billrock12 look here mister..!!! I didnt mention that you should try on vista..This worked for me on Windows XP SP3..and now it doesnt work for me too in XP SP2.but fk it .. I dont care...
Look "Imback218" my code shows you the advanced way of moving a form,.,it even shows the shadow so you can know were are you draging the form,,so when u release the mouse then the form show up... its not like your code..the form gets laggy when u drag it...! If this code didnt work for you is if you have windows vista and your not administrator..otherwise it works,,!!!!
If you want to implement your code then your on the wrong video..you should post your code at older videos not this one..!and you should be administrator on vista only when u code..after u publish the app you can debug it anyway you want./!
Public Class Form1 Dim NewPoint As New System.Drawing.Point() Dim X, Y As Integer Form1_MouseDown X = Control.MousePosition.X - Me.Location.X Y = Control.MousePosition.Y - Me.Location.Y Form1_MouseMove If e.Button = MouseButtons.Left Then NewPoint = Control.MousePosition NewPoint.X -= (X) NewPoint.Y -= (Y) Me.Location = NewPoint End If
There is a video like this, except their method works better and the code is more "clean" and simple. The perfect moveable borderless form is on the 7pmTech channel.
codaassasin 5 months ago
Comment removed
TheAwesomeGuy667 1 year ago
@TheAwesomeGuy667
Who the fuck are you?
x3Roenie 1 year ago
@x3Roenie fuck off.!
Lokmangv 1 year ago
@Lokmangv
U are. couldnt you put it in the beginning?
x3Roenie 1 year ago
I'm using
Visual Basic 2008 Windows XP pro
------------------------------------------
I've went over this thing a dozen times and matched everything perfectly and
still can't get it to work... and Lokmangv don't try to say you should only program on vista, I have vista on my other computer and I've tried your tutorial, it don't work lol.. I'm sure a few little tricks here and there and it should work!! thanx
billrock12 2 years ago
@billrock12 look here mister..!!! I didnt mention that you should try on vista..This worked for me on Windows XP SP3..and now it doesnt work for me too in XP SP2.but fk it .. I dont care...
Lokmangv 1 year ago
If this only works on some computers, this isn't "...the original way.."
aydoooo 2 years ago
Can anyone tell me where can i find chat tutorial for VB 08 ??????
Thanks & Nice video 5/5
ETbla1 2 years ago
very sweet how you done it without a timer mate. But dose it really matter if you use a timer or not?
computertrick 2 years ago
timer is a 2nd party application in vb.. Im talking here about pure vb code.!
Lokmangv 2 years ago
yer but like i said dose it really matter..... it dose as sactly the same while using a timer
computertrick 2 years ago
nice music btw
computertrick 2 years ago
lol... doesnt work..
danielcreations 2 years ago
It works. but it depends on you operating system... sorry this only work for xp users with administrator account..!
Lokmangv 2 years ago
Song?
TeamPVE 2 years ago
Its the uefa champions league theme song.!
Lokmangv 2 years ago
i rekon that code is easier than yours, sorry
imback218 2 years ago
Look "Imback218" my code shows you the advanced way of moving a form,.,it even shows the shadow so you can know were are you draging the form,,so when u release the mouse then the form show up... its not like your code..the form gets laggy when u drag it...! If this code didnt work for you is if you have windows vista and your not administrator..otherwise it works,,!!!!
Lokmangv 2 years ago
yes. advanced way. but my way is more simple. and it doesnt lag. and you dont have to have administrator priviledges
imback218 2 years ago
yea but the title says advanced level..?
If you want to implement your code then your on the wrong video..you should post your code at older videos not this one..!and you should be administrator on vista only when u code..after u publish the app you can debug it anyway you want./!
Lokmangv 2 years ago
ok. i'm not going to argue.
imback218 2 years ago
imback218 2 years ago 10
COOL That Worked! Thanx
carnage95kid 2 years ago
no problem. Glad i could help :)
imback218 2 years ago
Thank :::D!
Thegrude 1 year ago
useless video
jimy1666hmada 2 years ago
whats screen rec are u using CUZ ITS LAGGING USE CAMSTUDIO NEW ONE
dudeofgods 2 years ago
the quality is very nice...i dont know about your thoughts...anyway did the code worked?
Lokmangv 2 years ago
yeah the quality is very very nice^^
gillesdhuyvetter 2 years ago
did you try the code..? did it work?
Lokmangv 2 years ago
yes it works very nice :D
gillesdhuyvetter 2 years ago
Not working : (
iPersonality 2 years ago
no way...just test it again...Im sure that will work...! Watch the code carefully...!
Lokmangv 2 years ago