Click here to Skip to main content
15,914,820 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConnecting to SQL Pin
tellytub16-Nov-07 17:58
tellytub16-Nov-07 17:58 
AnswerRe: Connecting to SQL Pin
Abhijit Jana16-Nov-07 21:31
professionalAbhijit Jana16-Nov-07 21:31 
Questionsaving table Pin
cj433116-Nov-07 10:29
cj433116-Nov-07 10:29 
AnswerRe: saving table Pin
cj433119-Nov-07 9:59
cj433119-Nov-07 9:59 
QuestionRetriving source code from a exe file which was developed in visual basic 6 Pin
S.Haris16-Nov-07 9:45
S.Haris16-Nov-07 9:45 
AnswerRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
DigiOz Multimedia16-Nov-07 15:33
DigiOz Multimedia16-Nov-07 15:33 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
S.Haris17-Nov-07 5:07
S.Haris17-Nov-07 5:07 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
DigiOz Multimedia17-Nov-07 6:40
DigiOz Multimedia17-Nov-07 6:40 
S.Haris wrote:
if I had an app which was developed in vb.net and does similar function would i be able to get the source code out of it like actuall function etc.... I was able to get the funtions name and stuff but not the way the function was written ??
if so could you please shade some light in how to archive that goal
thanks


Hi,

Assuming that the .NET application has not been Obfuscated, you can get all the code, including functions, classes and form elements (100% of the code) back. One of my favorite .NET decompilers is Dis#, which will can give you back C# or VB.NET code out of .NET exe or dll (depending on which one you choose). It can be downloaded here:

http://www.netdecompiler.com/[^]

Pete Soheil
DigiOz Multimedia
http://www.digioz.com

GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
S.Haris17-Nov-07 7:40
S.Haris17-Nov-07 7:40 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
DigiOz Multimedia17-Nov-07 9:10
DigiOz Multimedia17-Nov-07 9:10 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 [modified] Pin
Michael Davey 117-Nov-07 17:57
Michael Davey 117-Nov-07 17:57 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
Michael Davey 117-Nov-07 17:59
Michael Davey 117-Nov-07 17:59 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
supercat917-Nov-07 9:46
supercat917-Nov-07 9:46 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
DigiOz Multimedia17-Nov-07 14:39
DigiOz Multimedia17-Nov-07 14:39 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
Luc Pattyn17-Nov-07 15:05
sitebuilderLuc Pattyn17-Nov-07 15:05 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
supercat917-Nov-07 20:08
supercat917-Nov-07 20:08 
GeneralRe: Retriving source code from a exe file which was developed in visual basic 6 Pin
Luc Pattyn18-Nov-07 0:10
sitebuilderLuc Pattyn18-Nov-07 0:10 
Questiondetermining selections from multiple selection listbox Pin
rmarma16-Nov-07 9:40
rmarma16-Nov-07 9:40 
QuestionClipboard to MS Word Pin
New_Coder16-Nov-07 7:08
New_Coder16-Nov-07 7:08 
AnswerRe: Clipboard to MS Word Pin
Paul Conrad28-Nov-07 15:19
professionalPaul Conrad28-Nov-07 15:19 
GeneralRe: Clipboard to MS Word Pin
New_Coder29-Nov-07 4:09
New_Coder29-Nov-07 4:09 
Question'Finalize' questions (any way to log 'finalize' events?) Pin
supercat916-Nov-07 6:52
supercat916-Nov-07 6:52 
AnswerRe: 'Finalize' questions (any way to log 'finalize' events?) Pin
Luc Pattyn16-Nov-07 8:44
sitebuilderLuc Pattyn16-Nov-07 8:44 
GeneralRe: 'Finalize' questions (any way to log 'finalize' events?) Pin
supercat916-Nov-07 9:48
supercat916-Nov-07 9:48 
GeneralRe: 'Finalize' questions (any way to log 'finalize' events?) Pin
Luc Pattyn16-Nov-07 10:22
sitebuilderLuc Pattyn16-Nov-07 10:22 

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.