Hi All!
I have an application that continously records audio for several hours.
I want to be able to listen to recorded material but not necessarily in real time.
I have tried to just copy the file being recorded to a new file with overwrite and the copy obviously gets done (filesize changes) but when I try to listen to the copied file my player just 'blinks' and nothing more happens. If I however close the recording, the copy...
User Profile
Collapse
-
copy file in use
-
Use Session variable as georss-source in VEShapeSourceSpecification
Hi!
When using virtual earth maps I would like to be able to use a session variable as xml-input instead of creating the physical xml-file.
I have searched the web and found ideas using a local aspx-page that returns the contents of a session-variable into the VEShapeSourceSp ecification.
I have not been able to make this work however.
Any ideas?
Gunnar -
Overlay checkboxes over webbrowser control
Hi all!
I have a vb.net application where I use a web browser control to show a country map that is updated every minute. I would like to somehow overlay several check-boxes that the user can check for example based on the changes that occur in the browser. Since the map has a fixed size I would imagine that it should be possible.
Please feel free to comment on this question
Gunnar -
Here is some code:
Code:<head runat="server"> <title>Untitled Page</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5"></script> <script type="text/javascript"> var map =
-
Updating textbox inside a TabPanels ContentTemplate
I have an Ajax TabContainer. I also have a simple javascript function that normally can update a textbox using 'document.getEl ementById'
This works as expected when the textbox is outside the TabPanel but when I move the exact same textbox inside a TabPanel the Javascript function does not seem to be able to reference it.
The error reported is 'document.getEl ementById[..] is null or is not an object'
Any ideas -
Problem with Virtual Earth GeoRSS
I am using a VE map in an asp.net application to allow users to display data that they can filter through selecting rows in dropdownboxes. When they have set the filters I create a GeoRSS-file and import it into the map with
map.ImportShape LayerData(veLay erSpec, onFeedLoad,true );
veLayerSpec points to the GeoRSS-file.
My problem is that it works OK the first time but when I do a new selection and create... -
Start Word on local machine with UNC-filename
I would like to do this through code in my asp.net application. When the user selects a filename (stored on the server) in the web-application Word should start with the file opened.
I have tried to download the file but that means that the file is stored locally.
I want the file to be loaded through its UNC-filename which means that it will be possible to save it again on the server without the user having to know exactly where....
No activity results to display
Show More
Leave a comment: