ListView Windows Vista Style
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
7 posts
Page 1 of 1
this is a listview like the one windows's explorer has
the code is very simple and easy (and is not mine)
write this at the top of your class


This file is hosted off-site.
the code is very simple and easy (and is not mine)
write this at the top of your class
Code: Select all
then add the main code under your Public Class
Imports System.Runtime.InteropServices
Code: Select all
That's it now add a list view to your program and write this code in your app _Load event
<DllImport("uxtheme", CharSet:=CharSet.Unicode)> _
Public Shared Function SetWindowTheme(ByVal hWnd As IntPtr, ByVal textSubAppName As String, ByVal textSubIdList As String) As Integer
End Function
Code: Select all
Result:
Download as ToolBox ControlSetWindowTheme(YOURLISTVIEWNAME.Handle, "explorer", Nothing)


This file is hosted off-site.
You do not have the required permissions to view the files attached to this post.
Last edited by XTechVB on Thu Nov 24, 2011 5:49 pm, edited 2 times in total.
You can find me on Facebook or on Skype mihai_92b
aero ? Isn't this just a styled listview, since it won't be aero on windows xp
Axel wrote:aero ? Isn't this just a styled listview, since it won't be aero on windows xpThis isn't compatible with windows xp
You can find me on Facebook or on Skype mihai_92b
XTechVB wrote:Exactly why you shouldn't call it an aero listviewAxel wrote:aero ? Isn't this just a styled listview, since it won't be aero on windows xpThi aint compatible with windows xp
Axel wrote:ok fineXTechVB wrote:Exactly why you shouldn't call it an aero listviewAxel wrote:aero ? Isn't this just a styled listview, since it won't be aero on windows xpThi aint compatible with windows xp
You can find me on Facebook or on Skype mihai_92b
Axel wrote:Exactly why he should. Aero came in Vista so XP is not compatible but this IS Aero styled.XTechVB wrote:Exactly why you shouldn't call it an aero listviewAxel wrote:aero ? Isn't this just a styled listview, since it won't be aero on windows xpThi aint compatible with windows xp
7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023