Jump to content
Xtreme .Net Talk

unbreakable

Members
  • Posts

    8
  • Joined

  • Last visited

unbreakable's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Guys, I am using IDesignerHost to auto generate code for one of the controls that I am creating. I basically feed my IDesignerHost with a class component. It auto generates code for all the members of that class component but it is not generating code for the methods of the class component. Any idea how to auto generate code for methods using IDesignerHost? Thanks, Unbreakable.
  2. Guys, I am in the process of creating a user control (Something like a datagrid). I have already written all the properties and methods for the user control. Now I want to give the developer the option to edit the properties of the control using Collection Editor. (The developer should be able to edit the properties of the column at design time simply by choosing a column and editing its corresponding properties). Has anybody ever worked on creating a Collection Editor?. I was looking for some help all over the web but no use. Any help in this issue will be greatly appreciated. unbreakable.
  3. Thanks HJB417. .NET memory profiler was the one that we were looking for. It worked great.
  4. Guys, We are looking at using some third party controls for our applications. But before we use them for our applications, we wanted to make sure that they work fine as far as memory is concerned. So here is what I want to do. There is a third party control called 'Ultragrid' which is same as the 'wingrid' (except it does a lot more). I am planning to write an application with 'Ultragrid' and then the same application with 'wingrid' and finally I want to see how the two applications perform with regrads to memory. Is there a way in C# to log the memory usage for the applications? I hope you guys understand my question. If not I am can explain more. Any suggestions,advice or comments will be greatly appreciated. Thanks, Unbreakable.
  5. I opened form2 as a showDialog window and now if I close form2, the control goes back to form1 and I just close it again there.
  6. How and where do I use 'end'?. Also I tried using Form1.Dispose from Form2 but there is no Dispose property for Form1. Please explain a little more in detail if possible.
  7. Hey guys, I am opening Form2 when a button is clicked on Form1. After the user finishes entering some data in Form2, on clicking a button I want to close both Form2 and Form1. I could close Form2 that was very easy. But I could not close Form1. I tried using 'this.ParentForm.Close();' on the button click event on Form2. But that doesn't work. Any ideas on how to solve this? -Unbreakable.
  8. I want to know whether there is any way of drawing a table in Windows forms(at runtime) which would have textboxes and list boxes in it. Basically I want to get information from the user at runtime and process the input before updating it into the database. I could not use datagrid as it requires a dataset attached to it which I don't want to do. Any suggestions in this matter will be greatly appreciated.
×
×
  • Create New...