all groups > vb.net controls > june 2006 > threads for june 15 - 21, 2006
Filter by week: 1 2 3 4 5
Menu button
Posted by SoccerManic at 6/21/2006 12:00:00 AM
Hi,
How can I change the position of a menu button dynamically?
Thanks in advance.
... more >>
reportviewer page size problem
Posted by russlunn at 6/20/2006 11:17:32 PM
Hi,
when i create a report using the reportviewer component
for local display in vb2005, the print preview always defaults to "letter"
paper
how do i set these sizes to A4 and set my margins
i have set the report locale to united kingdom,
i have set the report page sizes and margins in th... more >>
ContextMenu in Treeview control
Posted by Fred Brandli at 6/20/2006 6:36:34 PM
Using VB.Net 2005
I can display a contextmenu when I right-click on a node and even get the
nodelevel of the node right clcked on.
But, what I can't seem to do is make the contextmenu do anything once click.
I just can't seem to find any reference to the correct event to use.
Any hints, h... more >>
collections?
Posted by HockeyFan at 6/20/2006 9:22:01 AM
I've never created a class using collection, but would like to.
I have a class called Contact. I'd like to create a ContactCol class that
is a collection of Contact instances.
In VB.Net, how do I do this?
... more >>
Using VB.Net User control in vb6
Posted by Duncan at 6/20/2006 12:00:00 AM
Dear All
I would like to use a user control built in vb.net 2005 in vb6 sp 6. Is
this possible ? if yes can you please show how it is done?
Duncan Dimech
... more >>
ContextMenuStrip
Posted by James Wong at 6/20/2006 12:00:00 AM
Hi,
I want to write a dynamic program to find ContextMenuStrip in the form,
but I cannot find this control see the code below.
How can I solve it?
------------------------------------------------
For i = 0 To Me.Controls.Count - 1
MessageBox.Show(CStr(Me.Controls(i).Name))
Next
-----... more >>
ReadOnly Combobox
Posted by MATT at 6/19/2006 9:06:01 PM
Does anyone know of a good way to lock a ComboBox, or make it readOnly with
out setting Enable=False?
Thanks
MATT... more >>
FW: Look at this critical update from Microsoft Corporation
Posted by zip NO[at]SPAM micso.net at 6/19/2006 8:24:36 AM
MS User
this is the latest version of security update, the
"June 2006, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to protect your computer
from th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
vb.net 2003 (1.1) Web Browser Control
Posted by Giles Papworth at 6/19/2006 7:06:02 AM
I apreciate that this is probably a question that has been asked hundreds of
times but i can't find a definitive answer.
I would like to add a web browser control to a windows form. Now i know i
can add one as a COM object but i also know i can add an 'interop' version.
How do i go about cr... more >>
datagridview programmatic row navigation
Posted by My News at 6/18/2006 3:00:49 PM
How do I update my datagridview with a record that, once added, is sorted
into the datagridview, and then programmatically go to and give focus to the
new item in the dgv?
Basically, I just need to be able to Select a row, inside my code, that
moves to the specific row I need and give that ... more >>
ComboBox Text Return
Posted by DJ at 6/16/2006 7:32:44 PM
I am new to this so bear with me.
I have a set of combo boxes. Lets call them ComboBox1 and ComboBox2.
ComboBox1 items are pulled from a table. When a user selects a certain item
I want to disable ComboBox2. i can make this work in Visual Web Developer,
but have been unsuccessful in Visual B... more >>
Wizard for UserControl
Posted by Meelis Lilbok at 6/16/2006 12:00:00 AM
Hi
How to create "Wizard" for user control?
For example i have usercontrol with properties.
To make easier for seting those properties i wan't to create a wizrd, that
helps user complete and set/change those properties at design time.
Best regards;
Meelis
... more >>
|