Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score List View question
Darin - 2 Mar 2005 4:24 PM - 4 messages
I have a listview box in detail view with 100+ items. I can select the 50th item by lstdetail.items(49).selected=true. But, when I do that the item is selected, but the listview box hasn't scrolled down to where ...
Score Checking a string for valid date
Bob Day - 1 Mar 2005 9:13 PM - 8 messages
The IsDate code below should result in False, instead it throws the exception below.  Why?  How do I check if a string can be converted to a date if this function does not work properly? Bob code: Dim blnDate_Valid As Boolean = True ...
Score the project location is not fully trusted by .net runtime
Quan - 28 Feb 2005 3:59 PM - 4 messages
I have a solution with several vb.net projects in it. I developed the code in one machine then copied all the files in the other machine to continue the development. The projects are on the local drivers (E driver on the ...
Score Help converting Buffer of Bytes to string
David - 27 Feb 2005 9:34 PM - 3 messages
I note that you can null teminate a string by adding controlchar.null. Is there a way of adding a null to a Buffer of Bytes and converting it to a string. I have packets coming in from a serial ports as bytes and some of these ...
Next » 2 3 4 5