I tried to download multiple directories from FTP server to my local machine,
I tried this,
p> Const localFile As String = “C:\Documents and Settings\cr\Desktop\T\New Folder\”
Const
Visual Basic is a structured, modular, object-oriented, visual programming language developed by Microsoft Corporation that includes an event-driven mechanism that assists in the development environment. This is a language that can be used in the development of Microsoft’s own products. It is derived from the BASIC programming language. VB has a graphical user interface (GUI) and rapid application development (RAD) system, you can easily use DAO, RDO, ADO to connect to the database, or easily create Active X controls. Programmers can easily use the components provided by VB to quickly build an application.
I tried to download multiple directories from FTP server to my local machine,
I tried this,
p> Const localFile As String = “C:\Documents and Settings\cr\Desktop\T\New Folder\”
Const
Private Sub HScrollBar1_Scroll(ByVal sender As Object, _
ByVal e As ScrollEventArgs) _
Handles HScrollBar1.Scroll
Me.BackColor = HScrollBar1.Value
End Sub How to set the BackColor of the form? H
Is it possible to display an animated splash screen in WPF. I want my company name and application name to be accessible, and I need a continuous animation progress bar. I use this example
ht
This is my code in Form1.vb:
Imports Word = Microsoft.Office.Interop.Word< br />
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Ha
I want to use .NET code in my application to play system sounds-if I want to use Beep, Asterisk, etc. I have no problem, because I can use:
My.Computer.Audio.PlaySystemSound(Media.SystemSound
I have a DataGridView control in my Windows Forms application.
I am using a background thread to add rows to the grid. I change the cursor of the form to Waitcursor when the process starts , And r
So this is the problem I encountered. I am converting an old Excel macro to excel add in so that I can share it with my colleagues more easily. I am VB Newbie to .net, but I’m doing what I can, so
How to set form number 4 as the default form that will run when you press f5 in visual studio 2008. Because form 1 is always the first to start >Right click on your project in the Solution Explor
I visited a tool again, I wrote my service support team in VB.Net and back, I want to add some checkboxes to copy Windows to show hidden files and folders/ Then hide the same functions, as well as
I have a password protected mdb file but I cannot access it on vb.net. I don’t know the correct code to define the password.
This is my current code, I I know its error, but I don’t know the corre