Click here to Skip to main content
15,929,581 members
Home / Discussions / C#
   

C#

 
GeneralRe: URGENT : Display HTML Document into an Application Form Pin
Pete O'Hanlon17-Nov-06 1:25
mvePete O'Hanlon17-Nov-06 1:25 
GeneralRe: URGENT : Display HTML Document into an Application Form Pin
Ahmad_kaau17-Nov-06 2:10
Ahmad_kaau17-Nov-06 2:10 
GeneralRe: URGENT : Display HTML Document into an Application Form Pin
Pete O'Hanlon17-Nov-06 3:35
mvePete O'Hanlon17-Nov-06 3:35 
GeneralRe: URGENT : Display HTML Document into an Application Form Pin
Ahmad_kaau17-Nov-06 4:45
Ahmad_kaau17-Nov-06 4:45 
AnswerRe: URGENT : Display HTML Document into an Application Form Pin
ejuanpp16-Nov-06 23:41
ejuanpp16-Nov-06 23:41 
Questionhow to set a property in CustomWebControl like WinForm TextBox's 'lines' Property Pin
wstech16-Nov-06 23:16
wstech16-Nov-06 23:16 
QuestionClose ModalForm & refresh Listbox on Main Form Pin
GermanDM16-Nov-06 23:08
GermanDM16-Nov-06 23:08 
AnswerRe: Close ModalForm & refresh Listbox on Main Form Pin
Christian Graus16-Nov-06 23:41
protectorChristian Graus16-Nov-06 23:41 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
GermanDM17-Nov-06 0:47
GermanDM17-Nov-06 0:47 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
quiteSmart17-Nov-06 1:05
quiteSmart17-Nov-06 1:05 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
GermanDM17-Nov-06 1:23
GermanDM17-Nov-06 1:23 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
quiteSmart17-Nov-06 1:56
quiteSmart17-Nov-06 1:56 
QuestionSend Bitmap directly to the printer. Pin
Martin#16-Nov-06 22:32
Martin#16-Nov-06 22:32 
AnswerRe: Send Bitmap directly to the printer. Pin
Robert Rohde16-Nov-06 22:36
Robert Rohde16-Nov-06 22:36 
GeneralRe: Send Bitmap directly to the printer. Pin
Martin#16-Nov-06 22:42
Martin#16-Nov-06 22:42 
GeneralRe: Send Bitmap directly to the printer. Pin
Martin#16-Nov-06 23:12
Martin#16-Nov-06 23:12 
QuestionLabel.TextAlign problem Pin
stancrm16-Nov-06 22:18
stancrm16-Nov-06 22:18 
AnswerRe: Label.TextAlign problem Pin
Robert Rohde16-Nov-06 22:32
Robert Rohde16-Nov-06 22:32 
QuestionScaling Images in Data Grid View cell Pin
rahuljosh007200016-Nov-06 22:12
rahuljosh007200016-Nov-06 22:12 
AnswerRe: Scaling Images in Data Grid View cell Pin
Robert Rohde16-Nov-06 22:37
Robert Rohde16-Nov-06 22:37 
GeneralRe: Scaling Images in Data Grid View cell Pin
rahuljosh007200016-Nov-06 23:56
rahuljosh007200016-Nov-06 23:56 
QuestionObject refernce from its string name Pin
RuslanKulubaev16-Nov-06 21:45
RuslanKulubaev16-Nov-06 21:45 
AnswerRe: Object refernce from its string name Pin
Christian Graus16-Nov-06 21:48
protectorChristian Graus16-Nov-06 21:48 
AnswerRe: Object refernce from its string name Pin
Russell Jones17-Nov-06 0:21
Russell Jones17-Nov-06 0:21 
QuestionGetting reference to object from its stringname c# Pin
RuslanKulubaev16-Nov-06 21:42
RuslanKulubaev16-Nov-06 21:42 
I am trying to get a reference to an object by its name (string). Can we do this in C#. Please help.

Object objA = new object();

I wanna get reference to objA, by saying something like GetReference("objA")

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.