| Author |
Message |
Forum: General Topic: VB6 Byte question |
| VersionX |
|
Posted: Sun Dec 28, 2008 11:59 pm
|
|
Replies: 18 Views: 6159
|
Whats the maximum value of a VB6 Byte?
Looking at MSDN Documentation, I'm thinking it would be 255. Want to save myself some debugging and ask before I code...
thanks = ) |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: idea for future builds : toggle menus |
| VersionX |
|
Posted: Thu Aug 21, 2008 2:17 am
|
|
Replies: 12 Views: 12737
|
| Private Sub picInventory_click() picInv.Visible = not picinv.visible End Sub Is there a better/less-verbose way to toggle the spells, it looks different: Dim spellsVisible as Boolean Private Sub Form_Load() frmMirage.Width=10080 spellsVisible = false End Sub Private Sub picSpells_Click() If Not spe... |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: idea for future builds : toggle menus |
| VersionX |
|
Posted: Sun Aug 17, 2008 10:54 pm
|
|
Replies: 12 Views: 12737
|
When you click a menu icon (ex: inventory), it opens. When you click it again, it closes. Basically, the have icons toggle menus on/off.
Or is this programmable on our side? =D
EDIT: Great work so far gentlemen. |
|
 |
| Sort by: |