Answer Questions
netk creating a paper version in pdf of a winform
Any one know off a good component that can create PDF documents I'm pretty sure that Crystal supports saving to PDF format, but that means putting up with Crystal Reports. I haven't tried it in a while. Perhaps someone else can&n ...Show All
FJK Communicating between objects in object model
Hopefully this will make sense. I have a class, we'll call it Class1. It contains a collection of Class2 objects, which contains a collection of Class3 objects. Class1 has a property called IsChanged. Class3 has a property called Value. Whenever the Clas ...Show All
bri189a Problem with visual inheritance
Hi folks I'm trying to develop a simple heirarchy of dialogs. The base form contains standard OK/Cancel buttons whose parent is a panel docked to the bottom of the form. I've checked the generated code, and they have been placed correctly as children of the panel. When I build the project, the positioning of the buttons on the derived forms changes somewhat randomly within the panel. Sometimes they place themselves partially or entirely off LHS ...Show All
ajit patra Adding an eventhandler to a control created at runtime
I need some help. I'm creating an application where I add control on runtime to a form. This works fine and I can set all the properties I want. But my problem is how to add a procedure to those controls. I have several controls using the same procedure for handling some specific events (e.g. MouseUp, MouseDown). Can somebody provide a sample or some hints how to solve this hi this code is ok for me. ...Show All
MylesR All Green Lights and No Critters
I have installed 1.2 Terrarium on 2 machines of mine. (Behind a firewall, port 50000 opened and NAT support checked) All lights are green but i dont get anything coming into my terrarium. I have this thing running for at least 24 hours so& ...Show All
TheFatih Set a DateTime Picker Control to show an empty value by default.
Hi I want to know if it's possible set a DateTime Picker Control to show an empty value when I star open my WinForm. Or what datetime control can I use to acomplish this Thanks Hi, I just saw this control on CodeProject.com:&nbs ...Show All
Rubbrecht Philippe Datagrid edit form
Hello, I am currently working on a C# project that has datagrid on it. I am trying to figure out a way to doubleclick on a row of data and have it open that record in a form to edit/delete the record. I have the datagrid&n ...Show All
gsl3 CustomColumn as displayMember inside a user control - Designer error , bug ?
Hi everybody. i have created a custom control that implements a combobox bounded to Customers Table in my database. I created the control cause i wanted to reuse it in different Windows forms of my application. In the Load event of the control i add a Custom column , which i use as the displayMember for the combobox Bounding. When i run my program the control works perfectly. The problem is that when i try to open in the designer a form that con ...Show All
cwolf Datagrid heirarchy
I've a dataset with 1 table and 1 relation. I set this dataset for data source of 1 datagrid. The datagrid creates automatically a link for the child rows. How is possible put the data instead of link You might try posting this ...Show All
MedicineMan how to get url from the control ??
My control is deployed in <object>mydll/object>, in an aspx page. like http://localhost/myproject/default.aspx How can I get the above url (where this object is installed) from inside the mydll object Thanks, varadhg Whoa! I've been wondering how to&nbs ...Show All
cashinde New installation issues
Hi, I downloaded the server (Beta 1) for Terrarium. I am checking both the database and web site checkboxes on the installation wizard. The installation starts and I get a progress bar that moves along. However before I get to the end& ...Show All
David Eliason Hex...i think
i want my program to be able to open up a program and then change offsets in it. can anyone post a tut on how, or give me some code and tell me where to put it Thanx! You can't change the offset (it's a position). You can change the bytes at a given offset, however. I guess that's what you want - manipulate binary files, right You can use System.IO.BinaryReader and read the file into an array of bytes. Then you can change that and write ...Show All
ToMoGroup AutoComplete TextBox
Hello, Autocompletion of textbox in .net 2 works differently than I expect. If customdatasource have strings "Good boy" and "Bad girl", it does not suggest anything if I type "boy" or "girl". It only suggests if I start typing from the beggining of the string. Is there a way to extend autocompletion to this functionality Thanks Hi, that's the normal b ...Show All
vickrish Read line by line
Hello I have a TextBox full of lines of text and now all I want to do is just read them Line by Line ! Regards Use the TextBox.Lines property. for (int i = 0; i<this.textBox1.Lines.Length; i++) MessageBox.Show(this.textBox1.Lines[i]); ...Show All
Harry James <URGENT> Calling a parent form method from a child user control
Howdy all, I'm new to Windows developement and have been struggling on this subject for sometime now. My query is how do you call a method in a parent form from a user control that is in another project Someone mentioned referencing the Parent ...Show All
