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 Mike Lewis 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: TJay
  • Order by date
  1. TJay

    Just Created output file shows up 30 seconds later

    I've created a VB6 program without any forms. The program's properties is set to start with sub main rather than a form at startup. I then run this program in a MS-DOS prompt window. The program reads several input files and outputs a single file. It works fine EXCEPT the program returns me...
  2. TJay

    Problem Reading a Just created file

    I have to SHELL to DOS to run an old program that creates a file. I then execute CLOSE in VB6.&nbsp;&nbsp;Works OK, file is created! BUT, when I try to read the file it's not there ( I assume I have to somehow refresh the directory???? )<br>Any suggestions?<br>When I start the program again, it...
  3. TJay

    A DeskTop ICON for my program, how?

    I'm using the VB 6 package and deployment wizard and I want to have it install a desktop Icon ( myapp.lnk ) but it says there already is a file by that name, but there isn't except of course the file the .lnk file points to ( myapp.exe ).<br>How do you get the setup to put an icon link in...
  4. TJay

    Duplicate Main Forms, WHY?

    csFrmcreate.Show vbModal, Me<br><br>There is a file selected from the 2nd form csFrmCreate and then a button to process the file and when it is finished assigning data to the Main form, the 2nd form csFrmCreate ends.<br><br>If I don't csFrmMain.show at the end of the code executed by the button...
  5. TJay

    Duplicate Main Forms, WHY?

    I still get a duplicate Main form ( 2 Main forms, 1 with the data and 1 additional duplicate main form behide it without the data).<br>I just want 1 copy of the Main form. ????
  6. TJay

    Duplicate Main Forms, WHY?

    I've got a main form with a button when clicked shows a new form in which I select a file to work with and assign the data to the main form ( some labels, msflexgrid). <br>At the end of the 2nd form I can .hide the 2nd form or unload the 2nd form&nbsp;&nbsp;( either one ) and I get the main form...
  7. TJay

    MsFlexGrid sorting on a column

    Thanks! Works great, and easy!
  8. TJay

    MsFlexGrid sorting on a column

    I'm trying to sort a MSFlexGrid on a column<br>after the data has been loaded.<br>From the documentation it seems that I can<br><br>msflexgrid1.sort = 3<br><br>to sort in numeric ascending order <br>BUT<br>how do I tell it which column to sort on?<br><br>&nbsp;
  9. TJay

    Multi-dimensional array limits?

    Remove Array Bounds Checks is NOT checked.<br>Should it be?<br>I can create the .EXE file in p-code in a few seconds but the native code option takes about 30 minutes now.
  10. TJay

    Multi-dimensional array limits?

    I created an array <br>Public t(1 to 400, 1 to 1500)<br>to ready in a comma delimited data file&nbsp;&nbsp;<br>and in the programming environment it works great. I can run it or compile and run without a problem.&nbsp;&nbsp;<br>When I try to create an .EXE I just get the hourglass and it never...
  11. TJay

    Can Access databases be freely distributed?

    Can Access databases be freely distributed?<br>I'm wanting to write a VB6 database application and I'm wondering if part of Microsoft Access can be freely distribued with the application? If not does anyone know of a database that can be freely distributed?
  12. TJay

    SHELL to DOS

    I've got an old Visual Basic for DOS front end program that SHELL's to DOS and runs a QBASIC program and some bat files and then returns to the main screen.<br> When a try this in Visual Basic 6 with the same SHELL command it runs the QBASIC program but minimizes the run and it doesn't return...
  13. TJay

    QBASIC to Visual Basic Conversion

    I've go a program written in QBASIC with a Visual Basic for DOS front end. How difficult would it be to convert it to Visual Basic?<br> It has a dozen or so QBASIC programs and runs several BAT files and some REXX programs in DOS.
  14. TJay

    QBASIC to Visual Basic

    I've go a program written in QBASIC with a Visual Basic for DOS front end. How difficult would it be to convert it to Visual Basic?<br> It has a dozen or so QBASIC programs and runs several BAT files and some REXX programs in DOS.

Part and Inventory Search

Back
Top