Does anyone know how I can get my finished product to work on another computer without VB installed? It works fine on my computer but cannot get it to work on the computer I want communicate with....
Bro nice vid but i have MAC and a new business with some friends, do you know how to create an internal chat only for us, so we can comunicate better. TY
i have an error... when i click send it says "The requested address is a broadcast address, but flag is not set... please help... i followed all your instructions..
@dbzntct technically this is a peer-to-peer (P2P) program. However, one method of finding other clients would be to send a packet to the IP 255.255.255.255. This sends the data packet to ALL IP on the local network. You could send the local IP in this packet, and get all others to respond to that address (or the global address) with their own IP. You could put the responses into an array of IPs, and put the code into a function to allow updates of connected users. Hope that helps.
@dbzntct thank dbzntct. When making this tutorial it was the free version of HyperCam. Now days I'm using Camtasia Studio. You can get a free trial online, or you can pay for a premium version. Its very handy, makes video editing a breeze. I really like the "video in video" option it supports - you can then overlay a webcam into the video,
hi I m working on ( LAN) Local area network messenger and I want to make an application which should work as client and server too. like skype. could you help me how to this......
hi I m working on LAN messenger and I want to make an application which should work as client and server too. like skype. could you help me how to this......
@UserIsAnFBIAgent I'm in the process of making a tutorial for just that. Its a little more complicated but all will be explained in the video. Hit subscribe to get a notification of the video when it's published. It should be up in a couple of weeks.
It works on Vista Home Premium x86, Sony Viao - Intel™ T2330, 1st I am The Administrator for vista, 2nd I run Cmd, and type "netsh winsock reset" press enter, and restart the Pc. 3rd. went and downloaded MSWinsock.ocx and copied it to C:\windows\system32 4th did the code, like shown in the video tutorial, and it works.
i kepp getting the runtime error and i would really love to have this plez help!!: Dim msgin As String Dim msgout As String Private Sub Cmdsend_Click() msgout = user.Text & txtout Socket1.SendData msgout End Sub Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long) MsgBox ("data recieved") Socket1.GetData msgin txtin = txtin & msgin & vbNewLine End Sub
@ihopethisaccountwork you're data on the network will be able to be seen in raw, unencrypted format. So everything that is passed to "socketX.sendData" will be visible. However, you could always write your own encryption algorithm function that is called just before sending the message. You could encrypt it however you like, and have it decrypted on the other side. I very much doubt an admin will go through the hours of amature effort to decrypt a mysterious string sent over LAN.
@stenyboy5 Sorry, but I dont want to do that; I'm trying to encourage active learning of the process not provide a short-cut for code hunters. I appreciate the feedback though, best of luck.
@TheHeadhunter84 Im not sure what you asking, but I assume your are asking whether or not the program works over the internet? The short answer is no. However I am writing a tutorial for this at present.
@kirgy9 oh Sorry my english is bad xD but thanks for the quick response I really wanted to ask whether the program what you're doing is working on hamachi.
@jingiisman in some later editions of XP winsock is not present in the DL library. You will have to search for the winsock control, download it, and move the file into your registry folder. Then it will appear in the VB component list. I hope that helps.
@ultragaming1993 You could use LAN if you wanted to restrict access to your network. Practical applications for this could include secure systems inside a business holding sensitive data. You would find LAN being used in most schools for electronic student registration. I hope this fields your ignorance.
Hi, I'm using visual basic enterprise edition with windows 7, ran the same code but it gave me no results, not even the message box popped up saying Data Received. What could the cause be?
@cageddestroyer Thats right, LAN stands for Local Area Network. That is opposed to WAN - Wide Area Network. A network of computers in your home or at your school/work connected via routers (or Network Hubs) is known as a LAN network.
@kirgy9 i have a trouble ive made a chat and it works but when i uses it with a friend it doesnt works,ppl say that its coz a router cant be only server but i dont know ow to fix this problem.¿can u aid me?
@ramonet27101993 This tutorial is for a local area network only, so it will only work within the range of 1 router rather than the entire internet. However, the winsock control does have the TCP address family property (which requires a different syntax) which will enable you to chat accross the internet. Routers commuinicate using ports-which are normaly all open on a LAN, but over the internet they are restricted. You will need to open these ports.
@ramonet27101993 the ports used over the local area network at define in the Winsock control's "port" property within the visual basic object. You can change them as you please. You will then, if you router is blocking local ports, need to "open" these so that the traffic can commuinicate over them.
@kirgy9 yeah its what im trying to do i go at shell but when i put telnet 192.168.1.1 then appears "login:" and then "password" my router is the model ct536 so the login and the password should be "admin" but it doesnt works and i dont understand why....
@axljacoby This is pretty outdated, but it works for wireless networks too. We were taught this in college which was pretty good to chat to people accross campus with friends out of class or in ICT class. We implemented the same thing into a what appeared to be an excell spread sheet so the teachers couldnt tell. The idea of commuinicating could also open opotunities for other things such as games (which I made a chess game for coursework, see my other video) But youre right, it is outdated now.
@jasek1w this tutorial is now quite outdated. Windows vista and windows 7 do not come with the winsock control, nor does some later editions of windows XP. Its a shame as the winsock control was widly used, especialy in gaming. You may be able to install it manualy, just search google for "winsock control download" and install it into your registery. Im not entirly sure if this will work in vista's or window 7's enviroment.
@warheart20 Hi warhear20. This tutorial is somewhat outdated now, but the question you have asked is still relevent for the current version of visual basic. "Dim" is what you use to 'declare' what is called a variable. Example: Dim var1 as string
In the example our variable is "var1", just like in alegbra "var1" can be anything we tell it to be. The "Dim" is just the coding to inform visual studio that we are about to "declare" a variable. You could use it like this: Dim myValue as integer
@richy122333 there is, and TCP is much better as it supports garenteed packet delivery (you data will always reach its destination) and allows internet transport. Its different coding to the UDP shown in the video, and its coding that im unaware of im afraid. The video is quite old now, and out of my current knowledge. Im sure googling "TCP winsock vb 6.0" will give some insights :)
hello, I have request for you. I see that you know Visual Basic 2008. I try create a program which will measure time from date which I enter to this program to value zero. For example, I set program like this, that it will deduction from 550 days to 1 days. I just want see
on my desktop how many time is to 'deadline' :) . If you will help me with this or maybe you know how create this program or something like this i will pleasure!!
An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
what does that mean! i get it every time i try to import a box
What my project is a remote spy (Simular to remote access but rather than it having control features it simply displays the screen of the computer being connected)
The purpose if for managers being able to see what employees are doing on their computers. (16 screens)
The script to capute a screenshot has been obtained so using winsock senddata will send the screenshot to the manager watching
Rofl you're such an idiot. I suggested hackforums to you so you could go get source from there you idiot. Hackforums isn't all about hacking despite the name...
You could've gone to the programmers section and looked. Or just learn to code and shut the fuck up asking for help on youtube.
I shit my pants at 8:11..And I'd like to use this on my school, Where we study programming and so on,..How do i make it so everyone get their own username...Like...Making a txtbox witch allowes them to set a username of their choise? "MessageOut = txtuser & txtout" ?
help i get license information for this component not found. you do not have an appropriate license to use this functionalitiy in the design environment. when i chosse winsock
And I still get 2 "Data recieved" :( I'm creating a remote so I can control other computers by sending ie "/Open CD" and the persons CD room opens, but it happens 2 times!! :(
can you make a tutorial to make this more then just lan its kinda boring just like this ive made a few more stuff to it like renaming the user and stuff like that
the winsock control component comes with XP as standard, I have heard of some XP's that dont have it. The component has nothing to do with a version of visual basic it is actualy to do with the operating system. The copy used in the video is actualy a student version of visual basic 6.0 from my old college, so its definitly possible :) if you dont have the winsock control on ur PC, you can download it by visiting google and searching "winsock control dll" and dropping it into your registry.
ive got visual studio 2008 (made the necessary adjustments to your tutorial i think) installed on vista. when i run my application from visual studio via the Play button, i see an error that the class is not registered. i assume this is in regards to the winsock control i have dragged onto my form. how can i drag it if i've not registered it? running my program from an xp box results in the old "send" or "do not send" error right away. i've registered mswinsck.ocx with regsrv32. any ideas?
does anyone know why my class is not registered? is it cuz im coding on vista? im able to drag the class onto my toolbox. i added the reference. i've registered it with regsvr32. my compiled app won't run on xp either. any ideas? "ERROR: class not registered" as i run the app in visual studio
ive just made it and it works fine but my computers only seem to send the message to themselves. ive put in the 255.255.255.255 right as well. any help?
its likly either that you havnt added the winsock control or more likly that the winsock control you have created has not been named socket1. To solve this, go to your socket in design view, and rename the socket to Socket1. This should fix tthe problem.
i have named it Socket1 but it will come up wityh an error saying a run time error of '10047' and it says: "address family is not supported" then it highlights :
this probably means that the winsock control has not been set to "UDP" it is currently set to "TCP" I cant remember the field in the design view, but look for a field value that can be changed to "UDP". This should definitly fix this problem. When im messing around in vb 6.0 it tends to dump the address family back to TCP when the studio is closed for some reason ... it may be worth noting that.
when you type you message in the textbox? If so you may have set it to a password field and changed the password charector to "?", removing the password option and charector by going to the properties of the textbox will fix this. Or is this not the problem you are describing?
How well would this code work being done in VB 2010?
LaymanGaming 3 weeks ago
how can i use this in our school's lan connection?
nickalcala 3 months ago
Dude ... Record in HD ... Coudlnt see anything
bradbrock1 3 months ago
I made the message box say "YOU HAVE RECEIVED YOUR DATA DOUCHEBAG"
SmokeyCannon71 3 months ago
Does anyone know how I can get my finished product to work on another computer without VB installed? It works fine on my computer but cannot get it to work on the computer I want communicate with....
TheCanto500 5 months ago
Can you have it so that you can see (in another textbox) who you are chatting with? I have a sketchy idea about it :/
JsKingBoo 6 months ago
Where can i get "Component" on Visual Ultimate 2010 ?
Vortex93 7 months ago
Comment removed
Vortex93 7 months ago
arggggggggggg mine doesnt have Socket1
Archfullerton 7 months ago
@Archfullerton Try Winsock1.
XsNiPeRxXz 5 months ago
Bro nice vid but i have MAC and a new business with some friends, do you know how to create an internal chat only for us, so we can comunicate better. TY
eljaimillo 8 months ago
A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll
HELP!
MrBryns 8 months ago
Thanks for this vid i adapted it for 2008 and got it
Sorry for the Comment on an old video
MrBryns 8 months ago
Could you do this but with Video (Video chat)
carstorm85 9 months ago
lÖl_i_fËèl_sØ_lóñÉlÿ_tödãy
LoveioClaraja191 10 months ago
@pokemarisonic first of all this is lan chat program, so it will not send data out of the state
dbzntct 10 months ago
Tell me will this OCX work with VB 2010????
MrPeterbarwick 11 months ago
how can i do this in visual basic 2010 exppress?
KingOfAnama 11 months ago
i have an error... when i click send it says "The requested address is a broadcast address, but flag is not set... please help... i followed all your instructions..
nightwind012 11 months ago
Comment removed
nightwind012 11 months ago
Thumbs Up if 8:10 scared the crap out of of you if you had the speakers up.
chopy104 11 months ago 20
@chopy104 it scared the crap out of me
ew1094 10 months ago
@chopy104 At I thougt it was a virus payload but then I went back and then I knew it was the video.
chopy104 10 months ago
how to find out the remote host
dbzntct 11 months ago
@dbzntct technically this is a peer-to-peer (P2P) program. However, one method of finding other clients would be to send a packet to the IP 255.255.255.255. This sends the data packet to ALL IP on the local network. You could send the local IP in this packet, and get all others to respond to that address (or the global address) with their own IP. You could put the responses into an array of IPs, and put the code into a function to allow updates of connected users. Hope that helps.
kirgy9 11 months ago
@kirgy9 thanx
it helps :-D
dbzntct 10 months ago
This has been flagged as spam show
@kirgy9 thanx
it helps
dbzntct 10 months ago
nice tut ...
which recording system do you use
dbzntct 11 months ago
@dbzntct thank dbzntct. When making this tutorial it was the free version of HyperCam. Now days I'm using Camtasia Studio. You can get a free trial online, or you can pay for a premium version. Its very handy, makes video editing a breeze. I really like the "video in video" option it supports - you can then overlay a webcam into the video,
kirgy9 11 months ago
hi I m working on ( LAN) Local area network messenger and I want to make an application which should work as client and server too. like skype. could you help me how to this......
Ahadnawaz1 11 months ago
hi I m working on LAN messenger and I want to make an application which should work as client and server too. like skype. could you help me how to this......
Ahadnawaz1 11 months ago
Awesome - just what I needed! Thanks!!!
MrPLEASEsubscribe2me 1 year ago
@MrPLEASEsubscribe2me I'm glad that helped you :] that's my aim.
kirgy9 11 months ago
can we use listbox instead of textbox(textout)???
hikari2183 1 year ago
Very Simple just the way I love it. Now... is there anyway you could do a WAN Chat Program? maybe just as simple?
UserIsAnFBIAgent 1 year ago
@UserIsAnFBIAgent I'm in the process of making a tutorial for just that. Its a little more complicated but all will be explained in the video. Hit subscribe to get a notification of the video when it's published. It should be up in a couple of weeks.
kirgy9 11 months ago
@kirgy9 Can you upload a tutorial about how to create a WAN chat?
paulermania 7 months ago
It works on Vista Home Premium x86, Sony Viao - Intel™ T2330, 1st I am The Administrator for vista, 2nd I run Cmd, and type "netsh winsock reset" press enter, and restart the Pc. 3rd. went and downloaded MSWinsock.ocx and copied it to C:\windows\system32 4th did the code, like shown in the video tutorial, and it works.
UserIsAnFBIAgent 1 year ago
ness854 1 year ago
So If I'm using my home network I make this and i type something from my computer and it should pop up on everyone elses?
PoorFection 1 year ago
lol "this is not me" ahahahaaahha
lolypopboy777 1 year ago
What was the buzzing noise or is it just me?
MixerVM 1 year ago
but i haven't got a microsoft winsock...
MrTigreMr 1 year ago
can admins catch me
ihopethisaccountwork 1 year ago
@ihopethisaccountwork you're data on the network will be able to be seen in raw, unencrypted format. So everything that is passed to "socketX.sendData" will be visible. However, you could always write your own encryption algorithm function that is called just before sending the message. You could encrypt it however you like, and have it decrypted on the other side. I very much doubt an admin will go through the hours of amature effort to decrypt a mysterious string sent over LAN.
kirgy9 1 year ago
@kirgy9 How?
RaccoonForce 1 year ago
@kirgy9 i more want it to send messages to friends at school
btw dose visual studios 2010 visual basic work
ihopethisaccountwork 1 year ago
i don't have winshock boshit
TheOdenx1 1 year ago
I hate to agree with such rude people, but some source code would make this a lot easier.
SteamPunkRue 1 year ago
@AdamSimpsonMusic then he says the right and correct him self :)
LLaoor 1 year ago
Can you change the top left icon? If you know how plz answer me.
Kazaaj 1 year ago
PUT THE CODES STPID MOTHER FUCKER
rodrigo32125 1 year ago
Nice
xkillmanxx 1 year ago
I dont have that winsock bullshit, i swear, what to do?
Whateverschannel 1 year ago
put the codes in the description!
stenyboy5 1 year ago
@stenyboy5 Sorry, but I dont want to do that; I'm trying to encourage active learning of the process not provide a short-cut for code hunters. I appreciate the feedback though, best of luck.
kirgy9 1 year ago
is not working for vb 2008:((?
crOmdwOw 1 year ago
oh Sorry my english is bad xD but thanks for the quick response I really wanted to ask whether the program what you're doing is working on hamachi.
TheHeadhunter84 1 year ago
hey goes the LAN chatroom witch hamachi over internet ?
TheHeadhunter84 1 year ago
@TheHeadhunter84 Im not sure what you asking, but I assume your are asking whether or not the program works over the internet? The short answer is no. However I am writing a tutorial for this at present.
kirgy9 1 year ago
This has been flagged as spam show
@kirgy9 oh Sorry my english is bad xD but thanks for the quick response I really wanted to ask whether the program what you're doing is working on hamachi.
TheHeadhunter84 1 year ago
@kirgy9 is anything like this posible with .bat and notepad???
valts1122 1 year ago
@TheHeadhunter84 This idea should work over a hamachi network if you have the right ip addresses.
VenomTechTutorials 1 year ago
nice tut but i still dont know how to send messages with it?
Jeffreyshnigity 1 year ago
i cant see winsock help plz;(
jingiisman 1 year ago
@jingiisman in some later editions of XP winsock is not present in the DL library. You will have to search for the winsock control, download it, and move the file into your registry folder. Then it will appear in the VB component list. I hope that helps.
kirgy9 1 year ago
How can I make the chat online?
leonidhaimov 1 year ago
LOL why lan???
ultragaming1993 1 year ago
@ultragaming1993 You could use LAN if you wanted to restrict access to your network. Practical applications for this could include secure systems inside a business holding sensitive data. You would find LAN being used in most schools for electronic student registration. I hope this fields your ignorance.
kirgy9 1 year ago
@kirgy9 yeah i know.. its already fixed.. sry for the stupid comment^^ it was dim that i was was missing^^ its now fixed: Dim NiTrO As String
Call Winsock1.GetData(NiTrO, vbString)
Text3.Text = Text3.Text & NiTrO & vbCrLf
ultragaming1993 1 year ago
Hi, I'm using visual basic enterprise edition with windows 7, ran the same code but it gave me no results, not even the message box popped up saying Data Received. What could the cause be?
thesevenunicorns 1 year ago
i nevr could quite understand the meaning of LAN is it (Local Area Network?)
cageddestroyer 1 year ago 5
@cageddestroyer Thats right, LAN stands for Local Area Network. That is opposed to WAN - Wide Area Network. A network of computers in your home or at your school/work connected via routers (or Network Hubs) is known as a LAN network.
kirgy9 1 year ago
@kirgy9 i have a trouble ive made a chat and it works but when i uses it with a friend it doesnt works,ppl say that its coz a router cant be only server but i dont know ow to fix this problem.¿can u aid me?
ramonet27101993 1 year ago
@ramonet27101993 This tutorial is for a local area network only, so it will only work within the range of 1 router rather than the entire internet. However, the winsock control does have the TCP address family property (which requires a different syntax) which will enable you to chat accross the internet. Routers commuinicate using ports-which are normaly all open on a LAN, but over the internet they are restricted. You will need to open these ports.
kirgy9 1 year ago
@kirgy9 and do u know which are these ports?
ramonet27101993 1 year ago
@ramonet27101993 the ports used over the local area network at define in the Winsock control's "port" property within the visual basic object. You can change them as you please. You will then, if you router is blocking local ports, need to "open" these so that the traffic can commuinicate over them.
kirgy9 1 year ago
@kirgy9 yeah its what im trying to do i go at shell but when i put telnet 192.168.1.1 then appears "login:" and then "password" my router is the model ct536 so the login and the password should be "admin" but it doesnt works and i dont understand why....
ramonet27101993 1 year ago
@cageddestroyer Yes.. omg
DimosDigitals 10 months ago 2
@cageddestroyer yes
y0un3xt 8 months ago
This has been flagged as spam show
@cageddestroyer Yep. That's it
JsKingBoo 6 months ago
Jesus Christ! That beep around 8:00 scared the living shit out of me!
caHarkness 1 year ago
this would be good for school:P
mikeike200793 1 year ago
what's up guys guys hey warheart 20 you ask what is dim is =(decleration in memory) are you got that?
bbhhttee 1 year ago
Unless u r a mute or have a really fucking long LAN cable u don't need this. but it would be cool to make i guess.
axljacoby 1 year ago
@axljacoby This is pretty outdated, but it works for wireless networks too. We were taught this in college which was pretty good to chat to people accross campus with friends out of class or in ICT class. We implemented the same thing into a what appeared to be an excell spread sheet so the teachers couldnt tell. The idea of commuinicating could also open opotunities for other things such as games (which I made a chess game for coursework, see my other video) But youre right, it is outdated now.
kirgy9 1 year ago
Ouch Ms are getting dumber or what, no more components. thats why vista and 7 are so poorly made i guess. Haha.
HEYLON96 1 year ago
wear is the winsock i cant find it on mine i have visual studio 2010?
jasek1w 1 year ago
@jasek1w this tutorial is now quite outdated. Windows vista and windows 7 do not come with the winsock control, nor does some later editions of windows XP. Its a shame as the winsock control was widly used, especialy in gaming. You may be able to install it manualy, just search google for "winsock control download" and install it into your registery. Im not entirly sure if this will work in vista's or window 7's enviroment.
kirgy9 1 year ago
@kirgy9 It works in vista on my laptop but it is called winstock1 not socket1 but that it i think
mholey01 1 year ago
nice tutorial, good explained but your voice is to quiet.
maximeke2 1 year ago
Thanks, man. It helped :)
warheart20 1 year ago
Can u explain me more about what does Dim mean?
warheart20 1 year ago
@warheart20 Hi warhear20. This tutorial is somewhat outdated now, but the question you have asked is still relevent for the current version of visual basic. "Dim" is what you use to 'declare' what is called a variable. Example: Dim var1 as string
In the example our variable is "var1", just like in alegbra "var1" can be anything we tell it to be. The "Dim" is just the coding to inform visual studio that we are about to "declare" a variable. You could use it like this: Dim myValue as integer
kirgy9 1 year ago
If you want to do this in VB 2008, go on my channel and look at 'Chat Server & Client Code'
SCiLSiTR 1 year ago
kan u use headsett on this program and chatt
gameboy699 1 year ago
8:08 ouch.
TheNeoJer 1 year ago
how make this with realbasic??? please help me
casulino91 2 years ago
my thing says error and the i clicked debug but it says that there is something wrong with 'Socket1.SenData MessageOut' PLz Help
Maximason 2 years ago
@Maximason Im asuming you are using visual basic 6.0 with the winsock control.
Please make sure that you have changed a property of the winsock control from "TCP/IP" to "UDP"
Also, please make sure it is correctly named "Socket1" as I think I made it something different in the video by mistake.
kirgy9 2 years ago
hi i was getting same error as maximason then changed it to UDP and worked fine
however is there anyway of making it use TCP as it is better?
richy122333 2 years ago
@richy122333 there is, and TCP is much better as it supports garenteed packet delivery (you data will always reach its destination) and allows internet transport. Its different coding to the UDP shown in the video, and its coding that im unaware of im afraid. The video is quite old now, and out of my current knowledge. Im sure googling "TCP winsock vb 6.0" will give some insights :)
kirgy9 2 years ago
Doesn't work.
Run-time error '424':
Object required.
Debug says this line has a problem:
Socket1.SendData MessageOut.
jacobsanz 2 years ago
This has been flagged as spam show
hello, I have request for you. I see that you know Visual Basic 2008. I try create a program which will measure time from date which I enter to this program to value zero. For example, I set program like this, that it will deduction from 550 days to 1 days. I just want see
on my desktop how many time is to 'deadline' :) . If you will help me with this or maybe you know how create this program or something like this i will pleasure!!
rybazmarsa88 2 years ago
does this work with windows 7 and Vb 2008
isakhejnesen 2 years ago
An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
what does that mean! i get it every time i try to import a box
jordos10169 2 years ago
how to run the client in the other pc??
then connect to a the server in the other pc???
please post...then use 2 pc...
clipoxXx 2 years ago
Thanks for your turotial
What my project is a remote spy (Simular to remote access but rather than it having control features it simply displays the screen of the computer being connected)
The purpose if for managers being able to see what employees are doing on their computers. (16 screens)
The script to capute a screenshot has been obtained so using winsock senddata will send the screenshot to the manager watching
Would I use this same code to connect?
Devilzwishbone2009 2 years ago
@Devilzwishbone2009 that's called a screen recorder/logger... ever heard of hackforums?
superant10000 2 years ago
@superant10000 no, u got a website
Devilzwishbone2009 2 years ago
Not for hacking.
superant10000 2 years ago
The project screen recorder / logger, sounding like you knew of scripts that do this and suggested hack forums.
Fact is its not a hack
I hate it when morrons come out with stupid shit like this because it really shows how much of a noob they are.
Hacking is modifying an existing programme exploiting a weakness for a benefit of the person using the modification
Me scripting a programme the monitors the activity of staff in a working environment on a LAN not WAN connection is not hacking
Devilzwishbone2009 2 years ago
@superant10000 so Unless your going to contribute towards the question with feasable replies, please stop Spamming youtube.
The project I have going on is for business pruposes not recreational or "Hacking" as you put it
Devilzwishbone2009 2 years ago
Rofl you're such an idiot. I suggested hackforums to you so you could go get source from there you idiot. Hackforums isn't all about hacking despite the name...
You could've gone to the programmers section and looked. Or just learn to code and shut the fuck up asking for help on youtube.
QQ
superant10000 2 years ago
Very Nice Tutorial it helped me very much!
I use visual basic 2008, but i also have
vb6. Vb6 its new for me so I im going to try to find the same code for Vb2008.
Thanks for this tut
rickco17 2 years ago
Me too.
Brandonmxb 2 years ago
what the fuck with the final son aleluya, aleluya!shit on my holly pants you little bastard(joke) 8:11
imbehindyourcomputer 2 years ago
This has been flagged as spam show
click on my channel to watch my fastest email bomber.
download link is included. name of the video is jan.
it sends emails from bin ladens email address lol.
scared da shit outa ma friend.
Afghanboy416 2 years ago
I shit my pants at 8:11..And I'd like to use this on my school, Where we study programming and so on,..How do i make it so everyone get their own username...Like...Making a txtbox witch allowes them to set a username of their choise? "MessageOut = txtuser & txtout" ?
Graize92 2 years ago
@Graize92 yes thats right :) but may want to add a space and a semi colon i.e username.text & ": " & txtmessage.text :)
PartContinuum 2 years ago
please upload - in microsoft visual 2008
Jawad649 2 years ago
FOR ME TOO, PLZZ!! And if it is not, please even for Windows Vista!
Kirschipictures 2 years ago
when i put it on my friends computer i get the error
where he needs MSWINSCK.OCX but also when we put it on his computer he still get the error
powerfromevil 2 years ago
Run-time error '40006':
Wrong protocol or connection state for the requested transaction or request.
Help, plz???
axeshredstorm69 2 years ago
you need to change a property value of the winsock control from "TCP" to "UDP", that should fix it :)
kirgy9 2 years ago
HOLY SHIT!!! 8:11
axeshredstorm69 2 years ago
help i get license information for this component not found. you do not have an appropriate license to use this functionalitiy in the design environment. when i chosse winsock
bjelackujo 2 years ago
dame i don't have them and i want to do this so bad is ther onother way to do one or a way to get that controls plz help me
awals67 2 years ago
Ahhhh! 8:11 Made Me Jump Out Of My Skin! And Then The Marrow Jump Out Of My Bones!
Mykes1001 2 years ago 16
@Mykes1001 Same thing with me
ClubBlew 1 year ago
wtf was that at 8:11 ? lol fuken had my vol maxed..
crazynoob11 2 years ago
I think he is using an Xbox 360 headset they like to do that when you disconnect them haha
SHOOT3RiG3ARS 2 years ago
And I still get 2 "Data recieved" :( I'm creating a remote so I can control other computers by sending ie "/Open CD" and the persons CD room opens, but it happens 2 times!! :(
But thanks anyway
MagnusRulerHardt 2 years ago
can you make a tutorial to make this more then just lan its kinda boring just like this ive made a few more stuff to it like renaming the user and stuff like that
gamemak0r 2 years ago
do u have 2 have the full version of vb6 to get the component because i use a school copy
bushrax1 2 years ago
the winsock control component comes with XP as standard, I have heard of some XP's that dont have it. The component has nothing to do with a version of visual basic it is actualy to do with the operating system. The copy used in the video is actualy a student version of visual basic 6.0 from my old college, so its definitly possible :) if you dont have the winsock control on ur PC, you can download it by visiting google and searching "winsock control dll" and dropping it into your registry.
kirgy9 2 years ago
its not tht hard to read on HQ
gamemak0r 2 years ago
Need Help in VB (6,2005,2008)?
contact me!
arielschon11 2 years ago
wew!
i can connect it now to a other computer
and now,,,
i can shutdown different computer using your program,, hhaha...
when i type the word "shutdown" to the txtbox it will automatically turn off the computer you connect into it.. ^_^
viruz028 2 years ago
anyone know how to make this in c# or vb8?
wwwcokekingswebscom 2 years ago
My winshosck won't open.
It says file cannot open.
Plz help me
nashbored1231 2 years ago
Surely if you programed this right and made a active x exe with it you could proberly make software like aim or better yet make a ddoser
GoosesPWN 2 years ago
Seems to be a fair few problems with using this method on MVS2008 unfortunately.. =[
jiposphere 2 years ago
weeEee... i made it..
but i change something on your code.. :)
thanks 4 this video! :)
sorry 4 may english grammar T_T
viruz028 2 years ago
can yopu give me a DL link to the MS Winsock control
TwistedHacks 2 years ago
i get Run time error 424
Object required
coldboxster23 2 years ago
ive got visual studio 2008 (made the necessary adjustments to your tutorial i think) installed on vista. when i run my application from visual studio via the Play button, i see an error that the class is not registered. i assume this is in regards to the winsock control i have dragged onto my form. how can i drag it if i've not registered it? running my program from an xp box results in the old "send" or "do not send" error right away. i've registered mswinsck.ocx with regsrv32. any ideas?
rufusmccooter 2 years ago
does anyone know why my class is not registered? is it cuz im coding on vista? im able to drag the class onto my toolbox. i added the reference. i've registered it with regsvr32. my compiled app won't run on xp either. any ideas? "ERROR: class not registered" as i run the app in visual studio
rufusmccooter 2 years ago
6:51 sounds like your saying fuck it one
gunkillergun 2 years ago
haha it actualy does! I apologise, computing get me a little excited!
kirgy9 2 years ago
yeah i get exited when i get programming, i dont blame you
gunkillergun 2 years ago
i did like in the video and when i run, the windows open i type something and it just doesent happen anything...
any suggestion
thank you
sorry my english
ruiteixeiramartins 2 years ago
This has been flagged as spam show
PM Me If You Want To Learn To make Text Upside Down
uʍoD ǝqısbU ʇxǝT ǝʞɐɯ oT uɹɐǝL oT ʇuɐW noY ɟI ǝM MP
mrcashcratecrazy 2 years ago
ive just made it and it works fine but my computers only seem to send the message to themselves. ive put in the 255.255.255.255 right as well. any help?
pivot349 2 years ago
i get an error wen debugging it highlights this:
Socket1.SendData MessageOut
skate14z 2 years ago
its likly either that you havnt added the winsock control or more likly that the winsock control you have created has not been named socket1. To solve this, go to your socket in design view, and rename the socket to Socket1. This should fix tthe problem.
kirgy9 2 years ago
i have named it Socket1 but it will come up wityh an error saying a run time error of '10047' and it says: "address family is not supported" then it highlights :
Socket1.SendData MessageOut
skate14z 2 years ago
this probably means that the winsock control has not been set to "UDP" it is currently set to "TCP" I cant remember the field in the design view, but look for a field value that can be changed to "UDP". This should definitly fix this problem. When im messing around in vb 6.0 it tends to dump the address family back to TCP when the studio is closed for some reason ... it may be worth noting that.
kirgy9 2 years ago
i did that
skate14z 2 years ago
5:35
OshriProductions 2 years ago
I can't get this to work at all :s. Does my comp need to be connect to a LAN to try it on VB?
No1Gollywog 2 years ago
08:13 scared the shit out of me! LOL!
lewisduncan93 2 years ago
me too. i wasn't ready
Weirdnes222222222222 2 years ago
i had my speakers up loud, too!
Weirdnes222222222222 2 years ago
thanks for the program , im actually in bridgwater college using it for my computing lessons haha
milztillidie 2 years ago
This has been flagged as spam show
Nice try. Keep it up check out esteembpo + com for social media marketing. sdfs
DoloresTripp 2 years ago
This has been flagged as spam show
Nice try. Keep it up check out esteembpo + com for social media marketing. fghfgh
KraigPierson 2 years ago
when i type a message my message there come is just alot of ???????????????? what to do?
cs347 2 years ago
when you type you message in the textbox? If so you may have set it to a password field and changed the password charector to "?", removing the password option and charector by going to the properties of the textbox will fix this. Or is this not the problem you are describing?
kirgy9 2 years ago
i fixed it myself but thx anyways i had just typen 1 thing in my coding wrong xD
cs347 2 years ago
thats usualy the case! Anoying that isnt it :P
kirgy9 2 years ago
i got n error for txtout and it said argument not optional
BlueNinjaChidori 2 years ago