Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Problems using ImagePath - g_state is undefined
Re: Problems using ImagePath - g_state is undefined
02-24-2005, 10:59 AM
DouglasPHill
Joined on 02-24-2005
St. Louis, MO
Posts 3
Re: Problems using ImagePath - g_state is undefined
Reply
Quote
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