Hi all,
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 so...
more >>
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.
Thanks In Advance
selva
...
more >>
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....
more >>
Dim MyHyperlink As String = "http://www.somedomain.org/DOCUMENTS/" &
dgDatagrid.Rows(e.RowIndex).Cells(4).Value
System.Diagnostics.Process.Start(MyHyperlink)
fails with a
Win32 exception: the system cannot find the file ... but the file exists and
when I copy MyHyperlink into a browser - ...
more >>