Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Tve
  • Order by date
  1. Tve

    FileSystemWatcher & InternalBufferSize

    Jason, Nice code... Thanks AD AUGUSTA PER ANGUSTA Thierry
  2. Tve

    FileSystemWatcher & InternalBufferSize

    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...
  3. Tve

    Cross-thread operation error with BackgroundWorker

    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
  4. Tve

    Cross-thread operation error with BackgroundWorker

    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...
  5. Tve

    Need advice for ListView form

    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...
  6. Tve

    Client - Server Followup

    I've noticed that in the technologies, I forgot the WFC mentionned by Jason. AD AUGUSTA PER ANGUSTA Thierry
  7. Tve

    Client - Server Followup

    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...
  8. Tve

    Client - Server communications

    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...
  9. Tve

    C# general approach question

    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
  10. Tve

    C# general approach question

    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
  11. Tve

    Including an external exe in project

    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) {...
  12. Tve

    C# general approach question

    Thanks litton1! AD AUGUSTA PER ANGUSTA Thierry
  13. Tve

    C# general approach question

    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...
  14. Tve

    Including an external exe in project

    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...
  15. Tve

    Including an external exe in project

    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...
  16. Tve

    Creating internal links within xml documents

    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
  17. Tve

    Creating internal links within xml documents

    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...
  18. Tve

    Creating internal links within xml documents

    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...
  19. Tve

    How do use the 'Bulge' from a polyline

    It took me a few hours, but I found this link: http://www.cad.dp.ua/stats/a_vba/content.php?content=acentity1.html AD AUGUSTA PER ANGUSTA Thierry
  20. Tve

    How do use the 'Bulge' from a polyline

    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...

Part and Inventory Search

Back
Top