Click here to Skip to main content
15,909,827 members
Home / Discussions / C#
   

C#

 
QuestionCalendar Week VIew Pin
kKamel6-Aug-09 1:39
kKamel6-Aug-09 1:39 
AnswerRe: Calendar Week VIew Pin
Super Lloyd6-Aug-09 1:50
Super Lloyd6-Aug-09 1:50 
Questionhow to get the cursor location of textbox(numberbox Control) Pin
ansriharsha6-Aug-09 1:26
ansriharsha6-Aug-09 1:26 
AnswerRe: how to get the cursor location of textbox(numberbox Control) Pin
Super Lloyd6-Aug-09 1:51
Super Lloyd6-Aug-09 1:51 
GeneralRe: how to get the cursor location of textbox(numberbox Control) Pin
ansriharsha11-Aug-09 20:55
ansriharsha11-Aug-09 20:55 
QuestionHow to get the value onto the column in datagridview Pin
Anjani Poornima6-Aug-09 0:36
Anjani Poornima6-Aug-09 0:36 
AnswerRe: How to get the value onto the column in datagridview Pin
dan!sh 6-Aug-09 1:00
professional dan!sh 6-Aug-09 1:00 
Questiondisplay picturebox Pin
msrezapro5-Aug-09 23:44
msrezapro5-Aug-09 23:44 
Hi.
i want to display an gif image in picturebox cuncurrent with for().below is my code,but image dont load while for() is running.
please help me.thanks.

private void button1_Click(object sender, EventArgs e)
        {
            PictureBox pic = new PictureBox();
            pic.Image = Image.FromFile("c:\\1.gif");
            this.Controls.Add(pic);

            for (int i = 0; i < int.MaxValue; i++)
            {
                //my work
            }
            pic.Dispose();
        }

AnswerRe: display picturebox Pin
Tamer Oz6-Aug-09 0:09
Tamer Oz6-Aug-09 0:09 
AnswerRe: display picturebox Pin
dan!sh 6-Aug-09 0:39
professional dan!sh 6-Aug-09 0:39 
AnswerRe: display picturebox Pin
Luc Pattyn6-Aug-09 1:21
sitebuilderLuc Pattyn6-Aug-09 1:21 
Questionflashy string :) Pin
_Q12_5-Aug-09 23:05
_Q12_5-Aug-09 23:05 
AnswerRe: flashy string :) Pin
OriginalGriff5-Aug-09 23:14
mveOriginalGriff5-Aug-09 23:14 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 0:33
_Q12_6-Aug-09 0:33 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 0:38
_Q12_6-Aug-09 0:38 
GeneralRe: flashy string :) [modified] Pin
_Q12_6-Aug-09 0:44
_Q12_6-Aug-09 0:44 
GeneralRe: flashy string :) Pin
Luc Pattyn6-Aug-09 1:23
sitebuilderLuc Pattyn6-Aug-09 1:23 
GeneralRe: flashy string :) Pin
OriginalGriff6-Aug-09 1:25
mveOriginalGriff6-Aug-09 1:25 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 8:11
_Q12_6-Aug-09 8:11 
GeneralRe: flashy string :) Pin
OriginalGriff6-Aug-09 8:50
mveOriginalGriff6-Aug-09 8:50 
GeneralRe: flashy string :) ... now a matrix of leds :) Pin
_Q12_6-Aug-09 14:00
_Q12_6-Aug-09 14:00 
GeneralRe: flashy string :) ... now a matrix of leds :) Pin
OriginalGriff6-Aug-09 21:19
mveOriginalGriff6-Aug-09 21:19 
QuestionAdd text file contents to a listview Pin
iNutR5-Aug-09 21:14
iNutR5-Aug-09 21:14 
AnswerRe: Add text file contents to a listview Pin
musefan5-Aug-09 21:59
musefan5-Aug-09 21:59 
QuestionStore multiple checkbox values in a single field in database Pin
elci5-Aug-09 20:54
elci5-Aug-09 20:54 

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.