Hi,
I am using a FileSystemWatcher to monitor recursively file creation in a directory. Because there are really a lot of files, I wanted to increase the InternalBufferSize. I googled and found that if the buffer is not high enough on huge directories, it can actually miss some events.
So I...
Graeme,
Thanks for your answer. I had kept searching and I found indeed the Invoke. I used this article:
http://www.osix.net/modules/article/?id=832
AD AUGUSTA PER ANGUSTA
Thierry
Hi,
I am getting the 'Cross-thread operation error' when running a backgroundworker. I googled around and did a search here in the forum and I understand a trhead cannot write to another.
The thing is I do not want to write, but actually only read.
I want the backgroundworker to loop on a...
Hi,
I am currently learning C# and I would need some advice from experienced programmers.
I am currently writting a small app that is comparable to a printing queue except that the app monitors directories for files and then processes them one by one.
This is what I have done so-for: I have a...
Hi,
This is a followup of the following thread .
I decided to expose my requirements and eventually get feedback from the community. I have spent the WE looking for various options and I have found so many that I would really need advice on which technologies to use.
Introduction:
I want to...
Hi,
I'm pretty new to C# and I'm thinking of writting a small client-server application.
I actually want to have a program running twice on 2 machines talking to each other, I sppose like chat apps.
I've done some searching and I have found some options using sockets, but I not convinced this...
Thanks JurkMonkey... I suppose I desserved that one.
I had of course thought of your solution, but somehow I was looking for a more elegant option. I imagine that I should get back down to real life, live with the quirks and concentrate on getting things working.
AD AUGUSTA PER ANGUSTA
Thierry
On my second question (callback):
I would like to call the callback of a CheckBox, but it does not appear to have the PerformClick() method (as buttons do) that litton1 mentionned.
Any other option?
AD AUGUSTA PER ANGUSTA
Thierry
Hi,
I'm back with this thread and I "re-wrote" (please note the quotes) TipGivers code above in C#
This is what I know have:
//This is the caller...
string filepath = this.extract(@"file.exe",@"files.file.exe");
private string extract(string strFileLocal, string strFileAssem) {...
Hi,
This may seem a basic question, but I want to be sure I get this right. I'm writting my first C# form and I still need to understand a few basics.
First question:
My form displays a multicolumn listview to display files that are added by the user. I've created a class for thes e files as...
To all,
Thanks for your answers...[thumbsup]
I think I understand what I need to do.
For information, I am talking of a stand-alone exe so I believe TipGiver's solution will work...thanks again.
Now that I have the general idea, I will investigate for C# and do some tests to see if this...
Hi,
I'm new to C# and I'm trying to build a small application.
This application needs an external program that will be called from inside my own application. Considering that this is a rather small *.exe, I was thinking of including the external exe in my own app and at runtime, extracting it...
Miros,
Not a bad idee.
I think I will need to create on the fly ID attributes (maybe with some kind of MD5SUM hash) that will be unique, then refer through the ID value as "customdir" might be a bit too simple.
Need to give it some thinking...
AD AUGUSTA PER ANGUSTA
Thierry
Miros,
You did get problem right and I appreciate your feedback. The only thing that annoys me with your layout of entry "VAR1" is the fact that it forces the location always under MYEXE1.
Example: Assuming a directory located at \\myserver\myshare\mod. Of course, user could hardcode the path...
Ok here goes...
By the nature of my question, you will understand I am new to XML.
I an trying to create an configuration file in xml format instead og the plain old *.ini
I have projects, that should be associated to a specfic version of an application. So my idee was to define applications...
Hi,
I'm trying to write a small export utility in VB to write the coordinates of a polyline to a text file and I'm tripping on the the bulge.
On a polyline, Autocad reports coordinates and a Bulge on a vertex. I need to convert this to an arc item, and my application supports a constructor...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.