Search the Community
Showing results for tags 'dotnet'.
-
Hi! Is there any way to use .NET DLL libraries with AutoIt? I happen to have one that'd have made my life easier, but DLLCall() returns an error: no functions with such name found. Searching and reading forums made me think that's not a fault of a library. I've used yashied's DLL Helper, but it didn't return any function names as well. Thanks!
-
Hello, Is there a way to do something similar to a .DotNet FlowLayoutPanel (http://www.dotnetperls.com/flowlayoutpanel) or something similar to it ? (like the ScrollView from Android (http://examples.javacodegeeks.com/android/core/ui/scrollview/android-scrollview-example/ at the bottom of the page)). I need to do a list of controls, and I need to have a srollbar if the controls are going lower than the window's height. Thanks Jmon