Search:

Type: Posts; User: shoazib

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    537

    Re: show form on top of other prog

    I am calling the function here:
    Private Sub maximize()

    WindowState = vbNormal
    Visible = True
    Dim hProcess As Long
    ...
  2. Replies
    5
    Views
    537

    Re: show form on top of other prog

    Thanks for the reply. I tried pasting SetForeground declaration and it doesnt take the alias value. I am able to run the code but when I place a windows explorer on top of it the form runs in...
  3. Replies
    5
    Views
    537

    show form on top of other prog

    Hello Everyone
    I have a VB6 program that accepts rtc calls from other PC. I minimize that form in system tray and wheneve a call comes in that form pops us from system tray and shows on the destop....
  4. Replies
    0
    Views
    435

    Video Communication

    I am using Microsoft Real Time Communications for video communication b/w 2 PC. With RTC I am able to send video to another computer. I need to add a feature like motion detection which can detect...
  5. Replies
    1
    Views
    4,829

    Re: streaming video in vb

    Try searching Microsoft Real Time Communication(RTC) on MSDN. They have code examples too.
    check this link...
  6. Thread: Rtc

    by shoazib
    Replies
    2
    Views
    414

    Re: Rtc

    I am talking about Microsoft Real Time Communications(RTC).........
  7. Thread: Rtc

    by shoazib
    Replies
    2
    Views
    414

    Rtc

    I am using RTC for video communication b/w 2 PC. I am making 2 calls to a PC, one will be triggered when someone hits the call button and the other will be triggered when a motion is detected. on the...
  8. Replies
    2
    Views
    540

    using .png file in a picture box

    Hi
    I am trying to put png file in a picture box in vb 6 and it gives me an error stating invalid file.
    I have tried using png in C# and it works fine there
    Can anyone please help me with this....
  9. Replies
    0
    Views
    281

    Playlist for Video

    Hi guys
    I need to create a playlist for video movies so that i can play them in that sequence. I load all the file names and location at startup from an ini file and fill them on to an array. Can...
  10. Replies
    1
    Views
    379

    Active Directory

    Hello guys
    I have an access database containing list of employees and I want to update it with active directory on the server using a vb script. I have no idea where to start. Can someone pls guide...
  11. Thread: Tapi

    by shoazib
    Replies
    4
    Views
    941

    Re: Tapi

    Thank for the help. I got a sample code from www.shrinkwrapvb.com and now i am able to make phone calls from my app. the only proble is that the app dials the number but uses the cisco ip phone...
  12. Thread: Tapi

    by shoazib
    Replies
    4
    Views
    941

    Re: Tapi

    Thanks for replying. I checked the site and it has a good example to make calls but unfortunately through modem. Is there a way I can call to the CISCO ip phones or may be I didnt understand it right...
  13. Thread: Tapi

    by shoazib
    Replies
    4
    Views
    941

    Tapi

    Hi
    I am doing a VB project in which I have to make phone calls from my vb app to the CISCO ip phone in our office. I have no clue where to start this from? Can someone please help me with this? Any...
  14. Replies
    1
    Views
    2,564

    stop screensaver

    Hi

    I want to stop the windows screen saver from my vb 6 app. I have a sensor that detects motion and plays a greeting when motion is detected. When the screensaver is running and motion is sensed...
  15. Thread: Video capture

    by shoazib
    Replies
    33
    Views
    21,767

    Re: Video capture

    when i start my application using 2 webcams I get a dialog box asking to select video source. Is there a way I can get rid ot this ?
  16. Replies
    35
    Views
    20,815

    Re: Save as Video File

    This is how I changed the CapParams structure and then with the .fYield = False
    will enable multi threading and then you applicatio wont freeze.
    .fLimitEnabled = True
    .wTimeLimit = 3
    with the...
  17. Thread: Video capture

    by shoazib
    Replies
    33
    Views
    21,767

    Re: Video capture

    Thank you guys for your help, my motion detection is working now. I need to show time on the video that I am recording. I tried using GetDC it does show time but not on the video that is being...
  18. Replies
    1
    Views
    555

    Motion Detection

    Hi
    I am trying to use motion detection in my application to start recording if motion is detected. Ive been working on this for a while but didnt had any success.
    I want to detect motion using the ...
  19. Thread: Video capture

    by shoazib
    Replies
    33
    Views
    21,767

    Re: Video capture

    Thank you again for helping me out it worked. I need to implement motion detecion in my program. I found a code for it on the internet and by adding a picture box on it get frames and puts it on the...
  20. Thread: Video capture

    by shoazib
    Replies
    33
    Views
    21,767

    Re: Video capture

    Thank you megatron for replying. You provided useful information. I tried doing the way you told. I get a type mismatch error on the last paramater (Capparms):
    SendMessage(mCapHwnd,...
  21. Thread: Video capture

    by shoazib
    Replies
    33
    Views
    21,767

    Re: Video capture

    Thanks for replying. When I am recording the program does not freeze, infact the mouse shows like it is loading something and the program does record too. I dont know how to use the sendkeys but I do...
  22. Thread: Video capture

    by shoazib
    Replies
    33
    Views
    21,767

    Video capture

    Hi
    i m using:
    DoEvents
    mCapHwnd = capCreateCaptureWindow("WebcamCapture", 0, 0, 0, 640, 480, Form1.hwnd, 0)
    temp = SendMessage(mCapHwnd, CONNECT, 0, 0)
    temp =...
  23. Replies
    1
    Views
    606

    Instantiating a DCOM object

    Hi

    I am trying to use DCOM in vb6 so that I can remotely control the application.
    I am having a hard time to instantiate the object that i created and is giving me an error : Object variable or...
Results 1 to 23 of 23



Click Here to Expand Forum to Full Width