Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1

    Default Loop of pictures in C# windows form


    guyz naa na sad ko para mag samok.samok...hehehe....nahan unta ko guyz na sa ako form kay butangan nako picture box..dayun every mga about 2 seconds kay mag change iyang pic...dayun mag loop loop ra siya? is that possible? tnx any answer would be greatly appreciated

  2. #2
    ask sa ko ni mam Jen ana imo question bro...heheheh...la pa pud ko kasulay ana.....

  3. #3
    OT: congrats diay ninyo...nice vid...

  4. #4
    First get the pictures from the directory, then just use a timer control and put in the Tick event tung image.fromfile sa picturebox o_O

  5. #5
    Quote Originally Posted by DeathFox View Post
    First get the pictures from the directory, then just use a timer control and put in the Tick event tung image.fromfile sa picturebox o_O
    timer control?? tick event? wait sa bro hap kay la pa ko dungog ana na controls...google mode...tnx


    @rugby...hehehe..maam jen pud diay ka bai? sya man pud programming teacher namo run...way ayo music vid la mi na daog T.T hehehe

  6. #6
    w00t. sounds like a gif. xD may i know what type of application you're planning to make?

  7. #7
    aw mudagan diay ang gif file sa windows for sir? i mean kanang murag slide show ba...

    video rental system sir...bakante man gud kaayo ang mdi parent...butangan nko mga char char ba...hehehe

  8. #8
    guyz mao ni ako gi try using timer...but wala lagi effect....100 miliseconds ako interval pero di lagi siya mo work


    Code:
    private void timer1_Tick(object sender, EventArgs e)
            {
               
                ctr = ctr + 1;
                if (ctr == 1)
                {
                    pictureBox1.Visible = true;
                    pictureBox2.Visible = false;
                    pictureBox3.Visible = false;
                }
                if (ctr == 2)
                {
                    pictureBox1.Visible = false;
                    pictureBox2.Visible = true;
                    pictureBox3.Visible = false;
    
                }
                if (ctr == 3)
                {
                    pictureBox1.Visible = false;
                    pictureBox2.Visible = false;
                    pictureBox3.Visible = true;
    
                }
                if (ctr == 3)
                {
                    ctr = 1;
                }
    
            }
    Last edited by Deathnote; 09-20-2009 at 12:58 PM.

  9. #9
    woot mo work diay guyz...la nako na enable ang timer...tnx to deathfox for pushing me on the right track...cool kaay tan.awun ako form...hehehe

  10. #10
    cool...try nya pud ko ana....
    @ Deathnote
    yep bro..cya among programming karon....3 years na ko nga under ana niya...hehehehe....

  11.    Advertisement

Page 1 of 2 12 LastLast

Similar Threads

 
  1. Replies: 27
    Last Post: 01-31-2013, 03:28 PM
  2. Query regarding allowed/maximum number of pictures in a post
    By CuPpy CaKes in forum Support Center
    Replies: 2
    Last Post: 12-15-2011, 08:31 AM
  3. Replies: 5
    Last Post: 02-23-2010, 02:32 PM
  4. Beware of paper in the back window of your vehicle
    By joorge in forum General Discussions
    Replies: 66
    Last Post: 12-22-2009, 11:49 AM
  5. Replies: 17
    Last Post: 01-12-2006, 11:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top