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

    TNotifyEvent Question

    Hi All, I translated the default.isl in INNO Setup to be generic which would allow me to use it to make other wizard types besides setup wizards. Anyway, I'm currently working on a backup wizard and I have encountered a problem I haven't yet seen in Delphi Pascal. The problem is that I need to...
  2. NeoValence

    Excel Formula Help

    Hi All, How would a function/formula look that would create/verify a serial number that looks like this: AYYMMXXXX where A is constant, YY is the current 2 digit year, MM is the current month, and XXXX is a whole number that gets incremented with each additional product? Thanks, Neo
  3. NeoValence

    Data Verification in Excel?

    Hi All, Is it possible to verify if data is sequential or not. If so how would one accomplish this? I'm creating a serial # log sheet if that helps at all. I want each serial # that's entered to be equal to the previous cell incremented by one. Thanks in Advance, Neo
  4. NeoValence

    Setting Hyperlink Address?

    Hi All, Is there a way to have the hyperlink address be infered as opposed to hard coded. I know some programs allow you to do this programatically by typing .\ where the .\ basically says whatever directory the current file is in w/ link. Allowing you to enter any subdirectory you desire (so...
  5. NeoValence

    How to query USB devices?

    Hi All, Is there a method to query USB devices, like a USB2Demon or a flash drive. If so, what is the namespace and class its under? Thanks,
  6. NeoValence

    How would I display a console in a form?

    Hi All, I new to oop programming, so please excuse the new-b question. Is it possible to display a console in a windows form? If so, how would one go about doing so? An example would be greatly appreciated. Thanks,
  7. NeoValence

    Optimizing Procomm?

    Hi all, I've noticed that when procomm is just sitting there idle without a serial device connected to the pc, and a char is pressed when the procomm terminal has focus the cpu utilization goes to 100% and stays there until a device is connected via direct connect or procomm is closed. This...
  8. NeoValence

    JSSys3.dll

    Hi All, Does anyone know where i can download JSSys3.dll? Also, how is it installed? Thanks in Advance,
  9. NeoValence

    When QUIET syntax?

    Hi All, Does anyone know why i can't get this to work? when QUIET RESET ; When i try to compile i get this error: Error C020 Line 238: Invalid token: RESET Thanks in advance,
  10. NeoValence

    Spawning with the Execute command

    Hi All, Would it be possible to run a script that uses the EXECUTE command to spawn another script from a network drive where your privelages for that drive are READ Only. If so, how can it be done? My guess is it would not be possible, since when the EXECUTE command is issued and the spawned...
  11. NeoValence

    ftext output problem?

    all, Why is it, when i use the ftext control in a dialog box the file data is being displayed misaligned, and when i open the text file in the ftext filespec that is being dispayed, the data fields are perfectly aligned? Is there a way to correct this problem? Thanks,
  12. NeoValence

    Printing Text Files

    Hi All, Is it possible to send a command that would print a text file. if so what would the command be. I've searched for a way to do such, but every way i could find seemed too impractical. Thanks in advance, NeoValence
  13. NeoValence

    Help with creating an array from capture file.

    hi all, i'm working with a video generator which has a video mode query command. when the command is typed a list of 95 different video modes are displayed one mode per line in the terminal window. the captured file looks a bit like this. 63 : 1600x1200 @47.95 64 : 1600x1200 @48 65 ...
  14. NeoValence

    How can i shorten redundant script?

    Hi All, Is it possible to shorten this script which is repeated 16 times to accomodate 16 separate inputs where the only values that change are the input number? integer choice = 0 proc main sdlgmsgbox "Cabling Config." "Connect your tp generator to Input #2 on the UUT. Then click OK." STOP...
  15. NeoValence

    Diamond Viper 9600xt driver out of date?

    Hi All, I recently bought a Diamond Viper 9600xt, and installed it in my old AMD K7 system. Initially i used the disk drivers that came with the card and it all worked fine till i tried to play a game. When a DX9 game is started i get a dialog telling me my drivers are out of date. So i went...
  16. NeoValence

    Need help setting modem connections with a user input dialog

    Hi All, I'm new to scripting so please excuse the new-b question. I need to set two modem connections using the users input from a dialog i created using the dlg editor. The problem seems to be variables to make it all happen. This is what i'v come up with so far. proc main dlg0() uuttrm()...

Part and Inventory Search

Back
Top