First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Foreign Currency Exchange Rates Web service
Hi Guys, please does anyone know of any web service that is for currency exchange rates? ... 21 Apr 2010 16:44
Get email with Visual Basic 2008
Hi all Somebody can help me ? I need - Visual Basic 2008 - code to get email from gmail server. ... 19 Apr 2010 18:50
Draw an arrow on a line
Hi. I want to draw an arrow (like a triangle or something like that) on an existing line to show a direction. The lines are in different directions. an example of the picture can be found http://users.telenet.be/schaakclubpostgent/grafischeweergaveafgebroken&uitgesteld.html The coordinates are calculated ... 19 Apr 2010 07:25
How to read a Stream into an XElement
I'm writing an application where I want to use Linq2XML to read a simple bit of XML that's returned after executing a simple HttpWebRequest. Once I execute the request and attach a response stream, I'm executing this code to try to get the XML that's returned into a standard string Dim xmlReturnString as String... 18 Apr 2010 16:25
set ARITHABORT on
I have a SQL 2000 database that I just reindex a table. After I do that, in my program before I can delete/insert I need to "set ARITHABORT on", otherwise I get an error. Also, a select statement without it runs very slow. Why after I re-index a table I need to "set ARITHABORT on" in my program ? How can I set it... 21 Apr 2010 03:16
Fast SQL Server Stored Procedure runs slow in VB.NET
Our application uses VB.NET 2008 and SQL Server 2000. I can run the SP fast in the SQL Server Management Studio or SQL Query Analyzer window. But, when running it in the VB.NET program, it is very slow. Why is it slow in the program ? Is there anything else that I could do ? Thank you This is the VB6.NET ... 19 Apr 2010 09:30
search for a string or part of a string in another string
I'm trying to write some code to search for occurrences of a string in another. I have a form with a text box where a user can input text to search for. The app then files all file names containing that string and loads into a listview. Simples! except I want to be able to find exact matches or parts of th... 17 Apr 2010 04:17
algoritm special permutation
Hi, I am looking at a algoritm for special permutation with integers like f.e. I start with 1,2,3,4,5 and I want the result 1 2 3 4 5 2 3 5 1 4 4 1 2 5 3 5 4 1 3 2 3 5 4 2 1 Some subset where al of the numbers are on different places Thanks for any response ... 17 Apr 2010 08:36
Where is My.Settings?
When I execute the following lines of code ... Dim clients(My.Settings.Clients.Count) As String My.Settings.Clients.CopyTo(clients, 0) combxClients.Items.AddRange(clients) .... the last statement throws an exception, "Value cannot be null. Parameter name:item". This is apparently because I have a null value ... 18 Apr 2010 18:38
ResourceManager.GetString
I am experimenting with this code ... Public Class Define_New_Template Private Sub Define_New_Template_Load(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles MyBase.Load Thread.CurrentThread.CurrentUICulture = New CultureInfo("en-US") ... 16 Apr 2010 18:27
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35