Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: WaitCursor Pin
Tom Larsen17-Jul-04 18:32
Tom Larsen17-Jul-04 18:32 
Generalpartially trusted context Pin
ravindra23116-Jul-04 18:01
ravindra23116-Jul-04 18:01 
Generalsend a mms Pin
ashraf_197916-Jul-04 14:28
ashraf_197916-Jul-04 14:28 
GeneralrichTextBox's content Manipulation question Pin
evdoxos16-Jul-04 12:17
evdoxos16-Jul-04 12:17 
GeneralRe: richTextBox's content Manipulation question Pin
evdoxos16-Jul-04 20:55
evdoxos16-Jul-04 20:55 
GeneralGetting Dialog to appear in Office App Pin
Mark Finley16-Jul-04 10:18
Mark Finley16-Jul-04 10:18 
GeneralRe: Getting Dialog to appear in Office App Pin
Mark Finley19-Jul-04 10:24
Mark Finley19-Jul-04 10:24 
GeneralPrintPreviewControl Pin
blankg16-Jul-04 10:02
blankg16-Jul-04 10:02 
GeneralRe: PrintPreviewControl Pin
Dave Kreskowiak17-Jul-04 9:27
mveDave Kreskowiak17-Jul-04 9:27 
GeneralWorker Thread Accessing SQL Server Pin
matthias s.16-Jul-04 9:26
matthias s.16-Jul-04 9:26 
GeneralRe: Worker Thread Accessing SQL Server Pin
partyganger16-Jul-04 9:37
partyganger16-Jul-04 9:37 
GeneralRe: Worker Thread Accessing SQL Server Pin
matthias s.16-Jul-04 9:49
matthias s.16-Jul-04 9:49 
GeneralRe: Worker Thread Accessing SQL Server Pin
Daniel Turini17-Jul-04 9:55
Daniel Turini17-Jul-04 9:55 
GeneralRe: Worker Thread Accessing SQL Server Pin
Nick Parker16-Jul-04 12:54
protectorNick Parker16-Jul-04 12:54 
GeneralPicturebox as a Button!?! Pin
QzRz16-Jul-04 9:11
QzRz16-Jul-04 9:11 
GeneralRe: Picturebox as a Button!?! Pin
LongRange.Shooter16-Jul-04 9:14
LongRange.Shooter16-Jul-04 9:14 
GeneralRe: Picturebox as a Button!?! Pin
QzRz16-Jul-04 9:19
QzRz16-Jul-04 9:19 
GeneralRe: Picturebox as a Button!?! Pin
LongRange.Shooter16-Jul-04 9:36
LongRange.Shooter16-Jul-04 9:36 
GeneralRe: Picturebox as a Button!?! Pin
QzRz16-Jul-04 9:44
QzRz16-Jul-04 9:44 
GeneralRe: Picturebox as a Button!?! Pin
Dave Kreskowiak16-Jul-04 10:54
mveDave Kreskowiak16-Jul-04 10:54 
QuestionChecking Remote File Size? Pin
adeas16-Jul-04 8:15
adeas16-Jul-04 8:15 
AnswerRe: Checking Remote File Size? Pin
Nick Parker16-Jul-04 8:17
protectorNick Parker16-Jul-04 8:17 
GeneralRe: Checking Remote File Size? Pin
adeas16-Jul-04 8:19
adeas16-Jul-04 8:19 
GeneralRe: Checking Remote File Size? Pin
Nick Parker16-Jul-04 8:54
protectorNick Parker16-Jul-04 8:54 
AnswerRe: Checking Remote File Size? Pin
LongRange.Shooter16-Jul-04 9:17
LongRange.Shooter16-Jul-04 9:17 
You could write a remoting object on the webserver and have the client open a channel to that object. By implementing an interface on the remote object....then the user could access info via the methods GetList() and GetSize(string item) where item is a file exposed via GetList. The user would not need any 'special' security if you set it open as such. However this should only be exposed in an internal application and not for Internet Consumption.

This signature left intentionally blank

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.