Posts by Marciel Fonseca • 203 points
4 posts
-
0
votes1
answer32
viewsQ: Automatically created grids when others are full
I am creating a small website for my friends to have fun in some raffles. Basically what I have in mind is the following: I’m going to specify in the database how many grids there have to be rolling…
-
1
votes1
answer97
viewsQ: $. getJSON not working as it should to get image Graph API
I have this following code where return comments from a post on facebook. function pegaFoto(id){ var url2 = 'https://graph.facebook.com/v2.8/' + from[id] + '/picture?fields=url'; $.getJSON(url2,…
-
5
votes2
answers645
viewsQ: Passing a variable within a precedent
I have this project procedure DocumentComplete(ASender: TObject; const pDisp: IDispatch; const URL: OleVariant); Now I need to use it in a loop by passing the count variable. I tried it as follows:…
-
3
votes0
answers792
viewsQ: C# I have a Steam swap bot and it returns the error "Undefined object reference to an instance of an object"
I searched all the other topics and saw several answers but I can’t apply them to my application because I don’t know anything about C#... My site is CS:GO betting and I have a C# bot that works as…
c#asked Marciel Fonseca 203