Prev: Nested ListView
Next: Stop The Heat From Sun Rays
From: shadow-monster via DotNetMonster.com on 28 Mar 2010 22:58 Good Day to all I just want to understand the use of each code and if possible an example code thanks. Free File() Comparemethod Line Input() Instr() Getlastwritetime() Thanks much.. :) -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201003/1
From: Mark Rae [MVP] on 29 Mar 2010 01:23 "shadow-monster via DotNetMonster.com" <u58543(a)uwe> wrote in message news:a5b65e4e27282(a)uwe... > I just want to understand the use of each code and if possible an example > code thanks. That's precisely what MSDN is for... > Free File() http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.filesystem.freefile.aspx > Comparemethod http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.comparemethod.aspx > Line Input() http://msdn.microsoft.com/en-us/library/8e33ddk1.aspx > Instr() http://msdn.microsoft.com/en-us/library/47d6yh63.aspx > Getlastwritetime() http://msdn.microsoft.com/en-us/library/system.io.file.getlastwritetime.aspx So, next time you need information on any of the .NET Framework classes such as their methods and properties, together with code examples, all you have to do is: 1) Launch your web browser (e.g. IE, FireFox, Safari, Chrome etc) 2) Navigate to http://msdn.microsoft.com 3) Enter the class, function, method or property you're interested in 4) Hit the button This will give you the information you require in a matter of seconds instead of having to wait several hours for someone to do the search for you... -- Mark Rae ASP.NET MVP http://www.markrae.net
|
Pages: 1 Prev: Nested ListView Next: Stop The Heat From Sun Rays |