all groups > dotnet windows forms > march 2005 > threads for monday march 21
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
ContextMenu - Underline Break between items
Posted by Phil Jones at 3/21/2005 8:30:19 PM
With the pop-up ContextMenu class, I've seen instances where the menu has
divider underlines between items. I can't figure out how to get my items to
have divider lines however.
How is this done?
Thanks everyone!
===
Phil
... more >>
DisplayRectangle
Posted by Daisuke at 3/21/2005 8:23:01 PM
I am attempting to create a custom control and I have overriden the
DisplayRectangle property, but it does not seem to be working. The controls
are still able to be moved past the area returned. I have inherited the
control from System.Windows.Forms.Control, and I have also created a
ParentC... more >>
accessing FrontPage extensions
Posted by Jim D at 3/21/2005 6:59:03 PM
I want to build a client-side Windows app that allows a user to select a
local folder on their computer and upload all the contents of that folder to
a folder on a remote Web server. I want the app to use FP extensions and not
FTP. Anyone ever done this or is it possible?
--jdd... more >>
Controls and Docking
Posted by Daniele Fornaciari at 3/21/2005 6:12:57 PM
Hi,
I'm writing a particular Control.
Name: PanelTiteled
Derived from: Panel
Use a particular control: PanelGradientText (A panel with a background
gradit and a text).
In PanelTiteled PanelGradientText has Dock = DockStyle.Top
When in main application I use PanelTiteled and I add a control li... more >>
DataGrid Shrinking Problem
Posted by Chandra Kotha via .NET 247 at 3/21/2005 6:03:12 PM
Hi Guys,
I have a DataGrid For Which Gets its Values From the dataset Perfectly.
The Problem is If The Dataset reurns few Rows like 3 or 4 Rows The Remaining Space in the datagrid. What I want Is Depending on the number of Rows I want to resize my datagrid to exactly Fit the Rows
Ex: If 3 R... more >>
How do we change the StringTrimming of listview?
Posted by Tee at 3/21/2005 3:04:09 PM
Hi,
I have a listview control that has a column displaying path.
I need to change the StringTrimming of text in this column to
StringTrimming.EllipsisPath, but there is no paint event available for
ListView control, anyone know how can I achieve that?
Thanks,
Tee
... more >>
Combobox style pop-up window
Posted by Bjorn.Moren NO[at]SPAM gmail.com at 3/21/2005 2:32:35 PM
Is it possible to create a custom drop down control much like the
existing Combobox, but with my own content on the drop down area? I
have special needs, for instance to include a Textbox and a Button on
the drop down area.
I cant figure out what kind of window the drop down area is. It must
... more >>
Placing a .NET Form/UserControl inside a VB Form
Posted by Jim at 3/21/2005 2:01:43 PM
Hi Group.
I'm trying to place my own windows form or user control inside a VB Form.
My first attempt used the IOleWindow::GetWindow of the VB Form in order
to get its handle. I then used Win32 API SetParent to place my .NET Form
inside the VB Form.
Now the problem is that neither tab ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Single instance behaviour like Messenger and Outlook
Posted by sinkpen NO[at]SPAM nl.rogers.com at 3/21/2005 12:33:27 PM
I am trying to duplicate the single instance behaviour of Messenger
and Outlook. When the 'X' is pressed, the applications minimize to the
system tray. They can then be brought to the foreground either by
running the program from the start menu or by double-clicking the icon
in the system tray.
... more >>
Message Loop / User Control
Posted by Cooly Martziano at 3/21/2005 11:59:13 AM
Hi,
I am working with a User Control which is hosted in Internet Explorer.
I've search about this issue already, and I've seen that there is no message
loop for this kind of control when it is hosted in Internet Explorer, becase
the Application.Run(...) is not being called.
Is there any... more >>
Large text in a text box
Posted by A.M at 3/21/2005 11:04:42 AM
Hi,
I am trying to add a status log feature to my application. I want to show
the result of each step in a text box. Here is what I have
txtLog.text += strLog
The problem is txtLog.text is not a string builder, that means for large
texts, it might take lots of resources.
Is there anyway ... more >>
DataGrid Individual cell Alignment
Posted by Marc Lindsay at 3/21/2005 9:19:04 AM
I have to change the font and color of negative values in my data grid. I
have it all working except that I cannot get the value to right align in the
cell. I have derived a control from the DataGridTextBoxColumn and have
override the paint method. I am able to get the value to show with the
... more >>
Sharing a CurrencyManager between 2 Forms
Posted by Charlie McKeegan at 3/21/2005 8:15:04 AM
Is there any way to allow 2 different forms to have access the same
CurrencyManager... I want to be able to scroll in one form and the other to
remain in sync.
I already pass the DataSet through to all the forms but requesting the
CurrencyManager in each results in a new instance.... more >>
Open a spreadhseet within a winform
Posted by fzhunter at 3/21/2005 3:47:01 AM
Hi all
I have been trying to open a spreadsheet form within a winform using
C#...but no success yet!
I think I need to use the Microsoft Office Spreadsheet 9.0 control, but so
far can't figure out how to set its data source! I have been able to find how
to open Excel from within a winfor... more >>
can't bind Windows Forms Controls to a DataReader object.
Posted by sushil n via .NET 247 at 3/21/2005 2:14:01 AM
you can't bind Windows Forms Controls to a DataReader object.
However, you can bind it to a Web Form's Controls such as the DataGrid
can any one explain how is it possible.
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>yGaQULIvE0KiOqwzhJ201w==</... more >>
How to display forms at desktop only??
Posted by darkblue progger at 3/21/2005 12:31:08 AM
Hi!
Does anybody know how to display windows forms at the windows desktop only??
Thanks... more >>
|