Click here to Skip to main content
15,909,193 members
Home / Discussions / C#
   

C#

 
QuestionGame field Pin
DeathJester_1-Jan-06 9:02
DeathJester_1-Jan-06 9:02 
QuestionProblem Translating Window Coordinates Pin
...---...1-Jan-06 6:52
...---...1-Jan-06 6:52 
AnswerRe: Problem Translating Window Coordinates Pin
Curtis Schlak.3-Jan-06 6:05
Curtis Schlak.3-Jan-06 6:05 
Questionwho can teach me about C#.NET..help me! Pin
azmafaridah1-Jan-06 4:01
azmafaridah1-Jan-06 4:01 
AnswerRe: who can teach me about C#.NET..help me! Pin
Colin Angus Mackay1-Jan-06 6:35
Colin Angus Mackay1-Jan-06 6:35 
QuestionSystem.Collection.Generic Question Pin
Shriniwasan Viswanathan1-Jan-06 3:54
Shriniwasan Viswanathan1-Jan-06 3:54 
AnswerRe: System.Collection.Generic Question Pin
Guffa1-Jan-06 4:23
Guffa1-Jan-06 4:23 
QuestionRe: System.Collection.Generic Question Pin
Shriniwasan Viswanathan1-Jan-06 4:43
Shriniwasan Viswanathan1-Jan-06 4:43 
Took me little bit of thinking... Ofcourse it is System.Reflection...
What I am doing is some what similar to DTS where you match field names from one database to another for transfering data...

Here I have to match Property names to fields and these names are coming from outside...

<br />
Type type = myItems[0].GetType();<br />
PropertyInfo info = type.GetProperty(PROPERTYNAME);<br />
System.Windows.Forms.MessageBox.Show(info.GetValue(myItems[i], null).ToString());<br />

Questionextract URLs of Strings? Pin
ger_creal1-Jan-06 3:01
ger_creal1-Jan-06 3:01 
AnswerRe: extract URLs of Strings? Pin
Xodiak1-Jan-06 10:56
Xodiak1-Jan-06 10:56 
GeneralRe: extract URLs of Strings? Pin
ger_creal2-Jan-06 2:28
ger_creal2-Jan-06 2:28 
AnswerRe: extract URLs of Strings? Pin
Ravi Bhavnani1-Jan-06 15:56
professionalRavi Bhavnani1-Jan-06 15:56 
GeneralRe: extract URLs of Strings? Pin
ger_creal2-Jan-06 2:22
ger_creal2-Jan-06 2:22 
QuestionHow can i access Group policy in C# Pin
smnqamer1-Jan-06 1:20
smnqamer1-Jan-06 1:20 
QuestionNotify LAN (dis)connection Pin
MohammadAmiry31-Dec-05 23:54
MohammadAmiry31-Dec-05 23:54 
QuestionCircle.IntersectsWith Pin
gnjunge31-Dec-05 23:01
gnjunge31-Dec-05 23:01 
AnswerRe: Circle.IntersectsWith Pin
leppie31-Dec-05 23:34
leppie31-Dec-05 23:34 
GeneralRe: Circle.IntersectsWith Pin
gnjunge31-Dec-05 23:47
gnjunge31-Dec-05 23:47 
AnswerRe: Circle.IntersectsWith Pin
Robert Rohde1-Jan-06 2:31
Robert Rohde1-Jan-06 2:31 
QuestionAbout A notifyicon without a form Pin
Amir Jalaly31-Dec-05 20:13
Amir Jalaly31-Dec-05 20:13 
AnswerRe: About A notifyicon without a form Pin
Dave Kreskowiak1-Jan-06 7:22
mveDave Kreskowiak1-Jan-06 7:22 
GeneralRe: About A notifyicon without a form Pin
Amir Jalaly1-Jan-06 20:38
Amir Jalaly1-Jan-06 20:38 
GeneralRe: About A notifyicon without a form Pin
Dave Kreskowiak2-Jan-06 10:48
mveDave Kreskowiak2-Jan-06 10:48 
GeneralRe: About A notifyicon without a form Pin
Amir Jalaly2-Jan-06 19:38
Amir Jalaly2-Jan-06 19:38 
GeneralRe: About A notifyicon without a form Pin
Dave Kreskowiak3-Jan-06 2:18
mveDave Kreskowiak3-Jan-06 2:18 

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.