Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: i want to convert from rgb to luv color space Pin
IdUnknown13-Feb-06 8:54
IdUnknown13-Feb-06 8:54 
QuestionMaking form FullScreen, covering Task bar help Pin
Gunn31713-Feb-06 4:47
Gunn31713-Feb-06 4:47 
AnswerRe: Making form FullScreen, covering Task bar help Pin
IdUnknown13-Feb-06 8:42
IdUnknown13-Feb-06 8:42 
GeneralRe: Making form FullScreen, covering Task bar help Pin
Gunn31713-Feb-06 9:25
Gunn31713-Feb-06 9:25 
AnswerRe: Making form FullScreen, covering Task bar help Pin
Sean8913-Feb-06 15:40
Sean8913-Feb-06 15:40 
GeneralRe: Making form FullScreen, covering Task bar help Pin
Gunn31715-Feb-06 2:52
Gunn31715-Feb-06 2:52 
Questionreading third party Snap-in information in MMC programatically Pin
krompo13-Feb-06 4:36
krompo13-Feb-06 4:36 
AnswerRe: reading third party Snap-in information in MMC programatically Pin
J4amieC13-Feb-06 4:59
J4amieC13-Feb-06 4:59 
GeneralRe: reading third party Snap-in information in MMC programatically Pin
krompo13-Feb-06 5:05
krompo13-Feb-06 5:05 
Questioncall a sqlfunction thro service Pin
imsathy13-Feb-06 2:23
imsathy13-Feb-06 2:23 
AnswerRe: call a sqlfunction thro service Pin
Colin Angus Mackay13-Feb-06 3:04
Colin Angus Mackay13-Feb-06 3:04 
QuestionDiscarding Packets programatically Pin
SZKHAN13-Feb-06 2:19
SZKHAN13-Feb-06 2:19 
AnswerRe: Discarding Packets programatically Pin
Colin Angus Mackay13-Feb-06 3:10
Colin Angus Mackay13-Feb-06 3:10 
QuestionDropping a file into a listview Pin
benjymous13-Feb-06 1:52
benjymous13-Feb-06 1:52 
AnswerRe: Dropping a file into a listview Pin
kasik13-Feb-06 2:10
kasik13-Feb-06 2:10 
GeneralRe: Dropping a file into a listview Pin
benjymous13-Feb-06 2:14
benjymous13-Feb-06 2:14 
GeneralRe: Dropping a file into a listview Pin
Robert Rohde13-Feb-06 3:27
Robert Rohde13-Feb-06 3:27 
QuestionUIP Application Block and Modal Window Pin
Abhijeet Ballal13-Feb-06 1:02
Abhijeet Ballal13-Feb-06 1:02 
QuestionUsage of Microsoft FlexgridControl in C#.NET Pin
lsasanka13-Feb-06 0:30
lsasanka13-Feb-06 0:30 
Questionusage of Microsoft Flexgrid in C#.NET Pin
lsasanka13-Feb-06 0:29
lsasanka13-Feb-06 0:29 
QuestionClearing all Controles Pin
Balavardhan12-Feb-06 23:29
Balavardhan12-Feb-06 23:29 
AnswerRe: Clearing all Controles Pin
Ingo12-Feb-06 23:47
Ingo12-Feb-06 23:47 
Using the form.Controls you get all controls. You can get the type from the GetType method. Compare the TypeName with Textbox then you know which controls are textboxes. Then you can touch them, clearing the text.

Greetings,
Ingo


------------------------------
A bug in a Microsoft Product? No! It's not a bug it's an undocumented feature!
AnswerRe: Clearing all Controles Pin
malharone13-Feb-06 2:54
malharone13-Feb-06 2:54 
QuestionConverting a char array containing ASCII values to Unicode string Pin
jayshml12-Feb-06 23:19
jayshml12-Feb-06 23:19 
GeneralRe: Converting a char array containing ASCII values to Unicode string Pin
Guffa12-Feb-06 23:42
Guffa12-Feb-06 23:42 

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.