Search:

Type: Posts; User: DominicLavoie

Search: Search took 0.02 seconds.

  1. Copy/Paste TextboxContent from Another Application

    Hi,

    I need to retrieve the textbox's content from another External Application and copy the string in my VB.NET application.

    I succeed to access the external application with the 'FindWindow'...
  2. Re: How to lock the checkboxes in a listview

    Thank you Hack,

    That exactly what I would like to do.

    Dominic
  3. Re: How to lock the checkboxes in a listview

    As I said, is just for a better look. A certain column is to show if some modifications are did or not for the row. That's why I use the check box to demonstrate the status of the row.

    The user...
  4. How to lock the checkboxes in a listview

    Hi,

    I have a listview that represent the list of some data. This listview is just for the reading. I don't want the user be able to modify any data directly in the listview.

    For a better look,...
  5. Show "Waiting" form (Non modal) when click on button from Modal form

    Hi,

    I have a modal form with a button. When I click on this button, it take a long time because it's doing a SQL query. During that time, I would like to show a form with a message on it to let...
  6. Thank RhinoBull for your reply, I have already...

    Thank RhinoBull for your reply,

    I have already worked on your second idea. Did you already suceed this kind of code.

    The best is to have the left, top, height and the width of the subitem to...
  7. Insert a combobox in a dynamic listview as subitem

    Hi,

    I created a “dynamic” listview (I mean, the number of columns, the width of the ColumnHeaders depends of the code).

    I use the kind of code to populate the listview

    ListView1.View =...
  8. Replies
    4
    Views
    17,292

    In design time

    What I want to do is less complicated than the code that you send me. It's in desing time that I want to draw the line, not in runtime.

    In vba, what is the equivalent control for VB line

    thanks
  9. Replies
    4
    Views
    17,292

    Draw line in a vba form

    Hi,

    I would like to know how I can draw a line in a vba form like I can do in VB with the Line control.

    Thanks everyone.

    Dominic Lavoie
  10. Thank you Marty, I think I don't really have...

    Thank you Marty,

    I think I don't really have the choice to return the code to another Sub, but is very strange that there's no keyword to directly return the for loop to the next iteration by a...
  11. Yes, I want that the messages box appear: 1 2...

    Yes, I want that the messages box appear:

    1
    2
    3
    4
    6
    7
    8
    9
  12. Hi Marty, Your Exit For works but I want tha t...

    Hi Marty,

    Your Exit For works but I want tha t the loop continue after i=5.

    And my code is not as simple as this example. It's neither
    if something append that is wrong then
    Continue...
  13. For ... Next Loop Continue/Resume/Break Iteration

    Hi everyone,

    I want to use an expression like Resume/Continue/Break into a statement of my For ... Next loop to continue the loop to the next iteration:

    Example:

    for i=0 to 10
    if i=5...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width