Click here to Skip to main content
15,892,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: catch Console input Pin
Arjan Einbu29-Feb-04 6:53
Arjan Einbu29-Feb-04 6:53 
Generalsecurity Pin
mohammadQ28-Feb-04 23:23
mohammadQ28-Feb-04 23:23 
GeneralRe: security Pin
Dave Kreskowiak29-Feb-04 4:05
mveDave Kreskowiak29-Feb-04 4:05 
GeneralRe: security Pin
Verdant12329-Feb-04 4:50
Verdant12329-Feb-04 4:50 
GeneralDirectX Lighting Pin
SherKar28-Feb-04 23:14
SherKar28-Feb-04 23:14 
QuestionHow to determine if you are currently at designtime ? Pin
Andres Coder28-Feb-04 22:47
Andres Coder28-Feb-04 22:47 
AnswerRe: How to determine if you are currently at designtime ? Pin
Dave Kreskowiak29-Feb-04 4:08
mveDave Kreskowiak29-Feb-04 4:08 
AnswerRe: How to determine if you are currently at designtime ? Pin
ian mariano29-Feb-04 21:01
ian mariano29-Feb-04 21:01 
public void PaintObject()
{
   if (true == this.DesignMode)   DrawRectArountControl();
   else   DoUsualDrawing(); 
}



Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

Generalsecurity Pin
mohammadQ28-Feb-04 21:33
mohammadQ28-Feb-04 21:33 
GeneralRe: security Pin
Mazdak28-Feb-04 21:51
Mazdak28-Feb-04 21:51 
GeneralRe: security Pin
mohammadQ28-Feb-04 22:23
mohammadQ28-Feb-04 22:23 
GeneralRe: security Pin
Mazdak29-Feb-04 1:06
Mazdak29-Feb-04 1:06 
QuestionCan procedures and functions can only be stored in classes (and structs) ? Pin
Andres Coder28-Feb-04 21:05
Andres Coder28-Feb-04 21:05 
AnswerRe: Can procedures and functions can only be stored in classes (and structs) ? Pin
Daniel Turini28-Feb-04 21:22
Daniel Turini28-Feb-04 21:22 
GeneralRe: Can procedures and functions can only be stored in classes (and structs) ? Pin
Andres Coder28-Feb-04 23:08
Andres Coder28-Feb-04 23:08 
GeneralRe: Can procedures and functions can only be stored in classes (and structs) ? Pin
Heath Stewart29-Feb-04 10:18
protectorHeath Stewart29-Feb-04 10:18 
GeneralRe: Can procedures and functions can only be stored in classes (and structs) ? Pin
Daniel Turini29-Feb-04 10:33
Daniel Turini29-Feb-04 10:33 
Generalsocket programming Pin
dabuskol28-Feb-04 20:06
dabuskol28-Feb-04 20:06 
GeneralRe: socket programming Pin
Tom Larsen28-Feb-04 20:30
Tom Larsen28-Feb-04 20:30 
GeneralRe: socket programming Pin
dabuskol28-Feb-04 20:39
dabuskol28-Feb-04 20:39 
GeneralRe: socket programming Pin
Tom Larsen1-Mar-04 4:17
Tom Larsen1-Mar-04 4:17 
GeneralRe: socket programming Pin
dabuskol16-Mar-04 23:04
dabuskol16-Mar-04 23:04 
GeneralRemoval of a forms Captionbar. Pin
Lars Fisker28-Feb-04 18:18
Lars Fisker28-Feb-04 18:18 
GeneralRe: Removal of a forms Captionbar. Pin
Andres Coder28-Feb-04 21:13
Andres Coder28-Feb-04 21:13 
GeneralRe: Removal of a forms Captionbar. Pin
Lars Fisker29-Feb-04 0:48
Lars Fisker29-Feb-04 0:48 

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.