| Thread | Last Post | Replies |
|
| Replacing special chars using regular expressions | 31 Dec 2004 23:15 GMT | 3 |
The issue at hand, I believe is my comprehension of using regular expression, specially to assist in replacing the expression with other text. using regular expression (\s*) my understanding is that this will one or more occurrences to replace all the white space between with a ...
|
| Option Strict ON - WHY use it??? | 31 Dec 2004 21:43 GMT | 29 |
I have a project that was created all with Option Strict OFF. Works great, not a problem with it. But if I turn Option Strict ON then I get a LOT of errors. My question, should I even care about Option Strict?
|
| Q: "Type Expected" | 31 Dec 2004 21:01 GMT | 14 |
I'm trying to use a class that I've written in a form. Unfortunately, when I write something like: Public x As New myClass I get the compile time error: "Type Expected". Indeed, the "squiggly" blue
|
| Sorting an array | 31 Dec 2004 19:18 GMT | 7 |
I am trying to help a fellow working with a VB6.NET project and am having trouble. The exercise wants us to read some words in English, German and French into an array from a text file, which I got working fine.
|
| XP look on buttons etc | 31 Dec 2004 18:42 GMT | 10 |
For some reason my App has stopped displaying buttons and other such controls with the XP style. They have all reverted back to the standard style button. I have the buttons.flatstyle set to = system, but they are the same as
|
| Hmm, What happened to Left ? | 31 Dec 2004 18:29 GMT | 18 |
I feel stupid for asking this, but i just went to use the left() function from vb6 only to find it doesnt do what it used to under .NET. Im assuming theres something else now im meant to do when i want to say for example Dim Str as string
|
| Update DataSet with StoredProcedure | 31 Dec 2004 17:26 GMT | 1 |
When I have a stored procedure, with multiple tables in MS Access, in a dataset and I change it in my DataGrid, I get the next message when I want to update my DataSet: InvalidOperationException:
|
| Accessing File Properties From VB | 31 Dec 2004 17:12 GMT | 2 |
How can I read the Title and Track properties of existing music files? Thanks, -Carl
|
| One Project / Multiple Executibles | 31 Dec 2004 16:29 GMT | 2 |
I create many tiny vb.net console applications that I call from the command prompt in sql server. Usually these are very tiny, and involve just one method (I'm doing things that a stored procedure can't do). The only way I know how to do this is to create a VS Project for each ...
|
| Open a text file and replace text help | 31 Dec 2004 15:59 GMT | 5 |
Below is my code, I'm opening an xml file and I have a chat name node within it. By default the node has a value of "mypc" for which I'm replacing and putting in a new value. I don't know if this is the best approach but I'm trying it. I can open the stream fine and replace the
|
| Converting a textfile to XML | 31 Dec 2004 15:22 GMT | 3 |
I have a output-file from the program listdlls and i want to conert it to XML. I am new in dotnet and i need some help.
|
| Multiple List Views ? | 31 Dec 2004 13:40 GMT | 7 |
Is there a way to have multiple list views created during program runtime in code, which can have objects added, removed and later on the listview itself be removed, whilst keeping the previous listview(s) hidden or disabled under the original ?
|
| how to create flex grid on vb.net | 31 Dec 2004 13:34 GMT | 1 |
please help me to create flexgrid controles on vb.net for data entry regards sumit
|
| update data row | 31 Dec 2004 13:29 GMT | 3 |
i want to update one of data. i have use this method to save my data. 'Decleare the file stream as fs Dim fs As FileStream = New FileStream(filename, _
|
| Modify the SMTP Setting in Outlook 2003 | 31 Dec 2004 11:37 GMT | 1 |
I need to change the SMTP address in Outlook 2003 using VB.net. Thanks for any help, Jack
|