dll Soruları

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
1 Ağu 2020
Mesajlar
50
Tepki puanı
4
Yaş
41
5 HİZMET YILI
GENERAL
ERROR 0xc000007b
"filename.DLL could not be found" - RunDLL error.
How do I install the DLL file I downloaded from DLL-files.com?
Why do my DLL files suddenly disappear?
What is a DLL?
Why do I get DLL errors?
DLL-FILES.COM CLIENT
Where can I find the DLL-files.com Client installation file?
What if DLL-files.com Client does not help solve my DLL problem?
I can't find the file I'm looking for in the DLL-files.com Client! What can I do?
I bought a license, but I can't find my license key!
How do I register my DLL-files.com Client with my license key?
How many computers can I use my license on?
Can I get a refund? The DLL-files.com Client did not meet my expectations.
Why do you say to check my Internet connection when trying to register my license?
How do I uninstall the program?
What is the "Installation failed. Files in use / Insufficient permissions" error message when installing a DLL file?
What are the system requirements for DLL-files.com Client?
Why do I get the message "This license is registered on another computer." when I try to register my copy of DLL-files.com Client?
 
Onaylı Üye
Katılım
2 Ağu 2020
Mesajlar
51
Tepki puanı
2
Ödüller
2
Yaş
29
5 HİZMET YILI
projeden erişiğ kullanabilirsiniz
 
Onaylı Üye
Katılım
5 Ağu 2020
Mesajlar
76
Tepki puanı
5
Ödüller
5
Yaş
26
5 HİZMET YILI
veya dll kodlarında sıkıntı olabilir

ama iyisen kolay gelir
 
Onaylı Üye
Katılım
3 Mar 2018
Mesajlar
148
Çözümler
3
Tepki puanı
12
Ödüller
7
8 HİZMET YILI
hayırr tekrar anlatmaya çalışayım sıfırdan bi dll yazdım
inject edince bunun olmasını isyiyorum nasıl yapacağım ?
using System;
using System.Diagnostics;
using System.IO;

namespace Rog_Project
{
static class Class1
{
static void Main()
{
FileStream fs = new FileStream("C:/Users/SeXBoY/Desktop/deneme.txt", FileMode.OpenOrCreate, FileAccess.ReadWrite);
StreamWriter sw = new StreamWriter(fs);
sw.WriteLine("İnject başarılı Başarılı");
}
}
}

C#:
using System;
using System.Diagnostics;
using System.IO;

namespace Rog_Project
{
static class Class1
{
static void Main()
{
FileStream fs = new FileStream("C:/Users/SeXBoY/Desktop/deneme.txt", FileMode.OpenOrCreate, FileAccess.ReadWrite);
StreamWriter sw = new StreamWriter(fs);
sw.WriteLine("İnject başarılı Başarılı");
Deneme();
}
}
}

private void Deneme()
        {
           //Injectten sonra eklenecek kodlar
        }

işine yarar umarım
 
Onaylı Üye
Katılım
25 Ağu 2019
Mesajlar
78
Tepki puanı
2
Ödüller
3
Yaş
26
6 HİZMET YILI
bu konu banada yardımcı oldu teşekkürler :)
 
Onaylı Üye
Katılım
6 Eki 2019
Mesajlar
116
Çözümler
1
Tepki puanı
2
6 HİZMET YILI
Bu c proıgramlamanın ne gıbı yararları var acaba
 
Onaylı Üye
Katılım
16 Ara 2019
Mesajlar
51
Tepki puanı
3
Ödüller
3
Yaş
21
6 HİZMET YILI
C#:
using System;
using System.Diagnostics;
using System.IO;

namespace Rog_Project
{
static class Class1
{
static void Main()
{
FileStream fs = new FileStream("C:/Users/SeXBoY/Desktop/deneme.txt", FileMode.OpenOrCreate, FileAccess.ReadWrite);
StreamWriter sw = new StreamWriter(fs);
sw.WriteLine("İnject başarılı Başarılı");
Deneme();
}
}
}

private void Deneme()
        {
           //Injectten sonra eklenecek kodlar
        }

işine yarar umarım
Eyw hocam
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst