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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sbit72

  1. sbit72

    merging menus and getting implemented interfaces

    Hi i've recently moved to framework 2.0 and i need to port a 1.1 application to 2.0 and also write code compatible with compact framework. Actually i've found a strange behaviuor about a couple of things. The first is retrieving implemented interfaces and classes from an external assembly: //get...
  2. sbit72

    localization of an application

    that's how i've implemented it, there isn't a better way? assemPath = assemPath.Substring( 0,(assemPath.LastIndexOf(@"\")+1)); foreach (CultureInfo CultInf in CultureInfo.GetCultures( CultureTypes.AllCultures)) { string[] exist =...
  3. sbit72

    localization of an application

    Bad luck, i missed to say i'm working on framework 1.1 actually and there isn't CultureTypes.UserCustomCulture Thank you anyway
  4. sbit72

    localization of an application

    Hello I'm quite new to c#, actually i'm working at an application localization. I've searched the web but still have some doubts. Visual studio uses resx file to store string and generate a folder for each language-specific resx file (i.e. it-IT). I need to fill a combobox with all available...

Part and Inventory Search

Back
Top