Click here to Skip to main content
16,011,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: New folder on ftp Pin
Shazz Rock13-Oct-08 22:31
Shazz Rock13-Oct-08 22:31 
GeneralRe: New folder on ftp Pin
Dave Kreskowiak14-Oct-08 1:51
mveDave Kreskowiak14-Oct-08 1:51 
QuestionGet value into 3 form Pin
tungcan5diop12-Oct-08 16:00
tungcan5diop12-Oct-08 16:00 
AnswerRe: Get value into 3 form Pin
dan!sh 12-Oct-08 19:57
professional dan!sh 12-Oct-08 19:57 
AnswerRe: Get value into 3 form Pin
John_Adams12-Oct-08 20:03
John_Adams12-Oct-08 20:03 
QuestionWhen to choose managed or unmanaged (VB.NET or C++ MFC)? Pin
David Hovey12-Oct-08 6:07
David Hovey12-Oct-08 6:07 
AnswerRe: When to choose managed or unmanaged (VB.NET or C++ MFC)? Pin
Paul Conrad12-Oct-08 8:15
professionalPaul Conrad12-Oct-08 8:15 
AnswerRe: When to choose managed or unmanaged (VB.NET or C++ MFC)? Pin
MikeMarq13-Oct-08 4:40
MikeMarq13-Oct-08 4:40 
I read a book about this and this is basically what they said.

This problem exist with any interpretted/bytecode languages (vb.net, c#, java, alot of the scripting languages, and also .net versions of normally compiled languages) because they aren't compiled to machine code and are still in a relatively high level form.

An obfuscator will make things harder for a person trying to reverse engineer but c++ (assuming you're not using managed code) will probably be harder since it is reduced to machine code and the high level information is stripped out. There are some decompilers for compiled languages but they can only reconstruct part of the code because compiler optimizations tend to change the structure of your code plus some information is impossible to reconstruct.

In theory anything can be reversed but unless you're doing something really revolutionary that has never been done before it probably is not going to be worth someones time to try and reconstruct your obfuscated or compiled code. It would probably take less time for them to just write it themselves.
GeneralRe: When to choose managed or unmanaged (VB.NET or C++ MFC)? Pin
David Hovey13-Oct-08 5:09
David Hovey13-Oct-08 5:09 
GeneralRe: When to choose managed or unmanaged (VB.NET or C++ MFC)? Pin
Paul Conrad13-Oct-08 11:52
professionalPaul Conrad13-Oct-08 11:52 
QuestionHowTo: disable highlight on contextmenustrip? Pin
Jon_Boy12-Oct-08 4:20
Jon_Boy12-Oct-08 4:20 
QuestionInsert data into an existing file Pin
Sonhospa11-Oct-08 23:42
Sonhospa11-Oct-08 23:42 
AnswerRe: Insert data into an existing file Pin
Wendelius11-Oct-08 23:57
mentorWendelius11-Oct-08 23:57 
GeneralRe: Insert data into an existing file Pin
Sonhospa12-Oct-08 0:05
Sonhospa12-Oct-08 0:05 
GeneralRe: Insert data into an existing file Pin
Wendelius12-Oct-08 1:04
mentorWendelius12-Oct-08 1:04 
Questioncreating datarelation in a dataset Pin
Maira K11-Oct-08 22:13
Maira K11-Oct-08 22:13 
AnswerRe: creating datarelation in a dataset Pin
Wendelius11-Oct-08 23:55
mentorWendelius11-Oct-08 23:55 
QuestionOdd question, can a conextmenustrip be made to always be visible (even when focus changes to other controls)? Pin
Jon_Boy11-Oct-08 17:39
Jon_Boy11-Oct-08 17:39 
AnswerRe: Odd question, can a conextmenustrip be made to always be visible (even when focus changes to other controls)? Pin
Mycroft Holmes11-Oct-08 18:06
professionalMycroft Holmes11-Oct-08 18:06 
GeneralRe: Odd question, can a conextmenustrip be made to always be visible (even when focus changes to other controls)? [modified] Pin
Jon_Boy12-Oct-08 2:24
Jon_Boy12-Oct-08 2:24 
QuestionHow to get the file names in a directory Pin
SekharOne11-Oct-08 2:12
SekharOne11-Oct-08 2:12 
AnswerRe: How to get the file names in a directory Pin
Rupesh Kumar Swami11-Oct-08 2:28
Rupesh Kumar Swami11-Oct-08 2:28 
GeneralRe: How to get the file names in a directory Pin
SekharOne11-Oct-08 2:38
SekharOne11-Oct-08 2:38 
Questioncurriculum vitale / resume loader Pin
jhyn11-Oct-08 0:40
jhyn11-Oct-08 0:40 
AnswerRe: curriculum vitale / resume loader Pin
Colin Angus Mackay11-Oct-08 0:45
Colin Angus Mackay11-Oct-08 0:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.