Click here to Skip to main content
15,891,253 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
As far as i can see, what you want to do at this stage is to create a Matrix(Array) of button, and when you get the number from outside you need to load those buttons.

So for that you can write for loop and declare global variable which will store the X number you get from out side and put the code of loading button.

This is how you can do it.
1. Create one button and put it's Index to 0
2. Start your for loop from 1

For i=1 to x<br />
  load button <br />
  button index = i 'this will get you the name of button e.g. button1(1)<br />
Next i

3. And now you can put you functions init.


Hope this helps you. If you have any questions feel free to ask.

Parth Patel
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 
GeneralRe: Context menus, how to make them dynamic? Pin
redjen25-Sep-07 3:18
redjen25-Sep-07 3:18 
Questionhi [modified] Pin
nowdy25-Sep-07 0:50
nowdy25-Sep-07 0:50 
AnswerRe: hi Pin
Christian Graus25-Sep-07 1:10
protectorChristian Graus25-Sep-07 1:10 

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.