Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. morleyhill

    Default property with parameter problem.

    Sorry, while working on that last post you good people have given me all the answers. Thanks to everyone for their help. There I was thinking the only difference between VB.Net and C# was semicolons and curly brackets!
  2. morleyhill

    Default property with parameter problem.

    Thanks stnkyminky, however- 1. The compiler doesn't like [DefaultMember(true)], it complains that- Attribute 'DefaultMember' is not valid on this declaration type. It is valid on 'class, struct, interface' declarations only. 2. Is the declaration- public string this [int Index] a special...
  3. morleyhill

    Default property with parameter problem.

    Hi Everyone I'm an experienced VB.Net programmer but just starting to pick up C#. I'm trying to convert some VB.Net clases into equivalent C# and I've hit a problem with converting a parametized property. Can someone please help me convert the following VB.Net into C#- Default Public...
  4. morleyhill

    TSQL to query a linked AS400 server?

    I'm no expert but I've just been through a similar exercise- We have an AS400 called SERV On SERV is a library called TSTDT and in that library is a file called SEG1A -which only gives three of the four parts. I linked to SERV from SQL7.0 and called the linked server SERV also. Now from...

Part and Inventory Search

Back
Top