Search found 20 matches

by ShirleyMSmith
Sun Apr 19, 2009 3:22 am
Forum: Open Source - Community Projects
Topic: Make Number List
Replies: 0
Views: 17457

Make Number List

This program is for DavidNorris per his request in this post:
http://justbasic.conforums.com/index.cgi?board=members&action=display&num=1238818075

If anyone wants to improve or modify it please feel free.

Here is the quote from his post:
"I want to be able to enter any 3 digit number and from that ...
by ShirleyMSmith
Sun Jun 24, 2007 6:09 am
Forum: Games
Topic: JB Says
Replies: 1
Views: 3666

JB Says

This program was originally written by Brian McCumber. He posted it in the Broken Code section of the JB Archive, and issued a challenge for anyone to make it work. The program now works. It has a simple 'Repeat after me' musical notes game. If anyone wishes to further modify it then feel free.

The ...
by ShirleyMSmith
Sat Jun 23, 2007 11:50 pm
Forum: Games
Topic: Secodash (Secret Code Dashes)
Replies: 1
Views: 3690

Secodash update

This is an update to the main program Secodash and the sub program 'Make_New_Message_Files.bas'.

I fixed the new version of the program so that a stack of pieces that are on the same cell will move together as a unit when using the right mouse button. It is now much easier and faster to move the ...
by ShirleyMSmith
Sat Jun 09, 2007 10:44 pm
Forum: Games
Topic: Secodash (Secret Code Dashes)
Replies: 1
Views: 3690

Secodash (Secret Code Dashes)

Secodash is a puzzle game that I started in April 2006. It was inspired by an episode of The Amazing Race from March or April 2006. If I remember correctly, the contestants had to combine two sheets of semi-translucent paper to get a clue for the race.

The game makes up playing pieces that are each ...
by ShirleyMSmith
Thu Jun 07, 2007 2:49 am
Forum: Broken Code
Topic: JB Says
Replies: 1
Views: 9619

I got the game to work so that the game is now like a "Simon says" type of game. Press the "Start" button to hear the computer's demo, then try and duplicate the button sequence, then press the "Check" button to see if the right buttons were pressed. You can try multiple times to duplicate the demo ...
by ShirleyMSmith
Sun May 13, 2007 7:01 am
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Timesheet

Includes an updated main timesheet program and an updated temporary data file setup program 'Create_TimesheetTestFiles_03.bas' that now will create timesheet dates that are current rather than ending in February like the old program did! It creates a test data file, with filled timesheets for one ...
by ShirleyMSmith
Thu Mar 29, 2007 4:41 am
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Timesheet

Update Timesheet program (it's still not finished).
Contains a new Timesheet version (Timesheet_06.bas) along with the 'Setup' window program (DevelopDialog_modal_06.bas), and the program (EditComboboxLists_01.bas) that initializes the 3 combobox arrays, plus gets the network path for all of the ...
by ShirleyMSmith
Fri Mar 02, 2007 8:43 pm
Forum: Programming Tools
Topic: Calendar popup
Replies: 0
Views: 20033

Calendar popup

This is a little popup calendar that uses a graphicbox in a dialog_modal window. It can be used to let a user pick a date to be used in a program.

This program is modified from some routines that I'd originally made for Sharmilangel's Timesheet program - although the version for the Timesheet ...
by ShirleyMSmith
Fri Mar 02, 2007 7:51 pm
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Timesheet

Updated Timesheet (it is still not finished).
Adds Calendar to get the date for the timesheet to open. Updated date arrays and date comboboxes; added temp timesheet data file. Updated Save and Open routines.
by ShirleyMSmith
Tue Feb 13, 2007 8:16 am
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Timesheet

Changes:
Added username & password routines.
Data file stores blank cells as "*";Chr$(blank+48 ) rather than "*";blank
Added functions to compress the time strings in the data file.
Compressed data in the data file by converting times into minutes, then into coded strings.
Added new code lines ...
by ShirleyMSmith
Tue Feb 13, 2007 7:46 am
Forum: Demos
Topic: Select_Delete_Listbox Items
Replies: 0
Views: 10575

Select_Delete_Listbox Items

Demo shows using a combobox and 2 listboxes with various buttons that are used to select items from one of the listboxes for deletion. Uses items from a double dimensioned array to load the combobox and one of the listboxes.
by ShirleyMSmith
Wed Feb 07, 2007 2:37 am
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Timesheet

Adds Save and Open routines, plus Date combobox routines. The Save/Open routines will need to be modified to make each employee's timesheet confidential.
by ShirleyMSmith
Thu Feb 01, 2007 12:00 am
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Timesheet

Adds routines to the Timesheet to fill in the last two rows. New routines calculate flextimes and clear textboxes. Also makes it so that textboxes in columns with no times entered in remain blank rather than filling them with "00:00".
by ShirleyMSmith
Mon Jan 29, 2007 10:59 pm
Forum: Broken Code
Topic: timesheet
Replies: 13
Views: 36962

Updated Timesheet

Adds the following routines:
Sub GetTimeWorked, Sub GetTotalTimeWorked and Function GetTotalDeduction(
The Sub GetTimeWorked replaces the Sub CalcStartFinishBreak, because of the later being a minute off sometimes, however I left in CalcStartFinishBreak in case you decide to use it instead, but it ...
by ShirleyMSmith
Sun Jan 28, 2007 1:09 am
Forum: Utilities
Topic: Capture and Zoom in on Screen Areas, View Bmps
Replies: 0
Views: 3390

Capture and Zoom in on Screen Areas, View Bmps

This program is a bmp viewer and a screen area capturing tool. It has a zoom in feature that lets you preview the upper left corner of the area of the screen to be captured, so it can be adjusted if needed. The coordinates and the dimensions of the captured area can be easily changed. The zoomed in ...