Search results for query: *

  1. poncianux

    System.XML.Linq reference in Framework 2.0

    I know that, but what can I do then?
  2. 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...
  3. poncianux

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

    Thanks for the answer. Now, I know that, the thing I want to know if it has a real affectation to the program, I mean in which case it's better to use explicit or implicit, I think both are simply equals and you can use them both anyway, but the point it's to think about memory usage, the...
  4. 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