Search results for query: *

  1. K

    Question MVC; Displaying a view in an iframe

    Hi jm Thank you for your reply. I have a Controller in the "Controllers" folder. I've listed the code below. Public Class HomeController Inherits System.Web.Mvc.Controller Function mystory() As ActionResult Return View() End Function Function Index() As...
  2. K

    Question MVC; Displaying a view in an iframe

    Hi All I', fairly new at mvc. Im trying to display a view in an iframe, but cant seem to find solution. My home page is called "index.aspx" view and is located in the views folder. I have hyperlinks available on left of this page together with the iframe on the right. I'm trying to display the...
  3. K

    Question Syncing mp3 and pdf

    Is there any control in vb.net that can move a pdf document, line by line. Like how the 'read aloud' works in adobe reader?
  4. K

    Question Syncing mp3 and pdf

    Hi Is there anyway of syncing a pdf and mp3 track. I know there is karaoke software that syncs the track with lyrics, the only problem I have is, its a long speech that doesnt go at set timing but varies. Is there some sort of algorithm to write to slow down the timing then to speed it...
  5. K

    Question Syncing mp3 and pdf

    Hi I'm trying develop an application prefered in vb.net, to sync an mp3 and pdf printed document.the printed document has mutiple pages which is given to people in an presentation. A speech mp3 will be played for approx minutes and people will follow in their booklets.Then the group will discuss...
Back
Top