all groups > dotnet windows forms > march 2004 > threads for saturday march 13
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
Remove a row from a sorted table ?
Posted by Amerio at 3/13/2004 11:57:37 PM
Hi,
I have a datagrid, sorted according to its 1st column.
I want to remove the row currently selected.
But CurrentRowIndex returns the sorted index, witch is not (!!) the stored
row index.
Any one can help ?
... more >>
mdi child forms not closing in the right order
Posted by rob_sz NO[at]SPAM hotmail.com at 3/13/2004 6:27:16 PM
Hi all, I am just starting to write my first mdi app and get the
feeling that if you hit the 'X' in top-right mdi form to close it, the
order of events is as follows: all mdi child forms first get the
'closing' event, THEN they all get the 'closed' event. If this is true
then I don't know of any... more >>
Find a compont's parent
Posted by Perry van Kuppeveld at 3/13/2004 4:57:46 PM
Hi,
Im writing a component to store size and position of a window. Since there's
no user input I derived it from Component.
The problem now is:
- When the component is dropped I need to know where it is dropped (design
time). It should only be dropped on a form.
- How do I get a reference ... more >>
WebBrowser control changing header and footer?
Posted by Hadi at 3/13/2004 4:15:28 PM
Hello,
Apart from changing the registry setting is there a way to change the header
and footer when printing from WebBrowser control?
Thanks,
Hadi
... more >>
Run-time Error creating an app Excel Object
Posted by Vic at 3/13/2004 12:56:07 PM
Im trying to create an Excel Object in .NET, many times I did in VB6
So here the code in a .NET window form
Private Sub btnExcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExcel.Clic
Dim FileName As Strin
Dim appExcel As New Excel.Application(
Dim Hoja A... more >>
treeview node expansion: how to stop doubleclick raise AfterExpand
Posted by thomas woelfer at 3/13/2004 9:31:06 AM
hi
i would like to handle the expansion of a tree node differently based on what the user did. for some nodes, although they have children, double-click should _not_ open the node but instead do something else (e.g.: open a window). for these nodes, the user should only be able to open the node by... more >>
Giving a component property a default value of its containing form
Posted by Trevor at 3/13/2004 7:56:07 AM
I am trying to design a component that is dropped into a form and adds functionality to the window. To do this it must get a pointer to the form in which it is held as it cannot inherit this from a parent class. Thats easy to do but it would be good if this all got setup without any input from the... more >>
SQL Server comment can't be the field name ?
Posted by Sébastien at 3/13/2004 4:24:38 AM
Hi,
I would like to know if there is any way to get the Description SQL
Server field in the header row of my datagrid or simply in a textbox. I did
not found any way to get the Description field (I think it is the field we
use to display something else than the field name). I would like to... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Text in rich textbox
Posted by Chris at 3/13/2004 3:16:05 AM
Hi
How can I automatically adjust height of my rich textbox so it always shows the whole text without using scrollbars
Chris
Sweden ... more >>
|