User Profile

Collapse

Profile Sidebar

Collapse
JEO
JEO
Last Activity: Mar 1 '07, 01:36 AM
Joined: Feb 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    Leave a comment:


  • JEO
    started a topic Need Code for Access Image Box

    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...
    See more | Go to post

  • JEO
    started a topic Need VBA Code to place color on a bitmap image

    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...
    See more | Go to post

  • JEO
    started a topic Need VBA Code to place color on a bitmap image

    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...
    See more | Go to post
No activity results to display
Show More
Working...