• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Search results

  1. 1

    VB.NET Using a Binary File as a resource

    This was something I used in order to try and keep my programs down to 1 file. Instead of including a seperate file that handled the up******, I simply embedded it into the main program. To do this all I did was make it a resource and when I needed to use it I would write it out to the root...
  2. 1

    Reflector Preventer

    This program makes it harder for someone to decompile your program with reflector. How to use: Select your .net compiled program and click patch. To make it so you are able to open the binary with reflector simply select the file and click “Restore File” This program may throw false positives...
  3. 1

    [VB.NET] MySQL Function to Insert/update/delete with parameters

    I wrote this bit of code in a project that I am working on for taking screenshots and uploading them to a remote server. Basically what this does is it accepts the following parameters: SQLQuery as a string Parameters and Values as a string array I am sure there are probably better ways of...
  4. 1

    [ASP.NET /VB.NET] Populate a Datagrid view without a database

    I wanted to list out some data for a page that wasn't being pulled from a database but I didn't want to write out the table and all that. So I dropped a datagridview on to the webpage and wrote some code in the code behind. ASP.NET Side of things <asp:GridView ID="grd_Specs"...
General chit-chat
Help Users
  • No one is chatting at the moment.
      Chat Bot: correllroy has joined the room.
      Back
      Top