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 John Tel 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 scorpion1974

  1. scorpion1974

    Invoke any method of Console application

    Hi, I want to know how to invoke any method written in Console application from other application like Windows Class library? e.g. Console Application ------------------ public static void Main(){} public CallRemoteObject(){} Windows Class Library ---------------------- want to invoke...
  2. scorpion1974

    MS Outlook style display in Windows Forms

    I am developing a windows form with Microsoft outlook style display, that means I have a Treeview control on left side,splitter control on the right side of TreeView control, then on right side there is a panel control which fill the whole form area and inside that panel I have Tab Control .On...
  3. scorpion1974

    Re: Microsoft Outlook style display in Windows Forms

    I am developing a windows form with Microsoft outlook style display, that means I have a Treeview control on left side,splitter control on the right side of TreeView control, then on right side there is a panel control which fill the whole form area and inside that panel I have Tab Control .On...
  4. scorpion1974

    Resizing User control in web browser

    I apologize if anybody offended.My intention was never to hurt anybody.I appreciate your time and help and expect the same in the future. Thank you scorpion
  5. scorpion1974

    controls resize with form resize

    I am developing a Windows Control Library application in C#.I have several controls on my form and I want all the controls to resize when my form gets resize.Does anybody know how to do that? Thank you.
  6. scorpion1974

    Resizing User control in web browser

    That is what I am not looking for.Does anybody know the solution?I know I can resize the applet in browser but same code doesn't work for <OBJECT> tag and UserControl(Windows Control Library) in ASP.NET. Thank you and waiting for proper solution.
  7. scorpion1974

    Resizing User control in web browser

    Hi, I am developing an ASP.NET page which embeds Usercontrol using OBJECT tag.I want usercontrol to resize with Internet Explorer's window resize.e.g. if I resize IE's window by stretching it's handle then UserControl's height and width should also resize corresponding to the width and height of...

Part and Inventory Search

Back
Top