Search:

Type: Posts; User: Turek

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,187

    so what is the syntax of CreateProcess?? :) and...

    so what is the syntax of CreateProcess?? :) and what library to use it with (*.h) :)
  2. Replies
    3
    Views
    1,046

    thank you both guys, especially for d00b !! :)

    thank you both guys, especially for d00b !! :)
  3. Replies
    3
    Views
    1,046

    some kind of timer...

    I'd like to do a proggy that will count to - for example - 100 in one seconds interval... and execute some code in every second... any ideas???
  4. Replies
    5
    Views
    1,850

    thanks a lot!

    thanks a lot!
  5. Replies
    5
    Views
    1,850

    but i get an error, look at my code: ...

    but i get an error, look at my code:


    #include <iostream>
    #include <string>

    using namespace std;

    void main()
    {
  6. Replies
    5
    Views
    1,850

    god damn true!! thanks man!!!

    god damn true!! thanks man!!!
  7. Replies
    5
    Views
    1,850

    getting disk size information

    as in subject, how to get disk size, not free space (GetDiskFreeSpace) but the size of c: drive...
    thanks for replies
  8. Replies
    22
    Views
    3,334

    Re: re

    thanks for the site, some interesting stuff out there!
  9. Thread: What is SDK?

    by Turek
    Replies
    3
    Views
    12,670

    thanks for explanation!

    thanks for explanation!
  10. Replies
    56
    Views
    8,467

    Poll: i used basic, then delphi, and now c++ :) so i...

    i used basic, then delphi, and now c++ :) so i vote for that...
  11. Thread: Quotes

    by Turek
    Replies
    18
    Views
    5,826

    this one kicks ass! :) i would :D :cool:...

    this one kicks ass! :)

    i would :D :cool: :rolleyes:

    and here is mine:
    "You're never alone with shizophrenia"
  12. Replies
    6
    Views
    2,187

    of course i can, thanks ;)

    of course i can, thanks ;)
  13. Replies
    2
    Views
    1,213

    yes exacly to build the requeststring (like...

    yes exacly to build the requeststring (like "\sendsms.asp?recipent=12345&msg=hello")and then request it. maybe my question was wrong... :D
  14. Replies
    2
    Views
    1,213

    posting data to webpage...

    i got something like this but it doesn't seem to work, any ideas???


    int main(int argc, char *argv[])
    {
    HTTP_Request *s = new HTTP_Request("sms2.idea.pl", 80);
    ...
  15. Replies
    6
    Views
    2,187

    ok I solved the problem, sorry for messing up :)...

    ok I solved the problem, sorry for messing up :)
    ShellExecute(HWND_DESKTOP,"open","c:\\windows\\Notepad.exe",NULL,NULL,SW_SHOWNORMAL);
  16. Replies
    6
    Views
    2,187

    executing program....

    hi,
    2. I have problem when executing program from windows, I use: system("c:\\windows\\Notepad.exe"); and all is ok but that stupid dos box appears when notepad is executed, now the question, how...
Results 1 to 16 of 16