I am trying to write a program for a windows mobile device using Visual Studio 2005 (visual basic). I want to be able to play and record audio in mp3 format. I have done quite a bit of research a...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Windows_Mobile-_Poc...
First I am giving my Table Structure
1. AREA MASTER
Area_Id Area_Name
A0000001 Shyamnagar
A0000002 Ichapur
A0000003 Palta
2. TOWER MASTER
Tower_Id Tower_Name ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23044653.html
My webpage has got a Multiview Control with four view controls inside it. It was working fine. But After i had include certain files into that Page, Multiview Control is not working. Those Include ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23069088.html
My Project is using Shared SQL SERVER. When i am using my Database through SQL-Server it is working fine. But when I am trying to connect Database through VB.Net 2005 it cannot communicate with tha...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23086...
Hello, I hope someone can help me to figure out what I'm doing wrong with this, as I've spent entirely too much time on it already.
I am to create a double-ended queue (insert or delete from e...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23088806.html
Zones:
C++Date Answered: 01/19/2008 Grade: A Views: 47
Ok, I have another one for you wonderful experts. :)
I have to allow for entry of a 5-character clientID which consists of only letters and numbers. I started out trying to use a character arr...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23099303.html
Zones:
C++Date Answered: 01/21/2008 Grade: A Views: 8
I'm having really weird issues with Visual Studio 2005. For some reason I'm getting conflicting error messages between the error list and the document itself.
For example one of the errors in th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23129...
How do you display more than one open window at a time within Visual Studio.NET 2005?
In most other Microsoft products, Visual Studio 6 or Microsoft Excel, for instance, if you have, let's say, ...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23130363.html
Does anyone know any nifty ways of integration SQL SERVER REPORT BUILDER with a Windows Application (VB.NET)
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2314...
Experts,
I'm attempting to evluate whether or not an object is null like this:
if (null != ToStringInstance)
{
}
ToStringInstance is defined as an p...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23167520.html