| Thread | Last Post | Replies |
|
| Excel using ado.net - operation must use an updateable query | 23 Nov 2004 21:04 GMT | 1 |
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:
|
| RadioButton | 23 Nov 2004 20:56 GMT | 1 |
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.ToString | 23 Nov 2004 20:22 GMT | 5 |
When I used the above I got "4:08:16 PM" But I want "16:08:16"
|
| string.replace question | 23 Nov 2004 20:14 GMT | 5 |
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 " "'s to preserve the user's indentation. My questions are ...
|
| Messagebox location | 23 Nov 2004 19:56 GMT | 4 |
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 Char | 23 Nov 2004 19:56 GMT | 4 |
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 GMT | 2 |
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 GMT | 2 |
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/lower | 23 Nov 2004 19:29 GMT | 7 |
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 ODBC | 23 Nov 2004 19:27 GMT | 2 |
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/novice | 23 Nov 2004 19:26 GMT | 41 |
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 position | 23 Nov 2004 19:21 GMT | 6 |
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 Deployment | 23 Nov 2004 19:16 GMT | 2 |
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 Dialog | 23 Nov 2004 19:04 GMT | 1 |
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 GMT | 5 |
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.
|