CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arion Programer

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. how to build C Source code with Makefile

    here is the makefile
    http://www.2shared.com/file/iCmvoY2I/Makefile.html
  2. Re: winsock Acknowledgment control needed

    the fact that you do not understand me or you do not where is my problem,...

    use CCProxy in different networks and you will understand me
  3. Re: winsock Acknowledgment control needed

    then why CCPROXY does not use BUFFER or storing the downloading file into disk as a temporary file??
    i think it just adjust download speed to be equal to the upload speed...
    [link to exe removed]...
  4. Re: winsock Acknowledgment control needed

    Host B Is A HTTP Proxy Server and A is a client To Host B

    A downloading from B with low speed
    Server B downloading with high speed and send to A with low speed

    the problem here:

    if A...
  5. winsock Acknowledgment control needed

    hello...

    here is the problem with winsock.ocx:

    Host A ---- GET message -----> Host B ------ GET Message ------> INTERNET

    Host A <---- Response ----- Host B <------ Response...
  6. Replies
    4
    Views
    1,657

    Re: help in connecting with COM port

    but when i use the connection manager of the ZTE Modems it seems to be OK and dont tell me that other application using the com port even i dialing the modem using Windows dialup function
  7. Replies
    4
    Views
    1,657

    help in connecting with COM port

    i have zte modem. when i use the windows dial up connection i cant connect with the COM Port Of the modem even the command "quiry modem" that exist in device manager

    but the connection manager...
  8. Replies
    3
    Views
    1,751

    Re: i want Correct Code For Ping

    i want code work like "WNetWatcher.exe" and "netscan" which get the ip work in my network but when i Ping this IP's by CMD i.e (ping 192.168.105 -t) it dont get reply for some devices like (mac:...
  9. Replies
    3
    Views
    1,751

    i want Correct Code For Ping

    there is some code but not give the correct users with me on my network

    please i want the correct code
  10. Replies
    1
    Views
    876

    i want help in This Code

    i made some program to calc speed between 2 computers at the same network by write the ip of other computer in the client program after runnig the server program

    here is the program i used in...
  11. help in controlling The Net Traffic

    i want some code in visual basic to Limit The Speed Of The Internet In My Computer
  12. Re: i want help in sending AT commands to usb modem

    Done!!
  13. Re: i want help in sending AT commands to usb modem

    yes,... i did COM8/9600,. and all settings

    but it seems to be wrong...

    really we want some one expert in modems and AT commands to usb modem
  14. i want help in sending AT commands to usb modem

    i want to send commands to ZTE USB modem and receive the result with mswinsock

    i tried to send commands with

    Me.MSComm1.Output = "AT+GMM"
    MsgBox Me.MSComm1.Input

    but no result

    what is...
  15. help in transfering DATA Through WIFI

    i want help in this project.

    i have to transfer some DATA via Weak WIFI through (Winsock) or any other local transfering and i want code written in c++ (to use in codeblocks-8.02mingw)

    but i...
  16. Re: help in transfering DATA Through WIFI

    first i want to understand what is the diffrent in transfering File in one direction and in using many connection ??? ((Sending and receiving))?? because i would use it in Mobile network connection...
  17. Re: help in transfering DATA Through WIFI

    another thing,..

    i saw in this topic using index in socket how it knows the order of Data ?? witch data to send first and to receive first ???
  18. Re: help in transfering DATA Through WIFI

    thnx for reply,... but really i dont know vb.net.

    i prefer C++,... can you help me in using Winsock and split the file in C++
  19. Re: help in transfering DATA Through WIFI

    look at this

    32763

    here i dont put any value in INDEX but in some programm i found it (0) i dont know how i use it...

    it seems to be fast transimitting by making many connections of the same...
  20. help in transfering DATA Through WIFI

    i want help in this project.

    i have to transfer some DATA via Weak WIFI and i want code written in visual basic.

    i know from IDM (internet download manager) that spilit the connection into many...
  21. Re: [RESOLVED] Streaming Audio from one PC to another over a Local Network

    iam sorry for my many questions but really i have problems in this prog when loss connection, it seems to need (Auto Reconnect Function)

    2nd

    there is delay when loss connection and connect...
  22. what about programming android phones?

    please i want some program for android for chating and calling through WIFI
  23. Re: please i want help in streaming audio via UDP winsock

    thnx fo reply
  24. Re: [RESOLVED] Streaming Audio from one PC to another over a Local Network

    2nd Thing

    You can add auto detect The Working IP's By Ping Them
  25. Re: [RESOLVED] Streaming Audio from one PC to another over a Local Network

    Thnx
Results 1 to 25 of 35
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured