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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SLider3
  • Order by date
  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?
  16. SLider3

    ExecutAndWait

    Can you give me some example coe please?
  17. SLider3

    ExecutAndWait

    My program should run another program and wait him to finish his job and only then execute the next line. How can i do this?
  18. SLider3

    is not a member of 'TForm1' ....why???

    Yes, I?m sure i send the file 'other.cpp' and I'm sure he loaded my project. That's why I don't understande what's wrong :s Does anyone have any idea?
  19. SLider3

    is not a member of 'TForm1' ....why???

    I have one project with some source files. I have the main source file (main.cpp) and it header file (main.h) where are declared all the objects on the form. In one of the oters source files (other.cpp) i needed to use some objects in the form, so i had the line #include "main.h" to 'other.cpp'...
  20. SLider3

    bidimensional array problem

    That's the problem. The array could have values different than 5. And i didnt know memory allocation and as thisn is for a scholl work I think it's suppose not to use it. Can someone put here some code for what i'm asking?

Part and Inventory Search

Back
Top