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!

Search results for query: *

  • Users: sroohani
  • Content: Threads
  • Order by date
  1. sroohani

    Coroutines

    Hi there, I know perhaps this is not the right place to ask this question. But since I do my code in C++, I prefered to ask C++ programmers. I surfed the net and found some description about coroutines in different programming languages. Does any one know which languages support coroutines and...
  2. sroohani

    Remote Automation problem

    Hi all, I have an Automation server app and I need to run four copies of the app on four different machines, and then control all four copies from one single client machine using Remote Automation. If there was only one server, using Automation Manager and RAC Manager was fine. But what if I...
  3. sroohani

    Detecting SCSI media

    Hi all, I have retrieved a list of all hard drives in my system through GetLogicalDrives and GetDriveType. Now, the problem is that I don't know how to detect which one is IDE and which one is SCSI. Any idea? Regards, Shahram
  4. sroohani

    Reading schedule table of Win2K programmatically

    Hi, my company is going to setup a scheduled backup on our Win2K LAN server to make periodic backups of some folders on some of the machines in our domain. I'm supposed to write a simple client/server code to notify users of their machines being under backup (nearly ten minutes before backup...
  5. sroohani

    .idb file format

    Hello, Does anyone know anything about .idb file format? It should be something other than .idb files which VC++ projects contain. I guess it should be some kind of database file format. This is the format in which Incite Editor saves some kind of data and I'm trying to access it through C++. I...
  6. sroohani

    PPJ Format Specification

    Hi, Althogh I'm not an Adobe Premiere user, I have to find out some info on PPJ format specification, bcause my company has a problem related to that topic. Could anybody please help me to find a resource on Premiere project file specification? Especially I need to access data records on a...
  7. sroohani

    Splitting an avi file into two files(audio and video)

    Hi, I have an AVI file and want to split it into two files (audio stream in a .wav file and video stream in a .avi file). Assuming that its codec is installed on my machine, could anybody please tell me which sequence of filters I should use in DirectShow 8.0 to convert an interleaved .avi file...

Part and Inventory Search

Back
Top