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.
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...
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...
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...
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...
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...
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.
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.
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.
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.
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.
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...
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...
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=""
I_OPT=""
R_OPT=""
USAGE="usage: rm [-firR] file..."
while getopts firR CHR # Get options...
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 +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.