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

Search:

Type: Posts; User: Grit

Page 1 of 13 1 2 3 4

Search: Search took 0.28 seconds.

  1. Replies
    6
    Views
    20,042

    Re: detecting removed network cable?

    Thank you
  2. Replies
    6
    Views
    20,042

    detecting removed network cable?

    Hello

    I hope someone can help me. So far I always used KeepAlive to detect if my socket connection is ok or lost. Now I want to write a small program in C++ for windows which only displays a list...
  3. Replies
    1
    Views
    911

    TCP Server programming in C++ & Linux?

    Hi

    I hope you can help me. I'm used in tcp network programming with C++ & C# in Windows. Now I have to write a program for a raspberry pi and I have no idea where to start. This is my task:
    My...
  4. Question about dynamic range compression and normalization of wav files

    I hope someone can help me. I have an c# application that records voice and plays wav files. At the moment I use naudio for this. Now I need to do some dynamic range compression and normalisation of...
  5. Thread: analog outputs?

    by Grit
    Replies
    4
    Views
    1,233

    analog outputs?

    Hello

    I shall write a Program that shall communicate with an external device which has analog input values. It has a connector with 5 pins and depending on which pin is active it is doing...
  6. Replies
    0
    Views
    536

    How to handle a bytestream?

    Hello

    I'm new to C# but I'm experienced in C++. In C++ when I receive a byte stream from a socket I have an byte array. For accessing the single header elements I usually lay an struct over the...
  7. Replies
    6
    Views
    21,013

    JavaScript Re: Waiting till page is loaded

    Ok I tried this but it's opening only one page which won't be closed automatic. What is wrong? I would have expected this: Opening window 1, closing it when it's finished with loading and then...
  8. Replies
    6
    Views
    21,013

    JavaScript Re: Waiting till page is loaded

    Hey cool thank you :-)
  9. Replies
    6
    Views
    21,013

    JavaScript Re: Waiting till page is loaded

    I can't because the new called websites are external websites which I can't change. Is there a way that I can ask the new window if it's finished with loading and stop the script in the main page...
  10. Replies
    6
    Views
    21,013

    JavaScript Waiting till page is loaded

    I hope someone can help me with a small problem. I have a javascript which shall open some external links in a new window.

    My current problem is that the next link shall be only opened when the...
  11. Re: SCTP protocol support on MS Windows, looking for help

    Hi

    did you solve the problem? I ask because I shall write a SCTP Applikation too and found that API but I have no idea how to use it or how it works

    best regards
    Grit
  12. Replies
    4
    Views
    2,438

    Re: Problems with TCP reconnect in XP

    Sorry that I didn't reply earlier but I had a death in the family.

    I was thinking about that too because I have SP2. can I change that?
  13. Replies
    4
    Views
    2,438

    Re: Problems with TCP reconnect in XP

    Hi

    we use identic hardware and yes of course it takes longer the more connections one has but I don't understand why it takes sooo much longer on different windowssystem. I mean Win2000 need 30...
  14. Replies
    4
    Views
    2,438

    Problems with TCP reconnect in XP

    Hi

    I have an application that opens several 100 TCP RFC1006 Connections. Everything works fine. Once all of them are connected successful I remove the network cable and after a while I reconnect...
  15. Re: How to get notified when network cable is plugged in

    Hi

    I just want to get notified when someone removes physically the network cable or plugges it in again.
  16. How to get notified when network cable is plugged in

    Hi

    does anybody know how I can get notified in a dll if the network cable is plugged in? I don't want to poll if the cable is plugged in? My software shall only open a port in the moment when the...
  17. setsockopt failed when the network cable is disconnected

    Hi

    I have a software that makes UDP and also the multicast. In the past we had a problem when the network cable was disconnected, then the setsockopt failed. Microsoft told us to use the...
  18. SNMP Agent problems after changing from VS 6.0 to 2005

    Hi

    some years ago I wrote an extention agent for the SNMP Service from Windows 2000. I wrote it with Visual Studio 6.0 as a Win32 dll. It all worked very well.

    Now I opened the program with...
  19. Re: How to connect a port to a specified Networkcard?

    Well in UDP I could use the bind method to tell him which card shall be connected to which multicast group address. Why isn't that possible with TCP? We have a real big network with plenty of such...
  20. Re: How to connect a port to a specified Networkcard?

    that's not possible because on the other card I must reach other computers with the same IP Problem.
  21. Re: How to connect a port to a specified Networkcard?

    Yes I mean with active the part with the connect. The problem in my project is that the destination IP Adress is in another network with another network address so that the stack can't know which...
  22. How to connect through a specified network adapter?

    Hi

    I guess I wrote this:
    here
    in the wrong forum. Maybe someone here can help me

    thanks
    Grit
  23. How to connect a port to a specified Networkcard?

    Hi

    I have a software that creates active and passive TCP connections. On computers with more than one network adapter I need to bind the port to the specified netword adapter.

    For the passive...
  24. CAsynSocket::Create causes the program to stop

    Hi

    I have a program that tries to create an UDP Conenction

    When I call this line in release mode:

    if (!Create(nPort, SOCK_DGRAM, FD_READ|FD_WRITE|FD_OOB|FD_ACCEPT|FD_CONNECT|FD_CLOSE,...
  25. Replies
    15
    Views
    2,396

    Re: What kind of database to use?

    Thank you for the link :-)

    I have one more question: when I develop it for one customer who has no office then this runtime would be surely wonderful. But what if another custmer has Office 2000...
Results 1 to 25 of 306
Page 1 of 13 1 2 3 4





Click Here to Expand Forum to Full Width

Featured