Click here to Skip to main content
15,923,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralThe ListManager's position must be equal to rowNum Pin
rdk71716-Mar-04 15:54
rdk71716-Mar-04 15:54 
GeneralType 'DataListCommandEventArgs' is not defined. Pin
Anonymous16-Mar-04 6:52
Anonymous16-Mar-04 6:52 
GeneralCheckedlistbox control Pin
RBCC16-Mar-04 6:01
RBCC16-Mar-04 6:01 
GeneralRotating Dice Pin
RBCC16-Mar-04 5:57
RBCC16-Mar-04 5:57 
GeneralRe: Rotating Dice Pin
Dave Kreskowiak16-Mar-04 9:09
mveDave Kreskowiak16-Mar-04 9:09 
GeneralRe: Rotating Dice Pin
Anonymous16-Mar-04 9:13
Anonymous16-Mar-04 9:13 
GeneralRe: Rotating Dice Pin
Dave Kreskowiak16-Mar-04 9:28
mveDave Kreskowiak16-Mar-04 9:28 
GeneralRe: Rotating Dice Pin
RBCC16-Mar-04 9:39
RBCC16-Mar-04 9:39 
class dice
dim adie1 as int16
dim adie2 as int16
property die1 as int16
get
return adie1
end get
set
sdie1=value
end set

'What I am trying to is to make sure that the class is self-contained'
' it can roll the die on the form and count the value of the die

private function count_die (die1 as int16, die2 as int 16)as int16
dim total as int16
total=die1+die2
return total
public sub getFirstRoll (die1 as int16, die2 as int16)as int16<-- returns array

dim firstroll()as int16
redim firstroll(rolls)
firstroll(rolls)= count_die(die1,die2)
rolls=rolls+1
return firstroll

'test rolls!







I am avidly interested in graphics and ado.net
GeneralRe: Rotating Dice Pin
Dave Kreskowiak17-Mar-04 5:35
mveDave Kreskowiak17-Mar-04 5:35 
GeneralRe: Rotating Dice Pin
FruitBatInShades16-Mar-04 22:35
FruitBatInShades16-Mar-04 22:35 
GeneralControl inside datagrid Pin
BlomEng15-Mar-04 21:43
BlomEng15-Mar-04 21:43 
Generaltext from form1 to form 2 Pin
ineedhelp15-Mar-04 21:35
ineedhelp15-Mar-04 21:35 
GeneralRe: text from form1 to form 2 Pin
Dave Kreskowiak16-Mar-04 2:42
mveDave Kreskowiak16-Mar-04 2:42 
GeneralCurious!All my linkbutton disappeared,why! Pin
BigGirlBigEyes15-Mar-04 19:18
BigGirlBigEyes15-Mar-04 19:18 
GeneralRe: Curious!All my linkbutton disappeared,why! Pin
FruitBatInShades16-Mar-04 22:46
FruitBatInShades16-Mar-04 22:46 
GeneralBecome nuts with ToolBar Pin
sybux200015-Mar-04 11:33
sybux200015-Mar-04 11:33 
GeneralRe: Become nuts with ToolBar Pin
Syed Abdul Khader16-Mar-04 20:21
Syed Abdul Khader16-Mar-04 20:21 
GeneralRe: Become nuts with ToolBar Pin
sybux200017-Mar-04 10:16
sybux200017-Mar-04 10:16 
GeneralRe: Become nuts with ToolBar Pin
Syed Abdul Khader19-Mar-04 21:25
Syed Abdul Khader19-Mar-04 21:25 
GeneralCash Registers Question ! Pin
Member 52593915-Mar-04 10:47
Member 52593915-Mar-04 10:47 
GeneralRe: Cash Registers Question ! Pin
Dave Kreskowiak15-Mar-04 11:12
mveDave Kreskowiak15-Mar-04 11:12 
GeneralRe: Cash Registers Question ! Pin
Wayne Phipps16-Mar-04 8:46
Wayne Phipps16-Mar-04 8:46 
GeneralHide text Tab in a TabControl Pin
sybux200015-Mar-04 8:30
sybux200015-Mar-04 8:30 
GeneralRe: Hide text Tab in a TabControl Pin
Dave Kreskowiak15-Mar-04 9:10
mveDave Kreskowiak15-Mar-04 9:10 
GeneralRe: Hide text Tab in a TabControl Pin
sybux200015-Mar-04 11:29
sybux200015-Mar-04 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.