Hi
I need some help, I want to dowload 5 text files from a web page that has login. I know the exact names of the files and the user has a username and password for the page.
I have a button th...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23298231.html
Hi!
I have two field (numeric box) that a user can input a value with 5 decimals (0,00000)
I like ti get some help to format the values I read from the box.
If I have these values i want ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23301857.htm...
Hi I have this code
Can I write this in a better way. What I do is that I check if zone exists in my collection if it does I also want to check if this is a payzone and if it's not I need to cha...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23318424.html
Hi
Has anyone used DotNetBar for docking (http://www.devcomponents.com/dotnetbar/)?
How do I dock other forms to the "dockpanel"?
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23324157.html
Hi
How do I delete a row in a datatable when running a for each loop
For Each MyRow As DataRow In dtSource.Rows
For Each MyCol As DataColumn In dtSource.Columns
strColumn...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23330286.html
Hi
Need some tips how to loop thru all classes that I I have in a string array
Private Classes As String() = New String() {"ServerImpl"}
For i As Integer = 0 To Classes .Length - 1
--...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23417958.htm...
HI..
I need some help to put some light on a problem.
I have an application that consists of several Client-Server applications.
Why?
Each application is a tool that that needs to be able to...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23446708.html
Hi!
Does a class with some functions have a specific pattern name if I don't add anything more then this?
Public Class Test
Public Function Test() As String
Dim strTest As Strin...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23504475.html
VS 2005 (Visual Basic .NET)
I am writing an app to edit some software screens drawn by looking at data in a text file. I have the code recreating the software screens elements like line and bu...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23768725.html
Zones:
Visual BasicDate Answered: 09/27/2008 Grade: A Views: 0
How can I pass parameters with different values to the same stored procedure in a loop like:
cmd.CommandText = "MySP"
cmd.CommandType = System.Data.CommandType.StoredProcedure
For Each v_row...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23493934.htm...