Arama Sonuçları

  1. R

    Need Suggestions for C#

    you think anyone trusts such programs ? :brainfree:
  2. R

    Update.exe uygulamamı yönetici izini istemeden yönetici olarak çalıştırmak.

    ProcessStartInfo psi = new ProcessStartInfo(...); psi.UseShellExecute = true; psi.Verb = "runas"; // this will cause Windows to behave as if the process has been started from Explorer with the "Run as Administrator" menu command. The user will be prompted with the UAC to confirm they want to...
  3. R

    The request was aborted: Could not create SSL/TLS secure channel. vb.net

    ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; make sure the ServicePointManager settings are made before the HttpWebRequest is created, else it will not work. :peepoBusiness:
  4. R

    Parça Kodlama Nasıl Yapılır?

    there are numerous programming languages available, e.g. C/C++, Java, Fortran, Python etc. The most popular language is probably C/C++
  5. R

    Help | I want a way to show the hack inside the game without suspend is possible

    It depends to game and of course AC! :peepoBusiness:
  6. R

    Can you help me to make a design

    images removed? nothing to showing...
  7. R

    Help Please | VB.NET

    bro its so easy just moving some controls :| but if this is a custom ui control (tab control) so need edits :peepoBusiness:
  8. R

    Where can I learn to write c#?

    Google is ur friend ! :peepoBusiness:
  9. R

    a good movie

    Supernatural :peepoNice:
Üst