Click here to Skip to main content
15,867,594 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: C# Error Config file Pin
Richard MacCutchan22-Aug-14 21:13
mveRichard MacCutchan22-Aug-14 21:13 
GeneralRe: C# Error Config file Pin
Member 856781222-Aug-14 22:38
Member 856781222-Aug-14 22:38 
GeneralRe: C# Error Config file Pin
Richard MacCutchan23-Aug-14 0:14
mveRichard MacCutchan23-Aug-14 0:14 
GeneralRe: C# Error Config file Pin
Member 856781223-Aug-14 4:19
Member 856781223-Aug-14 4:19 
GeneralRe: C# Error Config file Pin
Richard MacCutchan23-Aug-14 4:49
mveRichard MacCutchan23-Aug-14 4:49 
GeneralRe: C# Error Config file Pin
Member 856781225-Aug-14 22:58
Member 856781225-Aug-14 22:58 
Questionhow to disable windows form hide animation? Pin
neodeaths30-Jul-14 23:30
neodeaths30-Jul-14 23:30 
AnswerRe: how to disable windows form hide animation? Pin
Eddy Vluggen11-Aug-14 7:58
professionalEddy Vluggen11-Aug-14 7:58 
neodeaths wrote:
hi does anyone know how i can disable the animation which happens to a windows
form when the this.hide() is used?
I haven't tried it, but I guess it'd be the performance options of Windows. There's a setting in the system-page somewhere that let's the user decide between "cool" (animations, shades and stuff) and "fast" (no animation, no shades). Or to let Windows decide. AFAIK, it's a settting that would change the behaviour for ALL applications.

neodeaths wrote:
i am trying to do this without using thread.sleep.
Try clearing the .Controls collection and making the form 100% transparent. "Hide" it after that.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: how to disable windows form hide animation? Pin
xstoneheartx25-Dec-14 14:15
xstoneheartx25-Dec-14 14:15 
Question<Solved> Should be easy update question... Pin
Okmred29-Jul-14 7:38
Okmred29-Jul-14 7:38 
QuestionCRUD Form dynamicaly generated from XSD Pin
Miguel Figueiredo25-Jul-14 6:34
Miguel Figueiredo25-Jul-14 6:34 
AnswerRe: CRUD Form dynamicaly generated from XSD Pin
Eddy Vluggen25-Jul-14 7:11
professionalEddy Vluggen25-Jul-14 7:11 
Questioncreate setup file with sql server database for another machine in windows form Pin
Member 1029592522-Jul-14 0:20
professionalMember 1029592522-Jul-14 0:20 
AnswerRe: create setup file with sql server database for another machine in windows form Pin
Eddy Vluggen25-Jul-14 7:13
professionalEddy Vluggen25-Jul-14 7:13 
QuestionWindows Forms-Text Mode Printing Pin
Thirugnanam Nataraj23-Jun-14 20:28
Thirugnanam Nataraj23-Jun-14 20:28 
AnswerRe: Windows Forms-Text Mode Printing Pin
Bernhard Hiller23-Jun-14 22:23
Bernhard Hiller23-Jun-14 22:23 
GeneralRe: Windows Forms-Text Mode Printing Pin
Thirugnanam Nataraj25-Jun-14 20:31
Thirugnanam Nataraj25-Jun-14 20:31 
QuestionHow make Form2 with progressBar in other thread, while downloading data in datagridview in Form1? Pin
Kroshandowski8-Jun-14 9:03
Kroshandowski8-Jun-14 9:03 
AnswerRe: How make Form2 with progressBar in other thread, while downloading data in datagridview in Form1? Pin
Richard MacCutchan8-Jun-14 22:01
mveRichard MacCutchan8-Jun-14 22:01 
QuestionMDI WinForms: Open childform2 in panel2 of Parent form using button of Childform1 Pin
Member 1074775521-May-14 5:31
Member 1074775521-May-14 5:31 
SuggestionRe: MDI WinForms: Open childform2 in panel2 of Parent form using button of Childform1 Pin
Richard MacCutchan21-May-14 22:07
mveRichard MacCutchan21-May-14 22:07 
GeneralRe: MDI WinForms: Open childform2 in panel2 of Parent form using button of Childform1 Pin
MyOwnBoss28-May-14 19:53
MyOwnBoss28-May-14 19:53 
GeneralRe: MDI WinForms: Open childform2 in panel2 of Parent form using button of Childform1 Pin
Richard MacCutchan28-May-14 21:27
mveRichard MacCutchan28-May-14 21:27 
QuestionHow to deploy encrypted app.config windows application in Client machine where Visual studio not installed? Pin
susanna.floora18-May-14 20:46
susanna.floora18-May-14 20:46 
AnswerRe: How to deploy encrypted app.config windows application in Client machine where Visual studio not installed? Pin
MyOwnBoss28-May-14 19:32
MyOwnBoss28-May-14 19:32 

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.