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

Search:

Type: Posts; User: part0

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,071

    Port Alert Listener

    Hi all,

    I am writing a program to listen an alert from a server. The alert is base on XML data.

    So is there a way to add an alert listener to the tcp/ip port?

    Because I google and only find...
  2. Replies
    5
    Views
    9,889

    Re: Http Post Method for Login Page

    Yes, you are right so how can I map my session cookies or get the session cookies from my first request in order to include it in my second request to retrieve the data I want.

    Is there an example...
  3. Replies
    5
    Views
    9,889

    Re: Http Post Method for Login Page

    i have try google a lot just that I cant find what I want.

    The above example I have rewrite the code so that it is more compact.

    I still have issues calling the second API services

    APIs...
  4. Replies
    5
    Views
    9,889

    Http Post Method for Login Page

    Hi,

    Need some help, is there any example for me using http post method to pass the username and password to a login html page and afterwhich i can call other Services.

    Bascially, after that I...
  5. Thread: ArrayList

    by part0
    Replies
    4
    Views
    3,161

    Re: ArrayList

    Thanks for the reply.

    But is there a way to put the arraylist in the object class empolyee method?

    So that whenever my main class calls the object class empolyee it will just auto add in to the...
  6. Thread: ArrayList

    by part0
    Replies
    4
    Views
    3,161

    ArrayList

    Hi,

    How can I add this class object to an arraylist so that it can store a list of employee's details. And my main program able to call that function to retrieve the list of data.
    Thanks



    ...
  7. Replies
    2
    Views
    3,995

    Re: Polling a URL (Get or Post Method)

    hmm anyone ?? :)

    Is there any example of polling/requesting a URL (Example: www.yahoo.com) for every 10 secs interval?

    And it will open up a yahoo webpage.
  8. Replies
    2
    Views
    3,995

    Polling a URL (Get or Post Method)

    Hi,

    I will like to poll a url (http://) for every interval of let's said 10secs either using the get or post method to get data.

    Is there any example that I can look at it. Thanks.
  9. Thread: Compile Error

    by part0
    Replies
    1
    Views
    817

    Compile Error

    I downloaded an java example....

    And try to compile but it saids that the package does not exist... Pls assist... And i try the following compile statement..

    javac -classpath...
  10. Replies
    3
    Views
    873

    Continues Monitoring Files

    Hi,

    I need some help.

    I will like to monitor files in a specific folder.

    The concept is whenever a file is added/created inside a folder. It will send an alert or notification.
    The...
  11. Replies
    1
    Views
    3,719

    How to detect CD rom ?

    Hi all,

    How can I detect a specified CD rom in the CD drive.

    Example:
    I have a CD name/label call "ABC". (it can be seen in the "my computer") when the cd rom is inside the cd drive.

    So...
Results 1 to 11 of 12





Click Here to Expand Forum to Full Width

Featured