Search:

Type: Posts; User: On Error Try Again

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,043

    Re: Reading from a USB port

    I don't care about the mouse. I don't care about the keyboard. I wish you two would quit elaborating about the damn mouse, it was only an example, a very abstract example for that matter. I was just...
  2. Replies
    11
    Views
    1,043

    Re: Reading from a USB port

    This is not about how VB sees the mouse through the mouse events. The mouse's USB wireless adapter is just an example of what I am referring to. I'am asking how can I read the data from that adapter...
  3. Replies
    11
    Views
    1,043

    Re: Reading from a USB port

    Well I did mention the usb adapter from my mouse. I believe there is some app or the OS itself that reads from that plugged in adapter else how would it control the mouse movements. So, if it can...
  4. Replies
    11
    Views
    1,043

    Re: Reading from a USB port

    Incorrect reply on my part see next post
  5. Replies
    11
    Views
    1,043

    Reading from a USB port

    How do I read data from a USB port. If I plug in the USB adapter, say from the mouse adapter can my VB program read the data from that USB port
  6. Re: preview form before printing

    Interesting. Exact copy of your code and it works perfectly for me.

    Post your project and I will test it - maybe it's your OS but it is certainly not your code or at least the code you posted in...
  7. Replies
    3
    Views
    535

    Re: P&D | Error 429

    Don't you think one thread is enough
  8. Re: How to preview textboxes before printing

    Go back and look at my post in your other thread
  9. Re: preview form before printing

    Maybe your Form's Backcolor is black. Using the code you posted in #5 I see no way it can produce that appearance and it works for gibra and me

    Run the attached project it is an exact copy of your...
  10. Replies
    2
    Views
    839

    Adding USB ports

    My PC has three USB ports. Is it possible to add more?
  11. Re: preview form before printing

    I tested it too and it appears to work. It just prints the text from all the Textboxes on Form1 onto Form2
  12. Replies
    8
    Views
    1,317

    Re: Have good ider to find handle

    Handle and name and classname not same. Handle will change each time you close and re-open same window because handles are assigned by OS as windows become opened. Classname will not change.
  13. Re: preview form before printing

    I don't think textbox should be a boolean and what is PrintText
  14. Replies
    8
    Views
    1,317

    Re: Have good ider to find handle

    Here's a project that might be of help for you. It's based on Spy++
  15. Re: preview form before printing

    What is this?

    You're missing your third argument
  16. Replies
    1
    Views
    457

    VB Program Question

    Is it possible to write a VB application that can respond to a remote control similar to what you would use for a TV set or a DVD player, VHS Tape player, etc

    I'm thinking of some kind of an...
  17. Replies
    2
    Views
    830

    ListView Question

    When I start my app the first line in the list view is highlighted. How do I not allow this. I don't want anything selected unless I manually select it
  18. Replies
    9
    Views
    1,498

    On Error works one time only

    In the following code:



    '
    '
    '
    Start:
    List1.Clear
    List2.Clear
  19. Replies
    8
    Views
    1,444

    Re: Aligning text in a Listbox

    I decided to use Courier 15 it makes everything easy and smooth
  20. Re: Making my Form Height and Width bigger

    Oh, never mind. I don't know what I was thinking. It expands to the TV size as long as i make it max size
  21. Making my Form Height and Width bigger

    I can't make my Form any larger than the current screen I'm working in. I'm using 1280 x 720 and I can make it fill the entire screen which is W=19320, H=10920.

    What I want is to make it as big as...
  22. Replies
    8
    Views
    1,444

    Aligning text in a Listbox

    I'm using a Listbox to show names of videos and I need to also show the date watched so I would like for the date watched to align in the same position regardless of the length of video name. I want...
  23. Replies
    2
    Views
    1,140

    Popup Menu Font

    The standard font that I see on all of my popup menus is MS Sans Serif 8. How can I make this bigger?
  24. Replies
    4
    Views
    1,217

    Re: USB Storage device issue

    If the UCB storage device is plugged in to the computer and I press the On button the computer turns on but that is it. The screen goes black (not even a flashing cursor) and it just sits there never...
  25. Replies
    4
    Views
    1,217

    USB Storage device issue

    I just purchased a Seagate USB 1T Backup Plus Slim Portable Storage. If it is pluged in first my computer wont boot but if it is not I can boot my computer then plug in the USG device and it works...
  26. Replies
    6
    Views
    1,932

    Re: Highlight Listbox Entries

    I do not want to select the item - just highlight it without actually selecting it. I see this in certain apps where user simply moves the mouse and the item under the mouse highlights but it is not...
  27. Replies
    6
    Views
    1,932

    Highlight Listbox Entries

    How can I move mouse (without left button down) over items in a listbox and have then highlighted
  28. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    I think I got it

    This line I got for post #30

    sShellLine = Chr(34) & "C:\Program Files\Ahead\Nero ShowTime\ShowTime.exe" & Chr(34) & " " & Chr(34) & "D:\DVD Movies\" & MovieName & Chr(34)

    ...
  29. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    Here is my complete program
  30. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    Nope, same problem, file not found, but it still works if I shell a bat file

    Also I made a change:

    I made a copy of D:\DVD Movies to C:\DVD Movies

    sShellLine = Chr(34) & "C:\Program...
  31. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    Nope, doesn't work, same as previous attempts but this time I get return code 2
  32. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    OK, I found a way around this problem. In my program....



    '
    '
    Dim MovieName As String
    '
    '
    Private Sub List1_DblClick()
  33. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    Even if I reboot the PC it still plays 'Dark Country'

    Yes, I am absolutely positive I am passing the correct path and file name

    If I rename the folder Dark Country to X Dark Country and even if...
  34. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    Well, one problem solved another one created

    It appears when I use Shell or ShellExecute, Nero comes up and plays the same video over again even though I pass it a different name.

    Here's what...
  35. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    BINGO! That made it work - Thanks a million Elroy the 0& did it
  36. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    When I installed Nero on my machine it automatically associated itself with all the video file types (.IFO, .VOB, .BUP). If I double click on any .VOB file Nero is launched and it will play only the...
  37. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    I get 31 and nothing else happens. Clicking on a VOB file only gets you what is on that file so it wont be the entire video so that is why I click on IFO which tells the media player all the other...
  38. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    OK, if I do what you are suggesting:

    Dim strPath As String

    strPath = "D:\DVD Movies\Dark Country\VIDEO_TS.IFO"
    ShellExecute Me.hwnd, "open", strPath, vbNullString, vbNullString, SW_SHOW
    ...
  39. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    Here's an example of what I mean

    On my PC all I have to do is this:

    Shell "C:\Program Files\Ahead\Nero ShowTime\ShowTime.exe D:\DVD Movies\Dark Country" and it plays the video

    but on my...
  40. Replies
    39
    Views
    8,429

    Re: Emulate Double Click

    I'm not sure that is what I am looking for. First, my program wont know what application to shell and second my program won't know how to pass the path of the file to the shelled application. I...
Results 1 to 40 of 69
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width