Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display image in Image control or Bitmap Pin
B8717-Nov-08 1:08
B8717-Nov-08 1:08 
GeneralRe: Display image in Image control or Bitmap Pin
Giorgi Dalakishvili17-Nov-08 1:11
mentorGiorgi Dalakishvili17-Nov-08 1:11 
GeneralRe: Display image in Image control or Bitmap Pin
B8717-Nov-08 1:40
B8717-Nov-08 1:40 
GeneralRe: Display image in Image control or Bitmap Pin
nelsonpaixao17-Nov-08 12:50
nelsonpaixao17-Nov-08 12:50 
QuestionHow to write and read the data from USB port within the same application? Pin
Shivarudrayya H17-Nov-08 0:39
Shivarudrayya H17-Nov-08 0:39 
AnswerRe: How to write and read the data from USB port within the same application? Pin
Scalee17-Nov-08 1:30
Scalee17-Nov-08 1:30 
QuestionAdd new control from one Form to another Form but how? Pin
zeeShan anSari16-Nov-08 23:47
zeeShan anSari16-Nov-08 23:47 
AnswerRe: Add new control from one Form to another Form but how? Pin
Simon P Stevens16-Nov-08 23:54
Simon P Stevens16-Nov-08 23:54 
A GUI control can't appear on two forms at the same time.

Just like you can't have the same button appear twice on one form. A GUI control has only 1 visual representation at a time. If you want two buttons you need to create 2 buttons, not try and use the same button twice.

(You can create 2 buttons and attach them both to the same event handlers if you want them to call the same code)

Simon

GeneralRe: Add new control from one Form to another Form but how? Pin
zeeShan anSari17-Nov-08 0:05
zeeShan anSari17-Nov-08 0:05 
GeneralRe: Add new control from one Form to another Form but how? Pin
Simon P Stevens17-Nov-08 0:14
Simon P Stevens17-Nov-08 0:14 
GeneralRe: Add new control from one Form to another Form but how? Pin
zeeShan anSari17-Nov-08 0:24
zeeShan anSari17-Nov-08 0:24 
GeneralRe: Add new control from one Form to another Form but how? Pin
Simon P Stevens17-Nov-08 0:31
Simon P Stevens17-Nov-08 0:31 
GeneralRe: Add new control from one Form to another Form but how? Pin
zeeShan anSari17-Nov-08 0:52
zeeShan anSari17-Nov-08 0:52 
GeneralRe: Add new control from one Form to another Form but how? Pin
zeeShan anSari17-Nov-08 0:59
zeeShan anSari17-Nov-08 0:59 
QuestionDispalying data in word document Pin
sram1516-Nov-08 23:23
sram1516-Nov-08 23:23 
AnswerRe: Dispalying data in word document Pin
Simon P Stevens16-Nov-08 23:35
Simon P Stevens16-Nov-08 23:35 
GeneralRe: Dispalying data in word document Pin
sram1517-Nov-08 19:37
sram1517-Nov-08 19:37 
GeneralRe: Dispalying data in word document Pin
Simon P Stevens17-Nov-08 21:42
Simon P Stevens17-Nov-08 21:42 
GeneralRe: Dispalying data in word document Pin
sivaddrahcir11-Feb-09 8:43
sivaddrahcir11-Feb-09 8:43 
QuestionMax Value Pin
Zeyad Jalil16-Nov-08 22:34
professionalZeyad Jalil16-Nov-08 22:34 
AnswerRe: Max Value Pin
Simon P Stevens16-Nov-08 22:51
Simon P Stevens16-Nov-08 22:51 
GeneralRe: Max Value Pin
Zeyad Jalil16-Nov-08 22:56
professionalZeyad Jalil16-Nov-08 22:56 
GeneralRe: Max Value Pin
Simon P Stevens16-Nov-08 23:22
Simon P Stevens16-Nov-08 23:22 
GeneralRe: Max Value Pin
HosamAly17-Nov-08 2:56
HosamAly17-Nov-08 2:56 
QuestionLast row insrted into database? Pin
Zeyad Jalil16-Nov-08 22:13
professionalZeyad Jalil16-Nov-08 22:13 

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.