You are here:

Microsoft .NET

Recent Answers

2009-11-19 VB.NET - voip:

It depends on what architecture you wan't to follow, first thing you need to do is to start research on SIP protocol for VOIP communication during this course of research you will also find various SDKs

2009-11-13 VB.NET - Session:

Please try this in web.config <configuration> <system.web> <sessionState mode="InProc" cookieless="true" timeout="60" /> </system.web></configuration> Sometimes the web.config

2009-11-09 VB.NET - Visual basic 6:

I have not done any work in talking to HP drivers specifically, unforetunately I won't be able to help you with this further as it would require some time on my part to be put onto researching. Would

2009-11-08 VB.NET - Visual basic 6:

You might want to have a look here: http://www11.itrc.hp.com/service/james/search.do?origin=0&rn=25&wpa=forums13.itr

2009-10-26 C# - c#:

private void button1_Click(object sender, EventArgs e) { int i, j, counter = 0; label1.Text = ""; if (textBox1.Text.IndexOf('.') > -1) //if it has floating

Categories

Browse Alphabetically

©2009 About.com, a part of The New York Times Company. All rights reserved.