Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get Username from IP Address or vicevers in LAN Pin
Luc Pattyn5-Jul-08 3:00
sitebuilderLuc Pattyn5-Jul-08 3:00 
QuestionHow to Update my System Configutrator application on client machine Pin
wasimsharp4-Jul-08 23:01
wasimsharp4-Jul-08 23:01 
QuestionGrab video from tv tuner Pin
Harvey Saayman4-Jul-08 21:38
Harvey Saayman4-Jul-08 21:38 
AnswerRe: Grab video from tv tuner Pin
Christian Graus5-Jul-08 1:17
protectorChristian Graus5-Jul-08 1:17 
GeneralRe: Grab video from tv tuner Pin
Harvey Saayman6-Jul-08 7:31
Harvey Saayman6-Jul-08 7:31 
QuestionSound Recorder in Visual Studio Pin
paresh_sarjani4-Jul-08 21:21
paresh_sarjani4-Jul-08 21:21 
AnswerRe: Sound Recorder in Visual Studio Pin
Nader Elshehabi5-Jul-08 1:16
Nader Elshehabi5-Jul-08 1:16 
QuestionWhat happens if you inherit multiple interfaces and they have conflicting method names? Pin
Pankaj Garg4-Jul-08 21:08
Pankaj Garg4-Jul-08 21:08 
using System;<br />
<br />
namespace WindowsApplication1<br />
{<br />
	public interface a<br />
	{<br />
		void b();<br />
	}<br />
	public interface c<br />
	{<br />
		void b();<br />
	}<br />
	public class Class1:a,c<br />
	{<br />
		public Class1()<br />
		{<br />
			//<br />
			// TODO: Add constructor logic here<br />
			//<br />
		}<br />
		#region a Members<br />
<br />
		public void d()<br />
		{<br />
			// TODO:  Add Class1.d implementation<br />
		}<br />
<br />
		#endregion<br />
<br />
		#region c Members<br />
<br />
		public void b()<br />
		{<br />
			// TODO:  Add Class1.b implementation<br />
		}<br />
<br />
		#endregion<br />
	}<br />
}
compiler is saying ok.
but if i have to definf different data in bath cases.
Then what?

If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

AnswerRe: What happens if you inherit multiple interfaces and they have conflicting method names? Pin
Nader Elshehabi5-Jul-08 0:03
Nader Elshehabi5-Jul-08 0:03 
AnswerRe: What happens if you inherit multiple interfaces and they have conflicting method names? Pin
Guffa5-Jul-08 3:43
Guffa5-Jul-08 3:43 
QuestionHow to get Image from Frame in mshtml. Pin
banker_kiran4-Jul-08 20:04
banker_kiran4-Jul-08 20:04 
AnswerRe: How to get Image from Frame in mshtml. Pin
banker_kiran8-Jul-08 18:47
banker_kiran8-Jul-08 18:47 
QuestionStop Autoplay of mshtml.HTMLObjectElement Pin
banker_kiran4-Jul-08 19:31
banker_kiran4-Jul-08 19:31 
QuestionPrinting on a Pre-Printed Form Pin
Ian Uy4-Jul-08 18:20
Ian Uy4-Jul-08 18:20 
AnswerRe: Printing on a Pre-Printed Form Pin
Nader Elshehabi4-Jul-08 23:54
Nader Elshehabi4-Jul-08 23:54 
GeneralRe: Printing on a Pre-Printed Form Pin
Ian Uy5-Jul-08 3:32
Ian Uy5-Jul-08 3:32 
QuestionHow much memory do uninitialized array take up? Pin
gigahertz2054-Jul-08 14:48
gigahertz2054-Jul-08 14:48 
AnswerRe: How much memory do uninitialized array take up? [modified] Pin
Luc Pattyn4-Jul-08 15:13
sitebuilderLuc Pattyn4-Jul-08 15:13 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:27
N a v a n e e t h4-Jul-08 16:27 
GeneralRe: How much memory do uninitialized array take up? Pin
Luc Pattyn4-Jul-08 16:34
sitebuilderLuc Pattyn4-Jul-08 16:34 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:42
N a v a n e e t h4-Jul-08 16:42 
AnswerRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:35
N a v a n e e t h4-Jul-08 16:35 
GeneralRe: How much memory do uninitialized array take up? Pin
Luc Pattyn4-Jul-08 16:44
sitebuilderLuc Pattyn4-Jul-08 16:44 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:47
N a v a n e e t h4-Jul-08 16:47 
GeneralRe: How much memory do uninitialized array take up? Pin
Guffa5-Jul-08 4:00
Guffa5-Jul-08 4:00 

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.