Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jconwell

@jconwell
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • People pimping their product on your article's comments section
    J jconwell

    Man, I'm getting pissed. I work hard to write unique, usefull articles, and I get people who pinp their product / book / article in the comments section of my article. Its just straight disrespectful!

    John Conwell

    The Back Room learning

  • Mountain Bike recommendations?
    J jconwell

    I don’t have any recommendations for a specific brand, but I wanted to give you some idea of what to look for and what not to look for. First off, if your not doing major down hill stuff, don’t get a full suspension mt bike. they are a total waste of money and they steal the inertia of pedaling. There are some new designs lately, most notably from Specialized (base at $1700ish) that use an oil seal to lock out the rear shock unless you hit a decent bump. But most likely you really don’t need it. You can get a good hard tail bike (front suspension only) for the same price of an ‘ok’ full suspension. This is especially true if you are gona ride it on the road. Full suspension sucks on a road. John Conwell

    The Lounge question

  • Custom MessageBox buttons
    J jconwell

    Nope, if you use Anikrino and look at the code for MessageBox.Show, it calls the Win32 MessageBox calls, which only allow you to specify Yes, No, Cancel, Ignore, Ok, Retry. You'll have to create your own message box form.

    C# question

  • Protect C# Source Code
    J jconwell

    Obfuscator tools wont really help you out much in this area. It might dissuade people who aren’t very driven to see how your code works, but for every obfuscator out there, there is a de-obfuscator that will unscramble the code. Besides, from my understanding, an obfuscator just scrambles the local variable names, to make it harder to follow the code. But the basic code; if, else, for, switch statements, as well as Function calls will still be very clear to read. I’ve looked at obfucatored code before using Anikrino and was still able to follow the algorithm used. john C

    C# csharp c++ tools help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups