No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
I'm developing wp7 app . i have a problem with this cod i want to get values of table from a webservice and show it in msg box the problem is i have two tables in a web service but in foreach only the first value can shown in two …
I'm devloping wp7 app . i have a problem with this cod i want to get values of table from a webservice and show it in msg box the problem is i have two tables in a web service but in foreach only the first value can shown in two …
I'm working on windows phone 7 app . but i face a problem ..i change the font type to andy but when run it's back to the original type ...anyone know the reason or how can i solve this??
i wanna read from a web service to a text block ... i defined a web service in the main page then i declared object of the main page into info page to call values which it come from web service but this code keep the text block empty that …
public MainPage() { InitializeComponent(); StreamReader read = new StreamReader("T1.txt"); string rr = read.ReadLine(); textBlock1.Text = rr; } } when it start debuging it's stop here: string rr = read.ReadLine(); it's give me an method ccess exception how can i solve this problem??
hii want read a link from file and use it with the extension of the link , the file contain :[url]http://82.212.81.2:888/mob/[/url] and i wanna use it like this: StreamReader rr = new StreamReader("link.txt"); string sor = rr.ReadLine(); url = "[COLOR="Red"]sor+[/COLOR][COLOR="Green"]"resources/stdInfo/authenticate/"[/COLOR] + tx.Text + "/" + passwordBox1.Password+ "/1/570322308ce1121cba1b93f5acc9ebd4733ef2bca90ef942a2cfa224f0aa08dc/1"; the red : …
hi :) plz i need a link to download visual studio Professional for free??
hi all:) pleas if I wanna download the visual studio 2010 which contain the windows phone 7 mango which version should i download visual 2010 express or ultima or i should download something else for windows phon??
String ipAddress = new String (pktIn.getData(),0,pktIn.getLength()); what the mean of this sentence??
how can i solve this error.?? incompatible types found : java.lang.String required: int num=userIn.readLine(); :)
hi all pleasssssssss help with this problem im working with multi form project and when i run the program it dont give an errors but its dont work when click button to move through the forms the code which i used : [ICODE] private void button1_Click(object sender, EventArgs e) { …
well , you can by using text box .... [code] private void lstBoxEvents_SelectedIndexChanged (object sender, System.EventArgs e) { // this.txtBoxResult.Text = this.lstBoxEvents.Text; // Single selection option string result =" "; foreach(string activity in lstBoxEvents.SelectedItems) result += activity + " "; this.txtBoxResult.Text = result; } private void btnNew_Click(object sender, System.EventArgs e) …
Hi, I'm working with multi forms .. in each one have radiobuttons and next back buttons , the question is how i can keep the radiobutton which checked by user keep checked when the user back to form .. i mean when back to form see his choice!!
hi all just i wanna know how can i use condition with message box i used the statment: [code] MessageBox.Show("Are you Sure?","collection", MessageBoxButtons.YesNo, MessageBoxIcon.Question); if(DialogResult.Yes=) ; { this.Hide(); MessageBox.Show(M, "collection", MessageBoxButtons.OK); } [/code] but its dont work can any one hel plz im so beginner at c#....... *how i can …
The End.
NPDA