all groups > vb.net controls > october 2004 > threads for october 1 - 7, 2004
Filter by week: 1 2 3 4 5
Change Border Color on TextBox's and ComboBox"s
Posted by Jeff Jones at 10/6/2004 6:44:10 PM
I am trying this code to be able to change the color of the borders on a
textbox and combobox but the text is not being displayed until I click on
the control.
Imports System.Drawing
Imports System.Windows.Forms
Public Class CustomTextbox
Inherits TextBox
Private m_BorderColor... more >>
disable events for controls on a form
Posted by Scott Emick at 10/6/2004 2:04:42 PM
How can I disable events for the controls on a form? I tried setting the
form's enable property to false, but that doesn't stop events from firing on
its controls.
I need to temporarily disable a form and load values into controls without
any events firing, then re-enable the form.
--
... more >>
@ Register User Control Tag Problem
Posted by ATJaguarX at 10/6/2004 11:38:55 AM
I have an asp.net web application that I'm having problems with. Everytime
I view certain pages in design mode, Sourcesafe asks me to check out the
page because of requested changes. When I go to view the page in design
mode, .Net is switching the user control registration tag with the page
la... more >>
Item Templates HTML Table cannot insert a Custom Control - work around?
Posted by hi_jase NO[at]SPAM yahoo.co.uk at 10/5/2004 10:24:24 PM
Hi
I have created an item template for my project. The item template
contains a HTML table. All fine so far, however, it is not possible to
drag and drop either my custom controls or standard ASPX controls into
this container. Is there a way to achieve this? Draging and dropping
shows a no-en... more >>
TabControl in a WebForm?
Posted by no0spam NO[at]SPAM yahoo.com at 10/5/2004 8:27:46 PM
I'm trying to figure out how to create a tabControl in a WebForm (I'm
a newbie - sorry if this is a dumb question :) I've been able to set
it up in a Windows Form, but would prefer to get it working directly
in the WebForm.
a) Is it possible to do?
b) If it is, can an anybody point me to som... more >>
Listview and scrollbars
Posted by ThunderMusic at 10/5/2004 10:12:24 AM
Hi,
I have a problem using the Listview. I want it to display the horizontal
scrollbar whenever the data in it goes beyond the right side. Is there a
property to do it? Some code, etc. Must I subclass the control?
thanks
ThunderMusic
... more >>
Label Text Problem
Posted by Graham Payton at 10/5/2004 9:39:16 AM
Hi All
I am having some problems with labels on my forms.
If I want to centre the text across the label it does not actually centre it
properly! It is always offset to the left by a chunk.
Also if I want to have several labels below each other, with the text
aligned to the right, the t... more >>
|