Tuesday, August 30, 2016
Monday, August 29, 2016
Sunday, August 28, 2016
Wednesday, August 24, 2016
Tuesday, August 23, 2016
Friday, August 19, 2016
Wednesday, June 29, 2016
Sunday, June 5, 2016
Canoscan LIDE 25 driver
Thanks for nothing, Canon.
There is no driver for my Canoscan LIDE 25 scanner for Windows 8 or Windows 10.
Funny thing is, I used to have a Canon video camera. When it broke, I took it to Canon HQ who told me that they wouldn't fix it because it was old. I guess I should have learned not to buy anything from Canon.
There is no driver for my Canoscan LIDE 25 scanner for Windows 8 or Windows 10.
Funny thing is, I used to have a Canon video camera. When it broke, I took it to Canon HQ who told me that they wouldn't fix it because it was old. I guess I should have learned not to buy anything from Canon.
Friday, May 27, 2016
Thursday, May 26, 2016
Friday, May 6, 2016
Sunday, April 17, 2016
Sunday, April 3, 2016
Red Baron
'Here's the code for my sample Access 2010 VBA form:
https://youtu.be/Vtv1E9NORFY
Option Compare Database
Option Explicit
Private Sub Detail_Click()
imgSNOOPY.Visible = True
End Sub
Private Sub imgAIRPLANE_Click()
imgAIRPLANE.Left = imgAIRPLANE.Left - 100
End Sub
Private Sub imgSNOOPY_DblClick(Cancel As Integer)
imgWOODSTOCK.Visible = True
End Sub
Private Sub imgWOODSTOCK_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
imgAIRPLANE.Visible = True
End Sub
https://youtu.be/Vtv1E9NORFY
Option Compare Database
Option Explicit
Private Sub Detail_Click()
imgSNOOPY.Visible = True
End Sub
Private Sub imgAIRPLANE_Click()
imgAIRPLANE.Left = imgAIRPLANE.Left - 100
End Sub
Private Sub imgSNOOPY_DblClick(Cancel As Integer)
imgWOODSTOCK.Visible = True
End Sub
Private Sub imgWOODSTOCK_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
imgAIRPLANE.Visible = True
End Sub
Subscribe to:
Posts (Atom)



