Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: beginner: array --> function Pin
Daniel Turini28-Nov-04 23:43
Daniel Turini28-Nov-04 23:43 
GeneralRe: beginner: array --> function Pin
dkoder29-Nov-04 21:21
dkoder29-Nov-04 21:21 
GeneralRe: beginner: array --> function Pin
Daniel Turini29-Nov-04 21:41
Daniel Turini29-Nov-04 21:41 
QuestionCan you create instances named at runtime? Pin
JDUK28-Nov-04 23:13
JDUK28-Nov-04 23:13 
AnswerRe: Can you create instances named at runtime? Pin
Daniel Turini28-Nov-04 23:38
Daniel Turini28-Nov-04 23:38 
GeneralPKCS7 padding is invalid and cannot be removed Pin
anderslundsgard28-Nov-04 22:20
anderslundsgard28-Nov-04 22:20 
GeneralMessageBox Pin
Member 109769928-Nov-04 21:46
Member 109769928-Nov-04 21:46 
GeneralRe: MessageBox Pin
Heath Stewart28-Nov-04 22:09
protectorHeath Stewart28-Nov-04 22:09 
You can use MessageBox.Show, but you either need to add using System.Windows.Forms; to the top of your source file, or fully-qualify the class name with the System.Windows.Forms namespace. Your project must also reference the System.Windows.Forms.dll assembly, otherwise it will not compile and you will not see any classes defined in that assembly in the IntelliSense popup. This is true for any classes defined under any namespaces in any assemblies.

It's no different than native DLLs requiring static or dynamic libs in order to link and run, or Java requiring JARs or class files in the CLASSPATH environment variable (or command-line parameter), or VB requiring that an ActiveX control be registered and available on a machine in order to compile and run, etc.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
Generalreverse rotation of image Pin
montu337728-Nov-04 21:39
montu337728-Nov-04 21:39 
GeneralRe: reverse rotation of image Pin
Daniel Turini28-Nov-04 22:28
Daniel Turini28-Nov-04 22:28 
GeneralRe: reverse rotation of image Pin
montu337728-Nov-04 22:56
montu337728-Nov-04 22:56 
GeneralRe: reverse rotation of image Pin
Daniel Turini28-Nov-04 23:35
Daniel Turini28-Nov-04 23:35 
GeneralRe: reverse rotation of image Pin
montu337729-Nov-04 18:27
montu337729-Nov-04 18:27 
Generalflexgrid Pin
Yulianto.28-Nov-04 21:23
Yulianto.28-Nov-04 21:23 
GeneralIP Camera Pin
kimlye28-Nov-04 21:01
kimlye28-Nov-04 21:01 
GeneralRe: IP Camera Pin
Heath Stewart28-Nov-04 22:10
protectorHeath Stewart28-Nov-04 22:10 
GeneralUses SQL to update into MS Access Pin
Member 109769928-Nov-04 20:11
Member 109769928-Nov-04 20:11 
GeneralRe: Uses SQL to update into MS Access Pin
mav.northwind28-Nov-04 20:24
mav.northwind28-Nov-04 20:24 
GeneralRe: Uses SQL to update into MS Access Pin
Heath Stewart28-Nov-04 20:55
protectorHeath Stewart28-Nov-04 20:55 
GeneralRe: Uses SQL to update into MS Access Pin
Vasudevan Deepak Kumar28-Nov-04 23:15
Vasudevan Deepak Kumar28-Nov-04 23:15 
Generalweb service design question Pin
parrot12328-Nov-04 19:39
parrot12328-Nov-04 19:39 
GeneralRe: web service design question Pin
Heath Stewart28-Nov-04 20:59
protectorHeath Stewart28-Nov-04 20:59 
GeneralRe: web service design question Pin
parrot12329-Nov-04 8:48
parrot12329-Nov-04 8:48 
GeneralfileListBox Pin
miracle_monster28-Nov-04 19:27
miracle_monster28-Nov-04 19:27 
GeneralRe: fileListBox Pin
Heath Stewart28-Nov-04 21:40
protectorHeath Stewart28-Nov-04 21:40 

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.