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

Search:

Type: Posts; User: cloud1

Search: Search took 0.04 seconds; generated 43 minute(s) ago.

  1. How to change window brightness and transparency?

    Hi everyone,

    Can someone tell me how to change window brightness and transparency with a certain key combination, for example: alt+shift+up/down arrow?

    By this I mean: What libraries do I need...
  2. Re: How do I embed Javascript inside a flash movie/file?

    Okay PeejAvery thanks once again for your help I very appreciated.
  3. Re: How do I embed Javascript inside a flash movie/file?

    Thanks PeejAvery, I very appreciated your help.

    Other than that is/are there other ways too?
  4. How do I embed Javascript inside a flash movie/file?

    I need help embedding JavaScript inside a flash movie/file?
  5. Replies
    0
    Views
    4,094

    [RESOLVED] I need help with AJAX

    My AJAX code is not working please help.

    Please ignore syntax error(s) just get the idea.

    Below is my AJAX code:



    /**
    * @author cloud
  6. Re: Server and Client are not working as it was intented too.

    I check the recv() against -1 because in socket.h it stated: Return the number read or -1 for errors. Anyway I fixed the code. It should be


    if ((bytesRead=recv(clientSocketFD, buffer,...
  7. Server and Client are not working as it was intented too.

    Can anyone tell me why my server and client are noting working as it was intented too?

    Anyway here are my questions:

    1. How come my client does not receive the welcome message once it has...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured