Search:

Type: Posts; User: andresin

Search: Search took 0.02 seconds; generated 10 minute(s) ago.

  1. [VB6] Yet another simple and versatile Tray Icon code with subclassing

    Yesterday, I didn't know what 'subclassing' is.
    Today I made a complete solution to serve all your tray icon needs.

    Easy to use: just create a cSysTray object in your form, pass the hWnd and...
  2. Re: [VB6] Make a collection of StdPictures, copy from PictureBox

    Thanks a lot everyone!!! I didn't know that that doing pic1.Cls or pic1.Picture = Nothing I get a new stdpicture on the Image property.
    I'm losing my touch, maybe I should sleep a little more...
  3. Re: [VB6] Make a collection of StdPictures, copy from PictureBox

    Can you send me a working code?

    I've tried this, and it doesn't work:
    After I click, there are still 3 lines on the picturebox


    Option Explicit
    Private pic(2) As StdPicture

    Private Sub...
  4. Re: [VB6] Make a collection of StdPictures, copy from PictureBox

    It doesn't work because every element of the array is a pointer to the same image.

    I'm afraid the only way is using api calls.
    I'll do some research on GetObject, CreateBitmap and...
  5. [VB6] Make a collection of StdPictures, copy from PictureBox

    I've been browsing google awhile but I can't fugure out how to solve this problem.

    I have a form with a picturebox.
    I want to plot something on it, store the picture (somehow) in a collection,...
  6. VB6 - Simple DirectSound interface class to play little sound effects

    Here's yet another class to play little sound effects on VB6 apps.
    Note that I'm not a programmer, never studied anything, so it's not very professional, but it's simple and very easy to use.

    The...
  7. Replies
    0
    Views
    11,148

    TicTacToe demo with sound (directx)

    Hi everyone!! this is my 1st post! :wave:

    Here's a simple Tic Tac Toe game that I made. I think it's one of the most complex apps I've ever written (i'm not a programmer or similar), but I'm...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width