Posts by Cristian Quadros • 51 points
6 posts
-
0
votes1
answer450
viewsQ: CORB/CORS error when requesting google api
I have an Ionic-angular project with server developed in nodejs. I’m trying to do a user authentication by sending a request to the google api through the framework Passport using the…
-
0
votes2
answers179
viewsQ: Use Progressbar to copy folders and their contents
I have an application in C# Winforms that when you click on a button, you should start copying several folders and their respective contents. As this process is time consuming, I would like the user…
-
-5
votes2
answers189
viewsQ: Xamarin installation on Windows 7
I would like to install the Xamarin tool for mobile development. My operating system is Windows 7. It is possible to install this tool on Windows 7 or only on 10 or higher versions of Windows?…
-
2
votes3
answers21511
viewsQ: How do I insert an image as the background of a div?
I want to add an image as the background of a div, and for this, I am using the following code: <div class="container"> <div class="row"> <div class="col-xs-12"> <div…
-
2
votes3
answers639
viewsQ: Install C# application with SQL Server database
I made a simple C# application using SQL Server 2008 database. When I went to install on another computer, I came across the following error: A network-Related or instance-specific error occurred…
-
1
votes1
answer808
viewsQ: Format dates in sql
I have a program in c# (Visual Studio) of registration that contains a textbox to receive a date. Knowing that SQL records the date in American format, how can I make the user to enter the date in…