home *** CD-ROM | disk | FTP | other *** search
- AddForum
- Add Forum
- Form4*
- Label1
- -Enter &Name of New Forum or Select from List:
- tbName
- lbForums
- &Cancel
- Form_Load
- Screen
- MousePointer1
- WindowState
- ForumsO
- Widtht
- Height
- SectnsLst
- GSioLurkerPath;
- SectnsNdxO
- SioMsgBox
- BoxINFORMATION
- LoadBye
- RetVal
- FioMakeSectnsNdx
- FioIsSectnNdxGood
- FillForumsLB
- lbForumsA
- ListIndex
- tbName
- SelStart
- SelLength
- cbOK_Click*
- Index
- ForumRec
- Forum
- Search
- SelectItem
- RecNumh
- DummyRec0
- AllForumsNdx
- RecLengthi
- NdxNum
- FileOpener
- RANDOMFILE&
- BytePosr
- LstNum
- READFILE
- TextLine
- GoWord]
- Gateway
- MessageFile
- AppendMsg
- MessAppName
- LibAppName
- MessSect
- LibName
- MessNum
- WritePrivateProfileString
- GSioUserIniy
- LibNum
- Success
- FioWriteForumData
- GetForums
- coForums
- GetOuttaHere
- AddForum
- tbName_Change
- lbhWnd8
- ControlHwnd
- SendMessage
- LB_SELECTSTRING
- ErrCode
- LB_SETTOPINDEX-
- LB_SETCURSEL
- lbForums_Click
- ClearList
- RecordLength
- FileNum
- NumNdxRecs
- Form_Load
- Look for Sectns.lst and Sectns.ndx in Lurker Program directory
- Sectns.lst
- Sectns.ndx
- Sectns.lst not in startup directory, so let user know there's no pick list
- Unable to locate file (Sectns.lst) containing list of all CompuServe forums.
- You may still add a new forum, but a pick list of forums is not available.
- Lurker$
- Sectns.ndx doesn't exist, so create itt
- Sectns.ndx and Sectns.lst are out of sync, so update ito
- lbForums.SetFocus
- cbOK_Click
- User selected OK so Add New Forum
- First find out if text box text field matches any listbox entries
- We'll assume that if text box entry doesn't match any listbox entries
- that user intended to add forum that's not in list.
- Text box entry is in list, so get gateway, Go word, etc. from Sectns.lst file..
- First need to get byte position of sectns.lst record from sectns.ndx.
- Sectns.lst
- Sectns.ndx
- first 3 records in SectnsNdx store Sectns.lst date/time/size
- Now we can access forum data info in sectns.lst
- Now need to get library/message sections and add to Forums.inia
- Sections"
- Libraries
- Text box entry doesn't match any listbox entries
- Update forums combo box in forum configuration form
- Now set forums combo box to new entry
- tbName_Change
- lbForums_Click
- FillForumsLB
- Sectns.ndx
- Read from file.
- If lbForums.ListCount > 0 Then lbForums.ListIndex = 0
-