Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in Importing data from Excel (Urgent) Pin
AB77714-Jul-06 1:14
AB77714-Jul-06 1:14 
AnswerRe: Problem in Importing data from Excel (Urgent) Pin
ketankumar4-Jul-06 1:15
ketankumar4-Jul-06 1:15 
Questionrows and columns in the List View Pin
satsumatable4-Jul-06 0:54
satsumatable4-Jul-06 0:54 
AnswerRe: rows and columns in the List View Pin
SeMartens4-Jul-06 2:24
SeMartens4-Jul-06 2:24 
GeneralRe: rows and columns in the List View [modified] Pin
satsumatable4-Jul-06 3:07
satsumatable4-Jul-06 3:07 
AnswerRe: rows and columns in the List View Pin
BoneSoft5-Jul-06 3:43
BoneSoft5-Jul-06 3:43 
Questionhandling control array in runtime Pin
vatzcar4-Jul-06 0:44
vatzcar4-Jul-06 0:44 
AnswerRe: handling control array in runtime Pin
Stefan Troschuetz4-Jul-06 0:48
Stefan Troschuetz4-Jul-06 0:48 
vatzcar wrote:
it's also not possible for me to create them in class level as the total index is unkown to me initially


Just declare them at class level and instanciate them inside the method.
PictureBox[] pcbMem;
Label[] lblMem;

private void CreatePictureBoxes()
{
....
....
this.pcbMem = new PictureBox[intCount];
this.lblMem = new Label[intCount];
....
}



"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de
AnswerRe: handling control array in runtime Pin
jjansen4-Jul-06 2:29
jjansen4-Jul-06 2:29 
QuestionHow to Disable AddressBar and Menus??? Pin
rachgreen4-Jul-06 0:02
rachgreen4-Jul-06 0:02 
AnswerRe: How to Disable AddressBar and Menus??? Pin
psamy4-Jul-06 0:37
psamy4-Jul-06 0:37 
AnswerRe: How to Disable AddressBar and Menus??? Pin
Dario Solera4-Jul-06 0:37
Dario Solera4-Jul-06 0:37 
QuestionFinding " Specified cast is not valid."error in strType = CType(sender, MenuItem).Text Pin
bpoojas3-Jul-06 23:34
bpoojas3-Jul-06 23:34 
AnswerRe: Finding " Specified cast is not valid."error in strType = CType(sender, MenuItem).Text Pin
J4amieC3-Jul-06 23:41
J4amieC3-Jul-06 23:41 
QuestionRestricting the user to Access the hidden form Pin
AB77713-Jul-06 23:20
AB77713-Jul-06 23:20 
AnswerRe: Restricting the user to Access the hidden form Pin
SeMartens3-Jul-06 23:25
SeMartens3-Jul-06 23:25 
GeneralRe: Restricting the user to Access the hidden form Pin
AB77714-Jul-06 0:15
AB77714-Jul-06 0:15 
GeneralRe: Restricting the user to Access the hidden form Pin
stancrm4-Jul-06 0:19
stancrm4-Jul-06 0:19 
QuestionDLL hell Pin
singhswat3-Jul-06 23:10
singhswat3-Jul-06 23:10 
AnswerRe: DLL hell Pin
Dario Solera4-Jul-06 0:39
Dario Solera4-Jul-06 0:39 
QuestionHow to have a very/better responsive RichTextBox (no WordWrap) when it is resized ? Pin
girm3-Jul-06 23:08
girm3-Jul-06 23:08 
QuestionHow to modify stand-by times in the power schemes Pin
sogge3-Jul-06 22:19
sogge3-Jul-06 22:19 
AnswerRe: postback Pin
Guffa3-Jul-06 23:26
Guffa3-Jul-06 23:26 
Questionform show/hide problem ? [tcp/ip > freezes my form] Pin
cmpeng343-Jul-06 21:44
cmpeng343-Jul-06 21:44 
AnswerRe: form show/hide problem ? [tcp/ip > freezes my form] Pin
stancrm3-Jul-06 21:49
stancrm3-Jul-06 21:49 

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.