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 Chriss Miller 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. Skorkpup

    Two questions on OLE!

    Hello again gentlemen. Can anybody answer these two questions on the standard ole control in VB6? What do I use to make my ole control respond to a certain file type (in this case wave .wav files) and NOT open up any other file dropped into it. Such as dropping an EXE file into it will...
  2. Skorkpup

    Drag and Drop file opens program with droped file loaded?

    Thanks George it worked. Skorkpup
  3. Skorkpup

    Drag and Drop file opens program with droped file loaded?

    Hi Guys I wonder if any one can help me. I am making a simple program with an OLE control set to wave files. I would like to be able to drag and drop a file into the programs icon and have the file loaded and playing in the OLE control when the progran opens. I would also like the wave to...
  4. Skorkpup

    Reverse sort order in a combo box? please help (vb6)

    Thanks guys. Well, its back to the books to figure out how to do this. Skorkpup
  5. Skorkpup

    Reverse sort order in a combo box? please help (vb6)

    Again soory, its not that simple. TodaysDate = Format(Now, "yyyy mm dd ") Combo1.AddItem TodaysDate TodaysDate is also a .txt file containing text to populate a listview. When a user clicks on a date displayed in the combo box the listview is populated with the text file to show the...
  6. Skorkpup

    Reverse sort order in a combo box? please help (vb6)

    Sorry , no its just a variable with text TodaysDate = Format(Now, "yyyy mm dd ") Combo1.AddItem TodaysDate Skorkpup
  7. Skorkpup

    Reverse sort order in a combo box? please help (vb6)

    sounds good george, but how? Skorkpup
  8. Skorkpup

    Reverse sort order in a combo box? please help (vb6)

    Hi Guys, I am trying to list dates in a combo box. the dates are added, year / month / day like this.. 2005 10 04 2005 10 06 2005 10 05 the combo box with (Sort = true) will display them as.. 2005 10 04 2005 10 05 2005 10 06 This is all well and good, except the recent dates are added the...
  9. Skorkpup

    how can I add gasoline prices usine the 0.00.9 9/10th

    I am trying to add gasoline prices and have them displayed in a text box. but how can I compute the one tenth of a penny? Such as ($3.25.9 plus $3.25.9) would return ($6.51.8). in an ideal world a user would imput the price of gas into a text box. the results would go to a listview, and the...
  10. Skorkpup

    [b] Can I total the items in a listview column? [/b]

    I am using a listview in report view/mode. I would like to total up the cells in a paticular column to display in a textbox. I have no idea of how to go about doing this. any help would be appreciated. Thanks, Skorkpup
  11. Skorkpup

    Can a Grid be accessed like a Listbox?

    I have created a very simple program in VB6 that takes numbers entered into text box's, turns them into variables, makes calculations, and displays everything in a list box. I can select a line and delete it. I can save my list to a file. Everything reloads at program startup. It works great...

Part and Inventory Search

Back
Top