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

    File Associations

    I have written an application which has several output files. A number of users have requested the ability to be able to run the program and load an output file simply by clicking on the appropriate output file. I am not really sure how to do this, but I assume it could be done using a command...
  2. Denk

    Sorting a file.

    Thanks to everyone who gave advice. I have managed to create a much more efficient routine.
  3. Denk

    Sorting a file.

    I am attempting to sort a file which consists of a list of strings which contain two numerical variables stored per line of text. The variables are stored in the following format "0000" and they take the form of a basic x,y coordinate in a 32*40 grid. The two numeric variables can...
  4. Denk

    Visual Basic 5 Compatibility with Windows 95

    I have written a Freeware application using VB5 which has become fairly popular amongst the targeted users.<br><br>However, a number of users are reporting problems when using the program with earlier versions of Windows 95 particularly when installing the program i.e. difficulties installing...
  5. Denk

    Printing contents of a PictureBox so that It Fits On a Page

    I am trying to print a graphic contained in a PictureBox so, that it fits onto a page of A4 paper. However, all of my attempts default to the DPI of the connected printer which results in pictures of varying sizes.<br><br>Can anyone suggest a solution?
  6. Denk

    Timing A Loop

    Thanks Michael, your solution worked well.
  7. Denk

    Timing A Loop

    I am trying to work out the most efficient method of timing a Do..Loop routine. Basically what i want to do is be able to display the amount of time in hours and seconds it has taken to complete the loop.<br><br>Any help would be appreciated.
  8. Denk

    Using Text Boxes to change Currency variable

    I am using Text Boxes to make changes to a variable set as a Currency type. How do I ensure that a non numeric string cannot be entered into the Text Box?
  9. Denk

    Cancelling Routines

    I have created a program which carries out quite lengthy calculations. I want to add an option to cancel the calculation at any point.<br><br>I added a Command Button to act as a Cancel button, but when this button is clicked the calculation routines continue.<br><br>How do I stop the...
  10. Denk

    Opening a file and its associated application from VB

    I need a quick and easy way to open a specific file from VB which also opens the files associated application at the same time. Can anyone help?
  11. Denk

    Converting a 24 Bit BMP to 8 Bit BMP

    I tried that command, but got an error. I am using VB5, is this perhaps a feature only available in VB6?
  12. Denk

    Converting a 24 Bit BMP to 8 Bit BMP

    I'm aware of that, but I want to do the conversion from inside my program. There must be some way to reduce the colour depth of a PictureBox in VB?
  13. Denk

    Converting a 24 Bit BMP to 8 Bit BMP

    Following the problems of using GIF files in my application I am now looking to reduce the colour depth of the BMP graphic displayed in the PictureBox from 24 bit to 8 bit. Can anyone help?
  14. Denk

    Saving PictureBox Contents As A GIF File

    I am writing an application where I want to save the contents of a PictureBox as a graphic file. I would like to do this in 8bit GIF format, but the program always seems to want to save in 24bit BMP format. How do I make the application save the picture as a GIF file?
  15. Denk

    Printing A Picture which is larger than a Picture Box

    I have a program which creates a Picture that is bigger than the Picture Box used to display it. I want to print the full picture, but can't figure out how to do it. Can anyone help? At the moment I can only print the section that is visible within the Picture Box.<br>
  16. Denk

    DLL Dependency Problems

    I downloaded the program and ran it. The Application Setup Wizard still reports the same problem.
  17. Denk

    DLL Dependency Problems

    I have selected the option to create a Dependency firle, but the problem still occurs.
  18. Denk

    DLL Dependency Problems

    I am writing a VB5 program which uses shdocvw.dll, mscomctl.dll and comdlg32.dll. When I use Application Setup Wizard the program reports that Dependency information is missing for these files.<br> <br> Can anyone help?
  19. Denk

    Printing the contents of a PictureBox

    Many thanks, the routine worked a treat.
  20. Denk

    Printing the contents of a PictureBox

    Can anyone confirm a small routine which prints the contents of the PictureBox control.

Part and Inventory Search

Back
Top