Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SLider3

  1. SLider3

    Get file Size for files > 4 GB

    Well, i have already tried that function but i can't get it to work on BCB. Or it always returns -1 or i get some Exception Erros. Can you show me how do you use it?
  2. SLider3

    Get file Size for files > 4 GB

    Well, if you could tell me the name of the function and give me some code example would be great. Thanks ;-)
  3. SLider3

    Get file Size for files > 4 GB

    What function should I use if i want to get the File size o a file and it may have more than 4 GB?
  4. SLider3

    ShellExecuteEx issue

    So, nobody knows how to help me? Noone never needed to do such thing?
  5. SLider3

    ShellExecuteEx issue

    yeah, at the command prompt it works fine.
  6. SLider3

    ShellExecuteEx issue

    No. That doesn't work. :(
  7. SLider3

    ShellExecuteEx issue

    Well ...i'm executing the external program using ShellExecuteEx. I put: SHELLEXECUTEINFO sei; memset(&sei, 0, sizeof(sei)); sei.cbSize = sizeof(SHELLEXECUTEINFO); sei.fMask = SEE_MASK_NOCLOSEPROCESS + SEE_MASK_FLAG_NO_UI; sei.hwnd = NULL; sei.lpVerb = "Open"; sei.lpFile = "prog.exe"...
  8. SLider3

    ShellExecuteEx issue

    Come on ...it has to be a way to redirect the stderr to a text file using ShellExecuteEx. Please ... i need help on this one.
  9. SLider3

    ShellExecuteEx issue

    Nobody knows what i have to do? I wasn't clear enought?
  10. SLider3

    ShellExecuteEx issue

    Hi I'm using ShellExecuteEx to run a dos program from my bcb aplication. In lpFile i put the path to the program, and in lpParameters the line with parameters. well, the dos program sends some messages to the monitor and i want to save them to a file. If I run the program in command pronpt it's...
  11. SLider3

    Fonts filename

    bahhhh You may install more fonts ...not every one has the same fonts! Come on, it has to be another way.
  12. SLider3

    Fonts filename

    I don't see how this should help me. :-(
  13. SLider3

    Fonts filename

    I basically need to find the Font file of a given Font name (i guess ...). Well, does anyone have any idea that could help me? Please.
  14. SLider3

    Fonts filename

    I have a FontDialog and i need do to know the filename of the Font selected. For example: FontDialog->Font->Name returns "Arial" but what I need is the filename: "arial.ttf". Thanks in advance.
  15. SLider3

    How do I delete all files in a folder?

    I want to delete all the files in a folder. How can i do that?

Part and Inventory Search

Back
Top