Click here to Skip to main content
15,919,931 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (.Net 2.0) Pin
Reelix31-Mar-08 3:48
Reelix31-Mar-08 3:48 
GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (.Net 2.0) Pin
wyc_xiaoben31-Mar-08 16:13
wyc_xiaoben31-Mar-08 16:13 
GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (.Net 2.0) Pin
Reelix31-Mar-08 20:54
Reelix31-Mar-08 20:54 
QuestionCheckBox in DataGridView Control Pin
Vijayitsb30-Mar-08 18:42
Vijayitsb30-Mar-08 18:42 
GeneralRe: CheckBox in DataGridView Control Pin
John_Adams31-Mar-08 23:34
John_Adams31-Mar-08 23:34 
GeneralAssign Form1's DataGrid Data Source to Crystal Report on the Form2 Pin
tr_thorn29-Mar-08 13:59
tr_thorn29-Mar-08 13:59 
General.NET Delegate TabControl Problem Pin
wormworks29-Mar-08 4:22
wormworks29-Mar-08 4:22 
GeneralRe: .NET Delegate TabControl Problem Pin
Luc Pattyn29-Mar-08 5:11
sitebuilderLuc Pattyn29-Mar-08 5:11 
Hi,

seems to me you are making illegal cross-thread calls, i.e. accessing Controls by a
thread other than the one that created the Controls.

You can try this in .NET 1.x, or in later .NET versions provided you disable the
cross-thread checkking. Anyway it is the wrong way of doing things, it normally results
in a non-responsive or hanging GUI.

The right way to access Controls from an arbitrary thread is by using Control.InvokeRequired
and Control.Invoke; there is documentation and lots of examples everywhere.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


QuestionPrinting in Crystal Report...need help!!! Pin
Krushna Sahu28-Mar-08 21:25
Krushna Sahu28-Mar-08 21:25 
GeneralRe: Printing in Crystal Report...need help!!! Pin
Herman<T>.Instance1-Apr-08 23:37
Herman<T>.Instance1-Apr-08 23:37 
Questiondatatable expression column and datagridview Pin
saltcode28-Mar-08 9:47
professionalsaltcode28-Mar-08 9:47 
General[Message Deleted] Pin
lovnin27-Mar-08 19:11
lovnin27-Mar-08 19:11 
GeneralRe: How to remove the form close button( not to disable)?C# Pin
Christian Graus27-Mar-08 19:36
protectorChristian Graus27-Mar-08 19:36 
QuestionHow to Add click once feature for windows Class Library application? Pin
Vishnu Narayan Mishra26-Mar-08 20:06
Vishnu Narayan Mishra26-Mar-08 20:06 
GeneralRe: How to Add click once feature for windows Class Library application? Pin
led mike27-Mar-08 4:56
led mike27-Mar-08 4:56 
Questionhow to select and resize already drawn shape in gdi+ Pin
Er.bRijal26-Mar-08 12:27
Er.bRijal26-Mar-08 12:27 
GeneralRe: how to select and resize already drawn shape in gdi+ Pin
Christian Graus26-Mar-08 12:38
protectorChristian Graus26-Mar-08 12:38 
GeneralRe: how to select and resize already drawn shape in gdi+ Pin
Er.bRijal26-Mar-08 12:46
Er.bRijal26-Mar-08 12:46 
GeneralRe: how to select and resize already drawn shape in gdi+ Pin
Christian Graus26-Mar-08 12:55
protectorChristian Graus26-Mar-08 12:55 
GeneralRe: how to select and resize already drawn shape in gdi+ Pin
Er.bRijal26-Mar-08 13:11
Er.bRijal26-Mar-08 13:11 
GeneralRe: how to select and resize already drawn shape in gdi+ Pin
Christian Graus26-Mar-08 14:32
protectorChristian Graus26-Mar-08 14:32 
GeneralNeed help understanding how Pin
Core-CA24-Mar-08 2:19
Core-CA24-Mar-08 2:19 
GeneralRe: Need help understanding how Pin
Christian Graus26-Mar-08 12:45
protectorChristian Graus26-Mar-08 12:45 
GeneralRight click on Data grid view cell content Pin
skghosh23-Mar-08 19:30
skghosh23-Mar-08 19:30 
GeneralRe: Right click on Data grid view cell content Pin
John_Adams24-Mar-08 20:23
John_Adams24-Mar-08 20:23 

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.