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

Visual Basic

 
QuestionReassigning a control's parent Pin
The ANZAC16-Nov-07 18:45
The ANZAC16-Nov-07 18:45 
AnswerRe: Reassigning a control's parent Pin
Christian Graus16-Nov-07 20:28
protectorChristian Graus16-Nov-07 20:28 
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 
You can NOT retrieve the source code from a Visual Basic 6 application, because it is converted into machine language (unlike .NET EXE which is reversable since it is interpreted by the CLR). The most you can get out of a VB 6 application is what they call a semi-decompile, which is the actual form elements (like textbox, combo, etc) using an application such as this one:

http://www.decompiler-vb.net/[^]

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 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 
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 

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.