473,657 Members | 2,505 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disable Disassembly

I had an error in a program I was working on. A dialog box came up saying
"do you want to view Disassembly?" I clicked OK just for the fun of it, and
now every time I run the program it opens a new tab in VB.NET titled
Disassembly.

My guess is I checked an option to view the disassembly every time.
However, I really don't want this to happen!

Does anybody know how to turn this off again?

Matthew
Nov 21 '05 #1
4 13425
Hi,

Obfuscate your code to prevent disassembly.
http://msdn.microsoft.com/msdnmag/is...deObfuscation/

Ken
--------------------
"Matthew" <tu************ *@alltel.net> wrote in message
news:Oi******** ******@TK2MSFTN GP14.phx.gbl...
I had an error in a program I was working on. A dialog box came up saying
"do you want to view Disassembly?" I clicked OK just for the fun of it, and
now every time I run the program it opens a new tab in VB.NET titled
Disassembly.

My guess is I checked an option to view the disassembly every time.
However, I really don't want this to happen!

Does anybody know how to turn this off again?

Matthew

Nov 21 '05 #2
>Obfuscate your code to prevent disassembly.

Ken,

Thanks for your response. I actually don't care if people can disassemble
my source code for this project.
The problem is: as I am tweaking the code for the project and debugging it,
every time I run the executable it creates a new tab. So, right now I see
these tabs:

Start Page | form1.vb [Design] | Disassembly | Disassembly | Disassembly |
Disassembly | Disassembly | Disassembly

I have run my code 6 times since I opened the project, so I have 6
Disassembly tabs.
It is very anoying to say the least. I don't want to see another
Disassembly tab until I am ready to learn Disassembly!

Matthew
Nov 21 '05 #3
> Does anybody know how to turn this off again?

Well, it's stopped. I wonder if it was just a fluke...

Matthew
Nov 21 '05 #4
VS menu:

Tools\Options

Options Window:
In the options Tree:
Debugger\Genera l

Then on the right side of window:
Disable: Show Dissassebly when source is unavailable

Schneider

"Matthew" <tu************ *@alltel.net> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Obfuscate your code to prevent disassembly.
Ken,

Thanks for your response. I actually don't care if people can disassemble
my source code for this project.
The problem is: as I am tweaking the code for the project and debugging

it, every time I run the executable it creates a new tab. So, right now I see
these tabs:

Start Page | form1.vb [Design] | Disassembly | Disassembly | Disassembly |
Disassembly | Disassembly | Disassembly

I have run my code 6 times since I opened the project, so I have 6
Disassembly tabs.
It is very anoying to say the least. I don't want to see another
Disassembly tab until I am ready to learn Disassembly!

Matthew

Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
15190
by: leon | last post by:
Hello everybody. The question is easy, are there some powerful tool to do disassembly to dll files, that were create in C# ? Thanks by great help... leon.
3
3217
by: John | last post by:
Hi, I know, this question was posted a year ago (link below). I wonder whether Microsoft changed it's mind and fixed check_stack pragma to disable buffer security for a single function. I would hate to disable the security for the whole project (or module) because of a single function. Thank you
0
2224
by: C Newby | last post by:
I don't know what i did, but when I run a windows form application from the Visual Studio debugger, a new tab shows up in the main document tab space with the title "Disassembly". This, as i understand it, is normal. However, when i stop the debugger, the "Disassembly" tab does not dissapear and remains a part of the main tab space and the tab cannot be closed. This doesn't happen everytime i run the debugger, only sometimes, and i'm not...
0
1692
by: wurlds_wurst_coder | last post by:
A co-worker apparently checked the Show Disassembly Automatically checkbox at some point. This is really inconvenient to disassemble every dll we use everytime. How do I turn this option OFF?? TIA introspectre
0
955
by: JW | last post by:
As I am working I end up with 3-4 Disassembly tabs. How the heck to I get rid of them??? As I try to hide them another one pops up.
2
11798
by: kjon | last post by:
When I try to run any project, sometimes I will encounter this tab window in the IDE which has the following message: "Disassembly cannot be displayed in run mode". I mean it'll show sometimes, and sometimes don't. Just wonder what is the meaning of this? Do I need to concern of any wrong doing in my program or codes? Thanks in advance.
2
1677
by: cj | last post by:
Recently for no apparent reason VB 2003 has been opening a Disassembly tab along with Form1.Vb, Start Page, etc. The Disassembly tab has in it Address and a text box followed by (Enter an address to view disassembly.) Where is this coming from? What is making it appear? I'm working on just a standard windows application. No web stuff.
1
4117
by: Nathan Mates | last post by:
I'm using VS.NET 2005SP1 (C++ Express, though I've also seen this on 2005 Standard SP1). One bit of behavior that's been bugging me a lot, and seems to have gotten worse with SP1, is that if it ever once goes to disassembly view, it will ALWAYS change to disassembly view when I step thru code until I quit VS.NET and restart. (2005 original needed a restart; SP1 sometimes even seems to want to show disassembly while stepping thru code after...
11
4408
by: Herhor | last post by:
Hello! I have already started C++ programming with VC++ 2005 Express Edition. Unfortunately during debugging one of my first programs I had to unintentionally enable some debugger configuration feature which turns on Disassembly Window at the end of every my program (basic example below). int main() { //some instructions;
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7353
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.