No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
The above does not work for me, it raises an error every time i use Dim oAccess As New Microsoft.Office.Interop.Access.Application YES I have the interop referenced in my project and yes my module imports Microsoft.Office.Interop.Access.Dao Here is the error: Retrieving the COM class factory for component with CLSID {73A4C9C1-D68D-11D0-98BF-00A0C90DC8D9} failed …
Here is some code I use for dual monitors. This may help but is really intended for a user to be able to set their default screen (1 or 2) in a setting and have the form open to the center of the preferred screen. [CODE] Dim myScreens() As Screen …
In vb.net I set the KeyPreview for the form to True and use the KeyUp event for such matters. [CODE] Private Sub Form1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp If e.Alt And e.KeyValue = Keys.E Then 'enter the code you want to use to close the form …
The End.
JohnTheGrateful