I had some problem using the code in the sticky link for the NF Authorization and some users asked me for help so here's the one I'm using. The complete solution is zipped and it even has the wrapper included ! Enjoy !
Thank you! I used it, and the Auth kinda works. The problem is that the wrapper- well, not so much. Is there a way to make those boxes show up on my program working? Thanks, Fexxel
Well it's not that hard to remake... Code (Text): Dim wc as new webclient Dim str as string = wc.downloadstring("url lol") if instr(str, "unauthorized") then msgbox("Unauthorized") Etc etc.