Hi all ! I search the way to capture events on my shared folders.Like the mmc Shared folders. I'm interesting by session connection/disconnection events or open file events... If somebody can help me ... ;) Thanks in advance PS : Sorry for my bad english :)
amatyasik
Posts
-
Shared folder events -
NT User Login propagate on Remotingthanks a lot :rolleyes:
-
NT User Login propagate on RemotingHi !!! I developped an n-tier application with distributed objects via .NET REMOTING Client-(Remoting).....(Remoting)-Business Objects --- Data layer --- Databases My problem is that i would propagate the "NT token Authentification" or "Login NT" from my Client to my Database (SQL 2000 server) Is it possible to propogate or passed this login into the .NET remoting and how ??? Our infrastructure is based on Active Directory with XP Pro, Win 2K Servers and 2003 Servers. Thanks in advance :)
-
Voice recognitionHi ! I'm looking for Voice Recognition SDK's... if you have some ideas or testing someone ... Thanks in advance :-D
-
DataTable.Select()thanks to everyone.... :-D it's so easy .... :omg:
-
DataTable.Select()Hi ! (Sorry for my bad english ;P) I use datatable and i would search if a row exist, i've tried with the Select method but in some rows contains {null} values and i c'ant find how i'll passed this values in the Select string
#I Work in VB.NET dim filter as String = "COL1 = 1 AND COL2 = **null**" If ldataset.Tables("Table1").Select(filter).length Then ....:doh: End If
Thanks in advance :-D -
IrdaHi ! I search some tutorials for Irda programming with the .NET Framework, i want to write some application to exchange datas with my mobile phone via Irda and my laptop Thx in advance Alex
-
text encodingthanks :cool:
-
IE Historyin folder(french version) : C:\Documents and Settings\username\Local Settings\Historique
-
DataSetcreate some index in your software with keyedlist or some array, it demand more memory, but increase speed.
-
MSN6 messenger developmentHi ! Search on the codeproject site (with the "msn" keyword), they're some articles. And on the msdn site Bye :)
-
text encodinghi ! sorry for my bad english ;P So... How can i give the encoding format (UTF-7/8/16) . I'm testing with a Word Document. Thanks in advance Alex
-
description and intellisensethanks to all ;-) it's exactly what i search :)
-
description and intellisenseHi. I search to add descriptions into the "intellisense" when i wrote a class or functon etc... Thanks a lot Alex
-
Crystal Report and DatasetHi ! I try to generate Crystal Report with Untyped Dataset. When i used typed dataset, CrystalReport wizard's shown this dataset. But my dataset provided from function and there are untyped (so not shown in the CR wizard). If anyone have a link or answer .... Thanks a lot Alex (Sorry for my bad english :p)
-
Unique integer from string?Hello! I'm not a guru but i think MD5 encryption is a solution for this case Bye
-
Redim in c#Ok thanks a lot ;-)
-
Redim in c#Hi ! I will use similary method like Redim in c# How can i do ??? dim toto(3) as string redim preserve toto(4) Thanks