Re: Problems using ImagePath - g_state is undefined

  •  02-24-2005, 10:59 AM

    Re: Problems using ImagePath - g_state is undefined

    Just call this stupid user question number 101

    This works
            edText.ImageGalleryPath = "Docs\1"
    this does not
            edText.ImageGalleryPath = "Docs\1\"
    But it really should be
        edText.ImageGalleryPath = "Docs/1"
View Complete Thread