Posts by João Lucas • 53 points
3 posts
-
0
votes2
answers697
viewsQ: Fixed div passing behind the others
Hello, the first div of my site has the fixed position (position:fixed) and when I roll down, it gets behind the other elements like images and etc. It doesn’t work even if I put position:absolute…
-
2
votes1
answer32
viewsQ: How to add a certain value to an Integer of a JSON in Vb.net?
Hello, I have this code: Imports System.IO Imports Newtonsoft.Json.Linq Public Class Form1 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick Dim channel As JObject =…
-
1
votes1
answer132
viewsQ: Help in VB.NET using Newtonsoft.Json
Hello, I have this code: Imports System.IO Imports Newtonsoft.Json.Linq Public Class Form1 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick Dim channel As JObject =…