all groups > vb.net controls > february 2004 > threads for february 15 - 21, 2004
Filter by week: 1 2 3 4
Form not closing.
Posted by AW at 2/21/2004 9:21:51 AM
I have a project in which there are 2 Forms. Form2 is an intro to Form1 =
and has a button on it that is coded as follows:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As =
System.EventArgs) Handles Button1.Click
Dim frm As New Form1
frm.ShowDialog() 'Show main form
M... more >>
Form closing after button click
Posted by Steve at 2/20/2004 10:02:28 AM
Hiya
I have created a custom control that comprises of 3 regular button controls
in .NET. I have placed this custom control on the form. If I click on any
one of the 3 buttons in my custom control, the form closes (it is a Dialog
form, the buttons are not coded to return a dialog result).
H... more >>
Is there a way to write pdf files with asp.net?
Posted by Rico Alexander at 2/20/2004 12:01:10 AM
List View Items
Posted by Dino Buljubasic at 2/19/2004 10:48:05 PM
Hi,
I know of various ways to display list view items such as SmallIcon,
LargeIcon, Details, ListView but none of them seam to be what I am
looking for. I also know about the LabelWrap property but that one
does not seam to be working for me neither.
Right now, my list view has only one co... more >>
treeview icons disappearing???
Posted by Paul M at 2/19/2004 10:47:02 AM
hi there,
i've got a treeview on my form, which populates the parent nodes, all with
different icons, and each have child nodes with their relating parent icon.
On occasion when i run, the icons disappear from the treeview, and it
happens randomly? Has anyone else seen this, or does someone ... more >>
I need a 3rd party dotnet pivot table control
Posted by chris_q2 NO[at]SPAM hotmail.com at 2/19/2004 9:04:29 AM
Help!
Does anyone know of a third party company selling a dotnet pivot table
control. It must not be an activeX control. We previously used the
Data Dynamics DynamiCube but they have not yet released a dotnet
version :(... more >>
Newbie Combobox question
Posted by Ot at 2/19/2004 8:44:26 AM
I think I want a combo box, but I am not really sure.
What I would like is this:
As I go through the lines of the database there is a piece of data that I
would like to get from the user. This is the Group to which the item
belongs.
I would like a control that has a list of choices for G... more >>
Not compiling?????
Posted by Microsoft at 2/18/2004 4:52:00 PM
Hi,
I am new to VB.NET, and I am having a basic problem.
If I place a Web Control Button and an HTML button on a grid layout, and hit
"CTRL+F5" (with no error), I should see both buttons in IE, right? And,
this is true even though the code behind page is not completed?
What I get is only... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Treenode
Posted by Fadoyo at 2/18/2004 3:03:49 PM
Hi all, I do have a treenode control and when I select a node all the other
are closed, how could keep them expanded?
Thanks
Fadoyo
... more >>
Building classes in Vb.Net
Posted by Shakeel at 2/17/2004 6:32:14 PM
I am trying to build a class library of common user controls (example
textbox, labels) with properties set (for example font="some font",
backcolor=some color etc, and then reference the text box on a form. So all
the textbox's on my form will be based on this class
Is this possible to do this... more >>
Print Preview control !!
Posted by AG at 2/17/2004 5:20:29 PM
I am using PrintPreview control in my VB.NET application.
But when we display print preview, only the last document is shown, and I
cannot see
five or six documents there. Seems like as soon as the next opens, the
earlier document gets
overwritten. Please suggest.
... more >>
XP style for datagrid control???
Posted by Paul M at 2/17/2004 4:19:19 PM
hi there,
can anyone help out on this one? i have a datagrid control that has
checkboxes, for my boolean fields, but it draws as the non-xp style
checkboxes..
How can i get this control to draw in the XP style?
thanks,
Paul.
... more >>
|