Forum: VB.NET Aug 17th, 2009 |
| Replies: 2 Views: 8,506 You can add a module to your project and declare your variables as Public variables in the module. You can then use those variables in both your form and dialog form. |
Forum: Visual Basic 4 / 5 / 6 Jun 7th, 2009 |
| Replies: 2 Views: 2,743 Here is the code to add shippers table to the test.mdb:
Dim appAccess As Object
Dim dbname As String, xmlFile As String
dbname = "C:\test.mdb"
xmlFile = "c:\shippers.xml"
... |
Forum: MS Access and FileMaker Pro Nov 28th, 2008 |
| Replies: 7 Views: 5,332 Microtools.us also offers you a tool to convert Access forms and modules to VB6 applications. |
Forum: MS Access and FileMaker Pro Nov 28th, 2008 |
| Replies: 7 Views: 5,332 You can take a look at the Microtools' Access to VB .NET/C# for Windows applications converters. Their url is <URL SNIPPED> |