all groups > dotnet windows forms > january 2004 > threads for tuesday january 6
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
Cannot change ListView first column text alignment
Posted by Woon Kiat at 1/6/2004 11:31:08 PM
I try to change the text alignment of the first column of a list view, ColumnHeader.TextAlign but seems it doesn't work. The first column is always default to left alignment, which is HorizontalAlignment.Left. I even try to insert the column in design time and set the column alignment to either cent... more >>
Possibility to route different kind of events to only one handler?
Posted by Ă–zden Irmak at 1/6/2004 10:54:10 PM
Hello,
Does anybody know the possibility of routing different kind of events (Which
has different EventArgs like Click and OnPaint for example) to only one
handler sub?
I'm creating a designer control to allow the end users to design a form.The
user can drag new controls into this design su... more >>
Using a .dll to display a form
Posted by Bernie Yaeger at 1/6/2004 9:54:09 PM
I have developed a .dll to display a form that controls a simple routine.
Oddly, you can't use
messagebox.show
unless you do one of two things:
either use an imports system.windows.forms
or
system.windows.forms.messagebox.show etc
Now this is strange, because the form inherits as below:... more >>
combobox FindString
Posted by apple at 1/6/2004 7:17:05 PM
Hello, help me please with combobox FindString,
I want to perform a search for an second substring entry in the combobox
items collection. I use the FindString with specifying a starting index
within the ComboBox. I have tried the following but none seem to work:
cmbBox.FindString(strWhat, cmbBo... more >>
about email questions
Posted by Jason at 1/6/2004 6:05:43 PM
in windows form, I can use the System.Web.Mail
how can I send the email to the client??
any reference site?
... more >>
The operation could not be completed
Posted by Konrad at 1/6/2004 3:04:33 PM
Hi
All was fine and suddenly from the moment
if I click on my Crystal Report file in
solution explore the message
The operation could not be completed
is displayed.
Can somebody help me what is it?
Thanks
Konrad
... more >>
Bug in Windows Form Designer generated code (VS.NET 2003)
Posted by Alek Davis at 1/6/2004 2:28:32 PM
Every time I make a change affecting a toolbar (e.g. adding or removing
buttons), I loose the bitmap images at runtime. They are still displayed in
the designer, but when the application runs, the toolbar appears blank with
only separators visible. I determined that the problem is caused by the
... more >>
How to test a dialog
Posted by Alek Davis at 1/6/2004 2:18:33 PM
Hi,
Cannot find the dialog preview button in the form design mode (VS.NET 2003,
C#). I mean the option similar to MFC's (VC++ 6.0), which lets you quickly
open the dialog you are currently designing, so you can see what it looks
like without the grid lines and using default properties. Is it a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Client Operating Systems for .NET 2003
Posted by Peter at 1/6/2004 12:32:38 PM
Hi, I am using window server 2003 to learn .NET 2003.
The .NET API is installed with the window server 2003.
* I guess .NET API is installed with XP.
* How about window 2000, 98, 95.
* How about Linux.
Please advice.Thanks.
Peter
... more >>
Application Losing Focus when running from exe
Posted by William Kane at 1/6/2004 12:08:53 PM
Hi,
I have a winforms app which, when run from the VS.NET
IDE, puts input focus on the startform as one would
expect.
However, when I run the exe directly, the main window
does not retain focus and I have to manually click on the
window to give focus to it.
Any explanations would be... more >>
Control Focus issues
Posted by mklapp at 1/6/2004 9:55:32 AM
Hello,
A form with 3 textboxes and a button and the code
below :
Private Sub TextBox2_Enter
fred()
end sub
Private Sub fred()
TextBox3.focus
End
Private Sub TextBox3_enter
console.writeline("Entering")
End
Private Sub TextBox3_... more >>
Combo box in DataGrid
Posted by Arpan Bhatia at 1/6/2004 9:41:47 AM
The MSDN tells it would be possible to create own
DataGridColumnStyles and
there also exists a DataGrisComboBox in
Microsoft.ClrAdmin. It can be bound
to the GridColumnStyles Collection but just shows a
DataGridTextBox. Who already tried this successfully?
... more >>
How do you debug a Designer Error from Inherited forms
Posted by Mike in Paradise at 1/6/2004 9:20:55 AM
I am getting an error in the Designer when trying inherit
a form.
Value cannot be null: Parameter Name dataSource
now I do not use the Name dataSource in any of the
inherited code so I am assuming that this is in the VS
Designer code somewhere.
The original base form comes up in the d... more >>
Propertygrid context menu
Posted by jimdigriz NO[at]SPAM home.net at 1/6/2004 3:48:12 AM
Hi
In the VS .Net the Propertygrid has a context menu
with 'Reset' and 'Description' menu points.
I want to have this context menu also for runtime
PropertyGrids.
How can this be done?
Sincerely
orbit... more >>
Saving Rich Text to Database
Posted by Abhi at 1/6/2004 3:28:12 AM
How do i save text in a RichTextBox Control to a SQL
server Database and retrive it back without losing its
formatting.... more >>
|