Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
QuestionProblem in Importing data from Excel (Urgent) Pin
Abhi15814-Jul-06 1:00
Abhi15814-Jul-06 1:00 
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 
i'm trying to implement control array in my app. the no of control will depend on user's requirement. total number will be gathered from database. therefore i had to make the code within a method.
<br />
private void CreatePictureBoxes()<br />
{<br />
   ....<br />
   ....<br />
   PictureBox[] pcbMem = new PictureBox[intCount];<br />
   Label[] lblMem = new Label[intCount];<br />
   ....<br />
}<br />


since i'm doing the whole code in a method i can't access those controls outside of that method. it's also not possible for me to create them in class level as the total index is unkown to me initially. i don't know how to reasign the length of an array so it's being a problem for me.
so please help me out to creating the controls so that i can use them from anywhere.
AnswerRe: handling control array in runtime Pin
Stefan Troschuetz4-Jul-06 0:48
Stefan Troschuetz4-Jul-06 0:48 
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 

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.