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

Search:

Type: Posts; User: J4yJ4y

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,810

    Re: Repeat Image (PictureBox)

    Solved creating picturebox dynamically.
  2. Replies
    1
    Views
    1,810

    Repeat Image (PictureBox)

    Hello

    I'm trying do a sequence of some images, but something are wrong, someone can tell me what?



    for (int i = 0; i < 5; i++){
    PicBox.ImageLocation = "";
    PicBox.ImageLocation +=...
  3. Replies
    2
    Views
    885

    Re: [Help] Join Two Tables

    Hi, thanks for your reply.

    Everything is good with sql.
    My problem is show content of two tables in ListView. I wanna search by Director (name) and show all results.
  4. Replies
    2
    Views
    885

    [Help] Join Two Tables

    Hello
    I have problem with inner join..
    With a simple query, like:
    Select * from movies .. all works great.
    But now, i need use two tables, movie and director.
    How can i do it? I think i need...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured