Posts by Luiz Nascimento • 81 points
10 posts
-
1
votes0
answers18
viewsQ: Is it possible to create a button in Visual C# via a command line?
Good afternoon to you all. I would like to create command line buttons in Visual C#. This is possible? My final idea is to create a kind of spreadsheet with 10x10 buttons (total 100 buttons). Doing…
c#asked Luiz Nascimento 81 -
3
votes2
answers186
viewsQ: How to place zigzag edge on an image using css?
I would like to add a zig-zag edge transparent for images on my website. In this image I made a mere demo in Photoshop: Note: the pink border of the image I want it to be transparent. For now this…
-
-2
votes1
answer152
viewsQ: How to program C# on Linux using Glade?
Good evening guys. I’m starting Linux using the Mint version. I discovered the Glade app, which programs graphical interfaces. I’ve figured out how to interface but I’d like to know how to use C# on…
-
-2
votes1
answer34
viewsQ: Substitution within commas in C#
Good morning, everyone. I have the following string: string frutas = "f1,f2,f3,f4,..."; Basically I want him to replace the word that is between 3°and 4°; comma with something. for example: apple…
c#asked Luiz Nascimento 81 -
0
votes2
answers76
viewsQ: Post-comma replacement in C#
Guys I’m using Visual Studio 2015 and would like and would like to replace a text for after the second comma. If the ID is equal (in case 501) it replaces the translation after 2° (and before 3°)…
c#asked Luiz Nascimento 81 -
0
votes1
answer27
viewsQ: Compares sqlsrv_query with text
I am starting in PHP together with SQL Server 2008. The code below makes a query in the database and displays what was obtained. <?php $serverName = "DESKTOP-B8EB4SG\SQLEXPRESS"; $connectionInfo…
-
-2
votes1
answer340
viewsQ: Pulling data from SQL Server using PHP
Hello folks using PHP code below I can insert rows in my SQL Server table: sqlsrv_query( $conn, "INSERT INTO usuarios (login, senha) VALUES ('new', 'mano')"); However, I would like to return some…
-
0
votes1
answer264
viewsQ: SELECT operation in PHP with SQL Server 2008
Starting in PHP with SQL Server 2008. I wonder what’s wrong with my code. <?php $serverName = "DESKTOP-B8EB4SG\SQLEXPRESS"; $connectionInfo = array( "Database"=>"contas", "UID"=>"sa",…
-
1
votes1
answer343
viewsQ: Make global reference in C#
I am creating a simple database-free operations system in C#. It has 3 forms, being them: Login.Cs, Cadastro.Cs and Main.Cs. Also has the class Account.Cs, where operations are carried out. My…
-
0
votes1
answer63
viewsQ: Create a class reference from a variable
I don’t know if I explained it correctly in the title and I ask you to correct me. I am making a simple system of a C# bank by object orientation following the booklet of kaolin (Link to the…
c#asked Luiz Nascimento 81