Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a TextBox as Console replacement. Pin
Luc Pattyn3-Dec-08 12:38
sitebuilderLuc Pattyn3-Dec-08 12:38 
GeneralRe: Using a TextBox as Console replacement. Pin
User 43300283-Dec-08 14:06
User 43300283-Dec-08 14:06 
GeneralRe: Using a TextBox as Console replacement. Pin
Luc Pattyn3-Dec-08 14:19
sitebuilderLuc Pattyn3-Dec-08 14:19 
GeneralRe: Using a TextBox as Console replacement. Pin
Mr.Brainley7-Dec-08 0:35
Mr.Brainley7-Dec-08 0:35 
QuestionReading files over network asynchronously Pin
CodingYoshi3-Dec-08 12:10
CodingYoshi3-Dec-08 12:10 
QuestionHow to stop windows form from refreshing/updating Pin
Kent K3-Dec-08 11:20
professionalKent K3-Dec-08 11:20 
AnswerRe: How to stop windows form from refreshing/updating Pin
Christian Graus3-Dec-08 11:48
protectorChristian Graus3-Dec-08 11:48 
GeneralRe: How to stop windows form from refreshing/updating Pin
Kent K3-Dec-08 12:03
professionalKent K3-Dec-08 12:03 
The user will use the controls to input information of course. But, I want the user to be able to do a "quick entry" of sorts, by a less onerous method via some other controls (radio buttons) that, based on these simple choices, cause code to programmatically set the values of these other more numerous controls (with their events firing etc that I want).

What my goal is by this design is to 1)make common entries faster for the user to enter and 2)ensure the logic (there's quite a bit of interactions of the controls) of these controls to be the only path of creating the data that the user will be storing via the app. ..so it's a single pathway of logic/code/bug opportunity & fix, in determining the many data elements that the user needs to indicate to the app for what they need to store.

Anyway, since my original post I found that I could just set the container of the controls, in this case a tabpage of a tab control, to not visible for the time in question, then set it back to visible afterwards. That seems to work well enough. . .I was just surprised to not have another way of doing what had been available in VBA.

I guess if one had a bunch of controls on a form and wanted the user to see them but also have done what I am aiming at then it would be a little more difficult without the way that is easy in VBA (screenupdating=false).
GeneralRe: How to stop windows form from refreshing/updating Pin
Christian Graus3-Dec-08 13:52
protectorChristian Graus3-Dec-08 13:52 
Questionpropertyies and attributes Pin
netJP12L3-Dec-08 11:20
netJP12L3-Dec-08 11:20 
QuestionSyntax error (missing operator) in query expression Pin
hassanasp3-Dec-08 10:22
hassanasp3-Dec-08 10:22 
AnswerRe: Syntax error (missing operator) in query expression Pin
PH-MAT3-Dec-08 10:25
PH-MAT3-Dec-08 10:25 
GeneralRe: Syntax error (missing operator) in query expression Pin
hassanasp3-Dec-08 10:34
hassanasp3-Dec-08 10:34 
AnswerRe: Syntax error (missing operator) in query expression Pin
Wendelius3-Dec-08 10:50
mentorWendelius3-Dec-08 10:50 
AnswerRe: Syntax error (missing operator) in query expression Pin
Christian Graus3-Dec-08 11:47
protectorChristian Graus3-Dec-08 11:47 
AnswerRe: Syntax error (missing operator) in query expression Pin
User 43300283-Dec-08 14:42
User 43300283-Dec-08 14:42 
QuestionSignificance of the Static and Virtual Pin
Pr@teek B@h!3-Dec-08 9:58
Pr@teek B@h!3-Dec-08 9:58 
AnswerRe: Significance of the Static and Virtual Pin
Wendelius3-Dec-08 10:20
mentorWendelius3-Dec-08 10:20 
GeneralRe: Significance of the Static and Virtual Pin
Pr@teek B@h!4-Dec-08 3:34
Pr@teek B@h!4-Dec-08 3:34 
GeneralRe: Significance of the Static and Virtual Pin
Wendelius4-Dec-08 4:04
mentorWendelius4-Dec-08 4:04 
QuestionCalendar will not show highlighted day Pin
Glacier63273-Dec-08 9:55
Glacier63273-Dec-08 9:55 
AnswerRe: Calendar will not show highlighted day Pin
leppie3-Dec-08 10:24
leppie3-Dec-08 10:24 
QuestionComponent To Select Multiple Folders Pin
Michael Fritzius3-Dec-08 9:49
professionalMichael Fritzius3-Dec-08 9:49 
AnswerRe: Component To Select Multiple Folders Pin
Christian Graus3-Dec-08 9:50
protectorChristian Graus3-Dec-08 9:50 
GeneralRe: Component To Select Multiple Folders Pin
Michael Fritzius3-Dec-08 9:56
professionalMichael Fritzius3-Dec-08 9:56 

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.