Forms :: View The Code Behind A Compiled Executable?

Sep 10, 2010

is there anyway a compiled executable can be decompiled? in other words can its code be viewed? the reason why Im asking this if because I have a small project to do which for the most part is almost done, plus the instructor gave us the executable version of the application for us to test-drive, my application does everything but one thing. it is a small calculator application where there is a operator label that should display the arithmetic operator chosen by the user, per say I Im adding two number, there should be a box displaying the plus "+" sing or any other operator I pick, but I dont know how to get that done, so I would like to see the finished application code just to see how the coding should be done.

View 3 Replies


ADVERTISEMENT

Code To Load The Already Compiled Yahoo Files To Execute The Code Again, Without Having To Recompile The Code?

Dec 8, 2011

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

View 1 Replies

Size Of Compiled Code Into MSIL Necessarily Correlate To Code Speed?

Nov 24, 2010

I have been playing around with different types of native code operations in Visual Basic and then inspecting the code with Reflector to see what kind of MSIL is produced. For example, I wondered, in a one line If-Then-Else different than an If-Then-Else split onto multiple lines, ie.

[Code]...

View 3 Replies

Compiled Code Not Responding Same As Developer?

Oct 27, 2010

I have completed a small VB console app to read data from a BT card scanner. From within the VS2010 developer the app runs as desired, capturing the data and displaying it on screen with console.writeline().When I compile and execute the code either from the debug bin version or the release bin version, the app only captures the first few bytes then closes. All the code is within the Module1 Sub Main. Is there a compile setting or other property that I need to adjust?

View 11 Replies

Moving VBA Project Into Compiled Code?

Jun 9, 2011

i am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy.I am hoping someone can give me some advice about the best way to do this.I don't really have much of an understanding outside of Office VBA development - but have dabbled in .NET and VB in the past. Should I be buying Visual Studio - if so, does it matter if I buy Visual Studio 2008 or 2010 - I will initially need to convert some Word 2007. I have previously downloaded the .NET framework, and not sure how this relates to Visual Studio.

View 3 Replies

Running Pre-Compiled & Non-Pre-Compiled Webpages Under One Virtual Directory

Feb 21, 2011

I've a requirement to have PreCompiled webpages and Non-PreCompiled webpages under same application. For example below is my structure:

/Bin
/Test1 (PreCompiled)
/Test2 (NonPreCompiled)
/Test3 (PreCompiled)

I would like these to have their separate "Bin" folders too if possible at all (I tried using "Probing" but I guess that's not allowed for web apps and defaults to "Bin" folder). If not that then definitely some ability for these to work together under one app/virtual directory because I'm not allowed to create another at any cost :(

View 3 Replies

Forms :: Display Data In Grid View Using Code That Can Edit, Update And Delete The Data?

Oct 6, 2011

how to display data in grid view using code that you can edit, update and delete the data...do i need to have a stored proc in this?

View 4 Replies

Pass A Reference To A Form To Dynamically Compiled Code?

Mar 6, 2011

I am trying to create a application scripting environment for my VB .Net application. I have a form type in the application called Project. What I want to do is dynamically compile (i.e Eval) VB .Net code on a Project form. This dynamic code always has a Main function. One of the arguments to Main is a reference to the calling Project form. Here is the Eval code:

Public Function Eval(ByVal vbCode As String, ByRef MyAssembly As System.Reflection.Assembly, ByRef ProjectForm As Project) As ArrayList
Dim Provider As VBCodeProvider = CodeDomProvider.CreateProvider("VisualBasic")

[code].....

View 1 Replies

Why Does Designer Compiled Code Require Alteration, Especially For DataGridView

Apr 8, 2012

VB.net 2010 windows forms application:Why does the compiler compile with code that requires subsequent alteration?

For example, in the form sub InitializeComponent():
system.Windows.Forms.Button() requires alteration to global.system.Windows.Forms.Button()

[code].....

View 1 Replies

Can The Code In A VB Executable File Be Viewed

Jun 21, 2010

Part of the app I am writing allows users to create an encrypted, password-protected output file that they can email safely to a central store. I can't have the users choose their own password for the encryption as the central store needs to access the contents of all the output files emailed to it. So there is one password that gets set within my vb app.I am worried that security will be compromised if the vb executable is somehow deconstructed? Is it possible to read the contents of an exe file (and thus find out the password)?

View 3 Replies

Get Source Code Of A Windows Executable?

Apr 17, 2010

I've got some old Windows executable files. How can I edit them with Visual Studio 2010? What are the ways to see an exe's source code?

View 5 Replies

Get VB Source Code From VB Executable Application?

Dec 2, 2008

I have an VB executable application(.exe) and I would like to get back sourcecode for my .exe application. Please help me if you have any software to get back source code from VB exe program.

View 4 Replies

2010 - Editing .net Code Without Stopping Executable?

Apr 13, 2011

I need to be able to edit vb.net code using visual studio without stopping the debugging executable.How can I go about doing this? If it's impossible, how can I code and reload that code without stopping the executable? I know of scripting languages like Lua, but I fear the implementation of another language within the VB is unnecessary to save me the trouble of stopping the executable. The issue is that starting and stopping this executable can take a very long time, and I need to be able to edit the code quickly and frequently.

View 3 Replies

Deployment :: Can An Executable Program Create An Executable File

May 17, 2012

I have a program that outputs a file. I want the user to be able to just double-click the output file and launch the program, just like Word and Excel. In Word for instance, one doesn't necessarily have to open WORD then click on File--> Open and locate another Word doc. He can just go to the folder and open the Word doc. I want to implement the exact scenario in my program.

So far I have tried creating TextFile and added it to the Resources. On FormLoading, I simply I stream-read the Resouce file, but I can't write to the Resource on FormClosing, since the Resource is ReadOnly. Also, the Resource is built & compiled so I suppose you can't add anything to it at run time.How you lunch an output file without launching the Executable program that created it?

View 1 Replies

Executable On Vista - Open The Executable It Goes To A "WindowsApplication1?

Jun 1, 2009

I have an executable that I was able to get working on all XP machines by registering all the .dll's associated with it.On Vista, however, I go through the exact same registration process but right when I open the executable it goes to a "WindowsApplication1 has stopped working" dialog. I registered the DLLs in the SysWOW64 folder. I also ran Dependency Walker which came up with IEFrame.dll as flagged, don't know if that is relevant though.

View 6 Replies

Forms :: Cannot Open Half Of Forms In Designer View

Sep 1, 2011

I have no idea what I have done wrong here, so I'll just attach my project as a zip file and see if any of you are kind enough to look into it for me.I am reasonably experienced in C#.NET but having trouble using VB.NET for a school assignment.I cannot open half of my forms in designer view because "To prevent possible data loss before loading the designer, the following errors must be resolved".

View 1 Replies

Code View To Design View?

Jun 28, 2009

i have a project with two forms. now when i open this project using vb.net 08, only code window opens. i cant switch to design view.

View 5 Replies

Get A Code Compiled In Windows XP To Work In Windows 7?

Oct 25, 2011

I have a VB.net project that i've published through a click once installation which was compiled in Windows XP the application contains a previous version of True DB grid which is not supported windows 7 so i'm trying to get my application to work in Windows 7 so that the true db grid and other such controls work without any issue. i tried compiling the code in x86 mode

View 2 Replies

Cannot View Forms In .net 2008

Sep 15, 2008

I am having a strange issue with vb.net 2008. I have two forms that I designed, but I cannot bring them up to edit them. I can only view them when I run the program. I have attached a screen shot of my form showing while my program runs.

View 14 Replies

View And Get / Fill PDF Forms?

Sep 8, 2009

I'm in the process of adding EMR (Electronic Medical records) to my app. We have many PDF files that where created in Adobe LiveCycle and Acrobat Pro. Not sure if this is possible, but what I'd like to do is open a PDF file within my app and display it for the user to fillin the PDF form. Once PDF is filled in, I'd like to be notified (user clicks submit) when user is done, then get data out of PDF and save it to database. Or be able to fill in a PDF automatically and then display it to the user for editing. I know there are many tools out there to create/edit pdf files. The Acrobat SDK also includes a PDF viewer control, but the problem with this control is there is no way (I've found) to also edit the file through my program because the control don't expose the AcroForm class through the control. BTW, it this can be done PLEASE let me know how. Also note that most of these are dynamic PDF files (created in LiveCycle) and some of the third party tools don't provide support for these files.

I don't care if Acrobat reader is required to be installed on the user computer, I just need to be able to get some type of notification that the user is done filling in the forms. It might have been easier to just create a winform and with all required fields, but a lot of our users are not computer savy, and have been using the paper version of the PDF files for a while. I need to make it as easy as possible for them to jump in and start using the program, hince embedding the PDF into my app.

View 1 Replies

Generate Executable From An Executable?

Jul 24, 2011

I Actually want to provide a new service which requires creating executables on the fly from executables generated in vb.net. For example lets say I have a form with a textbox and in that textbox we pass an argument which is for example the serial of the product, then we have a button which once clicked will generate an executable on the fly which has also a textbox requiring that serial to run? That was only an example but the main thing is how to generate that exe on the fly.

View 4 Replies

Forms :: Best Way To View/print A Static Pdf?

Jan 29, 2010

Wondering what is the best method of viewing a pdf, and adding text to the pdf, then printing it out? Currently, I opened the pdf in Photoshop, saved it as a bitmap, made it the background image on a form, overlayed it with labels, and am using the form.print method. This isnt exactly the best way to do this. Does anyone else have any good suggestions (without spending more than say $40)?

Project Background:

I work for an aircraft manufacturer/maintainer, and every time we have a broken/removed part, I have to log into our part logistics website, then hand write a form with all the installed and broken parts info (a full page). My program parses all the necessary info from the website, then loads it into textboxes (to be modified if needed) which are then copied into the labels overlaying the image of the form I have to fill out.

View 3 Replies

Forms :: How To Implement 'data View'

Sep 15, 2011

I want to build a form with fields bound to a datasoruce that the user can scroll through (using the up and down arrows).This would be a detail screen, but I don't really want a visible data gird or list on the screen with it, but as I'm still designing this may be something I would want to try also. The screen would be read-only data with a search textbox that would be used to query the list of data. The user will enter a search term and then browse through the detail screen to locate the exact record they want. I'm somewhat restricted on design because I'm trying to replicate a legacy program and don't want to deviate too far from the original design.For my datasource I've got a List (of MyClass), I just need to figure out the binding and navigation.

View 1 Replies

Forms :: Static And Dynamic View?

Apr 27, 2011

I'm building one application with vb.net, but for my interface i need a static and dynamic view. Can someone explain me how can i do this or with what can be done?

View 1 Replies

VS 2008 Adding A Method To All Forms Existing Forms Without Changing Their Code?

Jul 28, 2009

just wondering if it is possible to add a method to all forms in my project without having to do it on one form and Inherit all my other forms from that one

View 3 Replies

Forms :: Adding Images To A List View?

Apr 24, 2010

How to add the images or Extracted Icons to a Item in a ListView?

View 2 Replies

Forms :: Different View Of Monthcalendar Control In Xp And Vista?

Aug 16, 2009

I am using a monthcalendar control and datetimepicker control in my vb.net 2005 windows applicaion. My operating system is Vista Home Premium. Now my problem is that when I run my application on XP then the view of monthcalendar control changes. I just want that the view of mc control remain same in xp also bcoz the look of mc control in vista is quite cool.

View 1 Replies

Forms Are Shown BLANK In Design View ?

Jun 21, 2010

I have developed a win form application using vb.net 2.0, mistakenly my vbproj file deleted. Now the issue is that when i open the solution in the design view all my forms ( 170 + ) shown blank. but when i run the application all the controls are properly displayed and application is running fine. Issue is why all forms are shown BLANK in design view , as i cant make any changes to the design now.

View 8 Replies

How To View Asp.net Source Code?

Jan 27, 2011

i have a source codes of type ( asp.net master page , asp.net server page , vb) and i want to view the (output of them)how i can do this in visual studio 2010 ?i am not who write these codes , but i have to view the output to evaluate them

View 3 Replies

IDE :: How To View VS-generated Code?

Mar 24, 2010

I know that when I add things to the designer in Visual Studio, it has to be generating code for them somewhere. Where do I find the code that Visual Studio creates when I add controls, change properties, etc in the designer?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved