Imports System.Data.OleDb Public Class Witaj Private Sub Witaj_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim con As OleDbConnection = New OleDbConnection(„Provider=Microsoft.jet.oledb.4.0;data source=d:\home\Dane\Visual Studio 2008\Projects\Baza\Baza\Database.mdb”)
Visal Basic
Access, Bazy danych, Programowanie, Visal Basic
TreeView w MS Access
by admin • • 0 Comments
Private Sub Form_Load() FillStructureTree End Sub
Excel, Visal Basic
Excel – listowanie plików w katalogu
by admin • • 0 Comments
Private Sub ListXML() Dim sFile As String Dim i As Long i = 1 sFile = Dir(„c:\bat\*.bat”) ‚<=== change to suit Do While sFile <> „” Cells(i, „A”).Value = sFile On Error Resume Next sFile = Dir Debug.Print sFile On Error GoTo 0 i = i + 1 Loop End Sub
Programowanie, Visal Basic, Windows
Active Directory LDAP Properties
by admin • • 0 Comments
http://www.computerperformance.co.uk/Logon/LDAP_attributes_active_directory.htm
Kryptografia, Matematyka, Programowanie, Visal Basic
Szyfr Cezara VB-NET
by admin • • 0 Comments
Kompendium_programisty_14.doc