Releasing The Source Code Of Application?

Mar 11, 2009

I wrote an application in my free time that helps people create certain files when they want to create a custom level for some game. The application of course is completely free, I made it for fun and to help the community. That community has now requested that I also release the source code of my application, in case I stop being interested and they ever want to fix some bugs (this has happened loads of times in the past in the same community, there are loads of good applications out there with some small annoying bugs where the creator has gone missing and the source is unavailable).

Therefore I would like to release my full source code, but not before consulting here how exactly I should do it..I could of course just zip up the entire Project folder and upload it, but I feel that is probably not the best way to go about it..

[Code]...

View 4 Replies


ADVERTISEMENT

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

.net - How To Compile A Console Application's Source Code

Jun 21, 2011

I need to create a VB.NET function that takes the source code of a VB.NET console application and compile it into a console application.For example, this is the VB.NET source code for the console application:

Module Module1
Sub Main()

[code]......

View 2 Replies

Create An Application To Store All The Source Code?

Mar 30, 2011

i want to create an application to store all the source code snippets and help information(as i keep learning vb.net) to refer to when i forget or need help.i came across this software.., [URL]

i want to create a similar application. how do i go about creating it? does it require a database? if yes, what kind of database?

View 2 Replies

Source Code For Setup Of Project Application

May 8, 2010

Source code for setup of vb.net project application?

View 3 Replies

Access Textbox Of An Application Without Source Code Availability?

Apr 3, 2009

I have an exe of an application.I want to automate the process of inserting start time into the text box of the application,I do not know the value of the textbox as I do not have the source code of the application.

View 2 Replies

View The Source Code In Textbox For C# Console Application?

Jul 24, 2010

I have a source code for C# console application (the consol is a single class application). I want it to be viewed in a textbox VB form application. Is this possible?

View 9 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

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

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

Gtalk Source Code - Software Development Dream.In.Code?

Aug 4, 2010

i am searching for gtalk open source code if anybody knows please let me know I need it urgently

View 1 Replies

Include The .dll In The .exe When Releasing?

Jun 20, 2011

I made a program that depends on mysql.data.dll, do I have to distribute the DLL along with my .exe file? or is there a way to make it to where I dont need to include it so the user only needs the .exe

View 5 Replies

Source Code With The DirectInput Code ?

Jul 14, 2010

A source code with the DirectInput code and yes i have been googling it and couldn't find one for vbnet yah that would be great to have it just Namespace blah blah function blah blah and this is how u use Directinput("0") or sumthn like that

View 10 Replies

Forms :: Releasing Resource From Being Used?

Jan 26, 2010

im currently developing a program, and i have run into some trouble: you see i have 24 pictures shown in 6 pictureforms (timer) the problem is i wanna delete the pictures in an undo function (after taking them from a webcam), but the system tells me that the pictures is currently in use. i have tried disposing them and everything but i cant seem to get them released and then deleted?

View 2 Replies

Releasing Ctrl + Alt Programmatically?

Dec 11, 2009

Im using a keyboard hook in an application to capture 'hotkeys' pressed.The idéa is that if the user of the computer presses ctrl + alt + 1 then Sendkeys.Send("string of text") should execute and the string is sent to the focused window.

However - the user still is physically pressing ctrl + alt which disturbs the string being sent in sendkeys.

Is there a way to programatically release/disable ctrl and alt keys in the code just before sendkeys, and enable it again after sendkeys.Or - is there a better way of sending the string of text without having to disturb the keyboard?

View 2 Replies

Releasing The Software On The Net With My Settigns ?

Jan 31, 2012

The complexity of the newer express editions. when i debug it seems to output to another filder not debug. but now i build a final release. I run the program and want to find it as though a new user woudl find it. i.e with all original settings etc...but when i run it it has all the prvious settings. how do i know im not releasing the software on the net with my settigns?

View 2 Replies

VS 2008 With Releasing The Program?

Jul 15, 2009

I've been trying to send a test-version of my program to the person who has instructed me to create it.Now, the problem is, every method I try seems to fail, either by crashing on start-up or saying it requires Visual Studio to be installed.I've tried giving him the '.exe' from Debug, Release and it just crashed the moment you start it up. (And Windows automatically starts looking for a solution but of course finds none.)

And if I use the "Publish" function and put it in an install, that's when it says it requires Visual Studio to be installed.Is it so difficult to distribute something made in Visual Studio? :< I'm probably overlooking the obvious here..

View 5 Replies

Releasing Excel COM Object Method?

Sep 23, 2011

Well, I've searched numerous threads and I'm stumped. Though my VB.net experience is newb status.I'm interacting with Excel Workbooks/worksheets with:

Imports Excel = Microsoft.Office.Interop.Excel

Now I'm fairly adept with getting data from the excel sheet with no problem.But each and every time I quit my widows form, or execute a new command_button click to repeat an operation, in the task manager, excel.exe then opens up a new instance.Releasing the the Excel COM object seems to offer a bit of head scratching.I realize that you can get your form to activate and retrieve data from whatever spreadsheet has been directed to be opened, but I can't seem to put it back and close it correctly.I have read about the Marshal. release object methods and garbage collection with no luck so far.Do I need to import another liberary that completes this operation? I would asssume this would be taken care of as apart of the:

Imports Excel = Microsoft.Office.Interop.Excel

close excel instances opened up by my windows form? Somethig like this:

Dim xlApp As Excel.Application
Dim xlWorkBook As Excel.Workbook
Dim xlWorkSheet As Excel.Worksheet

[code]....

(so that it is no longer looked at as "read only" when the spread sheet is opened up from directly from excel)As A minor work around, I've teminated it from the task Bar with proc.kill() but this does not help because my ultimate goal is to just simply realease the excel sheet when my windows form is finished getting its data.This following code does not seem to work.

releaseObject(xlApp)
releaseObject(xlWorkBook)
releaseObject(xlWorkSheet)

View 1 Replies

Get Source Code From A 6.0 Dll?

Mar 16, 2009

i have previously build DLL file (VB 6.0) with me. Is there any possibility to get the source code from VB 6.0 DLL? I know that we can get code from a .NET assembly using Lutz royers .Net Reflector, but i have VB 6.0 DLL.

View 3 Replies

Get Source Code From Dll?

Aug 8, 2003

Is it possible to get source code from dll ? It's a vb.net web application.

View 6 Replies

Source Code From The .exe?

Mar 24, 2011

I have a .exe which was created in VB.net about 4 years ago. Due to some upgrades the .exe doesn't work as it used to.I no longer have the source code and really need to get this program to work. Problem is my knowledge with coding is VERY basic. I was wondering if there was a way to extract the code from the source code from the .exe. I've done some googleing and from what i've gathered it's impossible to get the original source code. Is this true?

View 2 Replies

Releasing Excel - Does Not Remain As A Running Process

Aug 12, 2011

Im opening an excel document with vb.net and i dont want vb.net to close it but to release excel so that when the user closes excel it does not remain as a running process... which it currently is doing here is the code i was using

[Code]....

View 5 Replies

Visual Basic Program Not Releasing Resource?

Dec 22, 2009

I have a program written in VB.NET which stops a service that uses file x, modifies x, and restarts the service.

I have modified my code for testing so that it just reads in the file as a string and immediately writes it back out.

Shell("net stop " & SERVICE_NAME, , True)
Dim myReader As System.IO.StreamReader
myReader = My.Computer.FileSystem.OpenTextFileReader(x)
fileString = myReader.ReadToEnd()

[Code]....

The stopping of the service is no problem, and modifying the file is no problem, but when the service starts it stops immediately because, as best I can guess, the file is in use. Even when I try to start the service manually, it stops immediately. However, I found that I can open file x, click save without modifying anything, close the file, and start the service and everything works correctly.

If I comment out the writing part, everything works fine.

Also, the file I'm modifying has a .conf file extension. I don't know if this is relevant.

View 4 Replies

VS 2010 Capturing Keydown And Releasing Programatically?

Oct 31, 2010

I need to capture when a user keydowns the ALT key and then by code, releasing the key.

I have sent keys before with the help of keybd_event but I need to know if there is another (easier) way of releasing a key by code...

View 4 Replies

Threading Monitor.Wait() - Releasing Locks On A Thread

Apr 9, 2011

I have a problem with releasing locks on a thread. [Code] If Me.IsStarted Then 'checks if my service is started and ready of service requests 'code here to enqueue my job and objRxResult with the service so it can populate it with the result before Pulsing back 'the service has its own thread that it dequeues jobs off of and processes them on it own time 'during this key enqueue phase we block attempts to stop the service, thus the _objIsStarted lock [Code].

View 4 Replies

VS 2008 - Releasing File To Allow More Editing In String Replace

Jun 1, 2010

Trying to use a str = Replace, but having issue. Seems that after it does the first string replace it will not let go of the file or the Dim or something???

'Make first file
Private Sub MakePwdFile()
Dim fso, inputFile, outputFile
Dim str As String
fso = CreateObject("Scripting.FileSystemObject")
'1 means for reading
[Code] .....

View 10 Replies

Change The Source Code From A .sln To A .c Or .cpp

Sep 16, 2010

I completed my first college assignment using visual basic 2005 express (Their first lesson was same)

and in order to submit it to my my proffessor I have to change the source code from a .sln to a .c or .cpp,how do I do this?

View 5 Replies

Find Your Source Code?

Feb 5, 2012

I've been working on my A2 Computing project for the past few months - and was working on one form.My computer crashed (for some unknown reason) and subsequently the form no longer works.

I can open up the designer for it, and see all the declarations - but I can't open the source code.[code]...

View 7 Replies







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