Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / November 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Excel using ado.net - operation must use an updateable query23 Nov 2004 21:04 GMT1
This is driving me nuts.  I'm trying to update an Excel spreadsheet
using ADO.Net and Oledb in VB.Net.  The connection is open, the
adapter is connected and the dataset is loaded.  Here's the code in
question:
RadioButton23 Nov 2004 20:56 GMT1
Greetings Folks
I have a series of radiobuttons( 1-19) that I want to reset to checked =
false without creating a command line for each individual button. I was
thinking of a for/next loop to increment the buttons but cant figure out how
Now.ToLongTimeString.ToString23 Nov 2004 20:22 GMT5
When I used the above I got
"4:08:16 PM"
But I want
"16:08:16"
string.replace question23 Nov 2004 20:14 GMT5
I need to prepare a large text database field to display in an asp.net
repeater control. Currently I am replacing all chr(13)'s with a "<br/>" and
it works fine. However, now I also want to be able to replace TAB's with
"&nbsp;"'s to preserve the user's indentation. My questions are ...
Messagebox location23 Nov 2004 19:56 GMT4
I hope this is one of those simple questions that for some reason or another,
I'm just missing the obvious.
Using VB.NET 2003
I want my messagebox to display centered on the parrent form instead of the
Convert Byte to Char23 Nov 2004 19:56 GMT4
Suppose I have the following C# code which I want to convert to VB:
for (int i = 0; i < nFieldLength; i++)
   Console.Write((char) sValue[i]);
sValue is a byte [] array.
How to create a SortedList that allows Duplicate Keys?23 Nov 2004 19:37 GMT2
Anyone know how to create a sorted list with duplicate keys?  The sorted
list dies when you try and insert a duplicate key.
How to do Pattern matching in VB.NET?23 Nov 2004 19:35 GMT2
Anyone know how to do something like:
MyString.LastIndexOf("Some*Crazy*Pa??ern")
Thanks!
Recursive function to change Char's in a String to Upper/lower23 Nov 2004 19:29 GMT7
I'm looking for a function for converting the input to a regular text.
Example: when the input is "aBCdefgHI     jkLM ooPP" the return value of the
function should be "Abcdefghi Jklm Oopp"
Thanks in advance,
VB STANDARD AND ODBC23 Nov 2004 19:27 GMT2
I need to connect to a paradox 5.x and SqlBase tables. The data adapter
doesn't work because I only have VB.NET Standard.  How does one connect thru
ODBC without the data adapter control?
Any references to textbooks or code samples would be greatly appreciated.
Book for VB .NET newbie/novice23 Nov 2004 19:26 GMT41
I am an amateur programmer (it's more of a hobby for me, actually). Years
ago, I used VB 3 for a year or two, and then just forgot about programming
for quite some time. About a year ago, I started to look into it again, and
realized that obviously VB 3 was not up to par with ...
Look for a character in a certain position23 Nov 2004 19:21 GMT6
How can you look for a character in a certain position with VB.Net and
if the string length is less than the position have it return and
empty string instead of an error?
Substring returnns an error if the length is less than the position of
Question About Deployment23 Nov 2004 19:16 GMT2
After building a solution for deployment I have two files that I am not sure
of what they do or if I need to include them on my installation CD. I have
the following files....
myProgram.msi
Folder Browser Dialog23 Nov 2004 19:04 GMT1
When trying to use a folder browser dialog, my application freezes. I
found this is only when I set the default to "MyDocuments". Has anyone
experienced something similar. I'm thinking it's a Windows issue and not
a VB issue.
How to specify zero termination?23 Nov 2004 18:48 GMT5
Lets say I was given a Char array as:
Dim Arr(size) As Char
and this array holds a string which ends with a C-Style zero termination.
I want to make this into a String object and cut it off at the end.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.