Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionPassing Data to a Child Form Pin
Jason887231-Oct-06 7:40
Jason887231-Oct-06 7:40 
AnswerRe: Passing Data to a Child Form Pin
Cliff Stanford31-Oct-06 11:08
Cliff Stanford31-Oct-06 11:08 
GeneralRe: Passing Data to a Child Form Pin
Jason887231-Oct-06 11:53
Jason887231-Oct-06 11:53 
GeneralRe: Passing Data to a Child Form Pin
luckykhalid31-Oct-06 19:01
luckykhalid31-Oct-06 19:01 
GeneralRe: Passing Data to a Child Form Pin
Cliff Stanford1-Nov-06 3:39
Cliff Stanford1-Nov-06 3:39 
Questionupgraded to 2005 now msi Installer Package does not work...HELP Pin
koalalh31-Oct-06 6:35
koalalh31-Oct-06 6:35 
QuestionHelp Me Pin
minibansal31-Oct-06 5:38
minibansal31-Oct-06 5:38 
AnswerRe: Help Me Pin
Alaric_31-Oct-06 5:59
professionalAlaric_31-Oct-06 5:59 
That error is telling you that you're trying to use Textbox incorrectly. Have you consulted the MSDN yet? (http://www.msdn.com) ...Whenever you run into a problem like that, the first place you're going to want to look is the MSDN. ...Now to answer your question, look up at your "using" statements at the top of your .cs file . If "using System.Windows.Forms" is not there, then you need to add it. (That's what it meant when it said
Form1.cs(82): The type or namespace name 'textbox1' could not be found (are you missing a using directive or an assembly reference?)


if that doesn't work, then you might want to consult the MSDN and look up "Textbox" with a C# language filter. It will bring up all the information that you would need to learn how Textboxes are used in C#
GeneralRe: Help Me Pin
minibansal31-Oct-06 6:42
minibansal31-Oct-06 6:42 
AnswerRe: Help Me Pin
mav.northwind31-Oct-06 6:02
mav.northwind31-Oct-06 6:02 
GeneralRe: Help Me Pin
Alaric_31-Oct-06 6:07
professionalAlaric_31-Oct-06 6:07 
QuestionWeb Browser Pin
hoatien31-Oct-06 5:29
hoatien31-Oct-06 5:29 
AnswerRe: Web Browser Pin
led mike31-Oct-06 6:12
led mike31-Oct-06 6:12 
AnswerRe: Web Browser Pin
luckykhalid31-Oct-06 19:10
luckykhalid31-Oct-06 19:10 
Questionhow to make datagrid cell invisible? Pin
econnor31-Oct-06 4:49
econnor31-Oct-06 4:49 
AnswerRe: how to make datagrid cell invisible? Pin
sam#31-Oct-06 5:33
sam#31-Oct-06 5:33 
GeneralRe: how to make datagrid cell invisible? Pin
econnor31-Oct-06 5:37
econnor31-Oct-06 5:37 
QuestionWeird crashes Pin
Bekjong31-Oct-06 4:44
Bekjong31-Oct-06 4:44 
AnswerRe: Weird crashes Pin
Rob Graham31-Oct-06 5:28
Rob Graham31-Oct-06 5:28 
GeneralRe: Weird crashes Pin
Bekjong31-Oct-06 5:34
Bekjong31-Oct-06 5:34 
GeneralRe: Weird crashes Pin
Rob Graham1-Nov-06 4:46
Rob Graham1-Nov-06 4:46 
GeneralRe: Weird crashes Pin
Bekjong1-Nov-06 6:03
Bekjong1-Nov-06 6:03 
AnswerRe: Weird crashes Pin
sam#31-Oct-06 5:28
sam#31-Oct-06 5:28 
GeneralRe: Weird crashes Pin
Bekjong31-Oct-06 5:36
Bekjong31-Oct-06 5:36 
Questionreferencing a member of a parent class Pin
grivix31-Oct-06 4:39
grivix31-Oct-06 4:39 

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.