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

C#

 
GeneraltextBox_KeyUp Pin
exhaulted1-Oct-04 1:56
exhaulted1-Oct-04 1:56 
GeneralRe: textBox_KeyUp Pin
Nnamdi Onyeyiri1-Oct-04 2:56
Nnamdi Onyeyiri1-Oct-04 2:56 
GeneralRe: textBox_KeyUp Pin
exhaulted1-Oct-04 4:50
exhaulted1-Oct-04 4:50 
QuestionC# Express 2005 beta - Which project files shouldn't go under source control? Pin
benjymous1-Oct-04 1:05
benjymous1-Oct-04 1:05 
AnswerRe: C# Express 2005 beta - Which project files shouldn't go under source control? Pin
IronSnake1-Oct-04 3:15
IronSnake1-Oct-04 3:15 
GeneralIOleCommandTarget in a .net COM server! HELP! HELP!! Pin
SmallUmka30-Sep-04 23:49
SmallUmka30-Sep-04 23:49 
GeneralGetThumbNailImageAbort Pin
Nick Seng30-Sep-04 23:24
Nick Seng30-Sep-04 23:24 
GeneralRe: GetThumbNailImageAbort Pin
Nick Parker1-Oct-04 6:09
protectorNick Parker1-Oct-04 6:09 
Nick Seng wrote:
Is this a bug? Has anyone seen this before? Or am I just missing something?

You not only need to make sure your code uses a using statement to reference the assembly but you also have to make sure the compiler references the appropriate assembly as well. If you are using Visual Studio .NET you can simply add a reference to System.Drawing.dll, but if you are compiling using the command line compiler you will need to add it to the /reference switch.

- Nick Parker
My Blog | My Articles

GeneralRe: GetThumbNailImageAbort Pin
Nick Seng1-Oct-04 8:23
Nick Seng1-Oct-04 8:23 
GeneralCollectionForm Pin
Claudia Peschke30-Sep-04 21:48
Claudia Peschke30-Sep-04 21:48 
Generaltables Pin
pat27088130-Sep-04 21:37
pat27088130-Sep-04 21:37 
Generalmaking 'AmbientProperties' Pin
Roger Alsing30-Sep-04 20:53
Roger Alsing30-Sep-04 20:53 
Generalout-of-memory exception thrown when using Find Pin
clatten30-Sep-04 20:37
clatten30-Sep-04 20:37 
GeneralRe: out-of-memory exception thrown when using Find Pin
clatten1-Oct-04 0:10
clatten1-Oct-04 0:10 
QuestionWill this cause memory leak? Pin
mitreviper30-Sep-04 20:22
mitreviper30-Sep-04 20:22 
AnswerRe: Will this cause memory leak? Pin
Stefan Troschuetz30-Sep-04 21:31
Stefan Troschuetz30-Sep-04 21:31 
AnswerRe: Will this cause memory leak? Pin
Nnamdi Onyeyiri1-Oct-04 2:59
Nnamdi Onyeyiri1-Oct-04 2:59 
AnswerRe: Will this cause memory leak? Pin
Nemanja Trifunovic1-Oct-04 6:24
Nemanja Trifunovic1-Oct-04 6:24 
GeneralDataGrid Select Pin
jzb30-Sep-04 16:58
jzb30-Sep-04 16:58 
GeneralRe: DataGrid Select Pin
Christian Graus30-Sep-04 17:07
protectorChristian Graus30-Sep-04 17:07 
GeneralRe: DataGrid Select Pin
IronSnake1-Oct-04 3:08
IronSnake1-Oct-04 3:08 
Generalweb site Pin
cmarmr30-Sep-04 14:52
cmarmr30-Sep-04 14:52 
GeneralRe: web site Pin
Christian Graus30-Sep-04 15:12
protectorChristian Graus30-Sep-04 15:12 
GeneralRe: web site Pin
Nick Parker30-Sep-04 17:18
protectorNick Parker30-Sep-04 17:18 
GeneralThis crashes out on me on dataAdapter.Fill(ds) Pin
mcupryk30-Sep-04 14:40
mcupryk30-Sep-04 14: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.