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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|