Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: theotyflos
  • Content: Threads
  • Order by date
  1. theotyflos

    Implement CRectTracker ActiveX control

    Hi group, I'm a novice user of VC++. Can someone show me how can I create an ActiveX control (ocx) that implements the CRectTracker class? TIA. Theophilos. ----------- There are only 10 kinds of people: Those who understand binary and those who don't.
  2. theotyflos

    Wow-Extensions and z-order

    Hi group, Environment is Rm/Cobol v9.01 and WOW-Extensions v9.01 on Windows-XP sp2. I have a form with two bitmaps which partially overlap: 11111111111111111 11111111111111111 <-- First Bitmap, Zorder=1 11111111111111111 11111111111111111 11111111222222222222222...
  3. theotyflos

    Set cursor at the begining of the selection after EM_SETSEL

    Hi group, I need some help with the EM_SETSEL message: I have a text box like this: abcdefghijklmnopqrst After I send a EM_SETSEL message with parameters 10, 16 it selects characters from "k" to "p": abcdefghijklmnop|qrst with the cursor left after the "p" Is there any way that the...
  4. theotyflos

    Thoughts on splitting a huge file to smaller ones.

    Hi group, I would like to share my thoughts with you and ask for your suggestions and/or thoughts on the following situation: Language is Rm/Cobol v7.10 on Sco Unix 5.0.5. I have a file that looks like this: Select Optional Signals-Fil Assign To Random...
  5. theotyflos

    File Status 22: which key?

    Hi group, Language is RM/Cobol v9 on windows. A have an indexed file with 2 NON duplicate keys (the primary and an alternate) like the following: File-Control. Select Optional Some-File Assign To Random Some-Path...
  6. theotyflos

    Next hex value excluding 'A'

    Hi all, having a string containing 4 hex digits, I need a function that returns the next hex value excluding 'A's. For example: string = "1999" ==> next value = "199B". This is what i have so far: #include <stdio.h> #include <stdlib.h> #include <string.h> /* returns the next hex value...
  7. theotyflos

    How to make &quot;Explore&quot; instead of &quot;Open&quot; the default action f

    Hi all, Anyone knows if there is a way to make "Explore" instead of "Open" the default action for folders or shortcuts to folders? TIA. Theophilos. ----------- There are only 10 kinds of people: Those who understand binary and those who don't.
  8. theotyflos

    64bit Windows need 64bit Drivers?

    Hi all, Do I have to install only 64bit drivers for my devices under 64bit windows xp? Will my previous drivers (32bit) work if I install them in the new platform??? TIA Theophilos. ----------- There are only 10 kinds of people: Those who understand binary and those who don't.
  9. theotyflos

    Freeware Image View Control

    Hi all, I'm looking for a freeware activex control for displaying (only - don't care to save/convert) images (.bmp .jpg .gif) Anyone knows where I can find one? Theophilos. ----------- There are only 10 kinds of people: Those who understand binary and those who don't.
  10. theotyflos

    Find another user's CURRENT directory

    Hi all, Anyone knows if there is a way to find some other user's CURRENT (not home) directory? If yes how? (a thought: do i have to look in /dev/[k]mem ?) Theophilos. ----------- There are only 10 kinds of people: Those who understand binary and those who don't.
  11. theotyflos

    Another user's pwd

    Hi all, Is it possible to find another user's current working directory? If yes, how? Theophilos. ----------- There are only 10 kinds of people: Those who understand binary and those who don't.
  12. theotyflos

    how to gcc on 5.5.1? (PLEASE URGENT)

    Hi all, I come from Sco. First time i see solaris in my life, I have to compile a programm; i think gcc is not installed properly. When i give: # gcc -c sub.c i get: gcc: installation problem, cannot exec `cpp': No such file or directory Anyone can help? Theophilos. ----------- There are...
  13. theotyflos

    How to define a define?

    Hi all, I have the following: /*--- SNIP ---*/ typedef struct Argument_s { char *address; int type; int length; } ARGUMENT; #define Function(F) int F( int ArgCount, ARGUMENT ArgVector[] ) #define First ArgVector[0] #define First_A First.address #define First_T...
  14. theotyflos

    A safer rm

    I hope this script will be usefull. It saved my work a lot of times. It works on Sco Openserver 5.0.x, ksh. Put it in your .profile. SafeDelete() { F_OPT=&quot;&quot; I_OPT=&quot;&quot; R_OPT=&quot;&quot; USAGE=&quot;usage: rm [-firR] file...&quot; while getopts firR CHR # Get options...
  15. theotyflos

    Any Greek Cobol Programmers here?

    Hi all, Sorry if this is out of subject, but just wondering: Are there any Cobol Programmers in here from GREECE besides me?
  16. theotyflos

    RM/COBOL vs FUJITSU = ?

    Hi all, I'm looking for opinions from anyone who has experience with both products/companies. Can anyone tell me about the differences between them and especially about the advantages and the disadvantages of each product compared to the other? I'm curently using RM/COBOL 7 on unix, 7.50 +...

Part and Inventory Search

Back
Top