Click here to Skip to main content
15,915,777 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to Start a Program as an Application from a Windows Service Pin
Dave Kreskowiak2-Apr-04 3:09
mveDave Kreskowiak2-Apr-04 3:09 
GeneralDifference between Height and ScaleHeight Pin
gpa20002-Apr-04 1:38
gpa20002-Apr-04 1:38 
GeneralRe: Difference between Height and ScaleHeight Pin
Dave Kreskowiak2-Apr-04 3:13
mveDave Kreskowiak2-Apr-04 3:13 
QuestionWhy more of one frame is not shown in a tabstrip? Pin
CORPORACAONF2-Apr-04 1:19
CORPORACAONF2-Apr-04 1:19 
AnswerRe: Why more of one frame is not shown in a tabstrip? Pin
Dave Kreskowiak2-Apr-04 3:06
mveDave Kreskowiak2-Apr-04 3:06 
GeneralAdd-in Document Closing Event in Office Pin
skoizumi291101-Apr-04 13:25
sussskoizumi291101-Apr-04 13:25 
QuestionFile last modified by? Pin
upsc1-Apr-04 10:54
upsc1-Apr-04 10:54 
AnswerRe: File last modified by? Pin
Dave Kreskowiak1-Apr-04 11:16
mveDave Kreskowiak1-Apr-04 11:16 
That's easy! NTFS doesn't record such information. There's no way to determine what ID that was.

You can get the last modification time of the file, using the FileInfo class, but not the ID of the person who did it. For one, NTFS doesn't track such information since any number of users can have a file open at the same time. And two, the .NET Framework doesn't yet support the NTFS security system. You'd have to P/Invoke a bunch of Win32 functions and structures to get the security information, like what users are AUTHORIZED to open the file, or what have you.


RageInTheMachine9532
GeneralRe: File last modified by? Pin
upsc1-Apr-04 12:01
upsc1-Apr-04 12:01 
GeneralNeed some help... Pin
Tom Rahav1-Apr-04 9:58
Tom Rahav1-Apr-04 9:58 
GeneralRe: Need some help... Pin
KamWaf2-Apr-04 2:14
KamWaf2-Apr-04 2:14 
GeneralCom interop: arrays with NULLS truncating when returned to vb.net Pin
EvolutionInc1-Apr-04 9:32
EvolutionInc1-Apr-04 9:32 
GeneralDCOM, load balancing and server cluster Pin
Account Removal1-Apr-04 8:56
Account Removal1-Apr-04 8:56 
Generalinsert value error!!! Pin
hounetdev1-Apr-04 6:55
hounetdev1-Apr-04 6:55 
GeneralRe: insert value error!!! Pin
eramgarden1-Apr-04 8:54
eramgarden1-Apr-04 8:54 
GeneralRe: insert value error!!! Pin
hounetdev1-Apr-04 9:34
hounetdev1-Apr-04 9:34 
GeneralRe: insert value error!!! Pin
Guerven1-Apr-04 14:37
Guerven1-Apr-04 14:37 
GeneralRe: insert value error!!! Pin
Steven Campbell2-Apr-04 7:32
Steven Campbell2-Apr-04 7:32 
GeneralRe: insert value error!!! Pin
Charlie Williams1-Apr-04 11:17
Charlie Williams1-Apr-04 11:17 
GeneralRe: insert value error!!! Pin
-Dr_X-1-Apr-04 16:31
-Dr_X-1-Apr-04 16:31 
GeneralRe: insert value error!!! Pin
Anonymous1-Apr-04 17:07
Anonymous1-Apr-04 17:07 
GeneralRe: insert value error!!! Pin
hounetdev2-Apr-04 3:57
hounetdev2-Apr-04 3:57 
GeneralEnabling and Disabling text boxes Pin
ibok231-Apr-04 4:57
ibok231-Apr-04 4:57 
GeneralRe: Enabling and Disabling text boxes Pin
Dave Kreskowiak1-Apr-04 5:09
mveDave Kreskowiak1-Apr-04 5:09 
General.NET Code to Upload files to FTP site dynamically Pin
Sugarboy1-Apr-04 4:43
Sugarboy1-Apr-04 4:43 

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.