Click here to Skip to main content
15,904,023 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Change of text color in PropertyGrid Pin
Member 133012115-Nov-09 18:52
Member 133012115-Nov-09 18:52 
GeneralRe: Change of text color in PropertyGrid Pin
Dave Kreskowiak16-Nov-09 5:12
mveDave Kreskowiak16-Nov-09 5:12 
QuestionProgrammatically Click mouse on specefic location Pin
shaina22317-Nov-09 3:02
shaina22317-Nov-09 3:02 
AnswerRe: Programmatically Click mouse on specefic location Pin
shaina22317-Nov-09 3:24
shaina22317-Nov-09 3:24 
QuestionRe: Programmatically Click mouse on specefic location Pin
Lukas Molnar16-Dec-09 0:34
Lukas Molnar16-Dec-09 0:34 
AnswerRe: Programmatically Click mouse on specefic location Pin
Luc Pattyn7-Nov-09 3:29
sitebuilderLuc Pattyn7-Nov-09 3:29 
QuestionForm Design Error Pin
mirzamujib3-Nov-09 21:21
mirzamujib3-Nov-09 21:21 
AnswerRe: Form Design Error Pin
Richard MacCutchan3-Nov-09 23:39
mveRichard MacCutchan3-Nov-09 23:39 
mirzamujib wrote:
The variable TextBox1 is either undeclared or was never assigned


That's a fairly clear error message. Somewher in your copying you have omitted an allocation or reference so the main form does not have a variable called TextBox1. Take a look at the form and also the code behind to see which parts are missing. You would probably have found it simpler to add a new text box from scratch rather than doing it this way.
GeneralRe: Form Design Error Pin
mirzamujib4-Nov-09 2:54
mirzamujib4-Nov-09 2:54 
AnswerRe: Form Design Error Pin
Shameel4-Nov-09 4:09
professionalShameel4-Nov-09 4:09 
QuestionForm Design Error Pin
mirzamujib3-Nov-09 21:21
mirzamujib3-Nov-09 21:21 
Questionwhat are the different manners to run a file auto in WindowsXP Pin
WindowsVsLinux3-Nov-09 19:48
WindowsVsLinux3-Nov-09 19:48 
QuestionProportional Resize of Vertically Stacked Controls on a Resizable Form Pin
User 127823-Nov-09 9:36
User 127823-Nov-09 9:36 
AnswerRe: Proportional Resize of Vertically Stacked Controls on a Resizable Form Pin
User 127823-Nov-09 10:42
User 127823-Nov-09 10:42 
QuestionFont Dialog Box Pin
swapnil_bhanagle3-Nov-09 7:09
swapnil_bhanagle3-Nov-09 7:09 
QuestionRegex Question Pin
Alan Burkhart3-Nov-09 4:31
Alan Burkhart3-Nov-09 4:31 
AnswerRe: Regex Question Pin
Rob Smiley3-Nov-09 5:47
Rob Smiley3-Nov-09 5:47 
GeneralRe: Regex Question Pin
Alan Burkhart3-Nov-09 9:29
Alan Burkhart3-Nov-09 9:29 
GeneralTried NetSpell Pin
Alan Burkhart3-Nov-09 9:51
Alan Burkhart3-Nov-09 9:51 
QuestionDropDownButton Pin
Askold2-Nov-09 22:52
Askold2-Nov-09 22:52 
AnswerRe: DropDownButton Pin
Alan Burkhart4-Nov-09 17:23
Alan Burkhart4-Nov-09 17:23 
Questionenable/disable auto refresh of a web browser control from Win forms? Pin
Member 33656071-Nov-09 14:17
Member 33656071-Nov-09 14:17 
AnswerRe: enable/disable auto refresh of a web browser control from Win forms? Pin
Eddy Vluggen2-Nov-09 10:30
professionalEddy Vluggen2-Nov-09 10:30 
GeneralRe: enable/disable auto refresh of a web browser control from Win forms? Pin
Member 33656072-Nov-09 20:21
Member 33656072-Nov-09 20:21 
GeneralRe: enable/disable auto refresh of a web browser control from Win forms? Pin
Eddy Vluggen3-Nov-09 2:45
professionalEddy Vluggen3-Nov-09 2:45 

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.