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!

Search results for query: *

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

    How to display a control outside of a form?

    I would like to display a picturebox to user, but don't like to use the common form due to its title bar and border. Is there any way I can display a control to user without using a form? Or can I set some properties of the form to hide its title bar and border? How? Thanks a lot! Neo
  2. xcduan

    What happens when loading the same assembly multiple times

    I have a question for you guys. I would like to load a bunch of controls dynamically from assemblies. Some controls may be defined in the same assembly. What happen if I load the same assembly more than one time? If Windows just maintain at most one instance of any assembly in memory, how is the...
  3. xcduan

    Does C# support CallByName?

    Hi there, VB supports CallByName. Does C# support that? How? Please help me out, or I have to write a bunch of ugly switch--case sentences. Thanks. Neo

Part and Inventory Search

Back
Top