Search:

Type: Posts; User: Ganon of Evil

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,205

    I believe i see the problem. You have this: ...

    I believe i see the problem. You have this:


    min_available=d_available[0] ;
    for(i=0;i<NROWS;i++){
    if (min_available>d_available[i] && d_available> 0)
    ...
  2. http://www.cprogramming.com/lightatdawn/HelloWorld...

    http://www.cprogramming.com/lightatdawn/HelloWorld.html

    few typos in HelloWorld8
  3. Replies
    9
    Views
    2,511

    ill finish the download today and hope it works...

    ill finish the download today and hope it works out. its a trial version, not pirated BTW.
  4. Replies
    9
    Views
    2,511

    its from the official site. so far its been...

    its from the official site. so far its been around 10 hours over 3 days. would just leave it on all night but M$N disconects me so much and no auto-reconnect programs work right. Im using Download...
  5. Replies
    9
    Views
    2,511

    chances of being corrupt?

    i am almost finished downloading Borland Delphi PE which is 140.76MB on a bad 56k connection (M$N). what are the chances of it being corrupt?
  6. Replies
    2
    Views
    1,018

    Since this is an HTML editor i decided to make a...

    Since this is an HTML editor i decided to make a function to add text to a edit box in any window.



    BOOL InsertText(HWND hnd, INT id, LPSTR txttoins2){
    BOOL bSuccess = FALSE;
    HWND newHandle =...
  7. Replies
    2
    Views
    1,018

    Adding text where cursor is?

    I am working on a simple HTML editor with a styles wizard. I know how to generate the text but I can only figure out how to add the text to the end. I want to insert it wherever the cursor is but...
Results 1 to 7 of 7