Re: Installing programs from Github Programming Software Development by Reverend Jim … can use to wrap a python application as an executable (.exe). I find ths useful when I want to assign custom… can assign actions, for example, to hmviewer.exe (home movie viewer) rather than python.exe, which I would have to do wthout… Installing programs from Github Programming Software Development by Audun Hi I downloaded Tkinter Designer, but there´s no exe there. I´ve used Thonny as a "compiler" for running scripts, and I used it to "make" a a simple program, but I don´t know how to save as an exe, and I don´t know how I would put these files into Thonny. Am I even using the right program ? Re: Installing programs from Github Programming Software Development by rproffitt > Python is an interpreted language, which means the source code of a Python program is converted into bytecode that is then executed by the Python virtual machine. As such the .exe would be the Python virtual machine and not your Python apps. VB6 - why i get the error 8 on CreateDIBSection()? Programming Software Development by cambalinho … resources are available to process this command."? but on EXE i don't get these problem... but why? Re: how convert cur images to image? Programming Software Development by Reverend Jim Why not just load it into paint.exe then save as whatever format you want? Or you could … Re: VB6 - why i get the error 8 on CreateDIBSection()? Programming Software Development by rproffitt Time to retire VB6. Move to something current. Just 2 days ago I nabbed two copies of Visual Studio Pro for 50USD each. Why 2? Office needed more licenses. VB6 does have limited resources so you will run out on heavy operations. Read https://www.vbforums.com/showthread.php?902295-how-create-DIB-s too. Read https://stackoverflow.com/… .exe files not opening by double clicking in xp Hardware and Software Microsoft Windows by sanbio .exe files are not opening by double clicking in my xp sp2 anybody can help me? thanks in advance sankha Re: exe file Programming Computer Science by staneja EXE means executable file. We can save any file as exe and it will be executed also but whatever we have written inside it will be executed For example if you save a Blank notepad file as "abc.exe" , file will be created but it wont be performing any action because nothing is written in it Re: exe file problems Programming Computer Science by Rashakil Fol Exe files have to follow a certain format, and not every piece of machine code forms valid instructions. Yours was broken. You'd probably want to take some source code and compile it, if you want to create an exe. Re: EXE files Programming Software Development by Jx_Man -Exe files already in your folder project. YourProjectFolder\Bin\ExeFileName.exe Re: i have problem in exe file Programming Software Development by Fitness .exe file must be compiled correctly to run it correctly.please compile it once again Re: how to install all .exe files in ubuntu Hardware and Software Linux and Unix by rx4hvn .exe files are for Windows. They don't work natively on … Re: Having Connection Errors, Permission Problems Internet Settings Not Working Hardware and Software Information Security by Abdul Muqeet .exe Virous is decated to my pc the problem solved Re: creating an data base by using VB.net ((important)) Programming Software Development by jbennet .EXE ? do you mean a DLL? Secondly read the rules: [quote] … Re: open a project Programming Software Development by jsosnowski EXE files are compiled. The code has been removed and replaced by an instruction that operates the computer. You must get a copy of your friend's uncompiled code to review or change it. Re: private Programming Software Development by stultuske .exe code? you declare a variable as private to increase encapsulation. … Re: create a classifier Programming Software Development by stultuske exe file? you're not looking for Java, then. Re: PLz Help Programming Software Development by asda71 .exe file doesnt hav any problem it works well Re: .exe Programming Software Development by peter_budo … Java container/server Many people specially students insists on creating exe files, which is possible with some additional often expensive tools… [URL="http://www.excelsior-usa.com/articles/java-to-exe.html"]here[/URL] .exe Programming Software Development by stow19 … and it has been compiled where do you find the .exe and how would you go about making an installer for… exe command Programming Software Development by onlinessp … "input.csproj".On debug it created "input.exe" and the following line of code i have used… give it input.Like... 1. Open the cmd.exe 2. "c:\input.exe" "Someinput" 3. it only display… exe file inside the form panel Programming Software Development by masterjiraya …on this Form called Form2. I have google earth EXE and it's component files together with the same …folder of the project. The Form2 will call the googleearth.exe file now... I know the program syntax [code=visual… 2010\Projects\Google Locator\Google Locator\Google Earth\client\googleearth.exe") [/code] My question now is... since process … EXE (project setup) Programming Software Development by carey_amanda HI, I have finish my project and need to make my project into EXE(windows application) by using project setup. does anyone know how to go about doing that? i mean those EXE where when you double click on it and it will prompt you to install and those agreement statement and the place you want to install etc etc. with love thank you. exe file for VC++ program Programming Software Development by haseeb1431 i have created a vc++ empty project in vs 2008, then i have added a simple c++ file and code is as follows [code] #include<stdio.h> int main() { printf("abc"); } [/code] now i want to make an exe file of this, actually i have complete project and i an exe of that project Re: exe file for VC++ program Programming Software Development by haseeb1431 yar i have included but still i cannot find the exe file in the debug folder [QUOTE=daviddoria;1247185]Welcome to … exe in jsp Programming Web Development by skyz09 … software package is written in c++ and is a windows exe. I've been searching around but havn't came up… exe file size difference Programming Software Development by rahul pareek char a[5000]; main() {} and in another file main() { char a[5000]; } after compiling both file. exe of both file size have large difference. why Re: create a program exe file in C. Programming Software Development by vinitmittal2008 … the required output.although the s/w itself produces the exe file. but it opens along with all the supported/assosciated… files with it. i just require only 1 exe file. " i think kapil wanted to say when he… is running that created exe file thats running well but its also opening the source… Updating new exe from the net in Windows 7 / 8 Programming Software Development by willie.lemaitre.9 …to update. Then, my app would copy the new exe to app path, tne run a batch that will …delete the existing exe, and rename the new exe to same name as old exe. then the batch would …shell the new exe, and delete itself....…location that would allow me to update the exe please? Re: create a program exe file in C. Programming Software Development by sharunkumar …QUOTE=kapilsolanki84;1398761]now i wan the exe to be secured that is no body… with itself.rt nw it is creating a exe file on which double click produces the required …output. i wan only the producer of that exe file can run it. else nobody can cm…best way from preventing someone from using your .exe file without actually hiding the file is by …