PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Re: file system notification c#
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Re: file system notification c#
![]() |
Re: file system notification c# |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
This probably isn't the best forum to ask a .NET Compact Framework-specific
question. A better target would be microsoft.public.dotnet.framework.compactframework. In this particular case, the FileSystemWatcher has been created for .NET CF by OpenNETCF in the Smart Device Framework. Visit www.opennetcf.org. Paul T. "bule" <bule@discussions.microsoft.com> wrote in message news:FF0296AE-EF0B-45FE-9B34-E57D5FCADBAB@microsoft.com... > Hi all i have this problem: how can i develop an application which react > to a > file creation? i mean how can i use something like a SystemFileWatcher of > the > Framework .Net, because this class is not in the compact framework. > > I have read that you have to use the FindFirstChangeNotification of the > windows api, but i have no idea how to make a wrapper class for this, > please > help me... > > thanks |
|
|
|
#2 |
|
Guest
Posts: n/a
|
thanks for very quickly answer, i thought that this is the right forum...i'am
sorry i'll post my question to the right room because i have heard about opennetcf but i would like to understand hoe to write my own filewatcher...thanks "Paul G. Tobey [eMVP]" wrote: > This probably isn't the best forum to ask a .NET Compact Framework-specific > question. A better target would be > microsoft.public.dotnet.framework.compactframework. > > In this particular case, the FileSystemWatcher has been created for .NET CF > by OpenNETCF in the Smart Device Framework. Visit www.opennetcf.org. > > Paul T. > > "bule" <bule@discussions.microsoft.com> wrote in message > news:FF0296AE-EF0B-45FE-9B34-E57D5FCADBAB@microsoft.com... > > Hi all i have this problem: how can i develop an application which react > > to a > > file creation? i mean how can i use something like a SystemFileWatcher of > > the > > Framework .Net, because this class is not in the compact framework. > > > > I have read that you have to use the FindFirstChangeNotification of the > > windows api, but i have no idea how to make a wrapper class for this, > > please > > help me... > > > > thanks > > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Then use the source code that you can get for the OpenNETCF Smart Device
Framework. I've already added this thread to the compactframework forum, so there's no need to post another question... Paul T. "bule" <bule@discussions.microsoft.com> wrote in message news:A6BE2D7D-9CC2-47B6-8FB1-F8F7351A1EB8@microsoft.com... > thanks for very quickly answer, i thought that this is the right > forum...i'am > sorry > i'll post my question to the right room because i have heard about > opennetcf > but i would like to understand hoe to write my own filewatcher...thanks > > "Paul G. Tobey [eMVP]" wrote: > >> This probably isn't the best forum to ask a .NET Compact >> Framework-specific >> question. A better target would be >> microsoft.public.dotnet.framework.compactframework. >> >> In this particular case, the FileSystemWatcher has been created for .NET >> CF >> by OpenNETCF in the Smart Device Framework. Visit www.opennetcf.org. >> >> Paul T. >> >> "bule" <bule@discussions.microsoft.com> wrote in message >> news:FF0296AE-EF0B-45FE-9B34-E57D5FCADBAB@microsoft.com... >> > Hi all i have this problem: how can i develop an application which >> > react >> > to a >> > file creation? i mean how can i use something like a SystemFileWatcher >> > of >> > the >> > Framework .Net, because this class is not in the compact framework. >> > >> > I have read that you have to use the FindFirstChangeNotification of the >> > windows api, but i have no idea how to make a wrapper class for this, >> > please >> > help me... >> > >> > thanks >> >> >> |
|
|
|
#4 |
|
Guest
Posts: n/a
|
ops..i have added the post to, i am sorry
"Paul G. Tobey [eMVP]" wrote: > Then use the source code that you can get for the OpenNETCF Smart Device > Framework. I've already added this thread to the compactframework forum, so > there's no need to post another question... > > Paul T. > > "bule" <bule@discussions.microsoft.com> wrote in message > news:A6BE2D7D-9CC2-47B6-8FB1-F8F7351A1EB8@microsoft.com... > > thanks for very quickly answer, i thought that this is the right > > forum...i'am > > sorry > > i'll post my question to the right room because i have heard about > > opennetcf > > but i would like to understand hoe to write my own filewatcher...thanks > > > > "Paul G. Tobey [eMVP]" wrote: > > > >> This probably isn't the best forum to ask a .NET Compact > >> Framework-specific > >> question. A better target would be > >> microsoft.public.dotnet.framework.compactframework. > >> > >> In this particular case, the FileSystemWatcher has been created for .NET > >> CF > >> by OpenNETCF in the Smart Device Framework. Visit www.opennetcf.org. > >> > >> Paul T. > >> > >> "bule" <bule@discussions.microsoft.com> wrote in message > >> news:FF0296AE-EF0B-45FE-9B34-E57D5FCADBAB@microsoft.com... > >> > Hi all i have this problem: how can i develop an application which > >> > react > >> > to a > >> > file creation? i mean how can i use something like a SystemFileWatcher > >> > of > >> > the > >> > Framework .Net, because this class is not in the compact framework. > >> > > >> > I have read that you have to use the FindFirstChangeNotification of the > >> > windows api, but i have no idea how to make a wrapper class for this, > >> > please > >> > help me... > >> > > >> > thanks > >> > >> > >> > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

