python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SignalR Example in VB
I am trying to convert the following C# code to VB:
private readonly StockTicker _stockTicker;
public StockTickerHub() : this(StockTicker.Instance) { }
public StockTickerHub(StockTicker ...
brasco18
Votes: 0
Answers: 1
SqlCommand not inserting into table
This code seems like it should work, but simply doesn't. I've tried it various ways (with & without SqlDataAdapter)
I have both the mdf and xsd selected as "Copy if newer" currently, an...
Charlotte
Votes: 0
Answers: 0
VB.NET Windows Forms - How to prevent code from running after form.close?
I have a code where i open a form (form2) from a click in form1, and i iterate through a list...
if i have a specific condition, i want to close the form2...
however even if i close the form with 'me....
Vinícius Kaiser
Votes: 0
Answers: 1
Is it okay to do the next class?
Deserialization throws me an exception in the part
Path 'access', line 1, position 10.
I have part of the code like this
Dim lstPyp As List(Of access) = Nothing
lstPyp = JsonC...
Alejandro
Votes: 0
Answers: 1