all groups > vb.net controls > october 2005
HOW to opern PRINTER DIalog - please HELP!
Posted by pamelafluente NO[at]SPAM libero.it at 10/31/2005 2:29:06 AM
In the PrintDialog there is a listbox where the names of printers
are listed and a button to access Properties of the printer currently
selected.
I am doing my own PrintDialog, and have placed there a combo with the
printer names.
My question is: how do I open the windows printer dialog for... more >>
Indent on a treeview
Posted by Jaime Lucci at 10/27/2005 12:00:00 AM
Hi!
How can indent only a level of the treeview?
I want that the plusminus sign don't be shown in te first level of the tree
(the root). Can I do that?
Thanks.
Jaime Lucci
jaimelucci@hotmail.com
... more >>
Column width in DataGrid
Posted by Jaime Lucci at 10/27/2005 12:00:00 AM
Hi, how've you been?
How can I do to set the column width of a datagrid to fix the width of the
text in each column?
Thanks.
Jaime Lucci
jaimelucci@hotmail.com
... more >>
eBay Sellers Community
Posted by eBay Sellers Community at 10/27/2005 12:00:00 AM
--
If you like eBay and enjoy buying and selling there. Please take the time to
join the site below!
eBay Sellers Community
http://www.ebay-sellers-community.com
... more >>
Handling the Tab key in a form
Posted by Jason Hunt at 10/25/2005 10:55:47 AM
Hello,
I'm displaying a form which has a TextBox for the user to type a search
string, and then a ListView containing all the entries that can be searched.
When the form is first displayed, all the entries are pulled from the
database and inserted into the ListView. As the user types a str... more >>
Background image on LintView
Posted by Jaime Lucci at 10/24/2005 4:09:30 PM
Hi.
How can I place a background image on a ListView control? If it is possible,
can it be with anchors (bottom-right)?
Thanks.
Jaime from Salta, Argntina
jaimelucci@hotmail.com
... more >>
Getting Total Page Count When Using PrintPreviewControl
Posted by Phil Galey at 10/24/2005 3:02:26 PM
I have a PrintPreviewControl and a PrintDocument. I'm using the
PrintPreviewControl instead of the PrintPreviewDialog so that I can allow
the user to browse the report and select a button on the form.
The problem is, I want to provide a label that says "Page <current page> of
<total number of... more >>
I can't assign a value to a ComboBox's Text property during its SelectedIndexChanged event.
Posted by Jason Barnett at 10/24/2005 12:32:38 PM
Could someone shed some light on this problem I've been having with the
ComboBox.
I would like to change the text property of a ComboBox during its
SelectedIndexChanged event. I have a "Browse..." item as the first item in
the ComboBox and I open a dialog box when it is selected. Then, ba... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
autowidth for DataGrid with 0 sized columns
Posted by Tamas Nyilanszky at 10/24/2005 11:40:17 AM
Hello,
i have a datagrid which has zero sized columns and i want to write a sub
which automatically resizes the width of all columns so it fits the
overall size of the grid (datagrid.width)
the function i wrote by now is this one:
gridsize:
Public Sub gridsize(ByRef dG As DataGrid, ByRe... more >>
Overriding ToString on a UserControl and adding it to a ComboBox
Posted by Jason Barnett at 10/20/2005 9:26:04 AM
I'm designing a UserControl that contains a ComboBox and a Panel. I'd like
to swap the control contained in the Panel (a custom "child" usercontrol)
based on the selection in the ComboBox. One way that I thought I might do
this is to override the ToString on the "child" control and add that ... more >>
Inherit Forms
Posted by at 10/19/2005 9:08:41 PM
Hi all expert,
I need to create a baseform with MustOverride function, but i found that
once I had the parent form with mustoverride function, the child form are
not displayable in design view.
What had I had wrong?
Thanks alot.
... more >>
Masking Data Fields
Posted by Karl at 10/19/2005 8:40:02 AM
I'm trying to find a way (within dotnet) to mask a SSN or Account Number so
that it will only show the last four but still allow editing of the field.
Is there any such thing out there?
... more >>
tabcontrol use
Posted by mikeslaptop at 10/18/2005 12:00:00 AM
hi folks.
how do i determine which tab is being displayed??
i cant even find an onclick event so i can set a flag to read later.
i have 6 tabs, and a databound-toolbar for database add-change-delete-save,
and a custom-button added to the toolbar for a search
i want to hide the searchbutton... more >>
how to detect modification in a Datagrid in cells
Posted by aitoz at 10/17/2005 12:00:00 AM
Hello,
I'am french ! lol
I just want to know wich event i have to follow if i want to know when a
cell is in modification ?
thank you
... more >>
Data Repeater
Posted by VIswanathan S at 10/15/2005 12:00:00 AM
Hi All!
How to use Data Repeater in VB.NET?
Data Fields are
Employee Number
Name
Photo
Date of Joining
Salary
I want to use all the fields in Data Repeater?
TIA
Viswanathan S
... more >>
PasswordChar in Combobox
Posted by Turtle at 10/14/2005 5:25:04 PM
I was delighted to find Herfried K. Wagner's code to set a combobox's
passwordchar at
http://dotnet.mvps.org/dotnet/faqs/?id=comboboxpasswordchar&lang=en.
It looked like the answer to my problem - a combobox where I (sometimes)
needed to display a password.
Sadly, when I implemented the ... more >>
Can someone please correct my statement ?
Posted by Mac at 10/14/2005 9:11:53 AM
VB6.
I selected records from SQL2K and saved into cursor.
Now I want to display on the screen by using MSFLEXGRID. I tried listbox
and I can see the data but I want it in msflexgrid.
I tried following statement but it just put part number and price in the
first column.
I want part n... more >>
Regarding componet architecture in VB.NET
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 10/14/2005 7:02:01 AM
Hi,
I need a help regarding writing an application which has two components
which are inherited by a base component and depending on
which object is associated during the calling the methods in the
derived components should get called.
How does VB.NET supports this approach.
Thanks i... more >>
word to pdf
Posted by news.microsoft.com at 10/13/2005 4:57:02 PM
Hi I'm looking for some .NET component that can convert .doc to PDF does not
messup formatting.
... more >>
Disabled Textbox
Posted by J French at 10/10/2005 12:00:00 AM
Is there a way to disable a textbox without having the text within the box
affected or "dimmed" ?
Thanks,
John French
--
jffrenchjr@earthlink.net
... more >>
RichTextBox and Tables
Posted by S Shulman at 10/10/2005 12:00:00 AM
Is there any method to insert a table to the control?
Thank you,
Shmuel Shulman
SBS Technologies LTD
... more >>
Need Help to create a new componant for VB .net
Posted by Marc Robillard at 10/7/2005 4:14:47 PM
Hi all,
Any exemple would be great for :
Checked treeview on wich each node containt a
- Checkbox + optional Combobox
Marc Robillard
... more >>
An annoyng Serialization problem
Posted by Carlo, MCP at 10/4/2005 9:14:04 AM
Hello,
I'm troubling from months with a serious serialization problem that I'm not able to solve. I try to describe as simply
as I can.
1) I have a class tha does something with colors. All default values are obviously NOT serializad. Instead, they are
serialized when they are different fr... more >>
Large Fonts problem
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 10/3/2005 4:28:25 AM
Hi,
I have a problem regarding the Large fonts use for the apppliaction.
I have a VB.NET application whose UI I have designed with settings of
my computer having Small Fonts.
But as I have changed the settings my controls in the form got
disturbed.Some of them were not visible even though t... more >>
add button datagrid
Posted by Michael at 10/3/2005 12:00:00 AM
Hi all :
I want to add button , dtpicker and combo box into datagrid.
I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?
Thanks for your help
... more >>
Problem on LinearGradientBrush
Posted by test newsgroup persistente at 10/2/2005 11:08:42 AM
Hello
I found an abnormal behaviour on LinearGradientBrush (or FillRectangle).
This code
Public Class PanelPanel
Inherits System.Windows.Forms.Panel
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
Dim rect As System.Drawing.Rectangle = New Sy... more >>
|