Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
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
GeneralRe: Checking Remote File Size? Pin
Nick Parker16-Jul-04 9:32
protectorNick Parker16-Jul-04 9:32 
AnswerRe: Checking Remote File Size? Pin
Andy Brummer16-Jul-04 10:01
sitebuilderAndy Brummer16-Jul-04 10:01 
AnswerRe: Checking Remote File Size? Pin
Javier Lozano16-Jul-04 19:42
Javier Lozano16-Jul-04 19:42 
GeneralInsertion Point's location in a RichTextBox Pin
bneacetp16-Jul-04 7:07
bneacetp16-Jul-04 7:07 
GeneralRe: Insertion Point's location in a RichTextBox Pin
LongRange.Shooter16-Jul-04 9:41
LongRange.Shooter16-Jul-04 9:41 
GeneralRe: Insertion Point's location in a RichTextBox Pin
bneacetp16-Jul-04 9:49
bneacetp16-Jul-04 9:49 
GeneralDirectoryServices - NT authentication Pin
Ruchi Gupta16-Jul-04 6:51
Ruchi Gupta16-Jul-04 6:51 
GeneralRe: DirectoryServices - NT authentication Pin
Member 76135316-Jul-04 7:05
Member 76135316-Jul-04 7:05 
GeneralExcel App In Win Form Pin
Mehbub16-Jul-04 6:36
Mehbub16-Jul-04 6:36 
GeneralRe: Excel App In Win Form Pin
LongRange.Shooter16-Jul-04 9:19
LongRange.Shooter16-Jul-04 9:19 
GeneralExcel App in Win Form Pin
Mehbub16-Jul-04 6:29
Mehbub16-Jul-04 6:29 
GeneralUser rights in .NET Pin
Member 76135316-Jul-04 5:57
Member 76135316-Jul-04 5:57 
GeneralRe: User rights in .NET Pin
Nick Parker16-Jul-04 6:25
protectorNick Parker16-Jul-04 6:25 
GeneralRe: User rights in .NET Pin
Member 76135316-Jul-04 6:51
Member 76135316-Jul-04 6:51 
GeneralRe: User rights in .NET Pin
Nick Parker16-Jul-04 8:19
protectorNick Parker16-Jul-04 8:19 
GeneralRe: User rights in .NET Pin
LongRange.Shooter16-Jul-04 9:24
LongRange.Shooter16-Jul-04 9:24 
QuestionHow To Change the cursor direction? Pin
kings_116-Jul-04 5:39
kings_116-Jul-04 5:39 

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.