CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: PhantomVB

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    497

    Thank you, thank you.

    Thank you, thank you.
  2. Replies
    2
    Views
    497

    A simple program to open an HTML file

    There has to be an easy way to launch an HTML file in VB. Can I somehow call it directly and have it launched by whatever program it's associated with on that computer or do I have to launch a...
  3. Displaying and scrolling through recods in database

    I have an Access database with 1 table (4 fields). I want to display the records (1 at a time) to textboxes and a picturebox. I have the dataadapter, the connection, and a dataset genetated from the...
  4. Replies
    2
    Views
    901

    You could simply try: PictureBox1.Image =...

    You could simply try:

    PictureBox1.Image = Image.FromFile("C:\Passport.bmp")

    See if that works for you.
  5. Replies
    9
    Views
    7,962

    Once again, thank you.

    Once again, thank you.
  6. Replies
    9
    Views
    7,962

    It worked very well. Thank you DSJ. Now if I can...

    It worked very well. Thank you DSJ. Now if I can only clear the picturebox... I figured Image.dispose would do it, but it doesn't and I don't see another option.
  7. Replies
    9
    Views
    7,962

    Thank you for the help. I can use some of that to...

    Thank you for the help. I can use some of that to modify my code. I'm anxious to try it out. Also, I don't want to use the stretch feature, because it distorts the image and the images are all...
  8. Replies
    9
    Views
    7,962

    Thanks for the help. I don't know why I couldn't...

    Thanks for the help. I don't know why I couldn't find it before I posted, but I found that property after I left the post. The center option is what I was looking for, but I still have an issue of...
  9. Replies
    9
    Views
    7,962

    Centering & resizing pics in a picture box

    I'm still a VB newbie. I can put an image into a picture box and I can get the properties of that image (width, height), but I cant' figure out how to center that image within the picturebox, or, in...
  10. Thank you, thank you! It works great.

    Thank you, thank you! It works great.
  11. help with creating and writing to HTML files

    I'm a VB newbie and there are a few things I don't understand. I never learned to manipulate files in school. I simply want to create a series of html files (all similar with some variable data),...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured