all groups > vb.net controls > june 2005 > threads for june 15 - 21, 2005
Filter by week: 1 2 3 4 5
Looking for Photoshop-Style Layer Control
Posted by Joseph Ferris at 6/21/2005 6:54:00 PM
Good evening, all -
I was wondering if anyone was aware of a .Net Control that mimics the
Adobe Photoshop Layers Dialog? I wrote one for VB6 a while back
(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=52267&lngWId=1),
and was hoping that there was something out there al... more >>
Datagrid Problem
Posted by Ellis Yu at 6/21/2005 12:00:00 AM
Dear All,
I created a datagrid including 3 columns. They're datefrom, dateto
and duration. The duration's column is simply computed by dateto
substracting datefrom. I've write this calculation in CurrentCellChanged
event. It's fine if I press the tab key after entering the date of dat... more >>
Premature Entry of Enter Event Handler
Posted by eBob.com at 6/20/2005 9:23:55 PM
I have a combobox which, via VS Properties, contains some initial
Text. I have an Enter event handler and a Leave event handler for
this combobox. When I run this app the Enter event handler is entered
immediatley, thus causing some code to be executed prematurely.
Is this happening because ... more >>
Column Color In ListView
Posted by Lespaul36 at 6/20/2005 8:16:50 PM
I want to change the color of certain columns in my listview. I know it can
be done using customdraw, but I haven't found much code to help with it.
Any help in vb.net would be great.
TIA
... more >>
Simple Text Box Question
Posted by Doug Bell at 6/20/2005 12:00:00 AM
Hi,
I was looking at a text box to set its Tool Tip property and it seems Dot
Net does not provide this as a property? Is this correct or have I missed it
somewhere?
Also could someone explain the ImeMode settings?
Thanks
Doug
... more >>
ComboBox Control
Posted by Raju Joseph at 6/17/2005 12:00:00 AM
Hi All,
Is there any way I can disable certain items in my ComboBox control?
Thanks,
Raju...
... more >>
Abt Mask Edit control
Posted by Ellis Yu at 6/17/2005 12:00:00 AM
Dear All,
I think it may be not good to post here. But hope that there's people
here can help me to solve this problem. I´m trying to use your FlexMaskEdit
(http://www.codeproject.com/vb/net/cpflexmaskeditbox.asp)
from codeproject website, but i have one problem. When the text changed i
n... more >>
About ResetText Method
Posted by Ellis Yu at 6/17/2005 12:00:00 AM
Dear All,
In design time, I set a default in text value of textbox. When I try
to use the method ResetText to set its text value back to default. I found
it just clear the text value to blank. Did I misunderstand the use of method
ResetText ? Does anyone know? Thanks
Best Rdgs
Elli... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Listview and imagelist help
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 6/16/2005 8:03:15 AM
Hi all
I am having problem in vb.net application.
I am having listview containing 4 columns.
I want to insert picture in second column. It is allowing me to insert
picture in first column but not in second column.
Does any one know how to do this.
Please help me.
Thanks in advance.
... more >>
how to find CPU ID
Posted by Yoshitha at 6/15/2005 12:01:46 PM
Hi
I want to find CPU ID through vb.net . can anybody tell me how to get this.
Thanx in advance
Yoshitha.
... more >>
File System Watcher - Buffer Overflow (Internal Buffer Size Proper
Posted by H at 6/15/2005 2:31:02 AM
Does anyone know what the buffer size equates to interms of the number of
files it can hold?
I have a service that is watching for a daily dump of 37 files into one
folder. By the end of the year this is going to be 350 as more clients go on
line. Each file needs to be processed and the siz... more >>
Textbox property
Posted by at 6/15/2005 12:23:44 AM
Hi all,
I am a beginner of VB.NET . I would like to set the property of the
textbox that only input numeric only or date format. But I can't find any
property can do that...Anyone know how to do that ?
Thanks
Edmond
... more >>
|