Search:

Type: Posts; User: qazwsx

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    501

    [resolved]String Encrypter help

    I am making a string encrypter. This is what i have so far:


    Public Function stringEncrypt(ByVal input As String, ByVal key As String, Optional ByVal encrypt As Boolean = True, Optional ByVal...
  2. Replies
    3
    Views
    599

    Re: [2008]Add .exe to project?

    so would you recommend using the shell command to run the other exe?
  3. Replies
    3
    Views
    599

    [2008]Add .exe to project?

    Is there a way to add an exe to my project. I have a command line .exe and i was wondering if it could somehow be bundled into my app so i can call, but have it all by contained in the single vb.net...
  4. Replies
    1
    Views
    510

    [2008] Remote DOS

    Is there a way to get the functionality of telnet in vb.net. Would it be best to create a telnet server in vb.net? Or is there an easier way to use the command line remotely using tcp?
  5. Re: Please help me understand why this TCP client & server wont connect.

    could you post the code for your connecting and accpeting of connection?
  6. Replies
    2
    Views
    1,375

    Re: [2008]Send SYN Packet?

    How do you build a packet? Is it still possible with xp sp2 even without raw socket manipulation?
  7. Replies
    2
    Views
    1,375

    [2008]Send SYN Packet?

    Is it possible to send a SYN packet in vb.net? And if so how?
  8. Replies
    2
    Views
    650

    Re: [2008]Simple IRC Client

    The first link is confusing. And isnt the second link just a tcpclient and server? I understand connecting tcpclients and networkstreams. I just dont understand the commands to connect to an IRC...
  9. Replies
    4
    Views
    682

    Re: Multiple Clients?

    Could you explain to me how to do that?

    This is what I have so far:

    Server


    Dim client(9) As TcpClient
    Dim server As TcpListener
    Dim listthread As New...
  10. Replies
    4
    Views
    682

    Re: Multiple Clients?

    I understand the constant port number. But if there are multiple clients can they all be connected on the same port?
  11. Replies
    6
    Views
    831

    Re: Winsock General Question [2003]

    Well this can be a little tricky. I Use this site to get my ip: "http://whatismyip.com/"

    However your Ip does change so hardcoding that into your clients would be a problem. The solution is to go...
  12. Replies
    4
    Views
    682

    Multiple Clients?

    What is the best way for a tcp server to accept multiple tcp clients? The clients have no way of knowing what ports are already used by the server. Is there some way to setup portforwarding on the...
  13. Replies
    6
    Views
    831

    Re: Winsock General Question [2003]

    Go to google and search "my ip" one of the fist links will provide your external ip address.



    I just checked it. The ip for your server should be "system.net.ipaddress.any"



    You are...
  14. Replies
    4
    Views
    572

    Re: Remove firewall?

    Thx for the reply. Power cycling in the order you provided seems to have fixed the problem. Thanks again.
  15. Replies
    6
    Views
    831

    Re: Winsock General Question [2003]

    well to get it to work from over the internet you msut setup portforwarding on your router. Im not familular with 2003 but in 05 and 05 the ip for tcpservers in System.net.Ipaddress.Any or something...
  16. Replies
    2
    Views
    650

    [2008]Simple IRC Client

    Could someone explain to me how to create a simple IRC client. I understant how to use tcpclients and networkstreams for the most part. I just dont really understand IRC servers. Also could someone...
  17. Replies
    4
    Views
    572

    Re: Remove firewall?

    Thanks for the fast reply. I tried power cycling and that had no effect. I tried clong my mac address using the router. By just clicking enable mac cloning and then getting the mac address, however,...
  18. Replies
    4
    Views
    572

    Remove firewall?

    At my house the setup is: Internet☺ modem ☺ firewall ☺ router ☺ computer. The problem is I want to get rid of the external firewall. It is a netgear Prosafe VPN firewall. And I Have a wrt54gs router....
  19. Replies
    2
    Views
    957

    [2008]Merge two .zip files?

    Is it possible to merge to .zip files? I know text files and mp3 files can be merged. I have searched around and some people say I need to know the binary setup of the file in order to merge it....
  20. Replies
    9
    Views
    4,741

    Re: [How To] Partition a USB stick

    Im not sure if this is the correct way to do it, but it should work. Have the autorun.inf run a batch file or exe to do all of the work. That way it should be a simpler autorun.
  21. Replies
    162
    Views
    90,684

    Re: [2008] Can I add a TCPClient Component

    It matters what you are trying to accomplish with your program. Do you want the listener on a different thread?

    "First can i add a component to the form for tcpclient and tcpserver like a add one...
  22. Replies
    6
    Views
    955

    Re: New PSU

    Thank you. Im just wondering are there ever compatibility issues with psus? Is it just differant voltages?
  23. Replies
    6
    Views
    955

    [Resolved]New PSU

    I am thinking of upgrading my dell dimension 4500. One of the upgrades is to add this video card: http://www.newegg.com/product/product.asp?item=N82E16814130062. Im not sure if the standard dell psu...
  24. Replies
    5
    Views
    829

    Re: New computer

    Most of the games wouldnt be very graphics intensive. But I might play war hammer every once in a while. I would also like to be able to rn beryl in ubuntu on full settings. Could an integrated...
  25. Replies
    5
    Views
    639

    Re: Wireless Networking

    Im not sure how big your house is but the linksys WRT54G routers are great. I use the open source firmware which allows you to increase their power aswell as set up a second router as a repeater....
  26. Replies
    5
    Views
    829

    [resolved]New computer

    I am thinking of buying a new computer. The computer will be mostly be used for work, and multi tasking, and the occasional game. I would like it to be able to run Vista premium with all of the...
  27. Replies
    9
    Views
    1,321

    Re: Ipconfig and Ping Program

    look into the "shell" command.
  28. Re: 3 Cups of Coffee & 2 hours later.. Undergrad. Requires Help!

    Your input box is not inside the while loop. So the input box will only appear once each time you press the button. Is that what you are going for? From the description it sounded as if the input...
  29. Replies
    8
    Views
    1,693

    Re: Honeypot in vb.net?

    Honeypots are not supposed to act as a replacement to firewalls. They give an early warning if you are going to be attacked. And act as a deterent to hackers because they increase the hackers chances...
  30. Replies
    8
    Views
    1,693

    Re: Honeypot in vb.net?

    does this mean it cant be done?
  31. Replies
    8
    Views
    1,693

    Honeypot in vb.net?

    Is it possible to create a honeypot in vb.net. Just a simple honeypot that opperated on a port of my computer. Could it give the ip of the computer trying to connect? or the total bytes of data being...
  32. Re: [2005] New Thread interact with Form

    Hmm i cant seem to figure out why it is not working with the thread. I think my code is almost identical to the examples.
  33. Re: [2005] New Thread interact with Form

    That made things a little clearer; however, I still cannot get it to work with the thread. I removed the Msgboxes. I am jsut wondering, why are background workers preferable?
  34. Re: [2005] New Thread interact with Form

    Ok i looked at those posts, thank you they were very helpful and i think i am getting closer. This is what i ahve so far:

    Sub createhoneypots()
    Dim honeylisten As New...
  35. [2005][resolved] New Thread interact with Form

    Is there anyway for a new thread to interact with my original form. For example

    Sub createhoneypots()
    Dim honeylisten As New System.Threading.Thread(AddressOf Module1.honeylisten)

    ...
  36. Replies
    1
    Views
    566

    [Resolved][2005] Populate an array

    I am tryin to poplate an array with an unknown number of entries from input boxes. When i try Dim array() i get an warning about unassigned values. Is there anyway to do this? This is what i ahve so...
  37. Replies
    13
    Views
    1,085

    Re: [2005] Sockets Programming in .NET

    I knew the syntax wasnt right i was just trying to explain the problem. You dim something as new. You Dim something as and then it equals new. try:

    Dim socket as system.net.sockets.socket = new...
  38. Replies
    13
    Views
    1,085

    Re: [2005] Sockets Programming in .NET

    When you dim a variable as something you are not giving it a value. that is why you get an error. Try


    Dim socket as socket = NEW socket

    That is just code off the top of my head, but after you...
  39. Replies
    19
    Views
    1,882

    Re: [2003] tcp client and server

    The connecting works fine because all of the address are set to lacal host. But if i try to set the ip at runtime i get an error for no source code.
  40. Replies
    19
    Views
    1,882

    Re: [2003] tcp client and server

    local host works, but wat would i do if i wanted the client to connect to a server on a different computer?
Results 1 to 40 of 47
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width