473,503 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can we use functions setwindow,scrollwindowup and scrollwindown

hii friends
I want to know the uses of above functions,each takes 5 integer
arguments.
I m not able to interpret the use of these functions.What I know about
them is as follows
A window gets created on the screen,it can be scrolled up or down
I want to display data in thet window in form of list and i may be
able to scroll it up and down with arrow keys

can any one help !
Nov 14 '05 #1
4 1708
pooja <po*****@yahoo.com> scribbled the following:
hii friends
I want to know the uses of above functions,each takes 5 integer
arguments.
I m not able to interpret the use of these functions.What I know about
them is as follows
A window gets created on the screen,it can be scrolled up or down
I want to display data in thet window in form of list and i may be
able to scroll it up and down with arrow keys can any one help !


These functions are not part of the C language, but instead a
platform-specific extension. Please ask in a newsgroup dedicated to
your own platform, thanks.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"We sorcerers don't like to eat our words, so to say."
- Sparrowhawk
Nov 14 '05 #2
pooja <po*****@yahoo.com> scribbled the following:
hii friends
I want to know the uses of above functions,each takes 5 integer
arguments.
I m not able to interpret the use of these functions.What I know about
them is as follows
A window gets created on the screen,it can be scrolled up or down
I want to display data in thet window in form of list and i may be
able to scroll it up and down with arrow keys can any one help !


These functions are not part of the C language, but instead a
platform-specific extension. Please ask in a newsgroup dedicated to
your own platform, thanks.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"We sorcerers don't like to eat our words, so to say."
- Sparrowhawk
Nov 14 '05 #3


pooja wrote:

hii friends
I want to know the uses of above functions,each takes 5 integer
arguments.
I m not able to interpret the use of these functions.What I know about
them is as follows
A window gets created on the screen,it can be scrolled up or down
I want to display data in thet window in form of list and i may be
able to scroll it up and down with arrow keys

can any one help !


These are not standard C functions. C knows nothing about windows or
screens.
You need to ask this in a platform-specific newsgroup that knows
something about thses (VB or Pascal?).
--
Fred L. Kleinschmidt
Boeing Associate Technical Fellow
Technical Architect, Common User Interface Services
M/S 2R-94 (206)544-5225
Nov 14 '05 #4


pooja wrote:

hii friends
I want to know the uses of above functions,each takes 5 integer
arguments.
I m not able to interpret the use of these functions.What I know about
them is as follows
A window gets created on the screen,it can be scrolled up or down
I want to display data in thet window in form of list and i may be
able to scroll it up and down with arrow keys

can any one help !


These are not standard C functions. C knows nothing about windows or
screens.
You need to ask this in a platform-specific newsgroup that knows
something about thses (VB or Pascal?).
--
Fred L. Kleinschmidt
Boeing Associate Technical Fellow
Technical Architect, Common User Interface Services
M/S 2R-94 (206)544-5225
Nov 14 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3326
by: hokiegal99 | last post by:
A few questions about the following code. How would I "wrap" this in a function, and do I need to? Also, how can I make the code smart enough to realize that when a file has 2 or more bad...
99
5818
by: David MacQuigg | last post by:
I'm not getting any feedback on the most important benefit in my proposed "Ideas for Python 3" thread - the unification of methods and functions. Perhaps it was buried among too many other less...
1
741
by: Bob Rock | last post by:
Hello, in the last few days I've made my first few attempts at creating mixed C++ managed-unmanaged assemblies and looking aftwerwards with ILDASM at what is visible in those assemblies from a...
47
3798
by: Richard Hayden | last post by:
Hi, I have the following code: /******************************** file1.c #include <iostream> extern void dummy(); inline int testfunc() {
21
746
by: Rubén Campos | last post by:
I haven't found any previous message related to what I'm going to ask here, but accept my anticipated excuses if I'm wrong. I want to ask about the real usefulness of the 'inline' keyword. I've...
25
5376
by: Stijn Oude Brunink | last post by:
Hello, I have the following trade off to make: A base class with 2 virtual functions would be realy helpfull for the problem I'm working on. Still though the functions that my program will use...
2
6512
by: Koen | last post by:
Hi all, I have a question about something rather common, but I'm a bit lost at the moment: Lat's say you have this: // in A.h Class A {
17
3588
by: cwdjrxyz | last post by:
Javascript has a very small math function list. However there is no reason that this list can not be extended greatly. Speed is not an issue, unless you nest complicated calculations several levels...
2
243
by: pooja | last post by:
hii friends I want to know the uses of above functions,each takes 5 integer arguments. I m not able to interpret the use of these functions.What I know about them is as follows A window gets...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3153
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1510
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.