Search results for query: *

  • Users: seinkraft
  • Content: Threads
  • Order by date
  1. seinkraft

    Question Encryptor/Decryptor not working.

    The code should receive an byte array and return it encrypted. At this point that is working fine, but the decriptor has a problem, it doesnt write the same bytes of teh original file. It adds o or remove some bytes from the end. And the original file and decoded file doesn't match. Please...
  2. seinkraft

    Question Rising events from class library called from module

    Hi, I've the next problem. I've an app that starts to work from a module wich should load a form an do other things with a class library who raise an event an the form shoud cath it. The problem is that applicarion.run(frmMain) displays the form in the same thread the the code stops work while...
  3. seinkraft

    Question How to update a textbox on Form from a click on a button on a User Control?

    Hi, I need update the text of a textbox when I do click on a button on a user control. How I can do that?
  4. seinkraft

    Question Config file for multiple projects?

    Hi, i'm developing a solution who contains multiple projects in it, 3 executables and 4 dlls. There is any way to create a general config file for all projects? (not one for each one)
  5. seinkraft

    Using HttpWebRequest to upload file to PHP url

    Hi everyone, i'm really new with HttpWebRequest and i don't understand it as well but i need it to use an api from my web to post images. I've this at the moment. Private Sub btnUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim request...
Back
Top