Search results for query: *

  • Users: poncianux
  • Content: Threads
  • Order by date
  1. poncianux

    System.XML.Linq reference in Framework 2.0

    Due to most of the computers uses Windows XP or a non updated framework, as developer sometimes you need to use the most common tools, but what happens when the common tools doesn't have what you want? That's exactly what happens to me now with the reference 'System.XML.Linq' I need that...
  2. poncianux

    Question [Public Sub / Public Function] equals [Sub / Function] declaring a function or sub?

    Like the title, I want to know what implies to declare a function or a sub using public or directly Sub / Function i.e.: Public Function Whatever() ' Process End Function versus. Function Whatever() ' Process End Function Thanks.!
Back
Top