What key combination can be used to maximize a window in Windows 95?
(not alt-enter, only works with dos windows)
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10213...
Zones:
Windows 95Date Answered: 10/01/1999 Grade: B Views: 0
How can i combine data from two different tables where the fields are different in both tables, but there is only one unique field "SIN" that is same in both.
I need it for a report.
eg.
Table1...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_11197937.html
hi ... I want to make combination in 7 numbers, say : 1,2,3,4,5,6,7 etc (range number in 1 .. 50).
so the display maybe would be:
1,2,3,4,5,6,7
1,2,3,4,5,6,8
..
..
..
1,2,3,4,5,6,50
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11541118.html
Access97
One Table
One mdb
Table One
fld1 fld2 Comments
Apple worm Slimy worm
Apple RED Golden
Orange big soft skin
Orange small compared to other...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20121044.html
Zones:
MS AccessDate Answered: 05/20/2001 Grade: A Views: 0
Hopefully someone can help me with this.
I have a group of 14 players.
I want each player to play each of the 13 others over 13 days and 7 matches to be played each day.
Iam looking for som...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20158056.html
Zones:
MS AccessDate Answered: 04/21/2002 Grade: A Views: 0
I'm trying to get a DHCP server up and running on my nice new Redhat 7.1 box.
The dhcpd.conf file (just a minimum to see if I can get it to work) looks like this :
subnet 192.168.1.1 netmask ...
http://www.experts-exchange.com/OS/Linux/Q_20243295.html
Zones:
LinuxDate Answered: 10/17/2003 Grade: A Views: 0
Let's suppose I have a list of colors:
Dim strColors(7) as String
strColors(1) = "RedShade1"
strColors(2) = "RedShade2"
strColors(3) = "RedShade3"
strColors(4) = "Yellow"
str...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20255171.html
Zones:
Visual BasicDate Answered: 01/14/2002 Grade: A Views: 0
Hi all,
Lets have an array A(12,2) as shown below.
Array A:
1,2
1,3
2,3
1,4
1,6
4,6
2,5
2,7
5,7
3,6
3,7
6,7
I would like to generate another array B(n,3)
which will include, in ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20256012.html
Zones:
Visual BasicDate Answered: 01/30/2002 Grade: A Views: 0
How can I use Servlet and Flash together? Servlet for database records, and the Flash for interface.
My database saves the records on logoff, and send them to Flash for each login. Flash...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20286049.html
Zones:
JSPDate Answered: 10/22/2003 Grade: A Views: 0
I have a cf app, and on one of the display pages where a select statement is ran, and the records are listed.
I would like to put a checkbox or radial box next to each record listed. In fact I ha...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20347681...