Advertisement

1 - 10 of 11 containing alltags:("VS 2005, VB") (0.001 seconds)
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...
Zones: .Net Editors & IDEs, MS Visual Basic, Visual Studi...Date Answered: 04/20/2008 Grade: A Views: 4
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 ...
Zones: MS Visual Basic, Visual StudioDate Answered: 04/09/2008 Grade: A Views: 0
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...
Zones: .Net Editors & IDEs, MS Visual Basic, Visual Studi...Date Answered: 04/20/2008 Grade: A Views: 0
Hi Has anyone used DotNetBar for docking (http://www.devcomponents.com/dotnetbar/)? How do I dock other forms to the "dockpanel"?
Zones: Visual Studio, .Net Editors & IDEsDate Answered: 05/02/2008 Grade: A Views: 12
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...
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 04/17/2008 Grade: A Views: 140
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 --...
Zones: MS Visual Basic, .Net Editors & IDEs, Visual Studi...Date Answered: 05/20/2008 Grade: A Views: 0
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...
Zones: .Net Editors & IDEs, MS Visual Basic, Visual Studi...Date Answered: 07/11/2008 Grade: A Views: 0
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...
Zones: .Net Editors & IDEsDate Answered: 07/11/2008 Grade: A Views: 0
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...
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...
Zones: MS Visual Basic, .Net Editors & IDEs, SQL Server 200...Date Answered: 06/18/2008 Grade: A Views: 55