Make A Program Update It's Own Source Code?

Mar 27, 2012

I 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

View 2 Replies


ADVERTISEMENT

VS 2010 Make A Program Which Access The Internet And Takes The Source Code From The Webpage

Mar 6, 2011

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]...

View 2 Replies

Update Source Of Databound Control In Code?

May 28, 2010

I have a textbox with its Text property bound to a datasource. How do I update the datasource in code?

View 3 Replies

Make Update For Program That 'user' Can Update App Without Re-installing Whole Program?

Aug 7, 2009

Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?

View 1 Replies

Make Source Code Protection

Jan 22, 2011

When you compile a program to publish with Visual Studio 2010, does that have any advanced methods to keep your program being decompiled to source code? Are there any methods you would use to encrypt yoursource code before compiling?

View 5 Replies

VS 2008 Sin,cos,tan - How To Make It's Source Code

May 11, 2009

how to make it's source code?

View 3 Replies

Lost My Source Code But Still Have Program

Jun 22, 2010

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 Replies

Open Source Code For Any Program?

Jun 23, 2010

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

Program Dump It's Own Source Code?

Jul 16, 2009

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

Tell Whether A Source Code Is Written In Program?

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

VS 2008 - Example Of Source Code To Make A Simple Notepad?

May 12, 2009

The example of source code to make a simple notepad?

View 2 Replies

Source Code For Adding Your Program To Startup?

Feb 9, 2009

What is the source code for Adding Your program to Starup? for VB2008

View 18 Replies

VS 2008 - Make An Application That Would Give The Source Code Off A Web Page

Jun 5, 2010

I'm trying to make an application that would give me the source code off a web page. But so far I have nothing.

View 39 Replies

Convert Program Source Code To Its Class Library?

Sep 25, 2009

I have a program that belongs to vb windows form application and i want to make the program in vb class library[code]...

View 3 Replies

Installation - Downloaded A Program Source Code Written In VB6 - Could Not Open The Files

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

Go Into A Page Source Code And Extract A Link From The Source Code?

Dec 12, 2009

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

View 15 Replies

Convert A VB4 Source Code To VB10 Source Code?

Jun 5, 2012

How do I convert a VB4 source code to VB10 source code?

View 3 Replies

Make A Program That Will Update The Blog?

Feb 3, 2012

I am trying to make a program that will update my blog.I need it to add to the top of the existing file.thats all. One Textbox, One Button.Im stumped though.

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim sFileText As String

[code]....

View 9 Replies

Make An Automatic Update For Program?

Aug 19, 2009

How can i make an automatic update for my program

View 2 Replies

VS 02/03 Make An Update Program Function?

Sep 1, 2010

My boss has just asked me to make an "Update Program Function" for our program.My program is being used by someone in my company. The database is put on server computer.At the present, my program run by some dll file, and when I fix or update the source code, i will compile to dll and put it on the server disk. After that, the users will go to this server disk and copy the new dll and overwrite the old dll in their client computer.

Now my boss asked me to make an "Update Program Function" : before the user login, the program will check the version (or the creation date) of the dll in the server disk, if it newer than the current dll, the program will update the new dll, else the program login normally How can i do that?

View 2 Replies

C# - Add A Reference To Some Source Code To Include In A Source File In .net, Winforms?

Jan 26, 2010

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

View 6 Replies

Spacing HTML Source - Way To Space Out The Source Code Of A Web Page

Jan 6, 2011

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.

View 1 Replies

Make The Program Check A File For An Update?

May 20, 2010

im slightly new to VB, i was wondering how I make the program check a file for an update, i kknow there is an option in the app settings, but when I go on it it doesnt recognize .vb or .exe files to check from.

If i uploaded updates to a server, how would It check that for updates? and what file type would i need to upload it as?

View 9 Replies

Make Program Update Using Visual Basic 2008?

Dec 26, 2009

Im trying to make a "database" in VB 08 and i donīt have a clue how to do it. I Want that my program will be able to update itself when i want it to update Ex: My friend downloads my program and lets say 2 days later i want to update it becuse i have discovered a flaw how would i do it? Do i have to use a installer so my friend gotta install it or what?. I donīt think that its a code im looking for or im i wrong. IS it a code im looking for or what ?

View 1 Replies

Make Program That Input Data And Update, Delete Records From Access7?

Sep 17, 2011

I have widows7 on my dell notebook than tried to make my personal program on vb 2008

I wand to make program that i can input data and update, delete records from access7

View 4 Replies

VS 2010 Make A Program That Can Share A Database To Other People Using A Upload/update System?

Sep 5, 2010

i try to make a program that can share a database to other people using a upload/update system but when i try to download/upload it keeps saying mdf file in use how can i make the code so that it Uploads and overwites the file without that error.as it must be so it must upload to my server (build in)and download (also build in)the error gives file in use constandly how can i fix this issue?of that file in use problem. even when these no querry or other code running?

View 9 Replies

Make A Serial Code For My Program?

Jul 24, 2010

I am having my app available for 30days free trial, but after that you have to purchase a serial, how can i make my app only recognize a specific type e.g NumberLetterLetterNumberLetterLetterNumberNumber-NumberLetter-Letter:NumberNumberNumberNumber?

OR what would be the easiest way to have serials recognised?

View 8 Replies

Make A Code To Shut Down Computer In Program?

Mar 22, 2010

I need to give input to the VB code by outlook express ie the command to shut down the computer will be imported from OUTLOOK EXPRESS

View 2 Replies

Code To Make Windows Open A Program At The Startup?

Aug 21, 2009

what is the code to make windows open a program at the startup?

View 4 Replies

VS 2008 - Code To Make My Program To Startup With Windows

Feb 15, 2010

I used this code to make my program to startup with windows it should add a registry entry:

Dim key As Microsoft.Win32.RegistryKey
key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWAREMicrosoftWindowsCurrentVersionRun", True)
key.SetValue("MyApp", Application.ExecutablePath)

The problem is that it underline KEY and say declaration expected but shouldn't dim do the job for the declaration.

View 4 Replies







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