Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sentiment Analysis Pin
Gerry Schmitz31-Dec-16 7:18
mveGerry Schmitz31-Dec-16 7:18 
AnswerRe: Sentiment Analysis Pin
Pete O'Hanlon31-Dec-16 7:38
mvePete O'Hanlon31-Dec-16 7:38 
AnswerRe: Sentiment Analysis Pin
Patrice T1-Jan-17 6:10
mvePatrice T1-Jan-17 6:10 
QuestionScroollbar thumb Y position C# Pin
didielf30-Dec-16 19:57
professionaldidielf30-Dec-16 19:57 
QuestionRe: Scroollbar thumb Y position C# Pin
Richard MacCutchan30-Dec-16 21:03
mveRichard MacCutchan30-Dec-16 21:03 
AnswerRe: Scroollbar thumb Y position C# Pin
didielf30-Dec-16 21:49
professionaldidielf30-Dec-16 21:49 
QuestionRe: Scroollbar thumb Y position C# Pin
Richard MacCutchan30-Dec-16 22:36
mveRichard MacCutchan30-Dec-16 22:36 
AnswerRe: Scroollbar thumb Y position C# Pin
didielf30-Dec-16 22:43
professionaldidielf30-Dec-16 22:43 
GeneralRe: Scroollbar thumb Y position C# Pin
Richard MacCutchan30-Dec-16 23:38
mveRichard MacCutchan30-Dec-16 23:38 
GeneralRe: Scroollbar thumb Y position C# Pin
didielf31-Dec-16 7:52
professionaldidielf31-Dec-16 7:52 
GeneralRe: Scroollbar thumb Y position C# Pin
Luc Pattyn31-Dec-16 1:51
sitebuilderLuc Pattyn31-Dec-16 1:51 
GeneralRe: Scroollbar thumb Y position C# Pin
Richard MacCutchan31-Dec-16 2:03
mveRichard MacCutchan31-Dec-16 2:03 
GeneralRe: Scroollbar thumb Y position C# Pin
Luc Pattyn31-Dec-16 2:08
sitebuilderLuc Pattyn31-Dec-16 2:08 
GeneralRe: Scroollbar thumb Y position C# Pin
Richard MacCutchan31-Dec-16 2:20
mveRichard MacCutchan31-Dec-16 2:20 
GeneralRe: Scroollbar thumb Y position C# Pin
didielf31-Dec-16 7:48
professionaldidielf31-Dec-16 7:48 
GeneralRe: Scroollbar thumb Y position C# Pin
Luc Pattyn31-Dec-16 8:06
sitebuilderLuc Pattyn31-Dec-16 8:06 
GeneralRe: Scroollbar thumb Y position C# Pin
didielf31-Dec-16 10:54
professionaldidielf31-Dec-16 10:54 
GeneralRe: Scroollbar thumb Y position C# Pin
Luc Pattyn1-Jan-17 0:47
sitebuilderLuc Pattyn1-Jan-17 0:47 
QuestionBEGINNER NEEDS HELP Pin
Member 1292900130-Dec-16 19:30
Member 1292900130-Dec-16 19:30 
AnswerRe: BEGINNER NEEDS HELP Pin
Ravi Bhavnani30-Dec-16 20:03
professionalRavi Bhavnani30-Dec-16 20:03 
AnswerRe: BEGINNER NEEDS HELP Pin
Richard MacCutchan30-Dec-16 21:02
mveRichard MacCutchan30-Dec-16 21:02 
AnswerRe: BEGINNER NEEDS HELP Pin
OriginalGriff30-Dec-16 21:03
mveOriginalGriff30-Dec-16 21:03 
QuestionWorking Between Visual Studio and Visual Studio Code Pin
TheOnlyRealTodd30-Dec-16 18:17
professionalTheOnlyRealTodd30-Dec-16 18:17 
AnswerRe: Working Between Visual Studio and Visual Studio Code Pin
Gerry Schmitz31-Dec-16 7:35
mveGerry Schmitz31-Dec-16 7:35 
QuestionLocationChanged to set windowstate=Maximized Pin
Member 830292029-Dec-16 11:51
professionalMember 830292029-Dec-16 11:51 
How do I implement a Window app to maximize when user moves the window from one display monitor to another. When the move occurs LocationChanged event is triggered and the window state becomes Normal.

I tried this.WindowState=FormWindowState.Maximized in the LocationChanged handler. However, the window does not maximized. Likely because it triggered circular reference. I had also implemented a module Boolean variable to avoid this. However, the window never maximized.

What is the proper way to implement this?

Thank you in advance for your response.

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.