Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
mikrom said:minimum working source code
Malam02 (MIS) (OP) 29 Jul 24 05:30 said:...
I am using DevXpress Grid control.
...
Imports System.ComponentModel
Imports System.Text
Partial Public Class Form1
Public Sub New()
InitializeComponent()
' This line of code is generated by Data Source Configuration Wizard
' Fill the ExcelDataSource asynchronously
ExcelDataSource1.FillAsync()
' This line of code is generated by Data Source Configuration Wizard
' Fill the ExcelDataSource asynchronously
ExcelDataSource2.FillAsync()
End Sub
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
End Sub
End Class