Click here to Skip to main content
16,006,378 members
Home / Discussions / C#
   

C#

 
QuestionHow to copy Bitmap Pin
sandeepkavade23-Mar-07 1:00
sandeepkavade23-Mar-07 1:00 
AnswerRe: How to copy Bitmap Pin
Guffa23-Mar-07 1:04
Guffa23-Mar-07 1:04 
QuestionXmlSerializer Pin
darkcalin23-Mar-07 0:42
darkcalin23-Mar-07 0:42 
AnswerRe: XmlSerializer Pin
stancrm23-Mar-07 1:28
stancrm23-Mar-07 1:28 
AnswerRe: XmlSerializer Pin
Stefan Troschuetz23-Mar-07 1:28
Stefan Troschuetz23-Mar-07 1:28 
AnswerRe: XmlSerializer Pin
joon vh.23-Mar-07 2:41
joon vh.23-Mar-07 2:41 
QuestionProblem with refreshing contents of form Pin
Affan Toor23-Mar-07 0:23
Affan Toor23-Mar-07 0:23 
AnswerRe: Problem with refreshing contents of form Pin
joon vh.23-Mar-07 0:46
joon vh.23-Mar-07 0:46 
you don't need any special function.
I tried this, and it works:

private void timer1_Tick(object sender, EventArgs e)
{
    dateTimePicker1.Value = DateTime.Now;
}


Make sure you set the timer interval to anything smaller than 1000 and that it is enabled (standard it is disabled)



Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

GeneralRe: Problem with refreshing contents of form Pin
Affan Toor26-Mar-07 5:16
Affan Toor26-Mar-07 5:16 
AnswerRe: Problem with refreshing contents of form Pin
Stefan Troschuetz23-Mar-07 1:16
Stefan Troschuetz23-Mar-07 1:16 
GeneralRe: Problem with refreshing contents of form Pin
Affan Toor26-Mar-07 5:13
Affan Toor26-Mar-07 5:13 
GeneralRe: Problem with refreshing contents of form Pin
Stefan Troschuetz26-Mar-07 5:30
Stefan Troschuetz26-Mar-07 5:30 
AnswerRe: Problem with refreshing contents of form Pin
Abolfazl Sheikhloo25-Mar-07 20:26
Abolfazl Sheikhloo25-Mar-07 20:26 
QuestionProject Indicator Pin
Pafflik22-Mar-07 23:57
Pafflik22-Mar-07 23:57 
AnswerRe: Project Indicator Pin
Keshav V. Kamat23-Mar-07 0:01
Keshav V. Kamat23-Mar-07 0:01 
GeneralRe: Project Indicator Pin
Pafflik23-Mar-07 0:16
Pafflik23-Mar-07 0:16 
GeneralRe: Project Indicator Pin
Pete O'Hanlon23-Mar-07 1:17
mvePete O'Hanlon23-Mar-07 1:17 
GeneralRe: Project Indicator Pin
Pafflik23-Mar-07 1:33
Pafflik23-Mar-07 1:33 
QuestionAdd uninstaller to install directory and shortcuts Pin
Ollie198622-Mar-07 23:47
Ollie198622-Mar-07 23:47 
AnswerRe: Add uninstaller to install directory and shortcuts Pin
Kashif Iqbal Khan24-Mar-07 4:23
Kashif Iqbal Khan24-Mar-07 4:23 
QuestionCombine 'open file' and 'open folder' dialog Pin
nathan722-Mar-07 23:34
nathan722-Mar-07 23:34 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Keshav V. Kamat22-Mar-07 23:53
Keshav V. Kamat22-Mar-07 23:53 
GeneralRe: Combine 'open file' and 'open folder' dialog Pin
Stefan Troschuetz23-Mar-07 0:10
Stefan Troschuetz23-Mar-07 0:10 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Keshav V. Kamat22-Mar-07 23:56
Keshav V. Kamat22-Mar-07 23:56 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Stefan Troschuetz23-Mar-07 0:15
Stefan Troschuetz23-Mar-07 0: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.