Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

3 Posted Topics

Member Avatar for kindofsudden

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 …

Member Avatar for JohnTheGrateful
0
2K
Member Avatar for ninjaimp

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 …

Member Avatar for JohnTheGrateful
0
241
Member Avatar for deven_a76

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 …

Member Avatar for JohnTheGrateful
0
101

The End.