Results 1 - 10 of about 10
Coding to link Visual basic to MS Access
Coding to link Visual basic to MS Access Issue Solution Note Issue Hello, Please I need to know the coding, how to link visual basic to...
Nov 10, 2009Programming > Languages > Visual Basic
VBA macro to move to the cell 'underneath'
VBA macro to move to the cell 'underneath' Issue Solution Issue If you need need VBA macro to move to the cell 'underneath' the...
Oct  8, 2009Programming > Languages > Visual Basic
VB6: Modifying the image of the desktop
VB6: Modifying the image of the desktop + write changes to the registry Project initialization Testing As stated here is a short tip,...
Aug 23, 2009Programming > Languages > Visual Basic
[VB6] Knowing the absolute position of the mouse.
[VB6] Knowing the absolute position of the mouse The Module Declaring the function Creating the function This feature allows you to...
Aug  2, 2009Programming > Languages > Visual Basic
[VB6/VBA] The CommonDialog control
[VB6/VBA] The CommonDialog control The available functions with CommonDialog Getting started An example of a standard module The...
Aug  1, 2009Programming > Languages > Visual Basic
Useful links
Useful links The first one to visit: http://en.kioskea.net/faq/sujet 305 starting with visual basic The official site:...
Jun 20, 2009Programming > Languages > Visual Basic
VB6 Finding the RGB values of a color
VB6 Finding the RGB values of a color Dim R as integer Dim G as integer Dim B as integer Sub FindRGB(Col As Long) R = &HFF& And Col G =...
Jun  8, 2009Programming > Languages > Visual Basic
VB6: Maintaining an application over the others
VB6: Maintaining an application over the others In a general module In the opening form Calling the function Removing priority...
Nov 21, 2008Programming > Languages > Visual Basic
[VB6] Making a form transparent
[VB6] Making a form transparent Getting started Restriction In a module As used in a form Getting started Here is a brief explanation...
Nov 19, 2008Programming > Languages > Visual Basic
VB6 monitoring the mouse track or a straight line on a form
Random lines Straight Lines Here are some tips on how you can monitor some lines in a straight line on a form Random lines To follow...
Nov 17, 2008Programming > Languages > Visual Basic