Search:

Type: Posts; User: Shadow-GK

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    15,376

    Re: Easy UPnP NAT Traversal

    Also, have you tried udp hole punching? I don't understand why there are no examples of it anywhere...
  2. Replies
    16
    Views
    15,376

    Re: Easy UPnP NAT Traversal

    Yeah I figured that would be the best way. I just have this setup cause verizon router didn't have wireless.
    Thanks for the advice.
  3. Replies
    16
    Views
    15,376

    Re: Easy UPnP NAT Traversal

    OK, here's the deal. My home network is set up like this: Internet->Verizon router->wireless router. When I run the program it says Add successful. Then I try Ping but nothing happens. Then I remove...
  4. Replies
    43
    Views
    10,985

    Poll: How old are you?

    Hi everyone!

    One day I was wondering, how old my fellow programmers from vbforums were? Hmm.. So I decided to create this poll because not many people have their age shown on their profiles,...
  5. Replies
    27
    Views
    69,852

    Re: [VB6] PortMapper - UPnP NAT Traversal Class

    You are probably using it from the same computer. You can't use external IP from the computer on which the server is running. You have to run the server on one computer, and client on the other.
    ...
  6. Replies
    386
    Views
    19,678

    Re: Post your Desktop!

    what's with all those classic styles??
  7. Replies
    25
    Views
    2,233

    VS 2008 Re: Rename other window name

    lol :D
  8. Replies
    25
    Views
    2,233

    VS 2008 Re: Rename other window name

    at least thanks for saying that its for the game. other hackers would just lie and say something else. you didn't :) that's why i gave you a hint. and also...


    technically he is not modifying the...
  9. Replies
    25
    Views
    2,233

    VS 2008 Re: Rename other window name

    I'm not giving you the code because it is against the rules of this forum, i guess, but you can go find it on the internet by googling "hwnd APIs" or something. you can't do anything harmful with...
  10. Replies
    3
    Views
    810

    VS 2008 Re: Get IP of client, non web app.

    Translated:

    Function externalIP() As String

    Dim WC As New System.Net.WebClient
    return...
  11. Replies
    3
    Views
    810

    VS 2008 Re: Get IP of client, non web app.

    You will have to connect to a remote server, you can't get your ip from inside. The only option to get your global IP from inside is to connect to the router which contains the IP. (the router is...
  12. Replies
    27
    Views
    69,852

    Re: [VB6] PortMapper - UPnP NAT Traversal Class

    nice work
  13. Replies
    12
    Views
    5,464

    Re: A question for experienced guys.

    OK!!here is the project in VB6. (original post here by dilettante) It basically maps the ports in the router and allows the traffic. Now, can anyone translate in into vb.net so others could use it?...
  14. Replies
    3
    Views
    2,671

    VS 2008 Re: [RESOLVED] Cant change .exe icon ?

    or use "Resource Hacker" to change the icon after you've compiled your app
  15. Re: SentenceCase: Capitalize first letter of each sentence

    Well, its not an intellect that determines if its a sentence or a link. nice job though.
  16. Replies
    4
    Views
    1,283

    Re: I proved my teacher wrong, please look.

    yeah, you did the problem backwards. you determined that its not 90 by saying they are congruent, where you had to use 90 to find if they are congruent and then eventually find the sides you need....
  17. Replies
    2
    Views
    3,237

    VS 2008 Re: Google API translate

    It's not clear. Do you want to modify the code during runtime, depending on what language user chooses? Well then I would recommend doing If..Then statements for each of the language, like

    Dim...
  18. Replies
    4
    Views
    625

    Re: Deleting spaces within string chains

    I don't know if it works for the office but in vb.net its this:

    Function seperateSpaces(ByVal str As String)
    str = str.Replace(" ", Nothing) 'Replaces spaces with nothing
    Return...
  19. Replies
    12
    Views
    5,464

    Re: A question for experienced guys.

    Looking at your posts I made this summary of goals that should be accomplished to trasfer a file to WAN in the same way it is done to transfer to LAN( gosh, who thought it would be so complicated) ...
  20. Replies
    12
    Views
    5,464

    Re: A question for experienced guys.

    Wow really? I tried to turn a lan chat app into wan by changing the ip from 192.168.*.* to my other computers remote ip, but the client retuned an error saying something like "The server didn't...
  21. Replies
    12
    Views
    5,464

    Re: A question for experienced guys.

    Well, basically my primary goals were to transfer a file directly to my friends computer, without using ftp server as a connector(because then I would just use an upload server like megaupload.com)...
  22. Replies
    6
    Views
    4,386

    Re: VB CPU Fan Speed. Help!!

    Ok. I found an answer for this one.
    You cannot programatically control any fan's speed without a special driver in vb.net. Not even in C++ or C.
  23. Replies
    12
    Views
    5,464

    [RESOLVED] A question for experienced guys.

    OK. I've been searching this in internet for weeks, reading books, asking friends - but no sucsess. I was looking for an example or clue how to program on wide area network. All I found were some...
  24. Replies
    6
    Views
    4,386

    Re: VB CPU Fan Speed. Help!!

    Because when I went to bios I set Hard Drive Acoustics Mode from bypass to performance (which is normal speed), after that my boot up went faster and I noticed that system was working much better. I...
  25. Replies
    6
    Views
    4,386

    Re: VB CPU Fan Speed. Help!!

    Thanks for your post. It really helps to solve the problem with fan. You wanted a certain question. OK. So, any sample codes how to change hard drive speed also?

    Thanks,
    GK
  26. Replies
    6
    Views
    4,386

    [RESOLVED] VB CPU Fan Speed. Help!!

    Hi everyone. I was wondering if I could regulate/change CPU fan speed or just turn it off with VB? And also, I thought if windows can change hard drive speed during worktime, can I also make an...
  27. Replies
    0
    Views
    3,396

    Audio/Video Streaming (VB.NET)

    Hi all,

    I am new to programming. I want to make an application to be run on two computers and to watch each other's video and audio through those programs (just like skype, oovoo or other...
Results 1 to 27 of 27



Click Here to Expand Forum to Full Width