Click here to Skip to main content
15,796,982 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to update a class property with a timer Pin
Luc Pattyn3-Jul-07 4:06
sitebuilderLuc Pattyn3-Jul-07 4:06 
GeneralRe: How to update a class property with a timer Pin
pusch3-Jul-07 6:13
pusch3-Jul-07 6:13 
GeneralRe: How to update a class property with a timer Pin
Luc Pattyn3-Jul-07 6:30
sitebuilderLuc Pattyn3-Jul-07 6:30 
GeneralRe: How to update a class property with a timer Pin
pusch3-Jul-07 7:04
pusch3-Jul-07 7:04 
AnswerRe: How to update a class property with a timer Pin
Jimmanuel3-Jul-07 6:47
Jimmanuel3-Jul-07 6:47 
GeneralRe: How to update a class property with a timer Pin
pusch3-Jul-07 7:15
pusch3-Jul-07 7:15 
QuestionText Disappear From MessageBox Pin
Himanshu_ITDevloper3-Jul-07 3:37
Himanshu_ITDevloper3-Jul-07 3:37 
AnswerRe: Text Disappear From MessageBox Pin
Dave Sexton3-Jul-07 3:58
Dave Sexton3-Jul-07 3:58 
You only need to post your question once. Someone will answer eventually.

Your code should look something like this

private void button1_Click(object sender, EventArgs e)
       {
           MessageBox.Show("Hello");
       }


I would seriously suggest buying a book and working through it to get started in programming before looking for help online. Learn the basics first.


I think I'm going to call my next project "Chuck Norris". It's a sure way to guarantee it's unbreakable.

• • •

But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson


AnswerRe: Text Disappear From MessageBox Pin
mfmaneef3-Jul-07 10:45
mfmaneef3-Jul-07 10:45 
QuestionDisappear Text From MessageBox Pin
shah_pranav13-Jul-07 3:20
shah_pranav13-Jul-07 3:20 
AnswerRe: Disappear Text From MessageBox Pin
Judah Gabriel Himango3-Jul-07 5:34
sponsorJudah Gabriel Himango3-Jul-07 5:34 
Questionfetch jpeg image dimension without load it Pin
small_programmer3-Jul-07 3:18
small_programmer3-Jul-07 3:18 
AnswerRe: fetch jpeg image dimension without load it Pin
Pete O'Hanlon3-Jul-07 3:26
subeditorPete O'Hanlon3-Jul-07 3:26 
GeneralRe: fetch jpeg image dimension without load it Pin
small_programmer3-Jul-07 3:39
small_programmer3-Jul-07 3:39 
GeneralRe: fetch jpeg image dimension without load it Pin
Luc Pattyn3-Jul-07 3:45
sitebuilderLuc Pattyn3-Jul-07 3:45 
GeneralRe: fetch jpeg image dimension without load it [modified] Pin
small_programmer3-Jul-07 3:57
small_programmer3-Jul-07 3:57 
GeneralRe: fetch jpeg image dimension without load it Pin
Dave Kreskowiak3-Jul-07 7:51
mveDave Kreskowiak3-Jul-07 7:51 
QuestionRe: fetch jpeg image dimension without load it Pin
small_programmer10-Jul-07 3:55
small_programmer10-Jul-07 3:55 
AnswerRe: fetch jpeg image dimension without load it Pin
Dave Kreskowiak10-Jul-07 13:26
mveDave Kreskowiak10-Jul-07 13:26 
GeneralRe: fetch jpeg image dimension without load it Pin
Pete O'Hanlon3-Jul-07 3:50
subeditorPete O'Hanlon3-Jul-07 3:50 
GeneralRe: fetch jpeg image dimension without load it Pin
small_programmer3-Jul-07 4:00
small_programmer3-Jul-07 4:00 
GeneralRe: fetch jpeg image dimension without load it Pin
Colin Angus Mackay3-Jul-07 4:43
Colin Angus Mackay3-Jul-07 4:43 
GeneralRe: fetch jpeg image dimension without load it Pin
small_programmer3-Jul-07 5:09
small_programmer3-Jul-07 5:09 
AnswerRe: fetch jpeg image dimension without load it [modified] Pin
small_programmer3-Jul-07 5:50
small_programmer3-Jul-07 5:50 
QuestionHow to save images into Access DataBase Pin
AR Reddy3-Jul-07 3:15
AR Reddy3-Jul-07 3:15 

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.