Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroStudios committed Apr 14, 2024
1 parent f475f7f commit 2bb0700
Show file tree
Hide file tree
Showing 71 changed files with 23,835 additions and 4,169 deletions.
8 changes: 7 additions & 1 deletion Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# File2Startup Change Log 📋

## v1.3.4 *(current)* 🆕
## v1.3.5 *(current)* 🆕

🌟 Improvements:
- TextBox fields are automatically cleared after successfully adding an item to Windows startup.
- Replaced icons to be more representative.

## v1.3.4 🔄

🛠️ Fixes:
- Now the program disables read/write functionalities to HKLM registry key when the process is not running elevated.
Expand Down
2 changes: 1 addition & 1 deletion Installer/install_script.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


#define Version "1.3.4"
#define Version "1.3.5"
#define AppName "File2Startup"
#define ExeName "File2Startup"
#define StartMenuGroup "• ElektroStudios"
Expand Down
Binary file modified Installer/{app}/File2Startup.exe
Binary file not shown.
Binary file modified Installer/{app}/en/File2Startup.resources.dll
Binary file not shown.
Binary file modified Installer/{app}/es/File2Startup.resources.dll
Binary file not shown.
Binary file modified Installer/{app}/pt/File2Startup.resources.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Installer/{tmp}/install_script.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


#define Version "1.3.4"
#define Version "1.3.5"
#define AppName "File2Startup"
#define ExeName "File2Startup"
#define StartMenuGroup "• ElektroStudios"
Expand Down
22 changes: 22 additions & 0 deletions Source - copia/File2Startup.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "File2Startup", "File2Startup\File2Startup.vbproj", "{9E5D513A-4BD1-4914-A8D1-FADDC610D09C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E5D513A-4BD1-4914-A8D1-FADDC610D09C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E5D513A-4BD1-4914-A8D1-FADDC610D09C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E5D513A-4BD1-4914-A8D1-FADDC610D09C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E5D513A-4BD1-4914-A8D1-FADDC610D09C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added Source - copia/File2Startup/App.ico
Binary file not shown.
190 changes: 190 additions & 0 deletions Source - copia/File2Startup/File2Startup.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9E5D513A-4BD1-4914-A8D1-FADDC610D09C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>My.MyApplication</StartupObject>
<RootNamespace>
</RootNamespace>
<AssemblyName>File2Startup</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>App.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Tools\Core\UtilReflection.vb" />
<Compile Include="Tools\Core\CenteredMessageBox.vb" />
<Compile Include="Tools\Interop\Delegates.vb" />
<Compile Include="Tools\Interop\NativeMethods.vb" />
<Compile Include="Tools\Interop\ShellFileInfo.vb" />
<Compile Include="Tools\Interop\SHGetFileInfoFlags.vb" />
<Compile Include="Tools\Interop\WindowsMessages.vb" />
<Compile Include="Tools\Interop\SetWindowPosFlags.vb" />
<Compile Include="Tools\Interop\WindowPos.vb" />
<Compile Include="Tools\Core\ControlHintInfo.vb" />
<Compile Include="Tools\Core\ControlHintManager.vb" />
<Compile Include="Tools\Core\ControlHintType.vb" />
<Compile Include="Tools\Core\ImageUtil.vb" />
<Compile Include="Tools\Interop\NativeRectangle.vb" />
<Compile Include="Tools\Core\RegistryUtil.vb" />
<Compile Include="Tools\Core\WindowMagnetizer.vb" />
<Compile Include="UserInterface\Aboutform.Designer.vb">
<DependentUpon>Aboutform.vb</DependentUpon>
</Compile>
<Compile Include="UserInterface\Aboutform.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserInterface\Main.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserInterface\Main.Designer.vb">
<DependentUpon>Main.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UserInterface\Aboutform.es.resx">
<DependentUpon>Aboutform.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserInterface\Aboutform.pt.resx">
<DependentUpon>Aboutform.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserInterface\Aboutform.resx">
<DependentUpon>Aboutform.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserInterface\Main.en.resx">
<DependentUpon>Main.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserInterface\Main.es.resx">
<DependentUpon>Main.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserInterface\Main.pt.resx">
<DependentUpon>Main.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserInterface\Main.resx">
<DependentUpon>Main.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.manifest" />
<None Include="My Project\app.manifest" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
<None Include="Resources\earth.png" />
<None Include="Resources\information.png" />
<None Include="Resources\to-do-list.png" />
<None Include="Resources\Elektro.png" />
<None Include="Resources\pencil.png" />
<None Include="Resources\plus.png" />
<None Include="Resources\united-states-of-america.png" />
<None Include="Resources\spain.png" />
<None Include="Resources\portugal.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
44 changes: 44 additions & 0 deletions Source - copia/File2Startup/My Project/Application.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Source - copia/File2Startup/My Project/Application.myapp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MySubMain>true</MySubMain>
<MainForm>Main</MainForm>
<SingleInstance>true</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<MinimumSplashScreenDisplayTime>0</MinimumSplashScreenDisplayTime>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
<HighDpiMpde>false</HighDpiMpde>
</MyApplicationData>
37 changes: 37 additions & 0 deletions Source - copia/File2Startup/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Imports System.Resources
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("File2Startup")>
<Assembly: AssemblyDescription("Easy adds executable files to run at Windows startup.")>
<Assembly: AssemblyCompany("ElektroStudios")>
<Assembly: AssemblyProduct("File2Startup")>
<Assembly: AssemblyCopyright("Copyright © ElektroStudios 2015-2024")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("01f3a431-0ebd-4175-bc18-b4bc43a61515")>

' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.3.5.0")>
<Assembly: AssemblyFileVersion("1.3.5.0")>

<Assembly: NeutralResourcesLanguageAttribute("en")>
Loading

0 comments on commit 2bb0700

Please sign in to comment.