Good afternoon i have a login system that does not use sql it uses a php database on my webserver,
what i am trying to sort out is logging in managed to do that fine,
but i am trying to retrieve the login information ( aka username )
from the txtbox in wpf and when user logs in it displays...
Hello all,
Working on inventory software for in house use at my machine shop i work at. I have been working on this and learning c# for over a year now. Still a long road to go. Currently I have a DGV that we perform transactions on to change the qty of our in house tooling. and if it falls...
here is the ERROR MESSAGE:- Unable to cast object of type 'System.String' to type 'query'
public static Xxl.Query QueryBySize(string SizeNo)
{
Query result = new Query();
result.SizeInfo.SizeCode = "Xxl";
Xxl.Query result1 = new Xxl.Query()...
I have this visual studio c# wpf program that I created a year back using online tutorials and stuff and I need to add more stuff to the project. But lot of stuff I dont remember so I am trying to just copy paste and edit it. But here comes the first problem. So in the solution explorer under...
Hello everyone. My name is Furkan Gözükara. I am a Ph.D. computer engineer from Turkey.
I have a software engineering dedicated Youtube channel named: SECourses : https://www.youtube.com/SECourses
I want to share a few of my lecture playlists. The playlists contain the full course for free...
Hello everyone!
I have two separate methods that open the connection and close it. But I need to implement a using statement. How can I establish the connection with a ‘using’ statement, so then I can implement database methods, validate the results, and then close/dispose the connection...
I'm a C# beginner and I don't really know how good my program is.
I wrote a program that shows the user the weather at their location.
I would be very grateful if someone would read it and give me a rating.
you can find it here:
https://github.com/LukasEber/WeatherApp
In my GUI I have a TextBox whose content can be edited at any time by the user and must be known in the code that has to use its latest value.
The TextBox is already bound to the procedure that checks its content is in the proper range:
<Window.Resources>
<local:DoubleRangeRule...
I have been asked to do something to read and display excel sheets.
If I was using MatLab it would be a piece of cake.
Unluckily there is no MatLab license in the hospital where I work.
I found a posted C# code. I downloaded and unlocked it. Unluckily when I compiler I got a lot of errors...
I wanna build a Tic Tac Toe Blazor game. To print the fields I am using html buttons and a foreach loop:
@if(MatchField != null)
{
@foreach(var field in MatchField)
{
<span>
<button @onclick="() => PrintSymbolOnButton(field)" >...
So, I'm using this bit of code in "Visual Studio Code" and it keeps saying: "Converting null literal or possible null value to non-nullable type."
string name = Console.ReadLine();
This is the bit of code I am using and it should work fine! Please help me!
Hello Friends,
I want to ask that can software in different cities uses the same database to store data.
I am new to c#. I want to know if I develop software in c# and then install it in different cities(branches) of same company can I use the same database for all running software in different...
Hi.
I have an application made for Android in C #.
I'm trying to get the MAC address of a remote device using its IP address as follows:
public string GetMacByIP(string ipAddress)
{
try
{
// grab all online interfaces
var query =...
So ive been given a task to link api calls to the frontend, however when I attempt to call the method using the "onclick" function nothing is happening. I've loaded the Javascript file within the head of the html document and also input the function name but still nothing is happening.
Can...
Hi All,
I am trying to implement an algorithm for the detection of the document presence in C# ( with .NET Framework 4.6.2). There is a document holder where the document is inserted. The document holder background is red. In front of the document holder there is a camera that takes a photo and...
This is my appsettings.json in my asp.netcore3.1 Api:
When I run the Api it gives me the error:
Document
Name
Value
Type
disco.Error
"Error connecting to https://localhost:80/.well-known/openid-configuration. The SSL connection could not be established, see inner exception.."
string...
Hello Everyone,
I have below string, i need to extract lt, lg values into new dictionary if s : N
how to do this. please help me
"\n{\n\t1619059179095 : \n{\n\tac : 13.0990000;\n\tlg : 58.4269473;\n\tlt : 22.4404507;\n\ts : N\n}\n}"
Thanks
Chandu
uses System;
public class program
{
public static void Main ()
{
Random randomerare = new Random ();
was randomNumber = random number. Next (1,101);
int-counter = 1;
var maxGuesses = 8;
for (int i = 0; i <8; i ++) / * First used the variable “i”...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.