I need your help,
I have two forms,
Form 1
Form 2
no Formulario 1 I have a date field, filling this date field I want it to copy to Formulario 2 without typing, can it do this using JAVASCRIPT ?
I can pull data from...
How do I relate background_image to window size?
Example:
It defines my background image, but by changing the size of the window (minimizing) the image gets "incomplete", and does not follow the edges acting as much as independent.
There is the possibility of using MAX in expression queries lambdas , for example:
I would like to get all the records at the age of 18 and get the only last record inserted in the database, that is, with the longest registration...
I am creating a windows form in C # with a listbox and would like the information saved inside that listbox to be saved in a list to be able to use in another class.
I'm creating a Web-Service WCF that will expose methods to do CRUD operations in a database. And I have doubts on how to create the contract interface.
The Service will allow CRUD in multiple tables and will involve many complex types lik...
I'm having a problem until it's simple to solve, but as I'm new to C # I'm not getting the solution.
I have two form, I have txtBox of the form that I put the start date and end date, and this form 1 I have a print button which calls from 2 a...
I have datagridview and in this grid there is associated data from a database table, so I wanted to get only the id from the value that is in datagridview , and play on a property of type int you receive this value. How do I?
...
I have a query in the database that results in the following table:
How to transform this query into a tree structure like the one below in C #?
tree = [{
text = cliente1,
items = {[
text = cojunto1,
items =[{
text=are...
I would like a code that searches the entire directory @"c:\"
with a name that I put and opened the folder or folders where they are located.
Ex:
Process.Start(@"c:\" + PastaOndeEstaLocalizadoOArquivo);
Note: Even if I type the up...
I see the examples of how to use the Google Maps API and generally in the examples I see, there is always a default (initial) coordinate.
Now, let's say that I make a program and distribute this application to several clients in Brazil, for e...