all groups > vb.net > october 2007 > threads for sunday october 28
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 31
MaskEditControl
Posted by inadsad NO[at]SPAM hotmail.com at 10/28/2007 10:53:49 PM
Good Day Group,
I have a MaskEdit control to show phone in (###)###-####. I'm
trying to extract number only from the maskedit
control. For example, maskedit shows this (123) 456-7890 and would
like to get only 1234567890 with out the space and chars. I tried
substring and would like to ... more >>
ListView.Items.Insert() bug?
Posted by Cat at 10/28/2007 10:25:59 PM
I used the sample drag and drop source of
http://support.microsoft.com/default.aspx/kb/822483
I set the View to SmallIcons, and AllowDrop to True
But the draggedItem wasn't inserted at the specified position.
Instead, it was always inserted at the last position.
So I set a break point, and ex... more >>
Twain scanner.
Posted by Shawn at 10/28/2007 8:27:17 PM
I have a need to use a twain scanner to get images for my application. I
found a good sample for C#.NET, but I'm having a hard time adapting it to
VB.NET. Does anyone know of a good place to look for sample code?
... more >>
Help needed on Axwebbrowser control
Posted by JCheah at 10/28/2007 3:41:02 PM
I am loading a Word document into an axwebbrowser control in VB 2005.
When I call the Navigate2 method IE pops up the message "Some files can harm
your computer.... would you like to open the file or save...".
Is there any way to get rid of this annoying message? Please help...Thanks.... more >>
Regular expression question
Posted by Mic at 10/28/2007 12:16:42 PM
Hi,
What would be the regex pattern for an alphanumeric string of exactly
12 characters with spaces allowed anywhere ?
Like:
" ab cd " is ok
"abc d" is ok
etc...
Thanks
... more >>
Link textbox1 to filelistbox1??
Posted by Mark Ivey at 10/28/2007 10:16:35 AM
VS.Net 2002 - Visual Basic
I am pretty new to VB in general, and I am having a bit of difficulty
finding the right method or property to link a textbox to a filelistbox.
Here is the scenario...
I am trying to create a simple interface to speed up the ability to open
specific files.
I ... more >>
CASE or IF statement in Datacolumn.Expression
Posted by jelling at 10/28/2007 12:54:07 AM
Hi,
Is it possible to use a CASE or IF ELSE statement in a datacolumn
expression?
Here's what I've tried:
'standardCodeColumn.Expression = "CASE StandardsBodyID
WHEN 1 THEN 'JCAHO' ELSE 'Non-JCAHO' END"
'standardCodeColumn.Expression = "CASE WHEN
StandardsBodyID ... more >>
Using Functions Inside A Shared Member
Posted by Nathan Sokalski at 10/28/2007 12:37:48 AM
I have a class that is just a bunch of Shared functions (basically, a bunch
of utilities I have grouped together). However, there are functions that I
want to write to use inside some of these Shared members that I do not want
available outside the class. Here is the basic layout of my class:
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|