all groups > dotnet windows forms > march 2004 > threads for thursday march 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
IDE Winform Design problems
Posted by Lloyd Sheen at 3/18/2004 8:34:04 PM
This is beyond me how people can make change to existing forms with the new
panel / splitter combination.
I have a form that needs a panel and a editor (3rd party) at the top of an
existing form. I have had absolutely no luck in making anything usable with
this requirement. No amount of dock... more >>
Serializing Collections to Code
Posted by Mark Olbert at 3/18/2004 6:42:08 PM
I'm trying to get a CollectionBase property to serialize properly into the IntializeComponent()
call.
My understanding is that I have to:
1) implement a TypeConverter that can return an InstanceDescriptor that describes how to create the
objects that are in the collection;
2) mark the pro... more >>
get rid of close icon in upper right corner
Posted by Nancy at 3/18/2004 5:09:43 PM
BlankI don't want a user to be able to close a form by selecting the X =
close icon in the upper right hand corner of the form. I don't know how =
to reference it. The form class allows access to the min and max icons =
but I don't see the close icon. Can't find the class that references the =
l... more >>
using the Dock property for controls....???
Posted by Paul M at 3/18/2004 3:18:37 PM
hi there,
this might be an easy question but i cant seem to figure it out.
I have a form, with 3 controls and i want to dock them all on the top of the
form, which is all and good, but i want them to be in a specific order.
How can this be done?
thanks,
paul
... more >>
URGENT: How can I avoid my SOURCE CODE from DECOMPILERS like Anakrino9??
Posted by chang cocho at 3/18/2004 3:00:42 PM
I'm scare because using Anakrino9 I was able to DECOMPILE my PROJECT. I have
been working on it for a year now and it's too unfair that anybody out threr
will be able to DECOMPILE my APP
what can I do???
Thanks
... more >>
How to display listbox (or other control) on top of the parent form
Posted by Jack at 3/18/2004 2:41:06 PM
Hi, all winform experts
If I add a listbox control on a form, when the size of the form decreases and the height of the form is less than the height of the listbox, part of listbox will be hidden.
However if I add a combobox to the form, when the combobox is clicked, all the items can be seen ev... more >>
Changing keyboard language
Posted by Mystique at 3/18/2004 1:14:47 PM
How can i change the keyboard language (layout) programatically?
... more >>
Basic TreeView Databinding
Posted by Jonathan Miller at 3/18/2004 10:07:36 AM
Hello All,
I have a table of objects that I want to put in a treeview through databinding. I have 3 fields, the first in the PrimaryKey (int), the second is the Name (string), and the third is the ParentID (pointing to the node of the parent). The top node in the tree has a parentID of 0. Any i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
print content of RichTextBox
Posted by Dean at 3/18/2004 6:11:05 AM
Printing content of RichTextBox (as described here http://support.microsoft.com/default.aspx?scid=kb;en-us;812425
results in white background of the printed text. Is there any to print the text on arbitrary background color
Any suggestion would be more than appreciated
Thanx All!... more >>
|