Disassemble A Program Written For DOS?
Jan 2, 2010
I 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 Replies
ADVERTISEMENT
Nov 17, 2009
Is 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 Replies
Nov 22, 2011
I have question to ask.
I have a dll file written for reading&writing data on USB.To use dll in VB.Net, one needs to integrate a .vb file which interface to that dll file to use its functions, properties etc..
What I need is to use this dll in a C# project. is this possible?[code]...
View 3 Replies
Mar 21, 2011
I have a program written in VB 2005, the computer used to write the code was running in Windows XP and 32 bit Pentium D. Now, my boss want to buy a new computer to run the program, and he wants the one that comes with Windows 7, 64 bit. Can my program run in the new computer without any problem? Or, is there anything that I need to change for it to run there?
View 12 Replies
Jan 18, 2011
Is there some Firefox extension that was written in VB.NET / VB6?
Would be nice to have a template for changes.
I have to intercept the Firefox reloading of data (XML data refreshed regularly by some javascript routines).Pretty much as the extension "tamper" does it (url...)
View 4 Replies
Mar 30, 2011
I have never used Visual Basic before.
I have some source code for a project to look at. How can I tell whether the code has been written in VB or VB.Net?
View 4 Replies
Oct 1, 2010
I have been trying to create a timer program with VB 2010 to the accuraccy of 0.05seconds (If possible, 0.01s)I insert a timer into the form (Timer1, Interval - 50).[code]But when I run the timer for 1min, the recorded time was 48.05 sec.How can I make my timer more accurate? Is there anything i have done wrongly with the code?
View 2 Replies
Jan 4, 2010
Is there an easy way to convert a program written in VB 4 to VB 2009 Express? VB 2008 wil not open a .MAK project.
View 7 Replies
Oct 5, 2008
i have written a small program to set wallpaper on the desktop when i change the wallpaper then if I refresh the desktop then problem is that,wall paper is disappeared and a blue screen comes.secondly i want few changes i want to set wallpaper as Tile,Center and stretch i want to use radio buttons on the form for this purpose so how can i make these changes.
View 1 Replies
Mar 29, 2010
I have the below C# Lambda function and I need to convert it to a VB.Net code. I tried many times but I couldn't convert it the right way. [code]...
View 10 Replies
Oct 5, 2010
VS 2008 VB/I've implemented an interface to a .com program written in c++. I'm trying to access a data structure array(uNewValues) of type PLCCOMMLib.ANALOG_CONTIN. uNewValues should be a datastructure array of several elements (iSigIDCount). My problem is I only get the first array element of the datastructure.I've tried several methods and looked into marshalling but don't understand how to implement marshalling if that is the correct option.
Code below:
Public Sub AnalogContinUpdate(ByVal iSigIDCount
As Integer,
ByRef puTimeDateStampGMT As PLCCOMMLib._FILETIME,
ByRef uNewValues As PLCCOMMLib.ANALOG_CONTIN)
[code]....
View 2 Replies
Jul 23, 2009
I have a small program on the menu written in VB6 retrieve data from Acess run very fast and now want to switch to VBNet2008. VBNet2008 conversion is still normal, but when running the menu does not appear that waiting in line, then click on the menu bar of this menu appears, but not the font is in Unicode data is available. Expect you to help debug programs that run on VBNet2008 still running good access Menu fast as running on VB6. Also supported is Unicode font on VBNet2008 does not function for unicode font. Attach program with VB6 and VB2008.
[Code]...
View 2 Replies
Oct 16, 2010
'i have written the following code:
Private
Sub Combo_Mth_KeyPress(ByVal
sender As
Object,
[code]....
'even thogh it seems to clear the text and select default text yet user written 'keyword appears in the text area of combobox?
View 3 Replies
Sep 6, 2009
After upgrading code to VS2010, the error "MSB3134: The permission set requested by the application exceeded the permissions allowed by the Internet or Intranet zones. Select Full Trust or to continue using partial trust, define your custom permission set in the Security Page of the Project Designer. Bentley Software Loader". The same code ran fine in VS 2008
View 3 Replies
Dec 20, 2011
I am parsing a web page with the HTML agility pack in vb.net and it works great most of the time, but I have come across a site I need help with.
When I go to grab the web page with my http object (I am using chilkat http and it does not have a javascript engine) I get back the page which is poorly written with document.writes for basically the entire page.
I do not want to use the browser control to first render the page.
Do you know of anything that will allow me to parse this page easily with xpath... does xpath work with javascript? Is there a way for me to remove the javascript with the agility pack?
View 1 Replies
Nov 16, 2010
i need the codes which written in the key press events to enable me to connect barecode to my program
View 6 Replies
Jul 25, 2009
I know pretty much how to save information into a text file from runtime VB2005. However, I wish to be able to write the information into any kind of form of file that cannot be simply opened and read by anyone (such as text file can be). Is there anyway that VB2005 can do this?
View 3 Replies
Aug 3, 2011
I have VB 2008 Express installed in my PC. I downloaded a program source code written in VB6 but could not open the files. What do I need to do to get this codes displayed.
View 4 Replies
May 29, 2009
I am a sys admin for a company and our programmer left several months ago. a program they wrote is now failing and i am struggling to work out why. the program basically pulls data from a csv file into a readable form, written in visual basic. the application works on a couple of machines but not on a couple of others. i have matched up .Net framework versions, MS Primary Interop Assembly versions, still no joy. As the app works on some pc's i am wondering what other differences could cause this?
The error output is:
see the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
Exception Text
CODE:
JIT Debugging
To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
CODE:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
View 8 Replies
Dec 2, 2009
I am making a program thats writing to a file. Another program is also writing to the file. Its a txt file. My program adds some text to it.When i click a button in my program, i first want it to check if i was the "last" program who wrote to that file. If i was, then it should not write. If i wasn't, then it should write to it.
I don't know a good method for this, but i know 1 method:after the program has written to the file, it gets the size of the file and saves it. Then next time it gonna write, it checks the size of the file and compared to the saved one. If its the same, it was my program that wrote to it last.
View 5 Replies
Jul 16, 2009
I am little bit confuse about using properties(Get and Set) in ASP.NET that when these Properties is used.Means How I come to know the exact use of Properties in application. And what is the advantages of using it? [code]
View 2 Replies
Jan 24, 2012
I found a very useful source code on how to make a fud cryptor, but the author didn't mention which coding language / software he used, please follow the link below, to see the full source code.
View 5 Replies
Aug 2, 2011
In java I would Write:
if (something != bla || something != bla){}
How is this written in visual basic?
View 3 Replies
Apr 14, 2010
iam trying to write information about customer from textboxes to a file.txt.when iam clicking save button, stream is opened, then i used method writeline(txtboxevalues)but no information are written to the txt file any help in that??
View 2 Replies
May 18, 2010
I have written a program and it seems to work fine when i am running it in the environment.When I create a program to distrubute to another computer it will not run.I thought it might be a problem with the other computer but I tried to install it on the same computer I designed it on and it will not run there either.When I run it a message box pops up saying "Application cannot be started. Contact to application vendor."[code]
View 5 Replies
Sep 21, 2011
I want to access a socket that has been opened for me by my service providers. Their socket is written in PHP and I don't understand PHP at all. Themselves they don't understand VB.Net
The Code in PHP as as below
<?
$num = $_GET['num'];
$ext = $_GET['ext'];
[Code].....
View 2 Replies
Dec 8, 2009
Trying to dissect a very badly written ASP.NET app. Can someone tell me what this assembly (ProAspCompLib.dll) is used for?
View 1 Replies
Oct 3, 2011
I'm using JdSoft's APNS-Sharp library in my ASP.NET web app. The library is written in C#, and makes extensive use of Delegate Functions and Events for threading purposes. My application is written in VB.NET, and I'm a little confused on about how to translate the following sample code' [code....]
View 3 Replies
Sep 10, 2011
I want to check at runtime if an assembly was probably written in VB. It doesn't have to be a bullet-proof method. Maybe call GetReferenced Assemblies() and check for an assembly that all VB projects reference?
View 2 Replies
Jul 23, 2010
I have a class (e.g. MksMath) written in IronPython using SharpDevelop 3.2. After compiling it for class library, it produced the following output:
IronPython.dll
IronPython.Modules.dll
Microsoft.Dynamic.dll
[code]....
View 2 Replies