Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
GeneralSequential Data Access Pin
Expert Coming4-Dec-07 14:32
Expert Coming4-Dec-07 14:32 
QuestionHow do i trim down a string[] with - 3 letters?? Pin
andredani4-Dec-07 14:21
andredani4-Dec-07 14:21 
AnswerRe: How do i trim down a string[] with - 3 letters?? Pin
Expert Coming4-Dec-07 15:05
Expert Coming4-Dec-07 15:05 
GeneralDataGridView help Pin
aviv4-Dec-07 13:32
aviv4-Dec-07 13:32 
GeneralChild Form Help, Very Urgent! Pin
Kyle Maldonado4-Dec-07 12:41
Kyle Maldonado4-Dec-07 12:41 
GeneralRe: Child Form Help, Very Urgent! Pin
Christian Graus4-Dec-07 13:33
protectorChristian Graus4-Dec-07 13:33 
GeneralRe: Child Form Help, Very Urgent! Pin
Kyle Maldonado4-Dec-07 13:34
Kyle Maldonado4-Dec-07 13:34 
GeneralRe: Child Form Help, Very Urgent! Pin
J$4-Dec-07 13:38
J$4-Dec-07 13:38 
Each windows from has a method called Show and ShowDialog. Each of these methods has an overload that accepts an IWin32Window). The MSDN documentation states that the IWin32Window is any "object that implements System.Windows.Forms.IWin32Window and reprepsents a top-level window that will own this form.

If you were to do frmSearch.ShowDialog(someFormName), I think this would accomplish what you are after.
GeneralRe: Child Form Help, Very Urgent! Pin
Anthony Mushrow4-Dec-07 13:44
professionalAnthony Mushrow4-Dec-07 13:44 
GeneralRe: Child Form Help, Very Urgent! Pin
Kyle Maldonado4-Dec-07 13:50
Kyle Maldonado4-Dec-07 13:50 
GeneralRe: Child Form Help, Very Urgent! Pin
CKnig4-Dec-07 19:12
CKnig4-Dec-07 19:12 
QuestionInput string was not in a correct format Pin
pmillio4-Dec-07 12:31
pmillio4-Dec-07 12:31 
GeneralRe: Input string was not in a correct format Pin
Vikram A Punathambekar4-Dec-07 17:07
Vikram A Punathambekar4-Dec-07 17:07 
GeneralSerializing a class tha uses Generic.list Pin
ONeil Tomlinson4-Dec-07 12:23
ONeil Tomlinson4-Dec-07 12:23 
QuestionHow to compile more then one project in same time ? Pin
Yanshof4-Dec-07 11:56
Yanshof4-Dec-07 11:56 
AnswerRe: How to compile more then one project in same time ? Pin
Dave Kreskowiak4-Dec-07 14:34
mveDave Kreskowiak4-Dec-07 14:34 
QuestionListView: set "BackColor" in a SubItem Pin
Patricio Tapia4-Dec-07 10:51
Patricio Tapia4-Dec-07 10:51 
GeneralRe: ListView: set "BackColor" in a SubItem Pin
Insincere Dave4-Dec-07 11:32
Insincere Dave4-Dec-07 11:32 
QuestionListView: set "BackColor" in a SubItem Pin
Patricio Tapia4-Dec-07 10:50
Patricio Tapia4-Dec-07 10:50 
GeneralRe: ListView: set "BackColor" in a SubItem Pin
Skippums4-Dec-07 11:48
Skippums4-Dec-07 11:48 
GeneralRe: ListView: set "BackColor" in a SubItem Pin
Vasudevan Deepak Kumar4-Dec-07 18:04
Vasudevan Deepak Kumar4-Dec-07 18:04 
Generalhelp me!!! Pin
Shani Aulakh4-Dec-07 10:36
Shani Aulakh4-Dec-07 10:36 
Generalsimulating e-mail between project's forms Pin
Genius.Boy4-Dec-07 10:34
Genius.Boy4-Dec-07 10:34 
GeneralperformClick doesn't work Pin
gizmokaka4-Dec-07 10:24
gizmokaka4-Dec-07 10:24 
GeneralRe: performClick doesn't work Pin
Dave Kreskowiak4-Dec-07 10:46
mveDave Kreskowiak4-Dec-07 10:46 

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.