Search:

Type: Posts; User: Barb4253

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    335

    I'm having a problem with item highlighting. I...

    I'm having a problem with item highlighting. I often have two items highlighted at one time AND MultiSelect is set to false! When I have an item selected and try to select another one, I have a...
  2. Thread: SSTab Control

    by Barb4253
    Replies
    1
    Views
    415

    Is there a way to force the tab that is first...

    Is there a way to force the tab that is first shown when this control is loaded? I have tried:
    SSTab.tab = 0 in the formload to have the initial tab be tab index 0, however, when the control is...
  3. Replies
    3
    Views
    565

    Can anyone tell me if it is possible (and how to)...

    Can anyone tell me if it is possible (and how to) put spaces between tabs with the SSTab control? I have six tabs and want spaces between every two. Thanks in advance!
  4. Replies
    0
    Views
    449

    When I'm "in drag" within a listview and have...

    When I'm "in drag" within a listview and have many items in the list (ie, have a vertical scrollbar), and drag below the listview box I want it to scroll down one item at a time in order to choose...
  5. Replies
    1
    Views
    371

    I'm looking for a way to check to make sure all...

    I'm looking for a way to check to make sure all the info is sent to the printer before closing a module. Perhaps calling Windows?
  6. Is it possible with the Listview control, and if...

    Is it possible with the Listview control, and if so how, to drag an item in a list and drop it into another position in the list? I also want the index number to change appropriately, but the key for...
  7. Replies
    1
    Views
    420

    How do I put a label on the toolbar?

    How do I put a label on the toolbar?
  8. Replies
    2
    Views
    12,678

    I'm having trouble manipulating MSChart X Axis...

    I'm having trouble manipulating MSChart X Axis Labels. First, I would like to have the labels immediately below the tick mark, and thus the graph would draw from that gridline. Secondly, I would like...
  9. Replies
    1
    Views
    900

    I'm having trouble manipulating MSChart X Axis...

    I'm having trouble manipulating MSChart X Axis Labels. First, I would like to have the labels immediately below the tick mark, and thus the graph would draw from that gridline. Secondly, I would like...
  10. Replies
    3
    Views
    462

    Help, the Left$ no longer works in my module. I...

    Help, the Left$ no longer works in my module. I get an "Type Declaration Character does not match declared data type". If I remove the $, it thinks it's an undeclared variable. Any Suggestions? This...
  11. Replies
    1
    Views
    1,137

    How can I have the F9 key run a piece of code...

    How can I have the F9 key run a piece of code when it is pressed, regardless of where in the project the user is?
  12. Replies
    3
    Views
    771

    Is there any way to keep it blue (without...

    Is there any way to keep it blue (without constantly setting focus on the ListView box), like you can with a DirBox?
  13. Replies
    5
    Views
    578

    Thanks

    Thanks!
  14. Replies
    3
    Views
    771

    When selecting an item in the ListView box, it is...

    When selecting an item in the ListView box, it is highlighted. However, if I go click on a DirListBox in another area of the form, the highlight on the item disappears. How can I make the highlight...
  15. Replies
    3
    Views
    589

    Help....why won't this work? Dim itemAdd as...

    Help....why won't this work?

    Dim itemAdd as ListItem
    Set itmAdd = ListView1.ListItems.Add(Text:=sNext)

    I get a type mismatch. sNext is a string
  16. Replies
    5
    Views
    578

    How do I highlight an item in listview so that...

    How do I highlight an item in listview so that the highlight covers the entire row (across all columns)? I have a ListView that has two columns consisting of a filename in column one and the filedate...
  17. Replies
    2
    Views
    1,194

    I have a ListView in my project which populates...

    I have a ListView in my project which populates with with all zip files in a selected directory. The user can change the order (ascending/descending) on either column.
    Q1...I wish to always have...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width