Virgilio1 Posted September 21, 2011 Posted September 21, 2011 Hi, I'm a beginner you're going to use Autoit a few months. in an application I need to use the Data Grid control type. With the use of visual basic FlexGrid, but with Autoit how do I get something like that? Sorry for my bad English.
rcmaehl Posted September 21, 2011 Posted September 21, 2011 The approximate equivalent of that is a ListView with multiple columns. Although, I'm not 100% sure as I don't code in Visual Basic and I only did a simple Google search. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF
Virgilio1 Posted September 21, 2011 Author Posted September 21, 2011 I use the Listview, but is not the same as a Grid, is much more limited and it is fine for small amounts of data. to understand what I mean look what you can do on the internet with the FlexGrid ActiveX component. Thanks anyway for the answer.
martin Posted September 21, 2011 Posted September 21, 2011 If Flexigrid is an ActiveX component then you can use it in AutoIt. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Virgilio1 Posted September 22, 2011 Author Posted September 22, 2011 you could post an example? Thanks
ReFran Posted September 22, 2011 Posted September 22, 2011 For the use of MSFlexGrid you need a licence or VB6 on Board. There are some freeware ..grid.ocx on the net like MSTGrid. HTH, Reinhard
RichardL Posted September 23, 2011 Posted September 23, 2011 There is also the MSHFlexGrid which has more features. The two important files are C:\WINDOWS\system32\MSFLXGRD.OCX, MSHFLXGD.OCX and I think they arrive with VB6, MS Office or any application that uses them.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now