Search:

Type: Posts; User: onefootswill

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    8,103

    I learnt C# from no programming experience with:...

    I learnt C# from no programming experience with:

    C# Programming: From Problem Analysis to Program Design, Second Edition by Barbara Doyle

    Good case studies. Good introduction to the language...
  2. Replies
    4
    Views
    2,038

    Great. That is exactly the answer that I was...

    Great. That is exactly the answer that I was looking (and hoping) for. I did not want to have to put the thread to sleep each time to give the database time to update, and I don't know anything about...
  3. Replies
    4
    Views
    2,038

    Sorry, I should have mentioned, I am using the...

    Sorry, I should have mentioned, I am using the disconnected architecture (i.e. IDBCommand). That being the case, there is no DataTable in memory.

    It is just a rapid-fire update of the database...
  4. Replies
    4
    Views
    2,038

    database performance question

    Hi all,

    I have a question as to whether a database will be able to 'handle' a piece of code (it is a MySQL database i.e. client-server model). The pseudocode:


    foreach client
    ...
  5. Replies
    6
    Views
    1,852

    Have you tried creating an instance of the...

    Have you tried creating an instance of the ImageList class with your large icons as the collection?

    You could then set this as the ImageList for the Listview's LargeImageList property.
  6. Of course!! Thanks. I fell foul of your second...

    Of course!! Thanks. I fell foul of your second point because I wanted to observe a function that returns a pointer. So I am now passing in the pointer.

    Thanks very much. So helpful.
  7. a question on pointers, structs and arrays

    Hi there,

    The following program serves no purpose other than to help me understand the interaction between pointers, structs and arrays. There are two problems that I cannot figure out.

    First, ...
Results 1 to 7 of 7