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: *

  1. brianwustl

    Alternatives to vsFlex

    I am moving a project from one computer to the other that uses vsFlexArray and other vsFlex products from VideoSoft. But we no longer have the licenses for these products, and we are looking for free alternatives. Does anybody know of some reliable (and free) alternatives to vsFlex? Thanks...
  2. brianwustl

    Problems Transfering Program

    Thank you, that cleared the two first message boxes. But the third message box still comes up. And, I still have the problems with the forms. Any ideas? Thanks, Brian
  3. brianwustl

    Problems Transfering Program

    Hello, I'm trying to transfer a program from one computer to another. I copied all the necessary files, but I still get these 3 errors when opening the program (Visual Basic 6.0): ProjectFolder\REPORTPARAMETERDIALOG.DLL could not be loaded--Continue loading project...
  4. brianwustl

    Simple Question

    Hello, I have a relatively simple question regarding tcl. Basically, I only want some code to run if a value is over another value (which is set to some value minus 8). It is giving me some problems, though: set progressbartop 0 incr progressbartop [expr .movframe.bottom - 8] if {$x <...
  5. brianwustl

    Video Player for VB

    I got this error: Video not available, cannot find 'vids:mjpg' decompressor. Any ideas? Thanks, Brian
  6. brianwustl

    Video Player for VB

    Awesome- thanks for the response! One question before I attempt to implement--- do the avi files have to be uncompressed? Also, do you know of any way that I could open and display .mov files in VB? Thanks, Brian
  7. brianwustl

    Video Player for VB

    Hello, Does anybody know a way I can get a control for VB that will allow me to open up a video file and play it, and easily jump to frames? There is a shareware control bundled with VB 6.0, but it is unregistered (and expensive). Any help would be greatly appreciated! Thanks, Brian
  8. brianwustl

    MS Excel, how to refer to max row number

    Awesome, thanks! It worked.
  9. brianwustl

    MS Excel, how to refer to max row number

    Hello, I am using an add-in tool that uses a formula that looks like this: =Interpolate($C$1:$C$49, $D$1:$D$49, $F1, ,0) However, I would like the formula to be able to pick up the last row number (i.e., "49") from another cell. Do you know how I could do this? Here would be the...
  10. brianwustl

    Remove Data Source

    Hello, I am trying to programatically remove a data source from within VB. I'm not sure where to begin. My VB doesn't seem to recognize the function "SQLConfigDataSource" and I'm not even sure how to implement it. Does anyone know where I should begin? Thanks, Brian
  11. brianwustl

    Problem with division

    I would like to open a text file that contains hundreds of lines of tab delimited numerical values (hundreds of values per line) between 0 and 255. I would like to take the mean average of all these values (so I guess the program would add up all the values and then divide them by the number of...

Part and Inventory Search

Back
Top