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.3K People Reached
Interests
Programming
Member Avatar for Dave Sinkula

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

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
96
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
107
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
89
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
75
Member Avatar for lorenzoDAlipio

Just wanted to say hello to Daniweb. Finally, I have the time to sign up for an account. Veedeoo keeps on bugging everyday to join this great community, but I was always been busy.

Member Avatar for lorenzoDAlipio
1
258
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
142
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
90
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
229
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
127
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
235
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
81
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
161
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
213
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
68
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
187
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
164
Member Avatar for KezLovesYou

Im not a programmer but I need to do it now. Our thesis is about creating a system for a specific company. I am just a systems analyst and I can understand codes. We already have a programmer but he is about to quit. I'm a newbie in c# and …

Member Avatar for humorousone
0
214
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
214
Member Avatar for Afnan Mohammad
Member Avatar for frankie198

I only started learning Python a few days ago, so as a beginner, what IDE should I be using? Should I just start with IDLE, then move on to something else when I'm more advanced? I've been using Pycharm for the past few days, I didn't know if that's an …

Member Avatar for Jack_9
0
844
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
191
Member Avatar for surfingturtle

Dear members, I thank you for taking time to view this discussion, which would focuss on how to build ones career in webpage designing, Kindly guide me from ground zero to start with, after doing some research I stumbled across Jon Duckett's book (HTML & CSS, Design and build website), …

Member Avatar for BibhutiAlmighty
0
454