Click here to Skip to main content
15,907,910 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I get MAC address of computers inlocal network in C# programming Pin
Haseeb Mukhtar31-Oct-06 20:10
Haseeb Mukhtar31-Oct-06 20:10 
AnswerRe: How can I get MAC address of computers inlocal network in C# programming Pin
hswuzh17-May-09 21:54
hswuzh17-May-09 21:54 
QuestionHow can I get MAC address of computers inlocal network Pin
samirawww31-Oct-06 19:50
samirawww31-Oct-06 19:50 
AnswerRe: How can I get MAC address of computers inlocal network [modified] Pin
Irfan Kothari1-Nov-06 1:48
Irfan Kothari1-Nov-06 1:48 
Questionhow to get installed browser plugins names of a pc Pin
souravmoy sau31-Oct-06 19:02
souravmoy sau31-Oct-06 19:02 
QuestionNEC MAC Address Pin
Reader Man San31-Oct-06 18:51
professionalReader Man San31-Oct-06 18:51 
QuestionRemoving the Close button on Modal Dialog Pin
bankai12331-Oct-06 18:06
bankai12331-Oct-06 18:06 
AnswerRe: Removing the Close button on Modal Dialog Pin
sam#31-Oct-06 18:26
sam#31-Oct-06 18:26 
write your code int Dispose Method.e.g
protected override void Dispose( bool disposing )<br />
		{<br />
                      // put your message here <br />
<br />
                        if(DialogResult.Yes==MessageBox.Show("Do you Want to quit?","Quit",MessageBoxButtons.YesNo))<br />
                       {<br />
			if( disposing )<br />
			{<br />
				if(components != null)<br />
				{<br />
					components.Dispose();<br />
				}<br />
			}<br />
			base.Dispose( disposing );<br />
                       }<br />
                        else<br />
                          return;<br />
		}<br />

GeneralRe: Removing the Close button on Modal Dialog Pin
bankai12331-Oct-06 18:31
bankai12331-Oct-06 18:31 
GeneralRe: Removing the Close button on Modal Dialog Pin
Robert Rohde31-Oct-06 19:21
Robert Rohde31-Oct-06 19:21 
AnswerRe: Removing the Close button on Modal Dialog Pin
Robert Rohde31-Oct-06 19:23
Robert Rohde31-Oct-06 19:23 
GeneralRe: Removing the Close button on Modal Dialog Pin
sam#31-Oct-06 19:33
sam#31-Oct-06 19:33 
GeneralRe: Removing the Close button on Modal Dialog Pin
Robert Rohde31-Oct-06 21:29
Robert Rohde31-Oct-06 21:29 
AnswerRe: Removing the Close button on Modal Dialog Pin
Stefan Troschuetz31-Oct-06 21:27
Stefan Troschuetz31-Oct-06 21:27 
GeneralRe: Removing the Close button on Modal Dialog Pin
bankai1231-Nov-06 1:46
bankai1231-Nov-06 1:46 
QuestionGet Data from Lookup Form Pin
MJay31-Oct-06 16:28
MJay31-Oct-06 16:28 
AnswerRe: Get Data from Lookup Form Pin
luckykhalid31-Oct-06 18:48
luckykhalid31-Oct-06 18:48 
GeneralRe: Get Data from Lookup Form Pin
MJay31-Oct-06 20:00
MJay31-Oct-06 20:00 
QuestionCalling DLL from C# .NET 2005 - Some problems in parameters Pin
datvpsc7731-Oct-06 16:07
datvpsc7731-Oct-06 16:07 
AnswerRe: Calling DLL from C# .NET 2005 - Some problems in parameters Pin
Judah Gabriel Himango31-Oct-06 17:57
sponsorJudah Gabriel Himango31-Oct-06 17:57 
QuestionRe: Calling DLL from C# .NET 2005 - Some problems in parameters Pin
datvpsc7731-Oct-06 19:25
datvpsc7731-Oct-06 19:25 
GeneralRe: Calling DLL from C# .NET 2005 - Some problems in parameters Pin
datvpsc7731-Oct-06 19:29
datvpsc7731-Oct-06 19:29 
GeneralRe: Calling DLL from C# .NET 2005 - Some problems in parameters Pin
Judah Gabriel Himango31-Oct-06 19:59
sponsorJudah Gabriel Himango31-Oct-06 19:59 
QuestionWorking around the lack of friend classes Pin
matt cole31-Oct-06 14:04
matt cole31-Oct-06 14:04 
AnswerRe: Working around the lack of friend classes Pin
Christian Graus31-Oct-06 15:51
protectorChristian Graus31-Oct-06 15:51 

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.