Click here to Skip to main content
15,914,070 members

Comments by Daniel Santos (Top 6 by date)

Daniel Santos 22-Sep-16 9:18am View    
Can't manage to make it work and I don't know why...
I am using a Timer to constantly check If the IP is changed or not.
Daniel Santos 21-Sep-16 18:39pm View    
The question is: How can I constantly download a string from a webclient?
__________________________________________________________
CheckForIllegalCrossThreadCalls = False
thread = New System.Threading.Thread(AddressOf downloadip)
thread.Start()
Daniel Santos 21-Sep-16 14:24pm View    
@Richardd Deeming, I already figured it out, your answer is correct.
I only used this:
PictureBox2.BackgroundImage = My.Resources.ResourceManager.GetObject(Button1.Text)
Daniel Santos 21-Sep-16 13:02pm View    
I can easily convert it to VB.NET and I'll maybe get some more replies I think...
Daniel Santos 12-Aug-16 10:46am View    
If you're not using none of these you'll not access the website, simple as that.
Can you explain me how to exactly do that?