Sorular
"Manifest merger failed with multiple errors" hatası
Bu benim AndroidManifest.xml kodum : <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.mkmakerblog.makerchat"> <application android:…
20 Nisan 2020 tarihinde soruldu
Incorrect syntax near the keyword user hatası visual studio
Bu benim User.vb kodum Imports System.Data.SqlClient Public Class User Dim connect As New SqlConnection("Data Source=.\SQLEXPRESS;Initial Catalog=model;Integrated Security=True") Private _username As String Private _sifre As String…
24 Nisan 2020 tarihinde soruldu
"Tanınmayan atlatma sırası" hatası C# Visual Studio
Bu benim frmMusteri.cs kodum : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms…
27 Nisan 2020 tarihinde soruldu
Visual Studio sql Server hata
Bu benim frmMusteriListele Kodum Public Class frmMusteriListele Sub Temizle() For Each control As Control In Me.Controls If TypeOf control Is TextBox Then control.Text = "" End If…
02 Mayıs 2020 tarihinde soruldu
Error Converting data type nvarchar to numeric
Error Converting data type nvarchar to numeric hatası alıyorum lütfen yardım Bu benim frmSatis dosyasındaki Kodum. Yukarıdaki Hatayı Private void sepetEkle kısmındaki catch ın içindeki messagebox ile alıyorum ne yapabilirim? using System;…
08 Haziran 2020 tarihinde soruldu
System.InvalidOperationException: 'DragDrop kaydı yapılamadı. Hatası
Bu Benim Program.cs Dosyasındaki kodum: using MarkePro; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; using Dropbox.Api; namespace MarkePro_V3._0…
19 Haziran 2020 tarihinde soruldu
Bilgisayar Uykudan Çıkınca Programı Nasıl Başlatabilirim?
RegistryKey key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Run", true); key.SetValue("ProgramAdı", "\"" + Application.ExecutablePath + "\""); --> Bu kod ile bilgisayar açıldığı zaman programı açtırmayı…
16 Kasım 2020 tarihinde soruldu