Click here to Skip to main content
15,889,863 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow to keep form always active Pin
sri_009913-Aug-09 17:50
sri_009913-Aug-09 17:50 
GeneralRe: How to keep form always active Pin
mbhosle31-Aug-09 23:23
mbhosle31-Aug-09 23:23 
QuestionAny way to stop menu strip from 'capturing' alt-key? Pin
sri_009913-Aug-09 17:47
sri_009913-Aug-09 17:47 
AnswerRe: Any way to stop menu strip from 'capturing' alt-key? Pin
dan!sh 13-Aug-09 21:31
professional dan!sh 13-Aug-09 21:31 
GeneralRe: Any way to stop menu strip from 'capturing' alt-key? Pin
sri_009913-Aug-09 22:30
sri_009913-Aug-09 22:30 
GeneralRe: Any way to stop menu strip from 'capturing' alt-key? Pin
Eddy Vluggen14-Aug-09 0:22
professionalEddy Vluggen14-Aug-09 0:22 
Questiondrawing and highlighting chess board Pin
benstar11112-Aug-09 22:51
benstar11112-Aug-09 22:51 
AnswerRe: drawing and highlighting chess board Pin
dan!sh 13-Aug-09 20:30
professional dan!sh 13-Aug-09 20:30 
benstar111 wrote:
first the drawing and highlighting of the chess board


For this you will need to handle the Paint event of the form and then draw the chess board using the FillRectangle method of the Graphics object.

benstar111 wrote:
the datatransfer from the programm to the winform(maybe by using delegates?)


That depends on the what exactly is the second program you need to send data to. If that is a managed dll, just add a reference to it and use the methods it exposes.

It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

QuestionWindows Shutdown Process Pin
Member 389641410-Aug-09 6:49
Member 389641410-Aug-09 6:49 
AnswerRe: Windows Shutdown Process Pin
Alan N12-Aug-09 2:12
Alan N12-Aug-09 2:12 
GeneralRe: Windows Shutdown Process Pin
Member 389641416-Aug-09 21:39
Member 389641416-Aug-09 21:39 
NewsCode Pack released so you can support Windows 7 features from managed code Pin
brucedkyle9-Aug-09 18:28
brucedkyle9-Aug-09 18:28 
Questionwhere to get information about registry to shell? Pin
mr.dot9-Aug-09 7:52
mr.dot9-Aug-09 7:52 
Answercross-post; ignore! Pin
Luc Pattyn9-Aug-09 7:56
sitebuilderLuc Pattyn9-Aug-09 7:56 
NewsFree Developer Training Kit for Windows 7 RTM Pin
brucedkyle7-Aug-09 10:39
brucedkyle7-Aug-09 10:39 
QuestionClosing startup form in a windows application Pin
crazylad6-Aug-09 12:44
crazylad6-Aug-09 12:44 
AnswerRe: Closing startup form in a windows application Pin
Luc Pattyn6-Aug-09 14:09
sitebuilderLuc Pattyn6-Aug-09 14:09 
GeneralRe: Closing startup form in a windows application Pin
crazylad6-Aug-09 22:01
crazylad6-Aug-09 22:01 
GeneralRe: Closing startup form in a windows application Pin
Luc Pattyn6-Aug-09 23:55
sitebuilderLuc Pattyn6-Aug-09 23:55 
AnswerRe: Closing startup form in a windows application Pin
N a v a n e e t h7-Aug-09 18:49
N a v a n e e t h7-Aug-09 18:49 
GeneralRe: Closing startup form in a windows application Pin
crazylad9-Aug-09 11:57
crazylad9-Aug-09 11:57 
GeneralRe: Closing startup form in a windows application Pin
Luc Pattyn9-Aug-09 12:11
sitebuilderLuc Pattyn9-Aug-09 12:11 
GeneralRe: Closing startup form in a windows application Pin
N a v a n e e t h9-Aug-09 15:46
N a v a n e e t h9-Aug-09 15:46 
GeneralRe: Closing startup form in a windows application Pin
Luc Pattyn9-Aug-09 15:54
sitebuilderLuc Pattyn9-Aug-09 15:54 
GeneralRe: Closing startup form in a windows application Pin
N a v a n e e t h9-Aug-09 15:44
N a v a n e e t h9-Aug-09 15:44 

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.