| Thread | Last Post | Replies |
|
| Edit/Delete row in datasets table | 16 Aug 2006 07:30 GMT | 2 |
I have such a problem. I have dataset with one table. I would like to edit or delete specified row of this table. For example I would like to change value of table A where in column X I a have value 'aaaa'. How can this be done?
|
| Am I doing this right? | 16 Aug 2006 02:11 GMT | 3 |
I have an simple app that pulls UDP socket packets off a network, places that packet data in a structure, and places the structure into a vb.net Queue (use enqueue. and dequeue). Writes queue to SQL server In the form I have global decl.
|
| Fill up string array with random characters? | 16 Aug 2006 00:54 GMT | 3 |
Let's say I declares an array of string (of size 1000), how to fill every elements of it with random characters? Dim myStrArray(999) As String ...
|
| Working with exceptions... | 16 Aug 2006 00:45 GMT | 1 |
Okay, so this borrowed code is for doing a recursive file search. The problem is when I encounter the System Volume Information folder, a special kind of exception is thrown that ends up terminating the subroutine. I have two other exceptions that are thrown before the one I ...
|
| brain death | 16 Aug 2006 00:29 GMT | 4 |
I need to break a string in to 70 char pieces. How can I do this?
|
| HelpWriter | 16 Aug 2006 00:08 GMT | 2 |
I am trying to document one of my VB.Net applications using Microsoft's HelpWriter. I used the helpwriter to develop the table of contents and links to my HTML pages that I wrote in Microsoft Word. This works fine and it compiles into a .chm file. This .chm file works ok on the ...
|
| Modify default behavior of Date.ToString? | 15 Aug 2006 23:21 GMT | 1 |
I need to modify the default behavior of Date.ToString() on all pages of my ASP.Net (2.0) site. I don't need to localize my app (it's an intranet-only site), but I need to enforce a specific date/time format sitewide ("MM/dd/yyyy HH:mm:ss") and I don't want to have to write that
|
| Combobox in a DetailView and GridView | 15 Aug 2006 22:34 GMT | 1 |
Is it possible to make a combobox in e DetailView and GridView? I have a table with a foreign key to another table lets say it AppartmentID. I would like to be able to set the foreign key by using a dropdown list in the DetailView or GridView.
|
| Waiting for process end , how? | 15 Aug 2006 21:46 GMT | 7 |
Process.start("Mydoc.doc") starts Word with the file. I need to wait for Word to be closed before more code can execute in my app. How can I do this? Thanks for any help Bob
|
| Oracle.DataAccess.Client.OracleException ORA-12154: TNS: | 15 Aug 2006 21:43 GMT | 1 |
I just installed ODP.net 10.2.02 on my local machine (Windows XP Pro) running IIS. I have created a sample webservice in VS2003, connecting to localhost. I am getting:
|
| How to read large text file ? | 15 Aug 2006 21:14 GMT | 3 |
Hi, All I have text file ASCII with record length of 388 bytes, no record delimeter and size of the file is 562477780 bytes and 1449685 records all togeter. How can i read such file record by record ?
|
| Regular expression to match person's name | 15 Aug 2006 21:13 GMT | 12 |
I'm struggling to create a regular expression for use with VB .Net which matches a person's name in a string of words. For example in "physicist Albert Einstein was born in Germany and"
|
| Random number from an gaussian distribution | 15 Aug 2006 21:10 GMT | 1 |
Hello wizards, I need to get a Random number from an gaussian distribution in Visual Basic .NET , somebody knows how to make it. Thanks in advance.
|
| Accessing connections strings in web.config | 15 Aug 2006 20:55 GMT | 2 |
Is it possible to access connections strings from web.config from within the application? I'm using VS2005 and VB Sub LogVisit(ByVal network As String, ByVal IsValidNetwork As Boolean)
|
| IndexOf string method | 15 Aug 2006 18:43 GMT | 4 |
The IndexOf string method returns the position of the first occurrence of a character in a string. Is there a method to find the x occurrence of a character, for example, the 28th occurrence of a character in a string? Thanks
|