Click here to Skip to main content
15,907,395 members
Home / Discussions / C#
   

C#

 
GeneralRe: CodeDom Type cast bug Pin
Paw Jershauge25-Sep-08 11:31
Paw Jershauge25-Sep-08 11:31 
AnswerRe: CodeDom Type cast bug Pin
leppie25-Sep-08 4:41
leppie25-Sep-08 4:41 
QuestionHttp basic authentication issue Pin
George_George25-Sep-08 2:42
George_George25-Sep-08 2:42 
AnswerRe: Http basic authentication issue Pin
Ennis Ray Lynch, Jr.25-Sep-08 3:08
Ennis Ray Lynch, Jr.25-Sep-08 3:08 
GeneralRe: Http basic authentication issue Pin
George_George25-Sep-08 3:12
George_George25-Sep-08 3:12 
AnswerOT Pin
leppie25-Sep-08 4:36
leppie25-Sep-08 4:36 
GeneralRe: OT Pin
George_George25-Sep-08 21:24
George_George25-Sep-08 21:24 
QuestionCall a .NET 2.0 library from a .NET 1.1 Library [modified] Pin
MrEyes25-Sep-08 2:38
MrEyes25-Sep-08 2:38 
AnswerRe: Call a .NET 2.0 library from a .NET 1.1 Library Pin
Robert Rohde25-Sep-08 3:02
Robert Rohde25-Sep-08 3:02 
AnswerMSMQ Pin
Ennis Ray Lynch, Jr.25-Sep-08 3:08
Ennis Ray Lynch, Jr.25-Sep-08 3:08 
GeneralRe: MSMQ Pin
MrEyes25-Sep-08 3:51
MrEyes25-Sep-08 3:51 
QuestionRead Webpage that first requires to put in User/Password Pin
paresh_joe25-Sep-08 2:30
paresh_joe25-Sep-08 2:30 
AnswerRe: Read Webpage that first requires to put in User/Password Pin
Giorgi Dalakishvili25-Sep-08 2:36
mentorGiorgi Dalakishvili25-Sep-08 2:36 
GeneralRe: Read Webpage that first requires to put in User/Password Pin
paresh_joe25-Sep-08 2:44
paresh_joe25-Sep-08 2:44 
GeneralRe: Read Webpage that first requires to put in User/Password Pin
Giorgi Dalakishvili25-Sep-08 2:58
mentorGiorgi Dalakishvili25-Sep-08 2:58 
GeneralRe: Read Webpage that first requires to put in User/Password Pin
paresh_joe25-Sep-08 3:08
paresh_joe25-Sep-08 3:08 
QuestionmsAccess Column Description Pin
djjedi25-Sep-08 1:38
djjedi25-Sep-08 1:38 
QuestionWeb Service XML Tag Rename Pin
il_manti25-Sep-08 1:21
il_manti25-Sep-08 1:21 
AnswerRe: Web Service XML Tag Rename Pin
N a v a n e e t h25-Sep-08 1:48
N a v a n e e t h25-Sep-08 1:48 
AnswerRe: Web Service XML Tag Rename Pin
c242325-Sep-08 2:23
c242325-Sep-08 2:23 
GeneralRe: Web Service XML Tag Rename Pin
il_manti25-Sep-08 2:40
il_manti25-Sep-08 2:40 
GeneralRe: Web Service XML Tag Rename Pin
c242325-Sep-08 4:02
c242325-Sep-08 4:02 
Questionuse control in other form Pin
NiloofarNoroozi25-Sep-08 1:13
NiloofarNoroozi25-Sep-08 1:13 
AnswerRe: use control in other form Pin
DaveyM6925-Sep-08 1:25
professionalDaveyM6925-Sep-08 1:25 
If txtNoPersoneli's access modifier is public then you should be able to access it through otherforminstance.txtNoPersoneli

Better still, create events in otherform that are rasied when whatever your interested in with txtNoPersoneli occurs, and subscribe to these in the initial form.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)

GeneralRe: use control in other form Pin
NiloofarNoroozi25-Sep-08 2:34
NiloofarNoroozi25-Sep-08 2:34 

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.