Search results for query: *

  • Users: NoobCube
  • Content: Threads
  • Order by date
  1. N

    [SQLite] File sharing violation

    Hello, My C# application using Sqlite DB to store data. As I know this db allows multiple read at the same time, but only one write at a time. I want to run multiple instances of the same app and each one will read from the same db file. and here is the error that I get: error happens when...
  2. N

    SystemFileWatcher event not raised after File.WriteAllLines

    Hello, My app write to file and I also set systemfilewatcher on that file to monitor changes. filewatcher is used for case when there is more than one instance of this app is running and they all will write to the same file so all the other instances of this app will be updated. when I use...
  3. N

    How to make userControl resize (height only) depends on textbox actual height?

    Hello, I have userControl and textbox in it. I want to make userControl resize itself depends on textbox actual height. my textbox height is changing when I start new line. but userControl size can only grow. I used this binding in userControl: Height="{Binding ActualHeight, ElementName=txtTask...
  4. N

    Question Query to select from 2 tables (info inside)

    Hello! I don't even know what to search in google for this question, so I hope someone here can help. What I want to do is: I have two tables: Clients and Log they both have ID field which is the same Clients table has list of all clients with their details and there is field called IsActive...
Back
Top Bottom