Search results for query: *

  • Users: Heppen
  • Content: Threads
  • Order by date
  1. H

    how to scroll programmatically in a MDI application

    I've got a MDI application that is made on the resolution 1024 * 768 Some form are longer than 768 when extra information is asked. I want to scroll down (programmatically) when an user want to see the extra information. Here an image with the normal info. (no needs to scroll) Here an image...
  2. H

    Failed to access IIS metabase

    Hi there, I've an webapplic made under framework 1.0. now we switched to visual studio.net 2005 and i compiled the old webapplication to framework 2.0 on my developers machine everythings works fine. When I installed framework 2.0 on the webserver and placed the new compiled 2.0 version of my...
  3. H

    problem opening pdf files from aspx pages

    Hi, I have a webapplic and now I want to open a pdf file in a new window. The pdf files are on a local drive on the webserver but when I open a file I get an error acces denied. Response.Write("<script language=Javascript>window.open('" & Handtek & "','', 'Top=5px, Left=5px, edge=Raised...
  4. H

    File exists on network drive

    Hi there i want to know if an file exists on a network drive. i tried this: If System.IO.File.Exists(path) Then response.write("Yes !!") end if This works fine on local drives but not on a network drive any solutions ???
  5. H

    stretching backgroundimage

    I have an mdi application and on the parent form i have a background image that is want to strech to the whole form. but when i load tha appplic the background image is placed abreast... thsi procedure i found and it works but after this prodecure is something else called (i don't know what)...
Back
Top