2021

Create, Insert, Edit DBF

 Ada satu aplikasi yang bisa create, insert, edit file dbf

Edit DBF file | DBF Viewer 2000 (dbf2002.com)

silahkan download di alamat url tsb diatas

SQLiteStudio untuk mengelola database sqlLite

 SQLiteStudio adalah suatu aplikasi yang digunakan untuk mengelola database sqlite, penggunaan nya sangat simple dan sederhana, dan yang pasti gratis alias tidak berbayar.

anda dapat download lewat utl berikut

SQLiteStudio



Kirim POST ke Server Menggunakan VB.Net Script VB

                    Dim reg As String

                    reg = "https://localhot/test.php"

                    Dim _req As HttpWebRequest = HttpWebRequest.Create(reg)

                    _req.Method = "POST"

                    _post = "pass=inun20211"

                    Dim _postByte As Byte() = Encoding.UTF8.GetBytes(_post)

                    _req.ContentType = "application/x-www-form-urlencoded"

                    _req.ContentLength = _postByte.Length

                    Dim _postStream As Stream = _req.GetRequestStream()

                    _postStream.Write(_postByte, 0, _postByte.Length)

                    _postStream.Close()

                    Dim response As WebResponse = _req.GetResponse()

                    _postStream = response.GetResponseStream()

                    Dim reader As New StreamReader(_postStream)

                    Dim _resServer As String = reader.ReadToEnd()

                    Dim t() As String = Split(_resServer, ";")

                    If t(0) = "GAGAL" Then

                        'MsgBox(t(0))

                        MsgBox(" GAGAL " & vbNewLine & t(1))

                        Me.Close()

                    End If


Password HG8245U

 alamat url : 192.168.100.1

UsernamePassword
telecomadminzep2kjzol
telecomadminindihome
telecomadminadmintelecom
Supportzep2kjzol
Supporttheworldinyourhand
Adminadmin
adminadmin
Adminadmin1234
useruser

Button Generator

 untuk membuat button, silahkan klik url dibawah

http://buttonoptimizer.com/

script download menggunakan vb.net vb

My.Computer.Network.DownloadFile("http://www.iki.com/ok.zip", "c:/download/ok.zip", False, 500)


copy file menggunakan script CMD nya windows

         Dim proc As New System.Diagnostics.Process

        With proc.StartInfo

            .FileName = "cmd.exe"

            .Arguments = "/C copy c:\entrynilai2020\jajal2020genap.html c:\entrynilai2020\sunarto.db"

            .WindowStyle = ProcessWindowStyle.Hidden

        End With

        proc.Start()


cara menghilangkan An Error has occured in the script on this page pada WebBrowser -vb.NET

 pilih properties pada webBrowser

ScriptErrorsSuppressed buat= TRUE

Postingan Lebih Baru Postingan Lama