I like Access. I have also used VB a lot. I have been developing software for many years and prefer the convenience of working with everything in one place - forms, reports, database, code, etc. I've never been stopped (i.e. needed to abandon Access VBA and get outside to solve my programming problem).
I have some intricate applications, mostly financial and medical customized.
This is a case of whether it is possible to...
User Profile
Collapse
-
I like Access. I have also used VB a lot. I have been developing software for many years and prefer the convenience of working with everything in one place - forms, reports, database, code, etc. I've never been stopped (i.e. needed to abandon Access VBA and get outside to solve my programming problem).
I have some intricate applications, mostly financial and medical customized.
This is a case of whether it is possible to...Leave a comment:
-
Need Code for Access Image Box
I have a Visual basic 3 App that I am converting to VBA in Microsoft Access 2003. The VB3 app successfully recolors a bitmap image with code using pixel locations when clicking on option buttons used for color selection.
An example is:
Grphecho!Pictur e3.PSet (xpos, ypos), RGB(RRGB, GRGB, BRGB)
where the pixel positions are xpos and ypos in a Picture box(Picture3) using the Pset method.
I know about the... -
Need VBA Code to place color on a bitmap image
I have a Visual basic 3 App that I am converting to VBA in Microsoft Access 2003. The VB3 app successfully recolors a bitmap image with code using pixel locations when clicking on option buttons used for color selection.
An example is:
Grphecho!Pictur e3.PSet (xpos, ypos), RGB(RRGB, GRGB, BRGB)
where the pixel positions are xpos and ypos in a Picture box(Picture3) using the Pset method.
I know about the... -
Need VBA Code to place color on a bitmap image
I have a Visual basic 3 App that I am converting to VBA in Microsoft Access 2003. The VB3 app successfully recolors a bitmap image with code using pixel locations when clicking on option buttons used for color selection.
An example is:
Grphecho!Pictur e3.PSet (xpos, ypos), RGB(RRGB, GRGB, BRGB)
where the pixel positions are xpos and ypos in a Picture box(Picture3) using the Pset method.
I know about the...
No activity results to display
Show More
Leave a comment: