Posts by Leandro Rodrigues • 121 points
9 posts
-
0
votes0
answers100
viewsQ: How to get data from a facebook profile via php SDK
I need to make an application whose goal is to get data from my facebook profile. I need to get for example the name of the photo galleries etc. To simplify I tried to get the name through the php…
-
1
votes1
answer77
viewsA: Write a value at a certain display position outside the form
For those who need I found a project, in c# that does precisely this, just be with the cursor in the place to write: https://www.nuget.org/packages/InputSimulator/ Example use: InputSimulator i=new…
-
0
votes1
answer77
viewsQ: Write a value at a certain display position outside the form
I’m developing an application in Windows Forms, with C#. For example: I want to write a text in the youtube search field, as seen through:http://prntscr.com/ck0vo2 Can anyone tell me how to send a…
-
1
votes1
answer302
viewsQ: Get cursor coordinates in C#
I’m using the Control.MousePosition to get the mouse coordinates in windows 10. Then use the following function to get a Printscreen: public static Bitmap PrintScreen(Point Source,Point Destination)…
-
0
votes0
answers89
viewsQ: Set array with "Combobox" dataSelect2
I have the following scenario: The user chooses a value on combobox Select2. Click on "SAVE" and this combobox Select2 should be stored in an array with the defined events. After this I would return…
-
1
votes2
answers439
viewsA: Is it possible to customize the Facebook Like button?
<html> <head> </head> <body> <script> function toogleLikeIcon() { var sourceImage=document.getElementById("like").getAttribute("src"); switch(sourceImage) { case…
-
2
votes2
answers439
viewsA: Is it possible to customize the Facebook Like button?
Of course I do. You can for example get two images, with different backgrounds, and when you detect the event click changes the image. I think this will be the easiest approach, however there are…
-
4
votes4
answers83
viewsQ: Only join if the above query returns records
Good staff, I would like to know what approach they would take to make a union only if the above query of the union returns values. Consider that the tables are compatible EX: SELECT * FROM Tabela1…
-
2
votes1
answer136
viewsQ: What is considered an element in Google Matrix Distance
I am developing software that needs to get information through the Google Matrix Distance API. The problem is that this API has order limits of 2500 elements per day. My doubt is what an element is?…
google-mapsasked Leandro Rodrigues 121