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

Search:

Type: Posts; User: Qurtan

Search: Search took 0.02 seconds.

  1. Thread: Loop Issue

    by Qurtan
    Replies
    6
    Views
    1,099

    Re: Loop Issue

    By the way, I would do something similar this instead:

    do{

    } while(time.Hour < 10)
  2. Thread: Loop Issue

    by Qurtan
    Replies
    6
    Views
    1,099

    Re: Loop Issue

    What is interval? Is it possible you miss the time?
  3. Thread: SMS Application

    by Qurtan
    Replies
    3
    Views
    4,953

    Re: SMS Application

    I canĀ“t see any obvious problem. The two things I can think about is if the connection string is ill formted or if the program is not having the right permissons.
  4. Replies
    2
    Views
    2,246

    Re: Sqlite select/distinct statement help

    Try to remove book.bookId.
  5. Thread: SMS Application

    by Qurtan
    Replies
    3
    Views
    4,953

    Re: SMS Application

    Hi,

    what platform are you developing on?
  6. Replies
    1
    Views
    721

    Re: Sorting arrays (int)..

    Rigth now your are not doing any sorting at all. Do you want to sort the children at insertion or afterwords?
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured