Tell Whether A Source Code Is Written In Program?
Mar 30, 2011I 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?
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?
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 RepliesDoes anyone know of any open source ETL applications written in either vb or c#?I am looking for some or all the features below:
* Read text files and have the ability to split files.
* Suppress records for failing validation rules.
* Transform values.
* Output the resulting data source to either one or many files and or database tables.
[code]....
I had a hard drive crash and lost all my source code for my poker clock program, but still have the program. Are there any programs I can use to reverse engineer my program so I can get the code back?
View 1 RepliesI have a friend who sent me a program that he made using visual basic. The program has a web browser inside it and it works just like any internet browser. The problem I have a bad feeling that has a hidden web browser inside the program which it sends my keystrokes through php mail. I don't want to accuse my friend without showen a prove
View 8 RepliesI know it sounds an odd request, but in order for others to gain access to an executable's VB.Net source code long after I have left the project I wanted to add something that could output the source code to notepad. This would be triggered by calling the exe with a numbner of parameters passed, like a pass phrase.I know how to pass the parameters and can call a proc based on what is passed, but I don't know if it's possible within that proc to dump the entire program's source code to notepad.
View 3 RepliesI was wondering if it was possible to make a program edit itself and save kind of like memory however unlike memory it can add content as well as save it.
I know it seems crazy but, i was wondering
What is the source code for Adding Your program to Starup? for VB2008
View 18 RepliesI have a program that belongs to vb windows form application and i want to make the program in vb class library[code]...
View 3 RepliesI want my form to navaigate into a link then open up the source code of that page it navigated to . Then get a link from the source code then display it on a textbox .Here's an example : i want this link in a source code :
http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
This link is located just beside :
config=
That is:
config=http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
How can i make my form to navigate into the source code and get the link beside config word . I know it is possible to do it , just don't know the function to do it .
I've been trying to make a program which access the internet and takes the source code from the webpage. I've copied this code from the internet:
[Code]...
How do I convert a VB4 source code to VB10 source code?
View 3 RepliesI don't know what this is called so I've struggled to find an answer from google but I have a vague memory of it from t'old days.I've sub-classed (* see below) about 8 framework controls, overriden some properties and added some functionality into each one.The changes I have made are identical in every case. If I make a change, I have to go through each class and apply the same change there.I was hoping there may be a keyword such as <IncludeSourcefile "common.vb> that I can put into each class.
(* note) I use the term sub-classed but I don't know if that's the correct terminology. I've also seen it used for call-backs. Is sub-classed the correct term to use?
Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.
My code for obtaining the source code is:
CODE:
Also if anyone knows a way to colour the tags.
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 RepliesHow can I Optimize my own code written by VB.net? Is there any tools for it? Does Visual Studio have any one? What's your suggestion? I use VS2008 as my editor.
View 1 RepliesI 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]...
I have some code that was written in C# and am attempting to convert it to VB.Net, for the most part things have gone well but I am running into an issue that I am not sure how to handle. The project has several classes and a few namespaces defined. The issue is [or seems to be] related to the namespace usage.
In the C# code of one class I have
Code:
namespace GdiPlusLib
In another class I have
Code:
using GdiPlusLib;
When translated to VB I have in the first class above
Code:
Namespace GdiPlusLib
and the following in the other class from above.
Code:
Imports GdiPlusLib
I get the following warning message on the imports line
Namespace or type specified in the Imports 'GdiPlusLib' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. There is another instance with a different namespace that gives the same warning and I get 11 errors all of which would seem to be related to the two warnings.
I'm currently using this method in calling batch files in vb.net:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
System.Diagnostics.Process.Start("F:ipconfigflushdns.bat")
End Sub
Is it possible to incorporate the code written in the batch file so that I won't have to call it like the one above?
I have written a code to generate random colors and the code is working perfectly fine.I have a requirement in which I should not generate Red or Shades of Red in Random Color function. suggestion on how to not generate Red and its shades
View 7 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 would like to combine the two things in the title to use as a query for an access database. I think i kind of know what to do, but then it doesn't work so i actually dont, the error i am getting in runtime is that the query is incomplete. The line of code in question is this:
Query = New OleDb.OleDbCommand("Select key From '" & frmFrontEnd.cmbModel.SelectedIndex.ToString & "'_Assistant", AccessConn)
i want to make a website builder which has the html code already written so all you have to do is check which boxes you want and click next or back to go through the process of making a website with specific code implemented in it.
P.s. im using VB 2008 express edition?
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 RepliesIs 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...)
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 RepliesI have been developing windows and web application using Visual Basic 2005 for a long time. Now i want to change from Visual Basic 2005 to Visual Basic 2008. I would like to know what ever projects i have done in visual basic 2005 will works in Visual Basic 2008. Will the existing code in visual basic 2005 supports Visual Basic 2008 or do i need lot of modification. I haven't used VB 2008 but i hear that most of the code which written in visual basic 2005 supports visual basic 2008. What are the things i need to take care when working the existing projects in visual basic 2008.
View 3 RepliesIs 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 Repliesi 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 RepliesI 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