Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: Fire AfterSelection event Pin
eyalle28-Oct-09 23:50
eyalle28-Oct-09 23:50 
GeneralRe: Fire AfterSelection event Pin
Christian Graus29-Oct-09 0:22
protectorChristian Graus29-Oct-09 0:22 
GeneralRe: Fire AfterSelection event Pin
eyalle29-Oct-09 1:15
eyalle29-Oct-09 1:15 
GeneralRe: Fire AfterSelection event Pin
Shameel29-Oct-09 4:29
professionalShameel29-Oct-09 4:29 
QuestionOutlook Plug-In - Visual Studio closes on build Pin
Martin Fourie28-Oct-09 23:12
Martin Fourie28-Oct-09 23:12 
AnswerRe: Outlook Plug-In - Visual Studio closes on build Pin
Saksida Bojan29-Oct-09 4:53
Saksida Bojan29-Oct-09 4:53 
GeneralRe: Outlook Plug-In - Visual Studio closes on build Pin
Martin Fourie1-Nov-09 20:31
Martin Fourie1-Nov-09 20:31 
Questionchange TableLayoutPanel RowCount before Custom Control Initialization? Pin
Lyon Sun28-Oct-09 23:11
Lyon Sun28-Oct-09 23:11 
Hi, all,

In WinForms with C#, a TableLayoutPanel custom control with, saying, 10 rows and 5 columns being designed in designer window. NumberOfRows was coded as a property of this custom control. I wish to change this property value and set it as a new RowCount of the TableLayoutPanel mentioned above, before the custom control running InitializeComponent(). Is this possible? I have tried to do it with a method in the SET of that property as below:
private void OnNumberOfRowsChanged()
{
   tableLayoutPanel1.RowCount = numberOfRows;
}

and it didn't work while I change the value of NumberOfRows property, and set a breakpoint in the constructor method of that custom control, the RowCount remains as 10.
Btw, I tried to use tableLayoutPanel1.RowStyles.Remove() and tableLayoutPanel1.RowStyles.RemoveAt(index) as well, neither of these two works as well...

Any Idea?
Your kind help is so much appreciated!!

Br!
Sun
QuestionVideo Open & Play using Media Player in C# done but some problem Pin
asimkhatri28-Oct-09 21:28
asimkhatri28-Oct-09 21:28 
AnswerRe: Video Open & Play using Media Player in C# done but some problem Pin
Christian Graus28-Oct-09 21:33
protectorChristian Graus28-Oct-09 21:33 
GeneralRe: Video Open & Play using Media Player in C# done but some problem Pin
ragnaroknrol29-Oct-09 4:43
ragnaroknrol29-Oct-09 4:43 
AnswerRe: Video Open & Play using Media Player in C# done but some problem Pin
ragnaroknrol29-Oct-09 4:53
ragnaroknrol29-Oct-09 4:53 
QuestionPDF conversion issue Pin
Santhosh Sebastian Mattathil28-Oct-09 21:25
Santhosh Sebastian Mattathil28-Oct-09 21:25 
AnswerRe: PDF conversion issue Pin
Christian Graus28-Oct-09 21:32
protectorChristian Graus28-Oct-09 21:32 
GeneralRe: PDF conversion issue Pin
Santhosh Sebastian Mattathil28-Oct-09 21:39
Santhosh Sebastian Mattathil28-Oct-09 21:39 
GeneralRe: PDF conversion issue Pin
Christian Graus28-Oct-09 22:03
protectorChristian Graus28-Oct-09 22:03 
GeneralRe: PDF conversion issue Pin
hb5213421429-Oct-09 9:06
hb5213421429-Oct-09 9:06 
AnswerRe: PDF conversion issue Pin
aashish patidar6-Jul-10 3:53
aashish patidar6-Jul-10 3:53 
QuestionDll File Pin
viciouskinid28-Oct-09 19:53
viciouskinid28-Oct-09 19:53 
AnswerRe: Dll File Pin
N a v a n e e t h28-Oct-09 20:00
N a v a n e e t h28-Oct-09 20:00 
GeneralRe: Dll File Pin
viciouskinid28-Oct-09 20:35
viciouskinid28-Oct-09 20:35 
GeneralRe: Dll File Pin
Christian Graus28-Oct-09 20:37
protectorChristian Graus28-Oct-09 20:37 
AnswerRe: Dll File Pin
Christian Graus28-Oct-09 20:27
protectorChristian Graus28-Oct-09 20:27 
GeneralRe: Dll File Pin
viciouskinid28-Oct-09 20:34
viciouskinid28-Oct-09 20:34 
GeneralRe: Dll File Pin
Christian Graus28-Oct-09 20:36
protectorChristian Graus28-Oct-09 20:36 

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.