Not sure if there is a control like it available in VB6 though.
Edit:
Fixed the above code!
Last edited by Nightwalker83; Oct 18th, 2012 at 05:31 AM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
If you are talking about the control used in the add remove programs to display the list then that looks like maybe a ListView control. But I think it could be done with a grid control or it could possibly even be HTML. No way to tell for sure that I know of.
I'm pretty sure it's HTML, because the Add/Remove-Panel is one of the reasons you cannot de-install Internet-Explorer.
Well, at least i think to remember reading this somewhere.
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
hey guys, i recently find out how to make list like i've posted above..on vb6 we can use Xtre*e S*ite Pro ActiveX, itu support XAML and not require .Net..!
The closest thing I can find using standard VB6 controls is some careful use of the DataRepeater control.
Using this, you can vary the active RepeatedControl in several ways, such as changing colors, font sizes, repositioning controls, making some visible or invisible, etc. However I can't find any way to have the active RepeatedControl have a different size from that of the inactive images the DataRepeater displays.
I also see that using a Common Controls 6.0 manifest to apply the uxTheme results in some controls having a backdrop color other than that of the background they are sited on. I'm not sure if that's white, or the system ButtonFace color or what. But I do know that changing the backdrop for the inactive state to something weird like orange still gets a light-colored, close to white backdrop area around the buttion.
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad