We have a CPPLUS DVR with 2 way audio setup. We want to develop the web application, through which we have to integrate the DVR and can listen the audio remotely. If anyone has a solution, please share.
Milind Panchal
Posts
-
ASP.NET web application for DVR integration -
Multiple web.config file in a projectwhile surfing on internet I found, we can use multiple web.config files in a project. So I want to know how it will work. Which web.config file will refer. Plz give example
-
Set Publisher name while creating setupI have created setup of .net window application. If I am installing on windows 7 machine one alert window mentioning "Unkown Publisher". So how do I set publisher name while creating setup of .net window application.
-
Unnecessory process - please wait while windows configuresI have created setup of my .net window application. If I am installing same setup in other PCs, first time software is running fine. but if I closed software and again try to open , again installing of setup is started. as Please wait while while windows configuring XXXXX any solution for this?
-
MS access in .netMy machine have a windows 7 operating system. and I have developed one application in .net with MS Access 2007 database. If I replace MS Access file it is converting in read only. And it is showing old data. But in Windows Xp it is working properly. Any solution ???
-
setup of window applicationBut if user has changed the system date then it will not work
-
setup of window applicationHow to make setup of window application in .net of 10 days block. Means software will work for 10 days only.
-
create word fileI have developed window application in C#.net. I am creating word file from this. But if I am going to save changes in word file I got the below error. a.doc may contain features that are not compatible with plain text format. Do you want to save tha document in this format ? How to save file in word format Thanks in advance
-
sql databasehow i can install window application with sql database
-
Creating trial version softwareI have develop one window application in C#.Net. I want to create a trial version for 15 Days. How can I do.
-
Creating Trial Version softwareI have develop one window application in C#.Net. I want to create a trial version for 15 Days. How can I do.
-
Load Report FailedI am using crystal reports in my window application in .net 2.0. I got the error as "Load Report Failed" How can I solve this
-
How can I add .Net framework along with setup projectI am creating setup project fro my .Net 2.0 application, how can I add .Net 2.0 framework along with the setup project so that I can Install the application in a machine even though there is no .Net framework installed
-
deployment of window applicationyou have not understood my quote, plz don't give answer
-
deployment of window applicationI have developed the C#.net window application. Setup of this project is running on PC, where .NET Framework is installed but where .NET Framework is not installed setup is not running. So I want to install first .NET Framework by default and then start running actual setup of project. This should be for crystal report also. How can I do it.
-
crystal report in c#.netI am developing one window application. In which I am using crystal report. I want to pass sql query to crystal report programatically from C#.net. For example: "select * foms staffmaster where id=78" So how can I create report. Thanks in advance!
-
Images on the winformI am developing window application in C#.NET. My form has a many images. If I run the project, images on the form are appearing one by one and form is vibrating. So plz give me any solution for this. Thanks in advance..
-
open new winform with one icon in taskbarI am developing window application, in which I am opening another winform on the click event of button. As we know that if we open a form in windows, we can see its icon in the task bar. But I am making An application in which I am not using MDI concept,and I dont want to see the icons of other forms, as it happens normally. How to solve this problem. I just wanna see only main icon in taskbar.
-
Open new window formI am developing window application, in which I am opening another winform on the click event of button. As we know that if we open a form in windows, we can see its icon in the task bar. But I am making An application in which I am using MDI concept,and I dont want to see the icons of child forms, as it happens normally. How to solve this problem. I just wanna see only main icon in taskbar.
-
Capture Image from cameraI am creating a window application which have to capture image from webcam and save it into destination folder. So how can I do it. Can any one give me sample code. I am using "Microsoft LifeCam" camera. Thanks in advance