all groups > vb.net controls > july 2005 > threads for july 8 - 14, 2005
Filter by week: 1 2 3 4 5
Graphics
Posted by Lespaul36 at 7/14/2005 9:57:09 PM
I was wondering if there is a way to draw a graphic, save it to an
arraylist, and then use the already drawn graphic when needed in a listview?
... more >>
Alpha Fix
Posted by Lespaul36 at 7/14/2005 8:26:07 PM
I have a user control that I need to use alpha icons for with a
listview..the alpha channel is lost of course and I know that in an
application I can set the styles and use a minifest, but how can I set it up
for a user control?
... more >>
How to prevent column resize in winform datagrid control?
Posted by PNayak at 7/14/2005 3:32:01 AM
I wist to prevent user from resizing column in winform datagrid control. Any
ides / technique / clues?
--
Thanks and Regards
Kool Dude... more >>
TrackBar-Slider control
Posted by Lou at 7/13/2005 9:23:13 PM
How do i get a smooth trackbar(Slider) control, one without the hash marks
and incremental changes.
i need a smooth slider control that will have very small increment
callbacks.
-Lou
... more >>
Getting Values from a User Control
Posted by graham bates at 7/13/2005 2:15:44 PM
Hi There,
In desperation I was wondering whether anyone could cast their eye over
a small problem I having. I am attempting to create a user control
which basically consists of a DropDown list. Now, I wish to both
retrieve values from this drop down list, and also to change the values
that f... more >>
ListViewItem Size
Posted by Lespaul36 at 7/12/2005 6:05:03 PM
I am working on a custom listview sort of like the one from Microsofts
fotovision. I can do the drawing of the items, but the item bounds are to
small..how do I correct this?
TIA
... more >>
TabControl - VB.2005 - Which event to use
Posted by Sergio Terenas at 7/11/2005 10:35:52 PM
I forgot which event I should use if I want to trap when a user moves =
from TabPage1 to TabPage2.
I know this is real easy but I forgot which one to use.
Thanks,
ST... more >>
Three Generations of Data
Posted by Rlrcstr at 7/11/2005 6:08:48 PM
Windows Forms.
DataSet with several tables and relationships.
Table 1 has its children in table 2.
Table 2 has its children in table three.
Three textboxes show info from Table 1.
DataGrid 1 show the child records from Table 2 properly.
DataGrid 2 is showing all records in Table 3.
How do... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Bound Custom Control
Posted by Rlrcstr at 7/11/2005 4:05:48 PM
Can someone point me to an example of creating data bound custom controls?
I want to create my own customized listbox that I can bind to a custom
collection of objects. Thanks.
Jerry
... more >>
DataGrid columnwidth
Posted by max at 7/11/2005 6:31:07 AM
I am trying to set the witdth of the datagrid's 1st column so that the
second column butts up next to the edge. But this doesn't work. Any
ideas??
Dim colJD As New DataColumn
Dim colAmt As New DataColumn
'Define Column Job Description
colJD.D... more >>
Anyone know how to change color for a 3D button like this button control does?
Posted by TonyVal - MSDN News at 7/11/2005 12:00:00 AM
Hi All,
Anyone know how to change color for a 3D button like this button control
does?
http://www.econtechvn.com/en/aquabutton_detail.htm
I see it is really cool. But, don't know how to do that.
Thanks,
TonyVal
... more >>
RTF
Posted by S Shulman at 7/10/2005 3:10:31 PM
Hi,
Is there any method to edit the text within the RTF control e.g. allow the
user to select a text and then select from another control the size of the
text
Thank you
Shmuel Shulman
SBS Technologies LTD
... more >>
VB.NET keeps losing / mangling controls
Posted by Daniel Wilson at 7/8/2005 8:09:40 AM
Our team has been having trouble with VB.Net dropping the TrueDBGrids off of
the forms. It will be fine for weeks, then the problem will strike again.
You go to compile and the grids are gone. I thought it was a problem w/
CompentOne's control until yesterday when tab pages got lost too.
Is ... more >>
Help regarding listview in vb.net
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 7/8/2005 2:47:46 AM
Hi all
i am having problem in listview which i am using in vb.net
applicication. I am getting following two errors.
There are not freqent errors but if i run my app for nearly 30 min
then these errors are coming. So i am not gettng exact scenarion for
these errors.
At a time of calling meth... more >>
|