<Users><User><Username></Username><Password></Password><UserPicture></UserPicture><Game><GameName> </GameName><Played></Played><HighScore></HighScore></Game></User></Users>
naghoumeh14
Posts
-
xml -
xmlif i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)
-
save a picturei need to save the picture captured in the bin/debug of my project and name it.. that's it...
-
save a picturehow can i save a picture captured by webcam
-
show a webcam photothe file didn't open... i'm using visual studio 2005
-
showing password ******i want when a user write a text in a text box then the letters will appear like that ******* i mean just like when you write your password in a password texbox
-
show a webcam photoi want to show what my webcam is "seeing" in a picture box so how can i do this?
-
how to include speech libwhat i want to do is to create a voicespeech that will "say" a message that i have already written.. so what i'm doing is that i'm including "using SpeechLib;" and then when i want to choose "SpVoice" method it won't show up .. so i couldn't use it.. that's the problem
-
how to include speech libi intend to use the speech library but the poblem is i didn't manage to include this library in my project (using SpeechLib didn't work)
-
using webcami want to turn on the webcam by clicking a button btturnwebcam then i want the picture to be shown in a picturebox webcampic then i want to take a photo by clicking anther button btcapture so how do i do this ? i have to note here that i have already imported the webcamcapture tool
-
use only 2 digis in simple precisionsuppose a float f and if i am intrested only in using this float but having only 2 digits after the dot so what i want to do is to delete the remaining digits .. so how do i do this?
-
my qcm projectin the event label_click (first form) { form2 f2=new form2(); f2.ShowDialog(); } that's all ....
-
use of a value in a form in another oneit worked finally .. i found the problem... i was declaring the public value in the parent form.... thank you very much
-
my qcm projectin the first form i have a table of labels of categories(history, geography, etc...)and a label that counts the money that i have (we start by a certain number of money) so when i click on a label a question must appear in a new form, i answer the question and i claculate the new amout of money, i close the new form and return to the initial form where the label that counts the money must be uptadeted... the problem is when i come back to the initial form the label shows the initial amout that i have initially entered without being uptated.. even though i declared a public class
-
use of a value in a form in another onei have tried but it didn't work i don't know why... it gave me a null value in the second form
-
use of a value in a form in another onei'm having a problem... i have a tab of buttons.. what i want is when i click one button i have to read the text written on and then open a new form with a background image having the same text as written on the button of the previous form... so here what i have to learn is how to know the text on the button clicked and then use this text in the next form to choose the corresponding image
-
use of information from a previous formsuppose we have a tab of buttons in form1 and i want to use the text of the clicked button in form2... how can i do such a thing?
-
use of information from a previous formlet us consider we have two forms form1 and form2 and there are some information in form1 that i would like to use in form2... which method should i use to perform this action?
-
writing xml using datagridhow can i create an xml file by filling a datagrid .. to note here that we have to create an unexisting xml file... and i want to know how to name the datagrid tables and add rows knowing how much rows does the user want to add
-
c# windows applicationokay i'm starting to get.. so all i have to do is to work in small steps... i really want to thank you for helping me ...so i'll start my program and if i have any question i will be thankfull if you could anwser me.. nagham