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 SkipVought 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: Fylom
  • Order by date
  1. Fylom

    WriteString problem

    I finally succeed the task. I've used a temp file to back up what is next after the line I was going to change. I use seek to move back the pointer to the begining of the line I wanted to change. I also had to clear the end of the original file because if the new line is shorter than the new...
  2. Fylom

    WriteString problem

    Hi. I'm trying to read a file, search for a particular string, and then replace it with something else. I can easily read and search, but the writting part do not work and I don't understand. As a new C++ programer, I need help ! Here's the code I was roughly using: void ReadWrite() {...
  3. Fylom

    Using DLL function

    Hi. I need help using a dll function. I've tried a lot of things but could not find the good way to use it correctly. the function in the dll is define as : void fft_float ( unsigned NumSamples, /* must be a power of 2 */ int InverseTransform, /* 0=forward FFT, 1=inverse FFT */ float...
  4. Fylom

    Passing array to activeX from web page

    Hi. I want to pass an array of data from a web page to an activeX control ? Should I use Javascript ? And how do I do that ? Can I do that ? Normaly, in a Visual Basic form, I would only use something like: Mycontrol.value = MyArray But In HTML, it's kinda harder... Thank

Part and Inventory Search

Back
Top