Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
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
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > november 2006 > threads for sunday november 5

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

regex.replace and trim
Posted by Pascal at 11/5/2006 7:47:03 PM
bonjour hello I would like to trim a string of all its white spaces so i used myString.trim() but it doesn't work as supposed : unsecable space are remaining in the middle of my string... i read in msdn : and notice that trim only Removes all occurrences of white space characters from the ...more >>


Cant seem to filter Dataset table by a value
Posted by mike11d11 at 11/5/2006 7:37:32 PM
I cant seem to filter down my dataset table by criteria in expression. Can someone tell me why I still have the same amount of rows after I use this filter select option. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.WorkListTa...more >>

set itemheight in listbox
Posted by Leanne at 11/5/2006 4:47:35 PM
Hello, I am trying to increase the itemheight in listbox so that it is easier for user to touch the item. Is it possible to do that while I set DrawMode=Normal? Do I have to set DrawMode to OwnerDraw in order to do any change? Any one got an idea? Thanks Leanne ...more >>

Scope misunderstanding
Posted by edamron at 11/5/2006 1:00:30 PM
I'm going through a web cast series and have discovered that I have a profound lack of understanding when it comes to the scope of object created in the Load Sub of forms. The instructor creates many objects in the Load event handler. However isn't it true that when the Load sub exits these ob...more >>

Application.EnableVisualStyles() still required in version 2.0
Posted by Academic at 11/5/2006 10:22:18 AM
I have statements that enable visual styles in Application.Designer and in Application.myApp I also have in Main Application.EnableVisualStyles() Is that still required in version 2.0 ? Thanks ...more >>

List box Navigation buttons
Posted by D Lutheran at 11/5/2006 10:16:36 AM
I need to write some code in some navigation buttons to have the button move up and down list box items. I think I need to start with having the button change an index the buttons are previous, next and update. where previous would move the cursor up the list one, next would move the cursor...more >>

Resize control in 'fixed' jumps
Posted by James Arnold at 11/5/2006 9:31:05 AM
How is it possible to add 'fixed' jumps when resizing a [custom] control? For example, the listbox will only allow you to resize it so a full row will be displayed. I have a segmented progress bar that I would like to only show complete segments. Thank you! ...more >>

Initialize DefaultPropertyAttribute for a Object property
Posted by SparkPlug at 11/5/2006 6:58:02 AM
Does anyone know how to initialize a DefaultPropertyAttribute for a object-type property, for example if you want to set the default value of a Font property to a particular font? E.g.: <DefaultValue(...)> _ Public Property HeaderFont() As Font Get Return _heade...more >>




DevelopmentNow Blog