Skip to content

Commit

Permalink
v0.2 of Cpmag
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Aug 29, 2013
1 parent 43e0ab1 commit 327c2eb
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 69 deletions.
19 changes: 10 additions & 9 deletions Code generator v0.1/Code generator v0.1/Code generator v0.1.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1328CA98-0177-4A16-BD61-014A46C38440}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>Code_generator_v0._1.My.MyApplication</StartupObject>
<RootNamespace>Code_generator_v0._1</RootNamespace>
<AssemblyName>Code generator v0.1</AssemblyName>
<StartupObject>C_Programming_Made_A_Game.My.MyApplication</StartupObject>
<RootNamespace>C_Programming_Made_A_Game</RootNamespace>
<AssemblyName>C Programming Made A Game</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\Aseem\Desktop\My apps\C Code generator\</PublishUrl>
<PublishUrl>E:\Study\Codes_and_Designs\Microsoft Visual Studio Workspace\C Code generator\Setup\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
Expand All @@ -28,11 +28,12 @@
<MapFileExtensions>true</MapFileExtensions>
<PublisherName>Aseem Bansal</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>0.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
<BootstrapperEnabled>true</BootstrapperEnabled>
<BootstrapperComponentsLocation>Relative</BootstrapperComponentsLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -41,7 +42,7 @@
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Code generator v0.1.xml</DocumentationFile>
<DocumentationFile>C Programming Made A Game.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
Expand All @@ -51,7 +52,7 @@
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Code generator v0.1.xml</DocumentationFile>
<DocumentationFile>C Programming Made A Game.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>C:\Users\Aseem\Desktop\My apps\C Code generator\|publish\</PublishUrlHistory>
<PublishUrlHistory>E:\Study\Codes_and_Designs\Microsoft Visual Studio Workspace\C Code generator\Setup\|C:\Users\Aseem\Desktop\My apps\C Code generator\|publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
Expand Down
179 changes: 178 additions & 1 deletion Code generator v0.1/Code generator v0.1/Form1.Designer.vb

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

62 changes: 44 additions & 18 deletions Code generator v0.1/Code generator v0.1/Form1.vb
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
Public Class Form1

Private Sub AboutToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AboutToolStripMenuItem.Click
MessageBox.Show("How can this app help you:-" &
Chr(13) &
"It can give you the C codes that you are looking for" &
Display.Text = "How can this app help YOU??" &
Chr(13) & Chr(13) &
"Developer :" &
Chr(13) &
"Aseem Bansal" &
" It can teach you C language without Books" &
Chr(13) & Chr(13) &
"Project Started on:-" &
Chr(13) &
"24th August 2012",
"About"
)
" In 15 MINUTES AT A TIME" &
Chr(13) & Chr(13) &
"Developer => Aseem Bansal" &
Chr(13) & Chr(13) &
"Project Started on => 24th August 2012" &
Chr(13) & Chr(13) &
"Current Version => 0.2"

End Sub

Private Sub VersionToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles VersionToolStripMenuItem.Click
MessageBox.Show("This is still a work in progress so" &
Display.Text = "This is still a work in progress so" &
Chr(13) &
"If you want more features JUST send an me an e-mail about what you want " &
Chr(13) &
Expand All @@ -27,21 +26,48 @@
Chr(13) &
"Please write" &
Chr(13) &
"[C Code generator v0.1]" &
"[C Programming Made A Game]" &
Chr(13) &
"in the title of the e-mail" &
Chr(13) & Chr(13) &
"CONTACT:-" &
Chr(13) &
"aseembansal@ymail.com",
"Adding more features to this")
"aseembansal@ymail.com"
End Sub

Private Sub TechnicalToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TechnicalToolStripMenuItem.Click
MessageBox.Show("Tool on which the Codes have been tested" &
Display.Text = "Tool on which the Codes have been tested" &
Chr(13) &
"1. Code:Blocks (An Open Source C/C++ IDE) http://www.codeblocks.org/", "Technical Detials"
)
"1. Code:Blocks (An Open Source C/C++ IDE) http://www.codeblocks.org/"
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Select Lessons.SelectedItem
Case "Lesson 01"
Me.Steps.Items.Clear()
Me.Steps.Items.Add("Step 01")
Case "Lesson 02"
Me.Steps.Items.Clear()
Me.Steps.Items.Add("No Steps Added Here")
Case "Lesson 03"
Me.Steps.Items.Clear()
Me.Steps.Items.Add("No Steps Added Here")
Case "Lesson 04"
Me.Steps.Items.Clear()
Me.Steps.Items.Add("No Steps Added Here")
End Select
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Select Case Lessons.SelectedItem
Case "Lesson 01"
Select Case Steps.SelectedItem
Case "Step 01"

Display.Text = "Aseem Bansal"
End Select
Case "Lesson 02"
End Select
End Sub

End Class

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

Loading

0 comments on commit 327c2eb

Please sign in to comment.