Click here to Skip to main content
16,004,969 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUse a function in CrystalreportViewer.SelectionFormula Pin
dcode2525-Sep-07 5:17
dcode2525-Sep-07 5:17 
AnswerRe: Use a function in CrystalreportViewer.SelectionFormula Pin
Dave Kreskowiak25-Sep-07 5:21
mveDave Kreskowiak25-Sep-07 5:21 
GeneralRe: Use a function in CrystalreportViewer.SelectionFormula Pin
dcode2525-Sep-07 12:09
dcode2525-Sep-07 12:09 
GeneralRe: Use a function in CrystalreportViewer.SelectionFormula Pin
Dave Kreskowiak25-Sep-07 13:02
mveDave Kreskowiak25-Sep-07 13:02 
Questionassociate events to an array (matrix) of controls Pin
diebugger25-Sep-07 4:26
diebugger25-Sep-07 4:26 
AnswerRe: associate events to an array (matrix) of controls Pin
Dave Kreskowiak25-Sep-07 4:33
mveDave Kreskowiak25-Sep-07 4:33 
QuestionRe: associate events to an array (matrix) of controls Pin
diebugger25-Sep-07 5:51
diebugger25-Sep-07 5:51 
AnswerRe: associate events to an array (matrix) of controls Pin
Dave Kreskowiak25-Sep-07 6:45
mveDave Kreskowiak25-Sep-07 6:45 
diebugger wrote:
I can do that within a class or a structure, but not within a matrix of some kind of object/class.


The button events still fire, no matter what collection they are in. You can still wire up the events to a handler in the form code.


diebugger wrote:
but not within a matrix of some kind of object/class.


Matrix has no meaning here. Are you saying that you want to wire up the events to a method in a custom class??


diebugger wrote:
think about coding a windows application to play puzzle, this is a form with two panels and the programs read from a file the numbers of puzzle's items. Then it loads items into Panel1 and you (user) must drag&drop items into Panel2.


I wouldn't be using buttons, or any other controls, to represent the pieces, that's for sure.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: associate events to an array (matrix) of controls Pin
Luc Pattyn25-Sep-07 6:48
sitebuilderLuc Pattyn25-Sep-07 6:48 
AnswerRe: associate events to an array (matrix) of controls Pin
diebugger25-Sep-07 23:35
diebugger25-Sep-07 23:35 
AnswerRe: associate events to an array (matrix) of controls Pin
parth.p25-Sep-07 11:36
parth.p25-Sep-07 11:36 
QuestionCombining two bitmaps Pin
jensenx25-Sep-07 3:20
jensenx25-Sep-07 3:20 
AnswerRe: Combining two bitmaps Pin
Zaegra25-Sep-07 3:33
Zaegra25-Sep-07 3:33 
AnswerRe: Combining two bitmaps Pin
Dave Kreskowiak25-Sep-07 4:06
mveDave Kreskowiak25-Sep-07 4:06 
GeneralRe: Combining two bitmaps Pin
jensenx25-Sep-07 4:17
jensenx25-Sep-07 4:17 
QuestionHow to display the Guid in a msgbox.. Pin
Balagurunathan S25-Sep-07 2:34
Balagurunathan S25-Sep-07 2:34 
AnswerRe: How to display the Guid in a msgbox.. Pin
pmarfleet25-Sep-07 2:52
pmarfleet25-Sep-07 2:52 
GeneralRe: How to display the Guid in a msgbox.. Pin
Balagurunathan S25-Sep-07 3:42
Balagurunathan S25-Sep-07 3:42 
GeneralRe: How to display the Guid in a msgbox.. Pin
pmarfleet25-Sep-07 3:56
pmarfleet25-Sep-07 3:56 
AnswerRe: How to display the Guid in a msgbox.. Pin
Dave Kreskowiak25-Sep-07 4:02
mveDave Kreskowiak25-Sep-07 4:02 
GeneralRe: How to display the Guid in a msgbox.. Pin
Balagurunathan S25-Sep-07 19:39
Balagurunathan S25-Sep-07 19:39 
QuestionContext menus, how to make them dynamic? Pin
redjen25-Sep-07 1:46
redjen25-Sep-07 1:46 
AnswerRe: Context menus, how to make them dynamic? Pin
Ajay.k_Singh25-Sep-07 1:58
Ajay.k_Singh25-Sep-07 1:58 
GeneralRe: Context menus, how to make them dynamic? Pin
Luc Pattyn25-Sep-07 2:57
sitebuilderLuc Pattyn25-Sep-07 2:57 
GeneralRe: Context menus, how to make them dynamic? Pin
redjen25-Sep-07 3:19
redjen25-Sep-07 3:19 

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.