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. MCSDMichael

    Should I learn C# or VB.NET?

    Hello, All of the .NET languages compile into IL code. When analysing this IL code you will notice that the optimized level and thus performance level is slightly higher for C# than in VB.NET this is due to referencing and some other tid bits. Although if you learn understand the framework...
  2. MCSDMichael

    Dynamic Controls

    Are you doing this at Work or at Home? If at work check with the SA and see if He/She has modified the security lately, if so you will need to do an Assembly rights assertion. The only other thing that might cause a problem is if your declaration is not in the apporpriate spot and thus runs...
  3. MCSDMichael

    Problem building assembly for sample C# WinForm app

    Hello, The mscorlib.dll deals with the Base Class Libraries Core, rather where it recieves the information to attribute for the object. This means that you probably didn't start a new project and simply loaded the cs file. What you will need to do is create a new solution and run it from...
  4. MCSDMichael

    add text from txtbox into array

    Hello, From what I gather you are going to initially load the information from a text file into memory then do your appendages to the array through typing the words into a text box then you want to rewrite them into the text file: Lets start with the loading into memory... 'This code is in...

Part and Inventory Search

Back
Top