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 strongm 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: dmxd99
  • Content: Threads
  • Order by date
  1. dmxd99

    CFFile Upload

    I can upload my files (pictures) to the webserver without any problem. However, if I try to upload a few more files, they just overwrite my previous files even though their names are unique. Anyone has any suggestions?
  2. dmxd99

    Help with the tree layout

    I need second pair of eyes for this problem. I have been having problem with the layout of my tree. The children of the tree should be indented under their parents/folder, very much like windows explorer. If my codes works, it should look like this Gallery Gallery1...
  3. dmxd99

    Please help with the tree layout

    I need second pair of eyes for this problem. I have been having problem with the layout of my tree. The children of the tree should be indented under their parents/folder, very much like windows explorer. If my codes works, it should look like this Gallery Gallery1...
  4. dmxd99

    Batch upload of images to webserver

    Anyone knows how to upload a batch of unlimited number of images to the webserver? CFFile only does one at a time. Thanks.
  5. dmxd99

    CSS layout

    Does anyone know how to use Cascading Style Sheet layout to display the tree like windows explorer. Any sample codes would be great. Thanks.
  6. dmxd99

    Line Chart

    Does anyone know a tutorial website site or can give me a starting point to do a dynamic line chart? The data will be pulled out from database using sql queries. Thanks.
  7. dmxd99

    Link counter

    Anyone knows how to track links on a website. I need to determine how many time a user click on a link of a given website. There is more than 1 link on a site. Thanks.
  8. dmxd99

    An equivalent API _execlp but not terminating the caller process

    Anyone knows an ANSI way to call another Java program within C codes without replacing the caller process. _execlp is an API that is used to execute another program but it "terminates" the caller process and I don't want that.
  9. dmxd99

    Fork()

    Fork() may be used to create a child process in unix but I am compiling my c codes in visual studio 6.0 and the equivalent API is createProcess() However I have to stick with ANSI C therefore I can't use createProcess() so is there another API that create a child process that can run in Visual...
  10. dmxd99

    Help with compiling errors a c file in Visual Studio 6.0

    I am trying to compile this piece of C codes in Visual studio 6.0 and getting errors. Is it true that in order to use data type "HANDLE" I need to have #include <windows.h> Can "HANDLE" be used in a c program or only C++? I have a C executable code that need to execute and pass commands...

Part and Inventory Search

Back
Top