User Profile

Collapse

Profile Sidebar

Collapse
robertko2
robertko2
Last Activity: Dec 15 '07, 11:12 PM
Joined: Oct 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sounds like something that might open the road for me.

    Thanks Killer,

    Robert
    See more | Go to post

    Leave a comment:


  • Thank you for telling me that scrolling a form is impossible. That was the problem all along, so I made copies of all the frames and placed them (with all controls intact) into a form sized picturebox. I then drew the two scroll bars and Scroll Picture Box onto the form, and voila, worked like a charm. Now my forms can be huge and all will be able to view them.

    Thanks again guys!
    See more | Go to post
    Last edited by Killer42; Dec 16 '07, 09:18 AM.

    Leave a comment:


  • Yes, Public variables. I had the same problem several years ago, but after creating a module called Variables (Or whatever), I keep all my variable declarations in that module "Public MyVar1, MyVar2, MyVar3 As Single" etc.

    Haven't had the problem with forgotten variable values since.

    Hope this helped,
    Robert
    See more | Go to post

    Leave a comment:


  • I'm using VB6, and basically need them so that people with less resolution can view the entire form by scrolling down or over.

    Hope that helped.

    Thank you,
    Robert...
    See more | Go to post

    Leave a comment:


  • Thank you very very much!!! You hit the nail right on the head. I turned that property on, and all is well.

    Is VB6 capable of 3D graphics? I'm writing a cabinet design program, and would very much like to include a 3D view of the kitchen or bath cabinet project. I am almost finished with the 2D plan views, cross sections, and elevations, but I've never done any 3D work.

    Thanks again,
    Robert
    See more | Go to post

    Leave a comment:


  • How to send Line command graphics from form to printer?

    I must be missing something here, but I can't seem to come up with a way to send the image generated on a form or picture box to my printer. Any help would be appreciated.

    [CODE=vb]Form2.Picture1. Line (BaseStartLeft, BaseStartTop + TtlHt - TKHeight)-_
    Step(BDepth - TKDepth, TKHeight), B[/CODE]

    I tried Printer.Print and PrintForm methods, and either they don't work in this instance or my...
    See more | Go to post
    Last edited by Killer42; Nov 27 '07, 10:04 PM.

  • robertko2
    started a topic How can I make scroll bars operational?

    How can I make scroll bars operational?

    For some reason I can't get vertical or horizontal scroll bars to function at all. They show up at run time, but look like their disabled. I need to make sure that anyone with a low screen resolution will be able to see the whole form of my program. Any tips would be greatly appreciated.

    Thanks,
    Robert
    See more | Go to post

  • Thank you for your input. I've been using image controls, but since the image width can vary substancially the stretching and squishing doesn't look very good. I was hoping to find a way to maintain the drawings original quality.

    Robert...
    See more | Go to post

    Leave a comment:


  • Resizing graphic files in Image or Picture Boxes

    Hello everyone,

    This is my first post here, and was hoping someone could lead me on the right track to quality resizing of drawing files like .bmp .jpg etc in VB6 Image or Picture boxes. I'm writing a design program and need my width, height and depth variables to influence the size of the graphic files. I need to make them true to scale. Thank you in advance for any help offered.

    Robert
    See more | Go to post
No activity results to display
Show More
Working...