Groups | Blog | Home


Archived Months
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > vb.net controls > november 2004 > threads for november 8 - 14, 2004

Filter by week: 1 2 3 4 5

combo event for selecting item AND entering text???
Posted by pgonzo NO[at]SPAM improvementpath.com at 11/13/2004 7:18:28 AM
Is there a combo box event that will fire after selecting an item from the dropdown list AND after entering text in the editable portion?...more >>


Web Browser Disable Right Click
Posted by Alex Clark at 11/12/2004 5:31:31 PM
Hi All, I'm sure this must have been asked a million times due to it's usefulness, but are there any sensible solutions for disabling right click (and other services such as Ctrl+P, Browser hotkeys etc) on a Web-Browser control in VB.NET? Despite Googling for ideas on and off for a week ...more >>

Highlight all strings in a textbox?
Posted by John Rugo at 11/12/2004 11:50:24 AM
Hi All, Does anyone have a quick procedure to iterate through a textbox, or Richtextbox, and highlight a specific character string? For instance: If I am looking for all the strings in a text box that are like "Home". The text box data looks something like: "Home is a nice place. I lik...more >>

ListView - at least select one
Posted by jeff at 11/11/2004 4:38:21 PM
hi, now using vs.net 2002 and using listview when user click on the blank area in the listview, all previously selected item will be unselected. how can i avoid that happending, as the user must choose one item before he click submit button. besides, when the listview is disabled, the...more >>

Print labels - Best option between using access reports or HTML templates
Posted by luis.sg NO[at]SPAM gmail.com at 11/11/2004 5:07:55 AM
Hi all, I'm trying to generate labels to print in several different formats, all of them with their own height,width and page margins. We've got this done in MS Access 2000, using a designed report that fits with each label type, and reads a table dinamically generated. But the problem is p...more >>

Help: Is it possible that remove event handlers dynamic?
Posted by Henry Jia at 11/10/2004 5:16:18 PM
Hello all, help is needed. We're make some user controls and met the memory leak problem and the reason already found. It's the fault of attached event handles not been removed. Here's the background: The VB.Net was used and the event handler of control was added by default action (such a...more >>

how do I set workareas using System.Windows.Forms.ListView
Posted by Kurt Krueckeberg at 11/10/2004 12:29:54 PM
Using the raw Win32 API one can establish workareas in a ListView control with the LVM_SETWORKAREAS message How do I do the same thing using the .NET System.Windows.Forms.ListView class? ...more >>

Resize in Design Mode
Posted by Claudio Di Flumeri at 11/10/2004 9:31:35 AM
How can I detect t he resize of a control during design mode? I have a custom control with a custom painting and, when resized in design mode, the original painting comes up and it looks pretty bad. I need to call the Invalidate Sub but i don't know where to put it ...more >>



Making a Custom DataGridColumnStyle, problems with Paint/Edit fncs.
Posted by nate axtell at 11/10/2004 9:16:56 AM
This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C4C706.06757A30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In VB .Net I made a custom CheckBox column style (for the Datagrid = control) that maps to two DataTable colu...more >>

Controls help
Posted by Rajani at 11/9/2004 9:02:02 PM
I installed VS.NET Enterprise Architect and MSDN 2003. While installing MSDN, it asked to choose Integrate or not. I choose Integrate. Whenever i click F1 on any control(Textbox) displaying the help in the environment with another tab. Its verry annoying to me to learn and practice. How ca...more >>

Binding DropDownLists
Posted by Warren Sirota at 11/9/2004 5:45:51 PM
I am new to dotNet, though quite familiar with VB6, so please forgive the simple question. I'm looking for the right structure to create a DropDownList of State abbreviations in a Web Form, and there's something that I'm just not getting that I'm sure is simple. Say there's a States table and ...more >>

Duplicate a Form in Solution Explorer
Posted by Alpha at 11/9/2004 5:24:24 PM
Hello, How can I duplicate an existing windows form so that I don't need to build another new form from zero. In the Solution Explorer, I was fail to do so by using the following steps: 1. "Copy" an existing window form on Solution Explorer 2. Highlight the project 3. Right click and "Pa...more >>

Default Button On User Control
Posted by Dianne Siebold at 11/9/2004 7:28:13 AM
Can anyone tell me how to make a button on a user control the default button? On the form, there's the AcceptButton property that you can set. But no such property on the user control nor is there any property on the button that I can see would enable that functionality. TIA. Dianne Siebol...more >>

charts
Posted by Mark P at 11/9/2004 7:27:15 AM
Hi all, I'm in the beginning stages of designing some charts. What is the recommended method in .NET? Is the MS Chart control OK to use? Thanks, Mark ...more >>

List Box "Selecteditem" returns a DataRowView?
Posted by Alpha at 11/8/2004 11:01:06 AM
Hi, Why everytime I get a list box item by using: lstDepts.SelectedItem.ToString it always returns: "System.Data.DataRowView" I use a general databinding method. Do anyone know? Thanks, Alpha Chan ...more >>


DevelopmentNow Blog