Questions Questions Questions 
Author Message
 Questions Questions Questions

1. Is it possible to fully compile a program so it doesn't need any dll's,ocx's?

2. Using api's instead of using controls (like the timer) makes a program run
faster ?

3. how to scale the size of objects according to the screen resolution ?

Boas CurvaS
MCM



Sun, 03 Sep 2000 03:00:00 GMT  
 Questions Questions Questions

Quote:

>1. Is it possible to fully compile a program so it doesn't need any
dll's,ocx's?

Not with VB

Quote:
>2. Using api's instead of using controls (like the timer) makes a program
run
>faster ?

Yes, as wel as requeres less external files.

Quote:

>Boas CurvaS
>MCM

Andre'


Sun, 03 Sep 2000 03:00:00 GMT  
 Questions Questions Questions


Quote:

>1. Is it possible to fully compile a program so it doesn't need any dll's,ocx's?

No, not with VB

Quote:
>2. Using api's instead of using controls (like the timer) makes a program run
>faster ?

Not sure, they seem just as fast, but I never timed them. FYI, API
calls are to DLL. So if you use them that kinda answer #1. Controls
are OCX.

Quote:
>3. how to scale the size of objects according to the screen resolution ?

Screen rez are in pixals I think. On your form, check the scalemode
property. vbPixals is the const for pixal

Grey Cloak

(*)==================================================(*)
|~| Web site: http://www.*-*-*.com/ ~grycloak        |~|
| | Sections: http://www.*-*-*.com/ ~grycloak/towers | |
| | Tarot  -- http://www.*-*-*.com/ ~grycloak/tarot  | |
|_| Dreams -- http://www.*-*-*.com/ ~grycloak/dreams |_|
(*)==================================================(*)

Reportedly Blocked by {*filter*}sitter due to subject matter.
Note: There is no sex material on this site, never was
      never will be! This site is a pagan subject oriented
      site, with instances of bad grammar. Can you be sure
      that you can access all research material with
      {*filter*}sitter?

(Sorry for the long Email sig, but the message is important!)



Sun, 03 Sep 2000 03:00:00 GMT  
 Questions Questions Questions



Quote:

>1. Is it possible to fully compile a program so it doesn't need any
dll's,ocx's?

No.  Even many c++ programs use some dll's

Quote:
>2. Using api's instead of using controls (like the timer) makes a
program run
>faster ?

Some do, but the biggest advantage is a smaller exe/less overhead

Quote:

>3. how to scale the size of objects according to the screen resolution

?

sorry don't know

Quote:

>Boas CurvaS
>MCM



Mon, 11 Sep 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. questions,questions,questions.

2. Atten: Larry Serflaten - Re: Dictionary Questions, Questions, Questions

3. Questions!Questions!Questions

4. HELP QUESTION HELP QUESTION HELP QUESTION

5. 2 questions: Code doesn't work when I split database and Seek/Index question

6. FAQ = Frequently Asked Questions - vba - Please read before posting questions - unofficial - March posting

7. FAQ: Frequently Asked Questions - vba - please read before posting questions - unofficial February posting

8. FAQ - Frequently Asked Questions - vba - Please read before posting questions - unofficial - Jan 2003 posting

9. FAQ - frequently asked VBA questions - please read before posting questions - September posting - unofficial

10. FAQ - Frequently Asked Questions (vba) - please read before posting questions - August posting - unofficial

11. FAQ - Frequently Asked Questions - unoffical July posting - please read before posting questions - vba

12. FAQ - Frequently Asked Questions - unofficial June posting - please read before posting questions

 

 
Powered by phpBB® Forum Software