Click here to Skip to main content
15,887,988 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Converting a char array containing ASCII values to Unicode string Pin
jayshml13-Feb-06 1:30
jayshml13-Feb-06 1:30 
AnswerRe: Converting a char array containing ASCII values to Unicode string Pin
Guffa13-Feb-06 4:37
Guffa13-Feb-06 4:37 
Questionhow to set datagrid property in form1 from other forms Pin
hdv21212-Feb-06 23:03
hdv21212-Feb-06 23:03 
AnswerRe: how to set datagrid property in form1 from other forms Pin
iashishi13-Feb-06 18:05
iashishi13-Feb-06 18:05 
QuestionAuto update msde Pin
JacquesDP12-Feb-06 22:30
JacquesDP12-Feb-06 22:30 
AnswerRe: Auto update msde Pin
leppie12-Feb-06 23:07
leppie12-Feb-06 23:07 
QuestionBSTR to c# string Pin
iashishi12-Feb-06 21:07
iashishi12-Feb-06 21:07 
AnswerRe: BSTR to c# string Pin
Tulika Shrivastava12-Feb-06 22:30
Tulika Shrivastava12-Feb-06 22:30 
GeneralRe: BSTR to c# string Pin
iashishi12-Feb-06 23:14
iashishi12-Feb-06 23:14 
AnswerRe: BSTR to c# string Pin
StealthyMark14-Feb-06 6:03
StealthyMark14-Feb-06 6:03 
GeneralRe: BSTR to c# string Pin
iashishi16-Feb-06 22:02
iashishi16-Feb-06 22:02 
QuestionSearch for File Content Pin
truongminhdao12-Feb-06 21:01
truongminhdao12-Feb-06 21:01 
AnswerRe: Search for File Content Pin
leppie12-Feb-06 21:04
leppie12-Feb-06 21:04 
GeneralRe: Search for File Content Pin
mai_thinh12-Feb-06 23:47
mai_thinh12-Feb-06 23:47 

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.