User Profile

Collapse

Profile Sidebar

Collapse
GunnarJ
GunnarJ
Last Activity: Oct 19 '09, 02:02 PM
Joined: Mar 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • GunnarJ
    started a topic copy file in use

    copy file in use

    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...
    See more | Go to post

  • 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
    See more | Go to post

  • GunnarJ
    started a topic Overlay checkboxes over webbrowser control
    in .NET

    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
    See more | Go to post

  • 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 =
    ...
    See more | Go to post

    Leave a comment:


  • 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
    See more | Go to post

  • GunnarJ
    started a topic Problem with Virtual Earth GeoRSS

    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...
    See more | Go to post

  • GunnarJ
    started a topic Start Word on local machine with UNC-filename
    in .NET

    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....
    See more | Go to post
No activity results to display
Show More
Working...