Search:

Type: Posts; User: rgf21

Search: Search took 0.01 seconds.

  1. Thread: marquee

    by rgf21
    Replies
    4
    Views
    1,004

    VS 2008 Re: marquee

    yes :)
  2. Thread: marquee

    by rgf21
    Replies
    4
    Views
    1,004

    VS 2008 marquee

    Hi.

    I need to make a marquee control in vb.net, but I need it to run completely in a different thread, but I can't update the UI of the control outside the main thread.

    Can anyone help me?
  3. Replies
    27
    Views
    27,680

    Re: [RESOLVED] Detecting Drive Letter of USB Drive

    I already did that but still doesn't work.

    If I change to:


    If Unit And i Then msgbox(Chr(i + 1 + Asc("A")))

    It prints G: , H: and I: and the real letter is H:. With another usb pen prints...
  4. Replies
    27
    Views
    27,680

    Re: [RESOLVED] Detecting Drive Letter of USB Drive

    Hi. thanks for your code.

    It gives me the wrong drive letter. if I use 1 usb pen, windows says its F: and the code says its G:. can you help me?
  5. Replies
    1
    Views
    510

    listbox drag problem

    Hi. I have this code to add files to a listbox when I drag them from a listview. My problem is that it adds two times each file.


    Private Sub lblDropTarget_DragDrop(ByVal sender As Object,...
  6. Replies
    4
    Views
    800

    Re: [2005] Array.BinarySearch

    Thanks. I used another solution without the array.
  7. Replies
    4
    Views
    800

    Re: [2005] Array.BinarySearch

    If so, how can I search the array?

    I didn't notice that the array must be sorted...

    Thanks
  8. Replies
    4
    Views
    800

    [RESOLVED] Array.BinarySearch

    Dim lista() As String
    lista = pathDest2.Split(",")
    MsgBox(Array.BinarySearch(lista, lista(1)))

    How can this code return -1 ???
  9. Replies
    1
    Views
    629

    [2005] Check if file is in use

    How can I check if a file is being used by anther program?

    Thanks
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width