Skip to content

Commit

Permalink
added pic
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimilO1402 committed Jan 11, 2022
1 parent ea40f51 commit 7bb9c89
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Forms/FMain.frm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Begin VB.Form FMain
ClientLeft = 120
ClientTop = 465
ClientWidth = 4560
Icon = "FMain.frx":0000
LinkTopic = "FMain"
ScaleHeight = 3015
ScaleWidth = 4560
Expand Down Expand Up @@ -53,3 +54,6 @@ Private Sub BtnTestArrayPointer_Click()
Form3.Show vbModal, Me
End Sub

Private Sub Form_Load()
Me.Caption = "VBPointers v" & App.Major & "." & App.Minor & "." & App.Revision
End Sub
Binary file added Forms/FMain.frx
Binary file not shown.
1 change: 1 addition & 0 deletions Forms/Form1.frm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Begin VB.Form Form1
ClientLeft = 45
ClientTop = 435
ClientWidth = 3990
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Expand Down
Binary file added Forms/Form1.frx
Binary file not shown.
1 change: 1 addition & 0 deletions Forms/Form2.frm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Begin VB.Form Form2
ClientLeft = 60
ClientTop = 345
ClientWidth = 8670
Icon = "Form2.frx":0000
LinkTopic = "Form2"
ScaleHeight = 3615
ScaleWidth = 8670
Expand Down
Binary file added Forms/Form2.frx
Binary file not shown.
1 change: 1 addition & 0 deletions Forms/Form3.frm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Begin VB.Form Form3
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
Icon = "Form3.frx":0000
LinkTopic = "Form3"
ScaleHeight = 3090
ScaleWidth = 4680
Expand Down
Binary file added Forms/Form3.frx
Binary file not shown.
8 changes: 6 additions & 2 deletions PVBPointers.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ ResFile32="Resources\MyRes.res"
IconForm="Form1"
Startup="FMain"
HelpFile=""
Title="PVBPointers"
ExeName32="VBPointers.exe"
Command32=""
Name="PVBPointers"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
RevisionVer=1
AutoIncrementVer=1
ServerSupportFiles=0
VersionCompanyName="MBO-Ing.com"
VersionFileDescription="How to use pointers in VBC to gain maximum flexibility and speed"
VersionLegalCopyright="MBO-Ing.com"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
Project started around mid 2006.


![Pointers Image](Resources/Pointers.png "Pointers Image")
![VBPointers Image](Resources/VBPointers.png "VBPointers Image")
Binary file removed Resources/ClipBoard.png
Binary file not shown.
Binary file added Resources/VBPointers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bb9c89

Please sign in to comment.