- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Programming
23 Posted Topics
Re: try this https://www.google.com.np/#q=jumping+into+c%2B%2B+pdf | |
can anyone suggest me a good English Dictionary API for C# windows forms application. I tried using "NHunspell" but i found it very difficult to use ? Please Help !!!!!!!!!!!!! | |
How can i extract data from a table of a specific website ? I googled it a lot and found " HtmlAgilityPack" but didn't understand it any kind of hep wil be appreciated if possible Provide some code; Thanks in advance | |
Hello, I have been programming in windows form application and i'm quite familiar with it. Now i want to code it. I tried but it seem a bit different than winForm appplication < Maybe because of XAML >. Can anyone suggest me some video tutorials, books or anything to get … | |
I want to create a windows form application that extracts data from a website. I tried using HtmlAgilityPack but i couldn't understand it . These are the codes that I have written. private void button1_Click(object sender, EventArgs e) { HtmlAgilityPack.HtmlDocument doc = new HtmlAgilityPack.HtmlDocument(); HtmlWeb hw = new HtmlWeb(); doc … | |
Hello Friends, I am creating a windows application containing multiple forms which shows notify icons while running. I have kept the notify icon only once in the 1st form.When the first form loads it shows the notify icon. When a button is pressed the first form hides and the 2nd … | |
Hi, I want to make a simple application which adds textBoxes when a button is pressed. My friend suggested me to make a List of text Boxes and add a textBox each time the button is pressed but i didn't get it. please help. Thanks in advance. | |
Hello, I'm trying to make an application with multiple forms. When a button is pressed 1st form hides and 2nd form opens. I have a combo Box on the first form. I want to get the text of that combo Box and show it in 2nd form. I tried it … | |
Hello, I want to create an application that downloads a table (containing a schedule) from a specific website and stores it in a text file. Then it reads the text file and performs some calculations of the schedule's time. I tried by downloading the source code of the website but … | |
Hello, I am trying to make a snake game in c#. Until now i have got a 'Red pictureBox' which moves according to the keys pressed and a Score Label. Now i want to add the score when the "red PictureBox" collides with another pictureBox. ---------------------------------------- I tried something like … | |
hi, i want to make an application which loads random picture from a folder containing 59 pictures. How can i do it ? Thanks in advance. | |
Hello, I am trying to make a hangman game and i've almost completed it except the main part. When a user clicks a botton containing an alphabet, how to show that specific text on the blank part. ------------------------------------------------------------------------------- Here's an example: _D_N_W_B ----->EDANIWEB so, when the user clicks the button … | |
Hello, I am making a checkList program in c# and it's almost complete. I used the "StreamWriter" and "StreamReader" class to read and write the texts. But after closing it once when i reopen the application and add a new task in the CheckList the prrvious one gets erased from … | |
hello, I am making a simple music player app. I need help with getting the total time (i mean length) of the .wav file. Also, how can i control the volume of the sound from my application and pause it ? how can i start the sound from a specific … | |
how can i stop looping sound in c# (visual studio) if (ConditionTrue) { SoundPlayer simpleSound = new SoundPlayer(@"C:\Users\BIB HUTI\Desktop\beep.wav"); simpleSound.Play(); } // it keeps playing and never stops. | |
hello guys, i am creating a simple quiz on c# in visual studio. I am stuck in changing the page(switchig to next question) when one question is answered. what should i do for that ? i tried by making a new form inside the previous one but its not a … | |
Re: Visit the Microsoft Developer network (MSDN): http://msdn.microsoft.com/en-us/library/618ayhy6.aspx ![]() | |
Can anyone please help me to add number of strings to a hash table. Actually i am trying to make a "hangman game". I want to store the answers in a hash table but there's something wrong i my code <sorry!! I can't provide the code>. Please suggest me a … | |
Re: Look at this tutriol. This is the best one i got. https://www.youtube.com/watch?v=Is1EHXFhEe4 | |
Re: i think u should prefer Spyder | |
How to play a sound file in c++. I am trying to make an alarm program. I've done everything but i need to play sound at certain time. please help.............. | |
Re: visit: w3school.com code.org |
The End.