blah blah blah is here! blah blah » Close

0
votes
1 answers

TcpServer/TcpClient Article

Hi, Can anybody please direct me to a good TcpServer/TcpClient article. I know how to work with these classes, but I'm looking for the way to put them together and manage them, like using the threads and other stuff. Thanks

0
votes
1 answers

dll, should i use p/invok?

Hello friends, i have a dll file that doesn't have a dllRegisterServer entry point, i was unable to use com intorop, can i call the public methods using p/invok, is there a tool with VS.net 2003 that explores a dll methods? i will be very ...

0
votes
1 answers

.Net Remoting

Hi friends, who knows a good .net remoting tutorial or article? i will be really thankful

0
votes
1 answers

Code highlight

<table border="0" cellspacing="0" width="100%"><tr><td width="15"></td><td bgcolor="lightgrey" width="15"></td><td bgcolor="lightgrey&qu ...

0
votes
1 answers

Mark all threads as read

Mark all threads as read is not working in CSharpAspNetAnyQuestionIsOk

0
votes
1 answers

Threaded view is not working

I'm not able to view a thread in a threaded view any thoughts?

0
votes
1 answers

NullReferenceException

Hi, Anyone got any idea what would cause a NullReferenceException in System.Windows.Forms while the application is running fine when I minimize it or go to another window I get this unhandled exception in “Main” which makes it impossible t ...

0
votes
1 answers

Explanation please

Sorry for posting this agian but i need an answer... This code is a part of an example about the RichTextBox control in Wrox Beginning C# : Font oldFont; Font newFont; oldFont = this.rtfText.SelectionFont; if (oldFont.Bold) new ...

0
votes
1 answers

Explanation please

This code is a part of an example about the RichTextBox control in Wrox Beginning C# : Font oldFont; Font newFont; oldFont = this.rtfText.SelectionFont; if (oldFont.Bold) newFont = new Font(oldFont, oldFont.Style & ~FontStyle.B ...

0
votes
1 answers

Oracle

is Oracle going to support ADO.NET with a speical provider for its database?

0
votes
1 answers

Beginning ASP.NET

I've been programming windows application with C#.net for almost a year, and i want to start with ASP.NET, but i have no experince with any web related topic at all. Do any one knows a good book that i can start with?

0
votes
1 answers

Skins

I've read the skin option in (My Profile), well... there was only one option that is the default...does that mean that each user will be able (soon) to view the site in his prefared color, cuz i don't like the purple look!

0
votes
1 answers

how to raise or fire an event

Hi i'm doing a user control in C#, where i have textbox controles, when ever a textbox is clicked (when the event textBox1.Click is fired) i need to FIRE the this.Load event (not to call the this.Load event handler method!!!). Because whe ...

0
votes
1 answers

I need Help in Firing an Event in C#

Hi i'm doing a user control in C#, where i have textbox controles, when ever a textbox is clicked (when the event textBox1.Click is fired) i need to FIRE the this.Load event (not to call the this.Load event handler method!!!). Because whe ...

0
votes
1 answers

Managing Tutorials

This site is really great, but I have a comment about accessing the tutorials. I think it would be better to have all the tutorials listed in one big page sorted by the date of submitting either by adding “All” in the Tutorial Index or ins ...

Feedback