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

Search:

Type: Posts; User: cypher_soundz

Search: Search took 0.04 seconds.

  1. Recommendation for a good RFID development kit

    Hi,

    I'm currently in my last year of uni, for my project I am implementing a tracking system using RFID, the problem is finding a good dev kit.

    searching **** gives a few results, but only one...
  2. Re: Nested DataGrid Not Showing! datarelation prob?

    This issue is still not resolved any help / links would be great

    :D :thumb:

    Regards
    cyph
  3. Nested DataGrid Not Showing! datarelation prob?

    Background:
    I have a nested datagrid (see below), i want the Employee names to be shown and the nested table (containing the records that realate to the employee to be hiden.
    when a user clicks...
  4. Re: Dynamically create links using the data from a tables cell as a parameter

    Hi,

    Thanks alot for the link i will look in to it. :)

    Regards
    cyph
  5. Dynamically create links using the data from a tables cell as a parameter

    I’m trying to using javascript to create a onclick even that will find the value in the 2nd cell of the row that has been clicked on and then create a URL link using this value per row.

    Example...
  6. Variable number of records/tables to display w/repeater or datagrid ?

    The problem:

    I have a set of data returned from a sql query that i need to display to the user, each set of data will have a variable amount of rows corresponding to each individual, and each set...
  7. Replies
    3
    Views
    1,003

    Re: Simple socket proxy for Unix

    How would you implement a generic TCP proxy ?

    cyph
  8. Re: Problem using Winsock 2.2 when host can't be resolved to a hostname

    Great thanks, it worked!

    Now is there any way around this? As i said in my edit above , im not up to speed with winsock :)

    cyph
  9. Re: Problem using Winsock 2.2 when host can't be resolved to a hostname

    No the host is up, but there is no hostname linked to it,

    it was speculation that "... therefore Winsock get confused and believes that the host is not up."

    looking here seems that the same...
  10. Problem using Winsock 2.2 when host can't be resolved to a hostname

    EDIT: I just read you dont need to resolve an address in order to connect? is this correct? my knowledge of winsock in limited :)
    I’m having problems with the tutorial on Winsock over here:...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured