Advanced Forum Search Results
-
I figured something like that was happening. That sucks for people like me that have a legitimate reason for needing this information.
I am assuming there is not way to be allowed access to these functions. In Unix/Linux we have a process for doing this.
Thanks
-
I have found that other than a useless default constructor these classes generate an access denied message in my test apps.
I wanted to use StackFrame(true) to get current method and line number information, but true and false paramaters give this error as does any attempt to create the StackFrame class.
All I can think of is that these ...
-
True ,however I was thinking more of an http put get access on files to be supported in which case access is protected in the same way as ftp. by file / directory permissions... I would have thought there would have been some basic support for this... but there is not by the looks
I will make up a handler, your link sounds like it is similar to ...
-
I would be happy for this code to simply push a file up to the web folder... but it does nothing apparently.
I will check out the other code... thanks.
-
I thought I saw people talking of doing simple file upload download with WebClient like below
However this does not do anything, I am thinking I need to open a stream to an aspx page or similar however it would have been nice if the http put on filename would have worked for me...
Does anyone have any examples of what works.. The code ...
-
Hi,
I want to modify the appearance of the vertical scrollbar in my listbox, specifically I want to make it minimal in the UI including transparent background, small thumb and custom arrows..
I am trying to do this with control templates but it is not moving that well...
If anyone could kickstart me with a simple control template I would ...
-
The code as presented works in one app and shuts down the other, I have seen this before where the tooltip causes this but have never found out why...
I will try the next beta...
-
i have tried that... same result thanks ...
-
I have added tooltips to controls in my silverlight app, the dlls are loaded by the main silverlight app. I have noticed that in test applications the tooltip works fine, yet in my larger more complex applications where I need the functionality the app shuts down when the tooltip would normally appear...
I have tried a number of ...
-
Actually I found that the code that is reported on this forum as not operational is working in beta 2 at least.
So I simply had to support IList in my property as you suggested.
Thanks..