Hello all
I'm very new to Visual Basic and I would just like to create a Private sub that when I call from another part of the programme is simply sends out this HTTP post,
http://192.168.1.200:8088/api/?Function=FadeToBlack&Duration=100
that's all it is to do nothing else, I do not need to read anything or do anything else just return.
is there a nice simple way of achieving this I've looked at Google for the last three or four hours and I am lost.
Any help would be much appreciated
That is just right works a treat. Thank you