Search results for query: *

  1. H

    how to scroll programmatically in a MDI application

    Yes we considered that, but we want to make is so because the extra information is not much and in this way the basic information is stil in the window.... So is there someone who can help with this ?
  2. 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...
  3. 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...
  4. 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...
  5. 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 ???
  6. H

    stretching backgroundimage

    has anybody an idea what else i can do to strech the background image ???
  7. H

    stretching backgroundimage

    the image of the mdiclient is already the same but i want to strech the image of the mdiclient so that i see only onetime the image and not more images abreast. so how do i strech the backgroundimage of the mdiclient ??
  8. 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)...
  9. H

    Merging menus in MDI forms

    Is it posible that the mainmenu from the child not merge with the parent mainmenu. so that the child has his own menu in his own form ?
Back
Top