Jump to content

jvetter713

Active Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by jvetter713

  1. Im seeing a lot of posts talking about getting ControlTreeview. I still dont see anything. Im wondering if someone has a sample of how I can perform very basic tasks on a Treeview in an external application. I merely want to be able to read the text of the nodes and do simple mouse clicks on these items. I have studied several samples but have not found anything that I can use yet. Thanks!
  2. I recently downloaded the latest version (Im pretty sure...) and ObjCreate is not available. It throws unrecognizable function error. What do I need to do? Thanks
  3. I just saw an example of the following: Dim $winhttp = ObjCreate("WinHttp.WinHttpRequest.5.1") I dont see anything in the documentation on ObjCreate. This could be wonderful because I am having troubles. Ive been playing around with AutoIt for 2 days now and it is fantastic! I come from a VB and VB.NET background. I am mainly using AutoIt to do some interactions with an external windows app to get information (Scraping basically). I dont know C++ at all and Im trying to use VB.NET in conjunction with the scripts Im writing (which has been surprisingly easy to do btw!) It would be fantastic if I could somehow have my AutoIt scripts return values that I could capture within a VB app and deal with the data there. Any suggestions for this new newbie would be greatly appreciated! Jason
  4. This is actually two questions. 1) I have a DLL that I am trying to access with the following: $dll = DllOpen("C:\Visual Studio Solutions\Windows\SampleDLL\bin\SampleDLL.dll") $result = DllCall($dll, "str", "Class1.Test") The DLL is one I wrote in VB.NET. Is this even possible? All the examples I see are accessing windows DLL's making API calls. Second, Can I access dlls compiled by AutoIt3 with a Visual Basic.NET project? Thanks in advance
×
×
  • Create New...