VS 2008 : Disassemble A DLL To See The Code In It?
Nov 17, 2009Is it possible to disassemble a DLL to see the code in it? I opened one in Reflector but it says that it "does not contain a CLI header" & doesn't show me anything.
View 3 RepliesIs it possible to disassemble a DLL to see the code in it? I opened one in Reflector but it says that it "does not contain a CLI header" & doesn't show me anything.
View 3 RepliesI just want to know whether I can use "Reflector" to disassemble a Program written in DOS and go through all the Codes of that program to learn how that program was made? If the "Reflector" is not the one for DOS Program, could you recommend a Free Disassemler for DOS Program?
View 5 Repliesi recorded the following macro in excel 2007:
[Code]...
I realize this post is rather long, but I wanted to give all the information up front instead of people having to ask me for more information.At the end of the re-installation of Visual Studio 2008, there is this message:
"Microsoft SQL Publishing Wizard: [2] Error: Installation failed for component Microsoft SQL Publishing Wizard. MSI returned error code 1638" in the log file dd_error_vs_procore_90.txt.
I have searched on Google for this whole message and found some references to this error, but I have done what they said worked for them and it did not fix the problem for me.When I searched for just "MSI returned error code 1638", I got that it cannot install something because it is already installed:"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel".In Add/Remove Programs I see these two programs:
Microsoft SQL Server Database Publishing Wizard 1.3
Microsoft SQL Server Database Publishing Wizard 1.4
Are these programs/versions what the error is refering to? Am I safe to remove them and depend on the similarly-named item which would be newly installed with Visual Studio 2008 - "Microsoft SQL Publishing Wizard"? I still use SQL Server 2000 and 2005 on my computer, as well as 2008. I had installed VS 2008 on my computer before without this problem and also have VS 2005 and 2010.
I am trying to rewrite some code and I am trying to determine if I am writing it correctly. My goal is to make sure that the old code and my new code produce the same results(i.e. are logically equivalent). Are the 2 code blocks below equivalent?
Old
If a = 1 then
If b = 3 OrElse b = 18 OrElse b = 20 OrElse b = 21 OrElse b = 4 then
' Do something
[code]....
Using This code from an old post of mine how could i change it to label1 label2.[code]
View 10 Repliesi'm running Visual Basic 2008 Express Edition (latest service pack ... 9.0.30729.1 SP) on XP Pro SP3 with .Net Framework version 3.5 SP1 I have a rather large project I've imported from Visual Studio 2003 (Standard).The project compiles and runs just fine ... my compiled program itself never crashes.
But while I actually have the code up in the IDE, and simply adding/deleting code the whole IDE will randomly crash (usually without warning) and I loose my changes since last save.If/when I do get some hint of why it crashed, I get a window about illegal whitespace or something.... but that's rare ... usually it just crashes without warning and the whole IDE completely shuts down instantly. just deleting/adding a character is enough to trigger it maybe once every 30 minutes.
This is on a computer that is otherwise very rock solid .... no other program ever crashes, etc.
Is it possible to edit the Windows Form Designer generated code in VS2008?
View 4 Repliesregistration code for vb 2008 express edition.
View 2 RepliesI have some code to execute code at runtime...
Here is the main
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Try
If TextBox1.Text.Trim <> "" Then
If TextBox2.Text.Trim <> "" Then
[code]....
When the button is pressed, it all works and the following files are created: yahoo.dll and yahoo.pdb My question is this: What is the code to load the already compiled yahoo files to execute the code again, without having to recompile the code?
I have an exising SQL dataset in my VB 2008 program. I want to add the table below to this dataset. I did it before but I can not remember how. The name of the existing dataset is ERICOseismicDataSet. I am using this table to pass user generated data to a Crystal Report. how to add this table to the dataset?
[Code].....
I am working on a project for school and I am encountering several errors in my code relating to the numeric up down boxes I have in the application. I have inserted my code and the error list below. I'm sure that it is probably something really simply but I am learning the language on my own and I am a little stumped here.
View 18 RepliesHow to Convert Code from Visual Basic 6.0 To Visual Basic.Net 2008.
View 2 Repliesi have an application .exe done with visual basic 2008 and i don't have anymore its project files,etc.Is there any way to get the code of an application .exe done with visaul basic 2008?
View 1 RepliesCan i use the code of vb2008 in vb 2010?
View 4 Replies[code]...
Also I would need some code like: For each item is x list: Msgbox(CommandList.txt(x).Text)
Having a problem with my update code for a button to update the password :
[code]...
Way to shorten this case method:
vb Select Case bgcolorVar
Case "red"
MyScripts.BackgroundImage = My.Resources.red
[CODE]......................
I'm wondering, what is a Code Snippet?
View 1 RepliesI found the following code on another site that works great for what I need. Is there any way I can add a timeout in this code? I can't figure how to do it.
[Code]...
I'm wondering if I can run different code, depending on what OS,My product is on?
View 7 RepliesIve been trying to search the registry for all keys called test and return their value, but im not sure how to do it using this example
Imports System
Imports Microsoft.Win32
Imports System.Threading
Public Class Form1
[code]....
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs)
If WebBrowser1.DocumentText.IndexOf("FAILED LOGIN") > -1 Then
[code]....
Now the number 40 shows up in the web broswer so why isnt the ELSE showing the message box saying Login OK and the others?
does anybody know the code i put in for tabcontrol1 to make another tab the same as tab1?
View 4 RepliesCould someone convert this code to VB
arrayfunction(array, row, col);
for(int i=0; i<row; i++)
{
[code].....
I found this email pop code online and I'm trying to get it working. This program simply downloads the emails from a mail server. The GetMessage function works but the output of the msg.Body is not in a email message format. How do I clean it up?
Private Sub Button9_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click
Dim msg As POP3Message1.Message
[code]......
Win32.FreeConsole();
ni = new NotifyIcon();
ni.Icon = Resource.teste;
[code].....
code for ping an ip? i want to do something like pinging in cmd, with shwoing results in a richtext box or listview...i found some codes and they don't work and i didn't make it up.
View 11 RepliesI just tried fooling around with a "windows forms" project, and I would like to see the code that creates the form. How would I go about looking at that?I can only edit the code that would occur from GUI events.
View 4 RepliesI just started playing around with interfaces recently and I have a couple things I want to ask. First off I always understood that an Interface cannot contain code, you are merely creating almost a "template" of methods, property's etc...Lets say I have this:
Public Class MyTest
Implements IMyTest
Public Sub iDispose() Implements IMyTest.iDispose
[code].....