Click here to Skip to main content
15,890,724 members
Home / Discussions / C#
   

C#

 
GeneralRe: A Paint like application (MODIFIED) Pin
dan!sh 17-Apr-09 5:23
professional dan!sh 17-Apr-09 5:23 
GeneralRe: A Paint like application (MODIFIED) Pin
jaypatel51217-Apr-09 20:48
jaypatel51217-Apr-09 20:48 
GeneralRe: A Paint like application (MODIFIED) Pin
Rob Philpott17-Apr-09 5:23
Rob Philpott17-Apr-09 5:23 
GeneralRe: A Paint like application (MODIFIED) Pin
Henry Minute17-Apr-09 8:32
Henry Minute17-Apr-09 8:32 
GeneralRe: A Paint like application (MODIFIED) Pin
jaypatel51217-Apr-09 21:01
jaypatel51217-Apr-09 21:01 
Questionhow to add items in a list box from database Pin
kaushik_dass17-Apr-09 3:57
kaushik_dass17-Apr-09 3:57 
AnswerRe: how to add items in a list box from database Pin
N a v a n e e t h17-Apr-09 4:00
N a v a n e e t h17-Apr-09 4:00 
AnswerRe: how to add items in a list box from database Pin
Henry Minute17-Apr-09 4:02
Henry Minute17-Apr-09 4:02 
The problem is that you are only telling it to add one item.

Replace:
if (dr.Read() == true)

with:
while (dr.Read())


and all should work as required.

Incidentally, you should have posted this as a reply to musefan. He was waiting to help you. He's probably sitting in front of his computer crying now, because you haven't replied! Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionMouse Coordinates of a bitmap form in the main window Pin
sebogawa17-Apr-09 3:44
sebogawa17-Apr-09 3:44 
AnswerRe: Mouse Coordinates in a specific area. Pin
Henry Minute17-Apr-09 4:08
Henry Minute17-Apr-09 4:08 
GeneralRe: Mouse Coordinates in a specific area. Pin
sebogawa17-Apr-09 4:14
sebogawa17-Apr-09 4:14 
GeneralRe: Mouse Coordinates in a specific area. Pin
Henry Minute17-Apr-09 4:20
Henry Minute17-Apr-09 4:20 
GeneralRe: Mouse Coordinates in a specific area. Pin
sebogawa17-Apr-09 4:28
sebogawa17-Apr-09 4:28 
GeneralRe: Mouse Coordinates in a specific area. Pin
Henry Minute17-Apr-09 4:46
Henry Minute17-Apr-09 4:46 
QuestionHow to add items in listbox from database Pin
kaushik_dass17-Apr-09 3:27
kaushik_dass17-Apr-09 3:27 
AnswerRe: How to add items in listbox from database Pin
musefan17-Apr-09 3:36
musefan17-Apr-09 3:36 
AnswerRe: How to add items in listbox from database Pin
PauloCastilho17-Apr-09 12:38
PauloCastilho17-Apr-09 12:38 
QuestionHow understand Dataset changes ? Pin
Coban_17-Apr-09 3:22
Coban_17-Apr-09 3:22 
QuestionCreating a Help Form Pin
caksabre217-Apr-09 3:14
caksabre217-Apr-09 3:14 
AnswerRe: Creating a Help Form Pin
Henry Minute17-Apr-09 4:11
Henry Minute17-Apr-09 4:11 
GeneralRe: Creating a Help Form Pin
caksabre217-Apr-09 5:16
caksabre217-Apr-09 5:16 
GeneralRe: Creating a Help Form Pin
Henry Minute17-Apr-09 5:24
Henry Minute17-Apr-09 5:24 
GeneralRe: Creating a Help Form Pin
Naruki19-Apr-09 15:53
Naruki19-Apr-09 15:53 
GeneralRe: Creating a Help Form Pin
Henry Minute19-Apr-09 23:36
Henry Minute19-Apr-09 23:36 
Questionsimple page load query Pin
AndyInUK17-Apr-09 2:39
AndyInUK17-Apr-09 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.