I need to identify what type of SCSI devices I have installed and what type of SCSI cables I need to use to connect them. The machines are Sparc4 and Sparc5 running
Solaris 2.5.1. The SCSI port at ...
http://www.experts-exchange.com/Hardware/Misc/Q_10045125.html
Zones:
HardwareDate Answered: 04/01/1998 Rating: 7.0 Views: 0
I get Identifier expected for Things line where Things = new Image[TotalPictures];
Image Things[];
static final int TotalPictures = 6;
//static final int CurrentPictures = 6;
Random Cur...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11879558.html
Zones:
JavaDate Answered: 05/31/2003 Rating: 7.4 Views: 0
Someone please help me. I am trying to access the CryptHashData API within a MFC exe. The problem is that I can't get the datatypes or functions to work. The code is as follows
#include "stdafx...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20100712.html
Zones:
C++Date Answered: 04/03/2001 Rating: 8.4 Views: 0
Using VB5 with Windows 95 (I know, I know, it's time to upgrade)
I have an application which generates a complicated printed page. The page is divided into "boxes" within which both graphics an...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20270540.html
Zones:
Visual BasicDate Answered: 02/25/2002 Rating: 8.0 Views: 0
I derived a class CMyMenu from CMenu containing just the resourceID of the menu in order to easily identify what menu was loaded:
void CMainFrame::OnInitMenuPopup(CMenu *pPopupMenu, UINT nIndex,...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20472253.htm...
Zones:
Windows MFCDate Answered: 02/25/2003 Rating: 7.2 Views: 0
I Try to remove Heatsink Fan on my AMD 1,3 Duron for upgrading to Athlon XP 1800+ and my screwdriver go out of the slut and hit my memory 4 times and the board. Now after the installation, i determ...
http://www.experts-exchange.com/Hardware/Misc/Q_20510204.html
[VB.NET]
First, let me give my usual disclaimer: I'm new to ASP.NET and basically web dev in general. So sometimes I ask weird questions.
I need a way to preserve state by browser. Let me ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20697519.html
Zones:
.NETDate Answered: 08/07/2003 Rating: 7.6 Views: 0
Is there a method of identifying switches on a networka and then finding out what hosts rae connected to each port. I am trying to implement a method in C#,maybe using ARP, but don't know where to ...
http://www.experts-exchange.com/Networking/Misc/Q_20789722.html
How to identfy which operating systems I am running on with Java like I need to identify If I am on Windows or Linux and set file path to a file accordingly
like
(if System.() = windows)
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21031733.html
Zones:
JavaDate Answered: 06/21/2004 Rating: 8.2 Views: 28
When i tried to use this in my program
SetWindowLong(hWnd,GWL_EXSTYLE,GetWindowLong(hWnd,GWL_EXSTYLE)^WS_EX_LAYERED);
SetLayeredWindowAttributes(hWnd,0,100,LWA_ALPHA);
It's showing me e...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_21325192.html