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 TouchToneTommy 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. BruceHesher

    command button to send down arrow

    I have a form that contains a command button and a ListView control. I want the ListView to receive a down arrow when the user clicks on the command button. Any ideas?
  2. BruceHesher

    Does anyone know of a tutorial o

    Does anyone know of a tutorial or reference on using the treeview and listview controls to show the folders and files on a drive?
  3. BruceHesher

    Can a DirListBox show hidden folders?

    I have written a progran that displays a DirListBox and a FileListBox so the user can select files. Hidden files can be displayed by simply setting the Hidden property of the FileListBox to true. The DirListBox does not have a hidden property. Is there a way to get the DirListBox to show...
  4. BruceHesher

    plgblt API equivalent in W98 ?

    I have written a program that uses plgblt (parallagram block tranfer) to rotate the picture in an image control. It works OK under Windows 2000 but the W98 API does not support it. Does anyone know of a W98 equivalent?
  5. BruceHesher

    code printing in color

    Is it possible to print *.cpp files in the same colors as on the screen?
  6. BruceHesher

    VB6 PDW additional file selection

    I've written an application in VB6 and want to use the Package Deploment Wizard to creat a setup package.  There are several files I want to add.  But, the Add dialog that appears when I click on the Add button will only allow me to select one file.  The VB 5 Setup...
  7. BruceHesher

    FindFirst work with partial field contents ?

      Does anyone have an idea how to use the FindFirst method of a DAO recordset to find a record where the specified field contains the desired string (not necessarily the entire field contents)?
  8. BruceHesher

    Large volumes show as 2.1GB using FileSystemObject

    I have written a program in VB5 that lists all of the drives, local and network, that are accessable to the PC on which the program is running. It displays the attributes of the partitions (filesysytem, size, freespace, etc). I used the Microsoft Scripting Runtime library scrrun.dll. The...
  9. BruceHesher

    Hidden folders

    Is there a way to get the directory list box to display hidden folders?
  10. BruceHesher

    recognizing an animated GIF

    I've written a program that displays various rastor graphics<br> as well as animated GIFs. But, I am at a loss as to the best way to determine if a GIF is an animated GIF. The only thing I have found so far is that animated GIFs (usually) have the text &quot;Netscape2.0&quot; imbedded in them...
  11. BruceHesher

    DBCombo box is empty when printed

    I have a form on which there are several DBCombo boxes and a DBGrid. I use the DBCombo boxes to make selections and create a recordset for the DBGrid. Works ok except that when PrintForm is used the DBCombo boxes are printed empty ?<br> any ideas?
  12. BruceHesher

    Image1.picture = LoadPicture(.....) crashes the IDE on some files

    I have written a program that has a filelist box that displays the GIF, JPG, etc. files in the selected folder.<br> When the user clicks on a file it is loaded into an image control using the LoadPicture function. Works great on most files but, some crash the program (and the VB IDE if running...
  13. BruceHesher

    Image1.picture = LoadPicture(.....) crashes the IDE on some files

    I have written a program that has a filelist box that displays the GIF, JPG, etc. files in the selected folder.<br> When the user clicks on a file it is loaded into an image control using the LoadPicture function. Works great on most files but, some crash the program (and the VB IDE if running...
  14. BruceHesher

    How can source code be printed in color ?

    I am really jealous! When I print source code from C++ Builder to my color ink jet it prints with the same colors for keywords, variables etc. that are used on the CRT. But<br> when I print VB source code to the same printer it comes out B/W. Is there any way to print VB source code in color?
  15. BruceHesher

    Kill a file to the Recycled or Recycle Bin folder ?

    I have written a program that can delete the selected file in a Filelist control when the user presses the DEL key. But, I would like to send the file to the Recycled (W9x) or Recycle Bin (NT) folder so that it can be restored if the user changes their mind. The FileCopy command works well to...

Part and Inventory Search

Back
Top