trids 1 Report post Posted August 29, 2005 Hi folks .. any tips on retrieving the headers for a ListView control? Or do we need a new "command" parameter for the ControlListview function?( I'm still on v 3.1.1.0 )TIA Share this post Link to post Share on other sites
Raindancer 0 Report post Posted August 29, 2005 Hi folks .. any tips on retrieving the headers for a ListView control? Or do we need a new "command" parameter for the ControlListview function?( I'm still on v 3.1.1.0 )TIA<{POST_SNAPBACK}>Didn't test but maybe a GetHeader command would work?!?http://msdn.microsoft.com/library/default....w_getheader.asp Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer Share this post Link to post Share on other sites
Raindancer 0 Report post Posted August 29, 2005 OR maybe that: http://msdn.microsoft.com/library/default....w_getheader.asp Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer Share this post Link to post Share on other sites
trids 1 Report post Posted August 29, 2005 Thanks Raindancer .. I tried "GetHeader" as a parameter to the ControlListview function, but no luck (@ERROR returns 1). I'll try DllCall with the info you linked to. Share this post Link to post Share on other sites
Raindancer 0 Report post Posted August 29, 2005 Maybe GUICtrlSendMsg ( controlID, msg , wParam, lParam ) would fit too... Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer Share this post Link to post Share on other sites
GaryFrost 11 Report post Posted August 29, 2005 #104390 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Share this post Link to post Share on other sites
Raindancer 0 Report post Posted August 29, 2005 Great! I think it is about time to form the beta to a stable release... Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer Share this post Link to post Share on other sites