Click here to Skip to main content
16,014,940 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Spped up VB.Net application Pin
Christian Graus8-Jun-05 18:48
protectorChristian Graus8-Jun-05 18:48 
GeneralRe: Spped up VB.Net application Pin
Rizwan Bashir8-Jun-05 22:48
Rizwan Bashir8-Jun-05 22:48 
GeneralRe: Spped up VB.Net application Pin
prashant79_pawar9-Jun-05 0:48
prashant79_pawar9-Jun-05 0:48 
GeneralRe: Spped up VB.Net application Pin
Dave Kreskowiak9-Jun-05 4:15
mveDave Kreskowiak9-Jun-05 4:15 
GeneralReflector Pin
hungmitec8-Jun-05 18:37
hungmitec8-Jun-05 18:37 
GeneralRe: Reflector Pin
Christian Graus8-Jun-05 18:50
protectorChristian Graus8-Jun-05 18:50 
GeneralRe: Reflector Pin
hungmitec8-Jun-05 20:06
hungmitec8-Jun-05 20:06 
GeneralRe: Reflector Pin
Dave Kreskowiak9-Jun-05 4:13
mveDave Kreskowiak9-Jun-05 4:13 
AFAICT, you can't. I haven't seen any decompilers for VB6 code. If you do find something, at best, you're going to get an approximation of what the source MIGHT look like, and it may not even work!

There is no direct coorelation between the individual statements in the (machine code) .DLL and VB statements. There can be groups of (machine code) statements in the .DLL containing dozens of lines that amount to a single statement in VB. The problem is seeing that pattern in the machine code and know what it means. This is also complicated by optimizations that the VB compiler does to speed things up.

It's not like doing the same thing with C/C++ code. VB is a higher level language compared to C/C++, which is more closely related to machine code.




RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Questionhow to delete rows in datagrid?tnx Pin
8-Jun-05 18:34
suss8-Jun-05 18:34 
AnswerRe: how to delete rows in datagrid?tnx Pin
Dave Kreskowiak9-Jun-05 4:06
mveDave Kreskowiak9-Jun-05 4:06 
GeneralRe: how to delete rows in datagrid?tnx Pin
10-Jun-05 6:43
suss10-Jun-05 6:43 
Questionhow TO ADD CRYSTAL REPORT TO WINDOWS APPLICATION Pin
Anonymous8-Jun-05 16:51
Anonymous8-Jun-05 16:51 
AnswerRe: how TO ADD CRYSTAL REPORT TO WINDOWS APPLICATION Pin
Yulianto.8-Jun-05 18:30
Yulianto.8-Jun-05 18:30 
GeneralPrinting HTML Code Pin
Adarsh Shah8-Jun-05 10:51
Adarsh Shah8-Jun-05 10:51 
GeneralRe: Printing HTML Code Pin
Christian Graus8-Jun-05 15:25
protectorChristian Graus8-Jun-05 15:25 
GeneralRe: Printing HTML Code Pin
Adarsh Shah8-Jun-05 20:09
Adarsh Shah8-Jun-05 20:09 
GeneralRe: Printing HTML Code Pin
Christian Graus9-Jun-05 0:17
protectorChristian Graus9-Jun-05 0:17 
GeneralRe: Printing HTML Code Pin
Adarsh Shah9-Jun-05 0:47
Adarsh Shah9-Jun-05 0:47 
GeneralRe: Printing HTML Code Pin
Christian Graus9-Jun-05 0:51
protectorChristian Graus9-Jun-05 0:51 
GeneralRe: Printing HTML Code Pin
Adarsh Shah9-Jun-05 0:54
Adarsh Shah9-Jun-05 0:54 
GeneralRe: Printing HTML Code Pin
Dave Kreskowiak9-Jun-05 2:49
mveDave Kreskowiak9-Jun-05 2:49 
GeneralRe: Printing HTML Code Pin
Adarsh Shah9-Jun-05 2:55
Adarsh Shah9-Jun-05 2:55 
General.config issues Pin
SamNasr8-Jun-05 10:02
SamNasr8-Jun-05 10:02 
GeneralReading 2.3GB of Sequential File Pin
Sidney Fuerte8-Jun-05 9:48
Sidney Fuerte8-Jun-05 9:48 
GeneralRe: Reading 2.3GB of Sequential File Pin
Sidney Fuerte9-Jun-05 4:32
Sidney Fuerte9-Jun-05 4:32 

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.