Click here to Skip to main content
16,005,066 members
Home / Discussions / C#
   

C#

 
QuestionFind color in specific area of screen Pin
Kristian Sixhøj10-Feb-09 22:35
Kristian Sixhøj10-Feb-09 22:35 
AnswerRe: Find color in specific area of screen Pin
SeMartens10-Feb-09 22:44
SeMartens10-Feb-09 22:44 
GeneralRe: Find color in specific area of screen Pin
Kristian Sixhøj10-Feb-09 23:13
Kristian Sixhøj10-Feb-09 23:13 
AnswerRe: Find color in specific area of screen Pin
musefan10-Feb-09 23:09
musefan10-Feb-09 23:09 
GeneralRe: Find color in specific area of screen Pin
Kristian Sixhøj10-Feb-09 23:13
Kristian Sixhøj10-Feb-09 23:13 
QuestionHow to retrive datatables From Database [modified] Pin
lavankumar10-Feb-09 22:10
lavankumar10-Feb-09 22:10 
AnswerRe: How to retrive datatables From Database Pin
Rob Philpott10-Feb-09 22:28
Rob Philpott10-Feb-09 22:28 
Questioncomparing two datetimepickers Pin
Deresen10-Feb-09 21:59
Deresen10-Feb-09 21:59 
I'm building a screen with windows form. I need to have a start day and end day.
To solve this I'm using two dateTimePickers, one for the start and one for the end day.

When people change the end date before the start date, the start date will be that from the end date.
But when people change the start date to after the end date, the start date should be the end date. So the end date is like the master dtp.

Now there is a problem to implement this in windows XP. The error occurs when people select the start date and press the 'month further' button. When this happens, an event goes of (value changed) and there will be a check (start date before end date), if this is false the start date is set again (event goes of again) and a messagebox is shown.
But the strange thing is that directly after the first messagebox a next messagebox is shown (and the startdate is 1 month higher than before, this loops until eternity (or you close all the messageboxes with pushing enter).
In Windows Vista this won't occur.
I guess that the event (month-further-clicked) is remembered by the computer and therefore occur everytime.

But what is the workaround for this strange bug?
QuestionGetting an Image via web cam using C# Pin
thite_nilesh10-Feb-09 21:49
thite_nilesh10-Feb-09 21:49 
Questionprogressbar further Issue Pin
MumbleB10-Feb-09 21:28
MumbleB10-Feb-09 21:28 
AnswerRe: progressbar further Issue Pin
ABitSmart10-Feb-09 21:57
ABitSmart10-Feb-09 21:57 
GeneralRe: progressbar further Issue Pin
MumbleB11-Feb-09 0:36
MumbleB11-Feb-09 0:36 
GeneralRe: progressbar further Issue Pin
MumbleB11-Feb-09 0:49
MumbleB11-Feb-09 0:49 
GeneralRe: progressbar further Issue Pin
ABitSmart11-Feb-09 1:18
ABitSmart11-Feb-09 1:18 
AnswerRe: progressbar further Issue Pin
Luc Pattyn11-Feb-09 0:36
sitebuilderLuc Pattyn11-Feb-09 0:36 
GeneralRe: progressbar further Issue Pin
MumbleB11-Feb-09 0:52
MumbleB11-Feb-09 0:52 
AnswerRe: progressbar further Issue Pin
Luc Pattyn11-Feb-09 1:02
sitebuilderLuc Pattyn11-Feb-09 1:02 
GeneralRe: progressbar further Issue Pin
MumbleB11-Feb-09 1:06
MumbleB11-Feb-09 1:06 
AnswerRe: progressbar further Issue Pin
Luc Pattyn11-Feb-09 1:42
sitebuilderLuc Pattyn11-Feb-09 1:42 
QuestionHow to call public void with javascript!? Pin
ashkan_ertefa10-Feb-09 21:06
ashkan_ertefa10-Feb-09 21:06 
QuestionIMAGE RETREIVAL PROBLEM FROM ACCESS DATABASE Pin
aashish.saalvi10-Feb-09 20:48
aashish.saalvi10-Feb-09 20:48 
AnswerRe: IMAGE RETREIVAL PROBLEM FROM ACCESS DATABASE Pin
SeMartens10-Feb-09 22:20
SeMartens10-Feb-09 22:20 
GeneralSMS Project Pin
oviyaa10-Feb-09 20:48
oviyaa10-Feb-09 20:48 
GeneralRe: SMS Project Pin
Smithers-Jones10-Feb-09 22:23
Smithers-Jones10-Feb-09 22:23 
GeneralRe: SMS Project Pin
DrawWindow10-Feb-09 23:01
DrawWindow10-Feb-09 23:01 

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.