| Thread | Last Post | Replies |
|
| Access VBA Public Function to VB.NET or VBScript? | 30 Aug 2005 00:52 GMT | 1 |
I have the below code as a public function in Access 2000 .This is the *only* thing this particular mdb does - autoexec macro calls this function and at the end of the code Access exits. Just a quick conversion utility, really. Now I'm told some users do not have access installed ...
|
| System.InvalidCastException" | 21 Aug 2005 20:57 GMT | 1 |
CType(Me._UserRegTemp1_1, System.ComponentModel.ISupportInitialize).EndInit() Eccezione first-chance di tipo "System.InvalidCastException" in system.windows.forms.dll Informazioni aggiuntive: Interfaccia non supportata.
|
| VB --> VB.Net | 21 Aug 2005 20:56 GMT | 1 |
Hi, I am upgrading VB6 to VB.Net. My Program uses lots of ListView and status bar controls. after upgrading I get an Error message "Type AxMSComctlLib.AxListView is not defined". Is there any easy way to fix this.
|
| Repost: Any other workarounds for the totally screwball right-alignment on datagrid? | 20 Aug 2005 06:18 GMT | 1 |
I probably should have posted this over here first, but getting no response from the general dotnet.languages.vb forum, I am re-posting here: Any known fixes for the wacky right-alignment bug in the WinForms datagrid (VS2003)?
|
| failure in System.Diagnostics.Process.Start | 10 Aug 2005 06:05 GMT | 3 |
Dim MyHyperlink As String = "http://www.somedomain.org/DOCUMENTS/" & dgDatagrid.Rows(e.RowIndex).Cells(4).Value System.Diagnostics.Process.Start(MyHyperlink) fails with a
|
| Convert to web service | 05 Aug 2005 11:03 GMT | 2 |
...please don't shoot me down in flames on this.. but I'm trying to find out what exactly a web service is and if it is possible to convert/migrate/upgrade a VB6 project to one. My impression is that a web service is an executable running on a web server which is accessed via a
|