Click here to Skip to main content
16,005,080 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Instal project without computer name change Pin
Reza Raad13-Jan-09 3:04
Reza Raad13-Jan-09 3:04 
QuestionHow to get the formula field from .rdlc report in c#.net ? Pin
bhaumikdv11-Jan-09 17:25
bhaumikdv11-Jan-09 17:25 
Questionneed help with dynamic array button [modified] Pin
neodeaths10-Jan-09 0:48
neodeaths10-Jan-09 0:48 
AnswerRe: need help with dynamic array button Pin
Dave Kreskowiak10-Jan-09 3:02
mveDave Kreskowiak10-Jan-09 3:02 
GeneralRe: need help with dynamic array button Pin
neodeaths10-Jan-09 3:54
neodeaths10-Jan-09 3:54 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 4:08
sitebuilderLuc Pattyn10-Jan-09 4:08 
GeneralRe: need help with dynamic array button Pin
neodeaths10-Jan-09 4:36
neodeaths10-Jan-09 4:36 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 4:54
sitebuilderLuc Pattyn10-Jan-09 4:54 
Are you familiar with generic lists, such as List< Button> or the old ArrayList?
If not, I suggest you read up on them, you won't use many arrays once you understand them.
They behave pretty much like a stretchable array, they can grow and shrink, you don't have to know
the size when you create them, and you can use an index on them as if they were arrays (internally
they are).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Love, happiness and fewer bugs for 2009!


GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 3:51
sitebuilderLuc Pattyn10-Jan-09 3:51 
GeneralRe: need help with dynamic array button Pin
neodeaths10-Jan-09 4:03
neodeaths10-Jan-09 4:03 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 4:07
sitebuilderLuc Pattyn10-Jan-09 4:07 
QuestionHow to add a MouseHover Event to Label which is created at runtime using C# Pin
K V Sekhar8-Jan-09 21:09
K V Sekhar8-Jan-09 21:09 
AnswerRe: How to add a MouseHover Event to Label which is created at runtime using C# Pin
dan!sh 8-Jan-09 21:25
professional dan!sh 8-Jan-09 21:25 
GeneralRe: How to add a MouseHover Event to Label which is created at runtime using C# Pin
K V Sekhar8-Jan-09 23:40
K V Sekhar8-Jan-09 23:40 
QuestionHow to Display both image and text in a DataGridview Cell using c#.net Pin
K V Sekhar8-Jan-09 2:52
K V Sekhar8-Jan-09 2:52 
AnswerRe: How to Display both image and text in a DataGridview Cell using c#.net [modified] Pin
dan!sh 8-Jan-09 3:49
professional dan!sh 8-Jan-09 3:49 
GeneralRe: How to Display both image and text in a DataGridview Cell using c#.net Pin
K V Sekhar8-Jan-09 23:40
K V Sekhar8-Jan-09 23:40 
QuestionInvoke a Web Service using Visual C++ .NET Pin
Thomas_Mathews8-Jan-09 1:42
Thomas_Mathews8-Jan-09 1:42 
AnswerRe: Invoke a Web Service using Visual C++ .NET Pin
EliottA8-Jan-09 2:45
EliottA8-Jan-09 2:45 
Questionsearch in treeview control Pin
Naresh1234567898-Jan-09 1:25
Naresh1234567898-Jan-09 1:25 
AnswerRe: search in treeview control Pin
Ashfield8-Jan-09 2:44
Ashfield8-Jan-09 2:44 
AnswerRe: search in treeview control Pin
Wendelius8-Jan-09 3:03
mentorWendelius8-Jan-09 3:03 
Questiontooltip on the header of the form Pin
idoyohanan6-Jan-09 8:34
idoyohanan6-Jan-09 8:34 
AnswerRe: tooltip on the header of the form Pin
Dave Kreskowiak6-Jan-09 10:20
mveDave Kreskowiak6-Jan-09 10:20 
AnswerRe: tooltip on the header of the form Pin
Eddy Vluggen16-Jan-09 4:24
professionalEddy Vluggen16-Jan-09 4:24 

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.