How can I get a list of the available serial ports on a system? I was reading the registry (Local_Machine, Hardware, DeviceMaps, SerialComm) - this worked for NT but Win95 always shows just Com1 a...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10092433.html
I have a loop which essentially looks like:
for(i=0; i<imax; i++)
{
fscanf(inputfile,"%d",&data_size); // line 1
data_pointer[i]=new char[data_size]; // line 2
}
It is quite possible that...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10248856.html
Zones:
C++Date Answered: 12/19/1999 Grade: B Views: 0
Is it possible to send e-mail from VB code without actually knowing the name of the Mail Server? I only have the email address available to me, not the Mail Server name? Most controls in VB require...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10645981.html
Zones:
Visual BasicDate Answered: 07/13/2000 Grade: C Views: 0
I am creating a DSN-less connection to a SQL Server 7 database, however I want to give the user the ability to select from a list of available servers, and then from a list of available databases. ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10956041.html
Zones:
Visual BasicDate Answered: 08/14/2000 Grade: A Views: 0
This worked Yesterday, was built with chart program within a97 &ODE,
SELECT (Format([Date],"DDDDD")),Sum([Total Items]) AS [#Total Items],Sum([I's]) AS [#I's],Sum([E's]) As [#E's],Sum([P's]) AS ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11164107.html
Zones:
MS AccessDate Answered: 09/01/2000 Grade: A Views: 0
How do you make a mapped network drive letter (to an NT4 Server) available to all users of a w2000 pc - without them all having to re-map it individually?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_11478159.htm...
Zones:
Windows 2000Date Answered: 10/09/2000 Grade: A Views: 0
Is there a way i can ask my computer if it has any available IRQ's? I would like to install a PCI card to get a second parellel port.
Chris
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20064139.html
Zones:
Windows 98Date Answered: 01/27/2001 Grade: A Views: 0
I am currently developing a system that allows customers to book rooms in a hotel. Since the hotel has a limited number of rooms available I will have to keep a track of that number of rooms.
...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20079759.html
Zones:
DatabasesDate Answered: 02/05/2002 Grade: A Views: 0
Hi,
Is there an easy way to retrieve the available RAM memory on a pc, just like the Windows NT Task Manager shows.
I start some processes in my progam that take a lot of memory, so I want t...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20156077.html
tips like this:
There is no editor available for 'c:\my documents\visual studio projects\project1\form1.java'.
what happened?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20276208.html
Zones:
JavaDate Answered: 03/13/2002 Grade: C Views: 0