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

C#

 
GeneralRe: about database Pin
Tom Deketelaere26-Mar-09 1:32
professionalTom Deketelaere26-Mar-09 1:32 
GeneralRe: about database Pin
Deresen26-Mar-09 1:37
Deresen26-Mar-09 1:37 
AnswerRe: about database Pin
Mirko198026-Mar-09 0:37
Mirko198026-Mar-09 0:37 
GeneralRe: about database Pin
dcyuhi26-Mar-09 4:44
dcyuhi26-Mar-09 4:44 
AnswerRe: about database Pin
Michael Bookatz26-Mar-09 1:07
Michael Bookatz26-Mar-09 1:07 
QuestionHow to check a email id is valid or not Pin
Sayantan Basu25-Mar-09 23:12
Sayantan Basu25-Mar-09 23:12 
AnswerRe: How to check a email id is valid or not Pin
Eddy Vluggen25-Mar-09 23:20
professionalEddy Vluggen25-Mar-09 23:20 
Questionnot able to view Picture box on the form Pin
saksp25-Mar-09 23:12
saksp25-Mar-09 23:12 
I have written following code but It is not displayed on the form

pictureBox1 = new System.Windows.Forms.PictureBox();
pictureBox1.Location = new Point(Wnd[18].Left + 2, Wnd[18].Top + 2);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new System.Drawing.Size(80, 40);
pictureBox1.Image = new System.Drawing.Bitmap("c:\\bitmap1.bmp");
pictureBox1.Show();
pictureBox1.BringToFront();

what to do ?

thanks

AnswerRe: not able to view Picture box on the form Pin
Tom Deketelaere25-Mar-09 23:16
professionalTom Deketelaere25-Mar-09 23:16 
AnswerRe: not able to view Picture box on the form Pin
N a v a n e e t h25-Mar-09 23:18
N a v a n e e t h25-Mar-09 23:18 
QuestionDisposing variables...... Pin
Hum Dum25-Mar-09 22:59
Hum Dum25-Mar-09 22:59 
AnswerRe: Disposing variables...... Pin
N a v a n e e t h25-Mar-09 23:23
N a v a n e e t h25-Mar-09 23:23 
AnswerRe: Disposing variables...... Pin
Shyam K Pananghat25-Mar-09 23:31
Shyam K Pananghat25-Mar-09 23:31 
Questionhow to retreive Pocket Outlook birthday Information? Pin
Aghosh Babu25-Mar-09 22:35
Aghosh Babu25-Mar-09 22:35 
AnswerRe: how to retreive Pocket Outlook birthday Information? Pin
Deresen25-Mar-09 22:45
Deresen25-Mar-09 22:45 
GeneralRe: how to retreive Pocket Outlook birthday Information? Pin
Aghosh Babu25-Mar-09 22:52
Aghosh Babu25-Mar-09 22:52 
GeneralRe: how to retreive Pocket Outlook birthday Information? Pin
Deresen25-Mar-09 22:59
Deresen25-Mar-09 22:59 
GeneralRe: how to retreive Pocket Outlook birthday Information? Pin
Aghosh Babu25-Mar-09 23:03
Aghosh Babu25-Mar-09 23:03 
GeneralRe: how to retreive Pocket Outlook birthday Information? Pin
Deresen25-Mar-09 23:08
Deresen25-Mar-09 23:08 
QuestionHow to remove title bar of form . Pin
saksp25-Mar-09 22:17
saksp25-Mar-09 22:17 
AnswerRe: How to remove title bar of form . Pin
dan!sh 25-Mar-09 22:24
professional dan!sh 25-Mar-09 22:24 
Question[Message Deleted] Pin
suthakarkrishnan25-Mar-09 21:40
suthakarkrishnan25-Mar-09 21:40 
AnswerRe: Image Clustering using K-means Pin
Deresen25-Mar-09 22:17
Deresen25-Mar-09 22:17 
JokeRe: Image Clustering using K-means Pin
dan!sh 25-Mar-09 22:20
professional dan!sh 25-Mar-09 22:20 
GeneralRe: Image Clustering using K-means Pin
Deresen25-Mar-09 22:23
Deresen25-Mar-09 22:23 

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.