Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
About Me

Switched back to VB, like it better :) Im usually on daniweb irc channel alot so chat with me, i get bored >.> If you need help with anything, thats not proggraming i can likely help you ;)

Interests
Computers, games, programming, webdesign, 3D Modeling, Photo Editing.
PC Specs
AMD Sempron 2400+ 10Gb C: 30Gb D: 10Gb mnt nVIDIA 512MB Vid Card ASUS Motherboard supporting 6 usb plugs,…
Member Avatar for Tyreses

Would anyone happen to know A. The header file for standard winsock use and B. a helpfull tutorial on basic winsock client/listen string transfer? Help is much appreciated, thankyou.

Member Avatar for Flamingkat
0
110
Member Avatar for Tyreses

After several hours of searching the web and the student MSDN archive in Visual Studio.net i cannot figure out through the random blabber of sample codes how to do basic connections using TCP socket connections through a client and a listener. I got the jist that winsock had become outdated …

Member Avatar for lee_suko
1
161
Member Avatar for jonnirhodes

Hi I can connect to my network using my ethernet card or my wireless card, but when I open my browser (either internet explorer or mozilla) I am unable to browse the web - i just get the message saying that the page cannot be displayed. The same happens at …

Member Avatar for DMR
0
747
Member Avatar for Tyreses

Ok, i've been tyring to get this to work for days, and I got it down to this, but it still all doesnt work. Any advice as to what I may be doing wrong would be greatly appreciated. [Code] Function Listen(ByVal backlog As Integer) lsocket.Listen(backlog) If Not lsocket.Connected Then Console.WriteLine("Winsock …

Member Avatar for Lord Soth
0
108
Member Avatar for Ghost
Member Avatar for Lalo1985
0
225
Member Avatar for dfederman

Hello. I'd like some advice on simple Internet controls for a 16-year-old who habitually visits porn sites. I monitor him closely, but if I step out of the room even briefly, I find porn sites in the history. He gets grounded or whatever, banned from the computer, promises he won't …

Member Avatar for ArtChess
0
1K
Member Avatar for Tyreses

Open App.Path & "\irc\files\channel.txt" For Input As #1 This is generaly the same thing i used on all of he opening files. It says it cant find the file/directory, and ideas on what else to ue for a wildcard directory?

Member Avatar for Comatose
0
112
Member Avatar for halosixteen

Hello! First things first, i am not knowledged with computers really, at all. But i need to try and resolve a little problem so here is goes. I want to link up a laptop to my PC so i can share the same internet. I was told to network them …

Member Avatar for jonnirhodes
0
197
Member Avatar for moderate_rock48

Hey I dont know anything about networking. I want to hook my ps2 to the internet and I dont know how to go about doing that. I have broadband connection, and the ps2 and PC are in two different rooms. My computer is a Hewlett Packard(about 5 years old) with …

Member Avatar for Tyreses
0
235
Member Avatar for Tyreses

Private Sub connect_Click() Winsock.RemoteHost = ipadd Winsock.RemotePort = 10101 Winsock.connect End Sub I'm pertty sure the problem is on line two the ipadd if thats supposed to be ipadd or if its supposed ot have something else added.

Member Avatar for Comatose
0
323
Member Avatar for Tyreses

Hello, i'm just starting to learn the very basic's of c++ but what i need is either a link or someone with alot of patience for c++ sockets, i'm planning on making a direct connection message encrypted chat program, but i can't find any eliable easy to use sites for …

Member Avatar for Tyreses
0
228