Subdomain Posts
VB.NET | 2 days ago
VB.NET | 3 days ago
VB.NET | 3 days ago
VB.NET | 3 days ago
VB.NET | 8 days ago
None | 10 days ago
VB.NET | 11 days ago
VB.NET | 11 days ago
VB.NET | 11 days ago
VB.NET | 14 days ago
Recent Posts
Bash | 0 sec ago
None | 9 sec ago
None | 29 sec ago
None | 37 sec ago
C | 1 min ago
None | 1 min ago
None | 1 min ago
C# | 1 min ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 8th of Feb 2010 10:56:52 PM
Download |
Raw |
Embed |
Report
button click event:
Private Sub btnLoadData_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLoadData.Click
'Dim i As Integer
If loaddata(typeConfigSettings.sDatabasefname) Then
bApplyData(Me)
Else
MsgBox("data was not loaded", MsgBoxStyle.Exclamation)
End If
End Sub
function in module:
Public Function bApplyData(ByVal frmTo As System.Windows.Forms.Form) As Boolean
frmTo.cmbRegionsList.Items.Clear()
frmTo.cmbBanksList.Items.Clear()
frmTo.cmbBoxWorkingRegion.Items.Clear()
End Function
error i have:
Error 1 'cmbRegionsList' is not a member of 'System.Windows.Forms.Form'.
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post