Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
AnswerRe: stacking of 2d images Pin
musefan29-Jan-09 1:33
musefan29-Jan-09 1:33 
GeneralRe: stacking of 2d images Pin
Nettai29-Jan-09 1:49
Nettai29-Jan-09 1:49 
GeneralRe: stacking of 2d images Pin
musefan29-Jan-09 1:56
musefan29-Jan-09 1:56 
AnswerRe: stacking of 2d images Pin
harold aptroot29-Jan-09 1:45
harold aptroot29-Jan-09 1:45 
AnswerRe: stacking of 2d images Pin
riced29-Jan-09 3:25
riced29-Jan-09 3:25 
QuestionGet Parent Process Pin
ashok_rgm29-Jan-09 1:08
ashok_rgm29-Jan-09 1:08 
AnswerRe: Get Parent Process Pin
musefan29-Jan-09 1:26
musefan29-Jan-09 1:26 
Questioninheritance Pin
Idoshhh29-Jan-09 0:41
Idoshhh29-Jan-09 0:41 
Hi all,
i am new in C# environment.
i try to create a desktop application.
i have 2 classes (form1 & createXML)

the form1 located a textBox that called txtPhoneNumber.
now, when the user will write his phone number the application will send him an SMS.

the problem is that the txtPhoneNumber.Text doesn't send the user number to the createXML class.

the XML is look like:
strBuild = strBuild.Append("<to>"); //Destinations
strBuild = strBuild.Append(inputForm.txtPhoneNumber.Text); //input from the form1 Class
strBuild = strBuild.Append("");

but in the debug i see that there is no number. and there is no any hint for error.

any idea?
please help!!!
AnswerRe: inheritance Pin
Idoshhh29-Jan-09 0:43
Idoshhh29-Jan-09 0:43 
AnswerRe: inheritance Pin
musefan29-Jan-09 0:51
musefan29-Jan-09 0:51 
GeneralRe: inheritance Pin
Idoshhh29-Jan-09 1:06
Idoshhh29-Jan-09 1:06 
GeneralRe: inheritance Pin
musefan29-Jan-09 1:10
musefan29-Jan-09 1:10 
AnswerRe: inheritance Pin
DaveyM6929-Jan-09 0:57
professionalDaveyM6929-Jan-09 0:57 
GeneralRe: inheritance Pin
Idoshhh29-Jan-09 1:13
Idoshhh29-Jan-09 1:13 
GeneralRe: inheritance Pin
DaveyM6929-Jan-09 1:21
professionalDaveyM6929-Jan-09 1:21 
GeneralRe: inheritance Pin
Idoshhh29-Jan-09 1:28
Idoshhh29-Jan-09 1:28 
QuestionC# tool unable to handle C# Pin
Stephen Dickinson29-Jan-09 0:31
Stephen Dickinson29-Jan-09 0:31 
QuestionCommunication Mechanism Pin
benjamin yap29-Jan-09 0:09
benjamin yap29-Jan-09 0:09 
AnswerRe: Communication Mechanism Pin
musefan29-Jan-09 0:16
musefan29-Jan-09 0:16 
GeneralRe: Communication Mechanism Pin
benjamin yap29-Jan-09 0:24
benjamin yap29-Jan-09 0:24 
GeneralRe: Communication Mechanism Pin
musefan29-Jan-09 0:33
musefan29-Jan-09 0:33 
GeneralRe: Communication Mechanism Pin
musefan29-Jan-09 0:45
musefan29-Jan-09 0:45 
GeneralRe: Communication Mechanism Pin
benjamin yap29-Jan-09 1:19
benjamin yap29-Jan-09 1:19 
AnswerRe: Communication Mechanism Pin
Ravi Bhavnani29-Jan-09 2:43
professionalRavi Bhavnani29-Jan-09 2:43 
AnswerRe: Communication Mechanism Pin
#realJSOP29-Jan-09 4:00
professional#realJSOP29-Jan-09 4:00 

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.