Search:

Type: Posts; User: skemb321

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    2,344

    Re: how to play full screen videos

    ok tanx!!! i ll try above....
  2. Replies
    4
    Views
    2,344

    [RESOLVED] how to play full screen videos

    hello everyone..

    I am making a project which will play videos in full screen display. my problem is that, i need to double click the video first before it displays in a full screen manner. i use...
  3. Replies
    5
    Views
    1,051

    VS 2008 Re: [RESOLVED] Need help with youtube playback

    hello everyone. can anyone help me solve this problem. i am going to make a project in visual basic 6 which play videos. i want that the videos will play automatically in a full screen display...
  4. Replies
    1
    Views
    658

    TIme Manipulation/Attendance Checking

    this project concerns about attendance checking.
    I have no problems concerning the database but the problem is that how can i make a condition if a certain person is late/absent?


    the only input...
  5. Re: VB6 HELP!: Datagrid click and then a new form with a datagrid will appear!

    the problem with if else statement is that it continues to move to another condition after failing the first one...try to use select case.
  6. Replies
    3
    Views
    712

    Re: Web cam detect persone in room.

    ofcourse you can!

    the logic of detecting any movement in camera's view are the pixel changes in your current snapshot/picture to the normal state of your room.

    normal state - the first frame...
  7. Re: Can i get a quick yes or no answer? Its about vb6 and excel

    a BIG YES.

    but it's easier in Microsoft Access.. :)
  8. Replies
    3
    Views
    714

    Re: Could Vb6 works On this kind of Problem?

    i agree with westconn1!

    u must dim all variables before using a function again.
    this will let all the variable go back to their default values.
    and by this, values will not be carried by the...
  9. Replies
    8
    Views
    1,103

    Re: hello

    @honeybee: sorry for the late reply....

    the windows API can not integrate/interface 2 or more webcams at a time...
    as a solution for this, i used a component in vb6 called videocap.ocx

    thanks...
  10. Replies
    8
    Views
    1,103

    Re: hello

    i am using windows 7 for my application...


    @hack: ahm i've already those api for my creative webcam which is doing fine with me...
    i need to use 2 webcams. if possible, i will use the...
  11. Replies
    8
    Views
    1,103

    Re: hello

    another question...

    how can i use WIA api?
  12. Replies
    8
    Views
    1,103

    [RESOLVED] hello

    hi good day!

    how can i access my intex IT-310WC in vb?


    i am confused because creative camera can be detected but not this intex IT-310WC...

    T__T

    i have no idea why i cant interface...
  13. Re: How to draw a shape inside a picture box and loop inside the drawn rectangle?

    hihihi i thought it would be more specific to say: looping inside the rectangle drawn inside a picturebox..hehehe

    thank you sir...

    Private Sub Command1_Click()
    Dim X As Long, Y As Long, Cx...
  14. [RESOLVED] How to draw a shape inside a picture box and loop inside the drawn rectangle?

    vbforums is really helping so now i am keep coming back...


    Hello good day sirs

    i have this image processing project and i just wanted to know if is it possible to loop inside a drawn...
  15. Re: VB - Converting an RGB colour number to a colour name

    omg. so i will use long values then.

    it is hard to use long values because they are "long"

    :(
  16. Replies
    6
    Views
    1,318

    Re: Detect specific colors

    omg! i've been searching for an API like this!...
    thanks LaVolpe!

    i'll try this one.
  17. Re: VB - Converting an RGB colour number to a colour name

    hello! si_the_geek!

    it's me again..

    ahm, can i cast a rgb value into a string not similar to the post above?
    like in c#:

    colorcast{
    "255,255,255": "white"
    "255,0,0": "red"
  18. Replies
    6
    Views
    1,318

    Re: Detect specific colors

    hmmm i think i already got the idea now...

    so, rgb can vary every color and every combination can become another color if it reaches or overlaps a certain range...

    thank you so much...
  19. Replies
    6
    Views
    1,318

    Re: Detect specific colors

    i've been into that "colour name" days ago...

    but i'll try to modify it as much as i can.
    my projects deadline is fast approaching and i need to finish this.


    by the way sir, how did you...
  20. Replies
    6
    Views
    1,318

    [RESOLVED] Detect specific colors

    Hello, it's me again.

    I am currently working with detecting these colors in a picture inside a picturebox.

    1. white
    2. yellow
    3. blue
    4. red
    5. magenta
    6. orange
  21. Re: How to loop inside a Picture which is captured from my webcam?

    :bigyello: tnx!

    finally, got the idea now.
  22. Re: How to loop inside a Picture which is captured from my webcam?

    UPDATE!!!

    I've tested your code sir and it works just fine with mine here is the code


    Private Sub Command1_Click()
    Dim px As Long
    Dim py As Long
    Dim point As Long
    Dim r As...
  23. Re: How to loop inside a Picture which is captured from my webcam?

    hello, sir!
    sorry for the late reply.

    hmmm,
    why do we have to minus 1 from the scalewidth and scaleheight sir?

    is it wrong to just loop it from 1 to picture4.scalewidth (or to...
  24. [RESOLVED] How to loop inside a Picture which is captured from my webcam?

    Hi

    I am currently having problems on how to loop inside a picture which is being captured by a webcam.

    it is already "bitmap" in form when i copied to from the clipboard to the picturebox?
    ...
Results 1 to 24 of 24



Click Here to Expand Forum to Full Width