Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~14.6K People Reached
Interests
Programming
Favorite Tags

23 Posted Topics

Member Avatar for Dave Sinkula
Member Avatar for shahidali6
11
10K
Member Avatar for BibhutiAlmighty

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 !!!!!!!!!!!!!

Member Avatar for ddanbe
0
97
Member Avatar for BibhutiAlmighty

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

Member Avatar for Suzie999
0
108
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for Santanu.Das
0
92
Member Avatar for BibhutiAlmighty

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 …

0
77
Member Avatar for lorenzoDAlipio
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for JOSheaIV
0
146
Member Avatar for BibhutiAlmighty

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.

Member Avatar for Santanu.Das
0
95
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for Santanu.Das
0
234
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for castajiz_2
0
132
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for hericles
0
237
Member Avatar for BibhutiAlmighty

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.

Member Avatar for deceptikon
0
84
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for ddanbe
0
165
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for BibhutiAlmighty
0
218
Member Avatar for BibhutiAlmighty

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 …

0
71
Member Avatar for BibhutiAlmighty

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.

Member Avatar for BibhutiAlmighty
0
194
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for .Net Fan
0
168
Member Avatar for KezLovesYou

Visit the Microsoft Developer network (MSDN): http://msdn.microsoft.com/en-us/library/618ayhy6.aspx

Member Avatar for humorousone
0
220
Member Avatar for BibhutiAlmighty

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 …

Member Avatar for chriswelborn
0
220
Member Avatar for Afnan Mohammad
Member Avatar for BibhutiAlmighty
0
241
Member Avatar for frankie198
Member Avatar for BibhutiAlmighty

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..............

Member Avatar for Moschops
0
194
Member Avatar for surfingturtle

The End.