Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MrEARTHSHAcKER

    BorlandBuilderC++ Allocation Failure

    Hi, My problem is allocation failure. Namely, I need to dynamically create 39 images, load pictures for them, add OnClick action and arrange them in Form. Everything works perfectly through this code: class MyImage{ //Class groups Index and *image, I need Index because of...
  2. MrEARTHSHAcKER

    Media Player Options BCB6

    Hi, This is question about MediaPlayer component from System tab in BorlandBuilder 6.0 for C++. I am curious is there any member function of MediaPlayer that allows us to check is MediaPlayer playing something or not? For example by returning a bool variable as true for playing, and false for...
  3. MrEARTHSHAcKER

    Playing all songs from folder WindowsMediaPlayer

    Hi, it's Stevan, I wish to ask if anyone can explain me how to play all songs from specified folder using an ActiveX component WindowsMediaPlayer? Or is there any way other than this one? Thank you.
  4. MrEARTHSHAcKER

    Access violation at address .... in module 'Project1'.Read of address

    Hi, I have created the application which consists of several windows. Except first window, all others are dynamically created. They are created from windows before them and deleted after it's own closing ( they're deleted by themselves by button click ). There is a problem. When I wish to...
  5. MrEARTHSHAcKER

    BorlandBuilder Image Flickering

    Hi, I have created a image1 in Borland which is supposed to appear after mouse move over image2, and disappear if mouse moved over background image. But problem shows at first moving over image1 when my image2 should appear, and it flickers. The same happened when I created 2 images to act...

Part and Inventory Search

Back
Top