Search results for query: *

  • Users: Kamen
  • Content: Threads
  • Order by date
  1. Kamen

    Resolved application is freezing while running.

    Hello. How are you? I'd like to ask another help now. I made a c# windows form application, which have 2 thread and customized controls such as rounded button, gradient panel, rounded form dialog. And also it has some additional custom dll, too. I'll share current error text here. I hope your...
  2. Kamen

    Resolved How to get client's IP address and port in UDP Echo server?

    Hello, everyone. I have some problems in customizing UDP Echo server. https://chronoxor.github.io/CSharpServer/ I'm following this guide now. I want to get client's IP address and port in OnReceived function of UDP Echo Server. this function has UDPEndpoint param named 'endpoint'. I think I can...
  3. Kamen

    Question How do I run c# application as published user within UAC dialog

    Hello. Thanks for your kind help. I made my c# app to run as an administrator using process reference instead of requireAdministrator excutionLevel . So my app run in startup and I can write file and change system time. By the way my app has some problem still now. It seems to be UAC problem...
  4. Kamen

    Question How do I run c# application as administrator in start up

    I'd run my c# application as administrator in startup. So I added some codes for this and I can see app name in startup list but it does not work when starting OS really. If I set my c# app's excutionLevel as asInvoker in app.manifest, it is working well but not work for the...
  5. Kamen

    Resolved How do I prevent or solve 'database is locked' error in sqlite?

    Hello, everyone. I have some problems in c# SQLite data update and creating. I'm using SQLite as a database in my c# windows form application. By the way, sometimes I've got a "database is locked" error in SQLite, when I try to insert or update data. While searching the way on google, I got know...
Back
Top Bottom