Search:

Type: Posts; User: rEtard

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,009

    ah great, i guess its gd enuf for the meantime. I...

    ah great, i guess its gd enuf for the meantime. I will check out whether theres an API for processing .gif files and let you guys know. Anyway what about capturing Desktop images ? Whats the function...
  2. Replies
    5
    Views
    3,009

    Writing a .gif animator software

    Hey guys, recently i have started to work with website designing and kinda took notice of .gif animation files. I made a search for some freeware softwares and most only allow me to use the software...
  3. Thread: Property Sheets

    by rEtard
    Replies
    8
    Views
    3,434

    yeap, but the function didn't work. I meant the...

    yeap, but the function didn't work. I meant the GetLastError() returned 1402
  4. Thread: Property Sheets

    by rEtard
    Replies
    8
    Views
    3,434

    CodePlug, i used SetWindowPos becoz they have a...

    CodePlug, i used SetWindowPos becoz they have a flag to restrict the size of my dialog changing and it returned 1402 - INVALID CURSOR HANDLE, what does it mean man.
    My code as below.


    BOOL...
  5. Thread: Property Sheets

    by rEtard
    Replies
    8
    Views
    3,434

    Can someone tell me, how to set my dialog...

    Can someone tell me, how to set my dialog position ? I used SetWindowPos and MoveWindow but it didn't work. ( my dialog box is the Parent/Main )
  6. Thread: Property Sheets

    by rEtard
    Replies
    8
    Views
    3,434

    Hey man, i know how to link to the *lib alreadi....

    Hey man, i know how to link to the *lib alreadi. THANZ !! and the property sheet is working fine.
  7. Thread: Property Sheets

    by rEtard
    Replies
    8
    Views
    3,434

    err codeplug, i got my property sheets reference...

    err codeplug, i got my property sheets reference from msdn, and it returned that error to me. can you tell me what does this mean and how should i link it?


    You have to link with comctl32.lib and...
  8. Thread: Property Sheets

    by rEtard
    Replies
    8
    Views
    3,434

    Property Sheets

    Does anybody have a tutorial on Property Sheets ? i can't find anyone except for MFC, i need win32 api one. Anyway this is what i came out with after reading MSDN propersheety example, but returned a...
  9. Replies
    1
    Views
    2,200

    networking comfirmation

    Hey guys, i need some comfirmation about networking programming.
    I learnt win32 api programming and i think im comfortable enuf to move on to someting advanced, i wish to try out Networking now.
    I...
  10. Replies
    1
    Views
    1,344

    Check if program is alreadi running

    Whats the function i should look for if i wan to check if a similar program is alreadi running ?
    ETC: i run program A, and i click A.exe again, i wan program A to auto restore instead of running...
  11. Thread: system()

    by rEtard
    Replies
    2
    Views
    1,029

    Thanz anonytmous ! u always give me the best...

    Thanz anonytmous ! u always give me the best advice and examples
  12. Thread: system()

    by rEtard
    Replies
    2
    Views
    1,029

    system()

    Guys, im trying to run a .txt file from my program. I chose to use system() to do it but whenever i ran it, a Dos console C:/windows/system32/cmd.exe came out together with the .txt file, is it...
  13. Thread: FindFile

    by rEtard
    Replies
    2
    Views
    1,219

    Yea, thats what i am stucked with, what if i wan...

    Yea, thats what i am stucked with, what if i wan the 2nd file or 3rd file as and when the user request?
  14. Thread: FindFile

    by rEtard
    Replies
    2
    Views
    1,219

    FindFile

    Guys, do win32 api offers a function to search a directory for files like FindFirstFile() and FindNextFile() but instead finding files by their position in the directory, meaning like 1st in the...
  15. Replies
    1
    Views
    1,297

    Can someone explain to me

    void CalculateMousePoint(int MaxCount,int minX,int minY,int MouseX,int MouseY)
    {
    int i=0; // for loop
    int noteWidth = 54;
    int noteHeight = 50;
    static int maxX;
    static int maxY;...
  16. Replies
    7
    Views
    2,002

    Sorrie, i found the solution alreadi, i was just...

    Sorrie, i found the solution alreadi, i was just hesitating whether i should use %s as the format specifications, msdn said to avoid it for buffer over-run
  17. Replies
    7
    Views
    2,002

    Smurf, can u show me how to use wsprintf() to...

    Smurf, can u show me how to use wsprintf() to display char variables ? or string arrays
  18. Replies
    7
    Views
    2,002

    Smurf ! Thanx A Lot !!! That Was What I Wanted

    Smurf ! Thanx A Lot !!! That Was What I Wanted
  19. Replies
    7
    Views
    2,002

    adrianxw, how do i use the debugger ? are you...

    adrianxw, how do i use the debugger ? are you referring to the break points ?
  20. Replies
    7
    Views
    2,002

    need some advice on displaying values

    Ok, the topic is quite misleading but more or less, it spreads my difficulties.
    So far in my work of Windows Programming, i realised i always have trouble finding the values of my variables. For...
  21. Replies
    11
    Views
    2,628

    anonytmouse, i tried the following but none seems...

    anonytmouse, i tried the following but none seems to work perfectly, can you tell me the problems?


    WriteFile(File,Title,Length2,&TitleWritten,NULL);...
  22. Replies
    11
    Views
    2,628

    Any advice on how i could achieve it ? im trying...

    Any advice on how i could achieve it ? im trying to seperate my ID_TITLE and ID_MAIN text infos from each other, everithing is lined up together and its ugly.
  23. Replies
    11
    Views
    2,628

    Great, thanz, i should be able to get the working...

    Great, thanz, i should be able to get the working path now. One more problem guys about the WriteFile(); I have 2 editbox - ID_TITLE and ID_MAIN. Its the Title box and the main details box. The...
  24. Replies
    11
    Views
    2,628

    Ken, do you know of any functions for checking...

    Ken, do you know of any functions for checking the directory my program will be in ? so that i can correctly save the file in. kinda like C:/program files/retard/ < - my program folder.
  25. Replies
    11
    Views
    2,628

    OH, no wonder, i guess i missed the...

    OH, no wonder, i guess i missed the GetDlgItemText() ! damn, THANZ
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4