Search results for query: *

  • Users: capdevs
  • Content: Threads
  • Order by date
  1. C

    Video Stream Send to WDM Video Capture driver using DirectX Show.net

    Hi guys, I am developing application for Virtual Camera in C#. net and vb.net using DirectXShow.net libraries. I have search Overlay Mixer that a such way. where i can send Video stream to WDM Video Capture Driver. Then This Driver luach this stream as a webcam...
  2. C

    Audio Codec Format List

    hi guys! i want to fetch local system audio codec list. Please give some idea or source code for fetching audio coeds. adnace thanx.
  3. C

    what is Master Pages templates in asp.net2.0

    Hi guys, what is Master Pages templates in asp.net2.0. please expain with examples regards
  4. C

    System Registry Monitoring using vb.net

    hi guys, i want to create such programme using vb.net that i can "Monitor all registry activities" like create registry , delete registry , change in registry every things........... please give me some suggestion to write programme...... regards :confused:
  5. C

    Add Push button or Check Box in outlook add-ins

    hi gays, i wanna to add Push button or Check Box in outlook add-ins please send me answer ithe sourse code regards
  6. C

    difference between to dates

    hi guys , i want to take diference between two dates i m use this code for retrive days and month code: DateDiff(DateInterval.Day, FirstDate, SecondDate) required: 11/25/2005 - 01/07/2006 should ans: 1...
  7. C

    send Mail using CDO and MAPI API

    hi, i have some problems, when i send mail using this code. ----------- code---------------------------------- Dim app As Application = New Application Dim oMail As MailItem Dim mapi As MAPI.Session = New MAPI.SessionClass Dim mess As MAPI.Message Dim strEntry As String oMail =...
Back
Top