Jump to content

NEED HELP IN AUTOITX3 USING WITH VB.NET


Recommended Posts

Dear sir,

I am using visual studio 2010 ( vb.net programming ),  i want to use autoitx3 in my project  i did the following

1) REGISTER THE  AutoItX3.dll WITH  regsvr32.exe ( WAS SECCESSFULL WITH OUT ANY PROBLEM)

2) ADDED BOUTH AUTOIT 1.30 TYPE LIBRARY AND AutoItX3.Assembly.dll , THROUGH "ADD REFERENCE" IN VISUAL STUDIO  WITHOUT ANY PROBLEM

 

Option Explicit Off
Imports AutoItX3Lib
Imports AutoHelperLib
Imports System.Windows.Forms
Imports AutoIt

 

Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

        Dim AutoitCommand As New AutoItX3
        AutoitCommand.Run("notepad.exe")
        AutoitCommand.WinWait("Untitled - Notepad")
        End Sub
End Class

 

WHEN I RUN  NOTEPAD.EXE IS NOT LAUCHED  BUT I AM ABLE TO FIND THE NOTEPAD.EXE IN WINDOWS START TASKMANAGER ( UNDER PROCESS)

PLEASE PROVIDE ME AN SOLUTION FOR THIS

THANKYOU SIR

 

 

 

 

 

Link to comment
Share on other sites

  • Moderators

KPRAVEENSTOCKS,

Please stop SHOUTING! We can read lowercase text just as well.

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Dear sir,

I am using visual studio 2010 ( vb.net programming ),  i want to use autoitx3 in my project  i did the following

1) REGISTER THE  AutoItX3.dll WITH  regsvr32.exe ( WAS SECCESSFULL WITH OUT ANY PROBLEM)

2) ADDED BOUTH AUTOIT 1.30 TYPE LIBRARY AND AutoItX3.Assembly.dll , THROUGH "ADD REFERENCE" IN VISUAL STUDIO  WITHOUT ANY PROBLEM

 

SIR I NEED THE ANSWER TO CONTINUE MY PROJECT,  SO PLEASE

Option Explicit Off
Imports AutoItX3Lib
Imports AutoHelperLib
Imports System.Windows.Forms
Imports AutoIt

 

Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

        Dim AutoitCommand As New AutoItX3
        AutoitCommand.Run("notepad.exe")
        AutoitCommand.WinWait("Untitled - Notepad")
        End Sub
End Class

 

WHEN I RUN  NOTEPAD.EXE IS NOT LAUCHED  BUT I AM ABLE TO FIND THE NOTEPAD.EXE IN WINDOWS START TASKMANAGER ( UNDER PROCESS)

PLEASE PROVIDE ME AN SOLUTION FOR THIS

THANKYOU SIR

Link to comment
Share on other sites

  • Moderators

KPRAVEENSTOCKS,

Please stick to just the one thread at a time - threads merged.

And please try to make your 3rd post one that I do not have to moderate!

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...