Jump to content
Xtreme .Net Talk

pisoftwar

Members
  • Posts

    6
  • Joined

  • Last visited

About pisoftwar

  • Birthday May 4

pisoftwar's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Good day, I have a slight problem with a site I have developed. I have a report being generated to a new browser by using the following code Response.Write("<script language='javascript'> window.close();window.open('" & Url & "',null, ''); </script>") The problem is that Zone alarm pro and the like are blocking the page from comming up because it thinks it is a popup. Is there another way to achieve this ?
  2. Gentlemen, I need some guidence on a task I have been given. Is it possible to have a web page display data collected in a database? I have a table collecting real time data from units in the field and would like to display the data in a graph without having to refresh the entire page (something like the task managers graph on the preformance tab). I was thinking I would have to use an activex controls but one of the requirements is not to install anything on the clients computer because security will interfere with that method. Is there any other methods that I can use? Does anyone know of some java sites that have related information?
  3. Please people i need some help
  4. How do Ido it manually. I just checked it and it says run at server This is what I get when i drop the control on the form <OBJECT id="CameraBox" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 319px; POSITION: absolute; TOP: 5px; HEIGHT: 287px" classid="clsid:C79D3167-6133-4E7C-821C-5C114611022D" VIEWASTEXT> <PARAM NAME="URL" VALUE=""> <PARAM NAME="PTZControlURL" VALUE=""> <PARAM NAME="image_pan_tilt" VALUE=""> <PARAM NAME="Stretch" VALUE="0"> <PARAM NAME="SoundURL" VALUE=""> <PARAM NAME="RecordSoundURL" VALUE=""> <PARAM NAME="AudioParameterURL" VALUE=""> <PARAM NAME="DisplaySoundPanel" VALUE="0"> <PARAM NAME="ReceiveAudio" VALUE=""> <PARAM NAME="TransmitAudio" VALUE=""> <PARAM NAME="AudioConnectionType" VALUE="UNLIMITED"> <PARAM NAME="Reconnect" VALUE=""> </OBJECT> I need to talk to the property "image_pan_tilt"
  5. Please anybody, any help will be appreciated
  6. Ok this is my first attempt at dot net First I am trying to create a web page to view a camera's picture I have a OCX that works fine in VB6 When I load the OCX in dot net I get an Object Tag on the webform.aspx page, When I run it I get the image correctly. I put a image button on the page and opened the webform.aspx.vb code window so I could send the camera instructions. When I look for the object, I cannot find it?? How do I get a reference to the OCX/Object on the webform?
×
×
  • Create New...