Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 Discussions

Windows 2000 compatibility problem

richardduncan
Beginner
746 Views
I have a Win32 program developed with CVF 6.6 on a Windows XP platform. The GUI consists of 5 list views all of which have had some degree of procedure subclassing implemented. Everything runs as intended on Windows XP machines.
When the same program is run on a Windows 2000 machine, two of the list views do not allow the user to make any selections, i.e., clicking a row with the mouse produces no effect. The other list views work correctly. The listviews are all created with the same or very similar styles and extended styles, e.g.,
 style = WS_VISIBLE + WS_CHILD + LVS_REPORT +VS_SHOWSELALWAYS
 exStyle = LVS_EX_FULLROWSELECT + LVS_EX_GRIDLINES + LVS_EX_ONECLICKACTIVATE + LVS_EX_UNDERLINEHOT.
Data population and column sorting still work as expected in the bad list views. When I turn off the procedure subclassing, the same problem exists; thus, I do not believe that the problem lies there.
Does anyone know of some way to solve this problem?
Thanks so much for your help!
Richard
0 Kudos
6 Replies
Jugoslav_Dujic
Valued Contributor II
747 Views

I don't have a slightest idea, but better places to ask are certainly microsoft.public.win32.programmer.ui or comp.os.ms.windows.programmer.win32.

Jugoslav

0 Kudos
tbwright
Beginner
747 Views
I tried the two URLs given, but they are not accessable to me. There are browable copies on other websites that also try to sell you things; but you cannot post a message to be answered.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
747 Views
I don't get you -- these are links to:
Normally, your Internet service provider should provide you easier access via news:// server. Then, you can browse the newsgroups in OE or another newsreader (such as Forte agent). In OE, go to Tools/Accounts/Add/News and type the newsserver name there (usually news.yourisp.com).
Jugoslav
0 Kudos
tbwright
Beginner
747 Views
I live in Australia. When I try these links I get a message that these links are unavailable. Google gives alternative sites where copies of the forum messages are kept. I can see these. Problem -one then gets spyware at the same time.
It was just advice that to some pepole the information is not accessable; I don't know why - I use broadband worldwide, mainly with no trouble or restrictions.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
746 Views
It's quite strange. Out of curiosity, what happens if you start browsing from Google's main page (->Groups->Comp etc.) ? Can you reach them that way?
Jugoslav
0 Kudos
tbwright
Beginner
747 Views
I tried Google and yes, I could see the messages then, but not by going to the site directly! But everything is all mixed up so searching is extremely difficult and by context impossible.
0 Kudos
Reply