Click here to Skip to main content
15,900,815 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to close a messagebox Pin
engsrini17-Oct-06 3:38
engsrini17-Oct-06 3:38 
AnswerRe: How to close a messagebox Pin
Guffa17-Oct-06 4:45
Guffa17-Oct-06 4:45 
GeneralRe: How to close a messagebox Pin
Dan Neely17-Oct-06 7:11
Dan Neely17-Oct-06 7:11 
QuestionProblem with set button.Image By Icon.` Pin
hdv21217-Oct-06 2:24
hdv21217-Oct-06 2:24 
QuestionHow to implement dinamicly an interface? Pin
nmpsantos17-Oct-06 1:39
nmpsantos17-Oct-06 1:39 
AnswerRe: How to implement dinamicly an interface? Pin
Stefan Troschuetz17-Oct-06 4:30
Stefan Troschuetz17-Oct-06 4:30 
QuestionRe: How to implement dinamicly an interface? Pin
nmpsantos17-Oct-06 7:13
nmpsantos17-Oct-06 7:13 
AnswerRe: How to implement dinamicly an interface? Pin
Stefan Troschuetz17-Oct-06 11:30
Stefan Troschuetz17-Oct-06 11:30 
Assuming your interface is named "IMyInterface" you will have something like:
IMyInterface var = (IMyInterface) Activator.CreateInstance(formType);
with formType being the type object of your form.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

QuestionComponent for pairwise scoring Pin
ecscheng17-Oct-06 1:28
ecscheng17-Oct-06 1:28 
Questionnewbie: I want to sort a listbox, not the smallest value first! Pin
hristo197717-Oct-06 1:25
hristo197717-Oct-06 1:25 
QuestionHow can i access the usb port in VC#.net 2003 and framework1.1 Pin
premkamalg17-Oct-06 0:55
premkamalg17-Oct-06 0:55 
AnswerRe: How can i access the usb port in VC#.net 2003 and framework1.1 Pin
bearfx17-Oct-06 4:32
bearfx17-Oct-06 4:32 
QuestionSystem.Runtime.InteropServices.ExternalException Pin
ampk17-Oct-06 0:40
ampk17-Oct-06 0:40 
Questionhow to plot ? Pin
s4_sabahatf16-Oct-06 23:33
s4_sabahatf16-Oct-06 23:33 
AnswerRe: how to plot ? Pin
Stefan Troschuetz17-Oct-06 0:07
Stefan Troschuetz17-Oct-06 0:07 
QuestionRange validation attribute Pin
praveenqwe16-Oct-06 23:12
praveenqwe16-Oct-06 23:12 
QuestionControl Development Resources Pin
Brady Kelly16-Oct-06 22:41
Brady Kelly16-Oct-06 22:41 
AnswerRe: Control Development Resources Pin
J4amieC16-Oct-06 22:46
J4amieC16-Oct-06 22:46 
QuestionRichTextBox - Scrolling to the current line ? Pin
fracalifa16-Oct-06 22:28
fracalifa16-Oct-06 22:28 
AnswerRe: RichTextBox - Scrolling to the current line ? Pin
sam#16-Oct-06 22:39
sam#16-Oct-06 22:39 
GeneralRe: RichTextBox - Scrolling to the current line ? Pin
fracalifa16-Oct-06 22:55
fracalifa16-Oct-06 22:55 
GeneralRe: RichTextBox - Scrolling to the current line ? Pin
AB777116-Oct-06 23:17
AB777116-Oct-06 23:17 
GeneralRe: RichTextBox - Scrolling to the current line ? Pin
fracalifa16-Oct-06 23:40
fracalifa16-Oct-06 23:40 
GeneralRe: RichTextBox - Scrolling to the current line ? Pin
AB777116-Oct-06 23:46
AB777116-Oct-06 23:46 
GeneralRe: RichTextBox - Scrolling to the current line ? Pin
fracalifa16-Oct-06 23:59
fracalifa16-Oct-06 23:59 

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.