Click here to Skip to main content
15,921,371 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Windows Client for my portal. Pin
ellegonzalez5-Jan-17 4:54
ellegonzalez5-Jan-17 4:54 
QuestionCreating DirectShow source filter Pin
ceatea17-Feb-16 9:59
ceatea17-Feb-16 9:59 
GeneralRe: Creating DirectShow source filter Pin
Richard MacCutchan17-Feb-16 23:56
mveRichard MacCutchan17-Feb-16 23:56 
AnswerRe: Avoid Flickering in window form Pin
Eddy Vluggen11-Feb-16 0:02
professionalEddy Vluggen11-Feb-16 0:02 
RantRe: Avoid Flickering in window form Pin
Richard Deeming11-Feb-16 0:42
mveRichard Deeming11-Feb-16 0:42 
AnswerRe: avoid blinking screen+window form application c# Pin
ZurdoDev11-Feb-16 1:41
professionalZurdoDev11-Feb-16 1:41 
QuestionNon designer would like application design help Pin
daveofgv23-Jan-16 14:33
daveofgv23-Jan-16 14:33 
AnswerRe: Non designer would like application design help Pin
raddevus23-Jan-16 14:42
mvaraddevus23-Jan-16 14:42 
GeneralRe: Non designer would like application design help Pin
daveofgv23-Jan-16 15:00
daveofgv23-Jan-16 15:00 
GeneralRe: Non designer would like application design help Pin
raddevus23-Jan-16 15:09
mvaraddevus23-Jan-16 15:09 
QuestionVB.2010 MSI will not install on Windows 10 - launch condition not found Pin
QuickBooksDev21-Nov-15 9:15
QuickBooksDev21-Nov-15 9:15 
Questionlost focus on form in Windows-Mobile Pin
goldsoft2-Nov-15 21:37
goldsoft2-Nov-15 21:37 
AnswerRe: lost focus on form in Windows-Mobile Pin
George Jonsson7-Nov-15 16:52
professionalGeorge Jonsson7-Nov-15 16:52 
QuestionHow can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
vpinraj8-Oct-15 4:00
vpinraj8-Oct-15 4:00 
AnswerRe: How can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
Pete O'Hanlon8-Oct-15 4:58
mvePete O'Hanlon8-Oct-15 4:58 
GeneralRe: How can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
vpinraj8-Oct-15 22:15
vpinraj8-Oct-15 22:15 
GeneralRe: How can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
Pete O'Hanlon8-Oct-15 22:40
mvePete O'Hanlon8-Oct-15 22:40 
GeneralRe: How can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
vpinraj9-Oct-15 0:13
vpinraj9-Oct-15 0:13 
GeneralRe: How can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
Pete O'Hanlon9-Oct-15 0:17
mvePete O'Hanlon9-Oct-15 0:17 
GeneralRe: How can I create a stable scheduler application to get data from some bio-metric machine for attendance purpose? Pin
vpinraj9-Oct-15 1:13
vpinraj9-Oct-15 1:13 
QuestionOpen Source PDF VIewer in Winform Pin
Anthony Fernando28-Sep-15 21:23
professionalAnthony Fernando28-Sep-15 21:23 
AnswerRe: Open Source PDF VIewer in Winform - Already answered in the C# forum Pin
Pete O'Hanlon28-Sep-15 21:37
mvePete O'Hanlon28-Sep-15 21:37 
QuestionConnecting windows phone to PC over wiffi Pin
VishalDesai23-Aug-15 20:25
professionalVishalDesai23-Aug-15 20:25 
AnswerRe: Connecting windows phone to PC over wiffi Pin
Richard MacCutchan23-Aug-15 21:14
mveRichard MacCutchan23-Aug-15 21:14 
NewsLabel and LinkLabel deprecated Pin
Yvan Rodrigues15-Aug-15 9:08
professionalYvan Rodrigues15-Aug-15 9:08 
What??? OK, more like superceded.

I am currently writing a book on Windows Forms. It was a surprise to me, while fact-checking, that Label and LinkLabel have been "replaced" by ToolStripLabel.


The ToolStripLabel control replaces and adds functionality to the Label and LinkLabel controls. However, the Label and LinkLabel controls are retained for both backward compatibility and future use, if you choose. Link[^]


So, no need to start changing our code, but I'm amazed I've never seen this before. OMG | :OMG:

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.