Search:

Type: Posts; User: vbbit2

Search: Search took 0.03 seconds.

  1. WPF: Finding text box element before the password field

    conditions = new AndCondition(
    new PropertyCondition(AutomationElement.ControlTypeProperty,
    controlType),
    ...
  2. Replies
    3
    Views
    1,399

    Re: Automatically send space bar key

    Yes I tried that too, no luck. I made sure the application has focus.
    It says cannot send key because the application does not accept windows messages alike error.

    Sendwait does nothing either.
  3. Replies
    3
    Views
    1,399

    Automatically send space bar key

    I have an application that I want to send “space bar” to it but I have tried keyboard pressvirtual key, scan key code and send mouse_event along with send message wm_settext but nothing has worked....
  4. Replies
    2
    Views
    929

    Re: IP and network byte

    Awesome. Thank you.
  5. Replies
    2
    Views
    2,831

    RDP Client and Load Balance Info

    I have an RDP active x written in vb6. I am trying to add the setting load balance info to the advancedsetting per this microsoft article ...
  6. Replies
    2
    Views
    929

    [RESOLVED] IP and network byte

    Can someone tell me how Microsoft comes up with these random numbers for the Ip and port number?
    How to convert in vb6?

    Cookie: msts=IpAddressAndPortNumber\r\n
    Where IpAddressAndPortNumber is...
  7. Thread: Dde vb6

    by vbbit2
    Replies
    1
    Views
    711

    Re: Dde vb6

    I accidentally clicked resolved link. This is not resolved yet. Can admin Mark this unresolved?
  8. Thread: Dde vb6

    by vbbit2
    Replies
    1
    Views
    711

    Dde vb6

    Hello I have an emulator app that is a PowerTerm.
    According to it, DDE can be used to interact with it.

    PowerTerm can be a DDE client application or a DDE server.

    As a DDE server PowerTerm...
  9. Replies
    0
    Views
    570

    remote desktop active x redirectdrives

    Anyone done the remote desktop active x before? There's a setting call about redirectdrives: https://docs.microsoft.com/en-us/windows/desktop/termserv/imsrdpclientadvancedsettings-

    It redirects...
  10. Re: how to launch explorer.exe and open an application

    No, it's not an EXE. That's the thing. It has no exe no path. It just opens "out of no where" if you type the name inside the explorer window. That's why I want to write my code in .net to simulate...
  11. how to launch explorer.exe and open an application

    How do you launch an explore.exe process then navigate to the application name? is there a command for that? I don't want to to do c:\program files\.... I just want to programmingly open up the...
  12. Replies
    4
    Views
    893

    StrPtr and memory question

    I have a questiona bout StrPtr function. It's my understanding it's dealing with memory. Do I need to de-reference it somehow after it's being called to release memory so that it does not cause any...
  13. Replies
    1
    Views
    695

    Remote Desktop Web App Key Repeat Slow

    Hello I have a web app using remote desktop active x - I tried to read the references here:
    https://msdn.microsoft.com/en-us/library/gg983055(v=vs.85).aspx

    but I can't find anywhere that...
  14. Replies
    4
    Views
    1,462

    Re: error handling in command batch?

    Hello here's my batch file content:

    net use A: \\server1\test1 /PERSISTENT:YES
    net use B: \\server2\test2 /PERSISTENT:YES
    Do something

    The problem is, one particular account user does not...
  15. Replies
    4
    Views
    1,462

    error handling in command batch?

    I create a command batch to map two drives using net use. How do I do error handling in the batch file? If each command errors out, I want to just execute the next command line. Right now, it stops...
  16. Replies
    2
    Views
    660

    webbrowser control send keystrokes

    Hi, any way to send keystrokes to the webbrowser control navigating to a webpage? I know I can set the value to the htmlinputlelement, but the webpage does not take the value as it's looking for...
  17. Replies
    1
    Views
    1,349

    IF NOT %ERRORLEVEL% == 0 Question

    I have a batch file that has 4 commands in it.

    Net use...
    net use...
    net use..
    start program

    I would like to know if for whatever reason, one of the net use command is not working, I want...
  18. Move form to center and bottom of screen/desktop

    I have a vb form simple and basic with one label text. I want to move that form to the center and bottom of the screen/desktop. How to do that with vb6?
  19. Replies
    1
    Views
    933

    default printer for runas

    On my PC, I added a printer and make it a default printer. Whenever I go printing, it prints file and shows that printer as my default printer. However, when I do runas on an application and go to...
  20. sending notepad to command prompt window that's hidden

    Hi all is it possible to accomplish this?

    I have a program that does runas on other program, for example cmd.exe
    I want to call that cmd.exe using my runas program. Once it's launched, I want it...
  21. Replies
    0
    Views
    518

    mapped drive seen for a different user?

    My workstation is logged in as user A, I manually map drive for the user as Z. I went to command prompt and type Z: , okay it works. Then I try to runas on the cmd.exe as user B (not Administrator),...
  22. Replies
    1
    Views
    621

    WNetAddConnection2 run-as and shows Red x

    I have a program that opens a notepad and I used WNetAddConnection2 API to map a drive and network. It's working fine, but when I do a runas on my program as another user that's NOT logged into the...
  23. RDP client object server to virtual desktop

    I am using the RDP client object, anyone know how to use it to connect to a virtual desktop?

    Below is retrieved from an rdp file:
    use redirection server name:i:1...
Results 1 to 23 of 23



Click Here to Expand Forum to Full Width