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...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 8th of Feb 2010 10:56:52 PM Download | Raw | Embed | Report
  1. button click event:
  2.  
  3.     Private Sub btnLoadData_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLoadData.Click
  4.         'Dim i As Integer
  5.         If loaddata(typeConfigSettings.sDatabasefname) Then
  6.             bApplyData(Me)
  7.         Else
  8.             MsgBox("data was not loaded", MsgBoxStyle.Exclamation)
  9.         End If
  10.  
  11.     End Sub
  12.  
  13. function in module:
  14.  
  15.     Public Function bApplyData(ByVal frmTo As System.Windows.Forms.Form) As Boolean
  16.         Debug.Print(frmTo.Name)
  17.         frmTo.cmbRegionsList.Items.Clear()
  18.         frmTo.cmbBanksList.Items.Clear()
  19.         frmTo.cmbBoxWorkingRegion.Items.Clear()
  20.  
  21.     End Function
  22.  
  23.  
  24. error i have:
  25. 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
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: