Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: thread safe log class with simple functionality Pin
Member 1206160022-Oct-15 5:34
Member 1206160022-Oct-15 5:34 
GeneralRe: thread safe log class with simple functionality Pin
Richard Deeming22-Oct-15 5:37
mveRichard Deeming22-Oct-15 5:37 
AnswerRe: thread safe log class with simple functionality Pin
John Torjo21-Oct-15 23:08
professionalJohn Torjo21-Oct-15 23:08 
QuestionTabelLayoutPanel Resizing at Runtime c#.net Pin
Darshan BS20-Oct-15 21:47
Darshan BS20-Oct-15 21:47 
AnswerRe: TabelLayoutPanel Resizing at Runtime c#.net Pin
OriginalGriff20-Oct-15 22:31
mveOriginalGriff20-Oct-15 22:31 
GeneralRe: TabelLayoutPanel Resizing at Runtime c#.net Pin
Darshan BS20-Oct-15 22:41
Darshan BS20-Oct-15 22:41 
GeneralRe: TabelLayoutPanel Resizing at Runtime c#.net Pin
OriginalGriff20-Oct-15 22:50
mveOriginalGriff20-Oct-15 22:50 
AnswerRe: TabelLayoutPanel Resizing at Runtime c#.net Pin
BillWoodruff21-Oct-15 2:01
professionalBillWoodruff21-Oct-15 2:01 
When I am studying how to use the built-in Win Form Controls, like TableLayoutPanel (TBLLP), I find this method of study pays off:

1. drop a TBLLP on a Form in a "test" project.

2. set all the design-time properties of the TBLLP: number of rows, columns, their sizes, etc., to reflect the design you are trying achieve at run-time

3. open the 'Program.cs file for the project:

a. look at the code that creates the TBLLP in the 'Program.cs file

b. make notes for future reference on the code you'll need at run-time to set the parameters of the TBLLP's structure, and visual style

4. then, in this same project ... either on the same Form ... or in another ... write the code to create a TBLLP at run-time, and apply what you've learned from studying the design-time code in the 'Program.cs file.

5. when/if you get "stuck:" go back and see if you can use any design-time setting or Property on the TBLLP on the Form to achieve what you want, then study, again, the 'Program.cs file code.

At the same time, you will probably also want to be looking up the various facilities/features/Properites/Methods, etc., the TBLLP exposes in the documentation (on- or off-line help files from MS).

Experiment > observe > analyze > research > perturb/change < repeat until you know what you are doing.

Finally, remember the CodeProject is your friend, and there may be articles here showing you useful information/techniques for using the TBLLP; and, StackOverFlow is also your friend. Just search.
«I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.


modified 21-Oct-15 8:28am.

Questionneed help. No error in code but not getting output. here is my code. trying to accessing data from active directory. Pin
rahul38420-Oct-15 17:31
rahul38420-Oct-15 17:31 
AnswerRe: need help. No error in code but not getting output. here is my code. trying to accessing data from active directory. Pin
Richard MacCutchan20-Oct-15 21:38
mveRichard MacCutchan20-Oct-15 21:38 
AnswerRe: need help. No error in code but not getting output. here is my code. trying to accessing data from active directory. Pin
Richard Deeming21-Oct-15 1:48
mveRichard Deeming21-Oct-15 1:48 
QuestionWindows Remote Application is not working Pin
Josephss7318-Oct-15 22:35
Josephss7318-Oct-15 22:35 
QuestionHow should I access share folder from server Pin
Member 1201610618-Oct-15 21:10
Member 1201610618-Oct-15 21:10 
AnswerRe: How should I access share folder from server Pin
OriginalGriff18-Oct-15 23:12
mveOriginalGriff18-Oct-15 23:12 
Question[WIN2D] Randomly generated 2D drawing Pin
Member 858597418-Oct-15 14:10
Member 858597418-Oct-15 14:10 
Questionc# delegates and events Pin
Lillepige17-Oct-15 6:06
Lillepige17-Oct-15 6:06 
AnswerRe: c# delegates and events Pin
BillWoodruff17-Oct-15 6:25
professionalBillWoodruff17-Oct-15 6:25 
QuestionImplement my own IFormatProvider class Pin
Member 905073117-Oct-15 5:29
Member 905073117-Oct-15 5:29 
SuggestionRe: Eigene IFormatProvider implemetieren Pin
Jochen Arndt17-Oct-15 6:14
professionalJochen Arndt17-Oct-15 6:14 
AnswerRe: Eigene IFormatProvider implemetieren Pin
Dave Kreskowiak17-Oct-15 6:29
mveDave Kreskowiak17-Oct-15 6:29 
QuestionRe: Implement my own IFormatProvider class Pin
Maciej Los18-Oct-15 7:56
mveMaciej Los18-Oct-15 7:56 
QuestionFastest way to modify the value in the dictionary Pin
Gilbert Consellado16-Oct-15 12:51
professionalGilbert Consellado16-Oct-15 12:51 
AnswerRe: Fastest way to modify the value in the dictionary Pin
BillWoodruff16-Oct-15 21:54
professionalBillWoodruff16-Oct-15 21:54 
GeneralRe: Fastest way to modify the value in the dictionary Pin
Gilbert Consellado17-Oct-15 19:01
professionalGilbert Consellado17-Oct-15 19:01 
QuestionCreating Events with Dynamically created ComboBox(es) Pin
KakitaIppatsu16-Oct-15 11:30
KakitaIppatsu16-Oct-15 11:30 

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.