Click here to Skip to main content
15,910,123 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Copy File Pin
Christian Graus20-Oct-05 10:12
protectorChristian Graus20-Oct-05 10:12 
QuestionRemoveAt() is growing a queue Pin
CaCaPe20-Oct-05 8:50
CaCaPe20-Oct-05 8:50 
AnswerRe: RemoveAt() is growing a queue Pin
Christian Graus20-Oct-05 10:22
protectorChristian Graus20-Oct-05 10:22 
QuestionPlease Help Me for HDD serial no read Pin
ferhattt8420-Oct-05 8:46
ferhattt8420-Oct-05 8:46 
QuestionScreen Resolution calculus Pin
Alex Cutovoi20-Oct-05 8:38
Alex Cutovoi20-Oct-05 8:38 
AnswerRe: Screen Resolution calculus Pin
Christian Graus20-Oct-05 10:24
protectorChristian Graus20-Oct-05 10:24 
GeneralRe: Screen Resolution calculus Pin
Alex Cutovoi21-Oct-05 1:59
Alex Cutovoi21-Oct-05 1:59 
GeneralRe: Screen Resolution calculus Pin
ben0909022-Oct-05 4:57
ben0909022-Oct-05 4:57 
Screen Resolution means the number of pixels available on the monitor. You can think of a computer screen as a grid that is divided into a whole bunch of little squares. Each of these squares, or pixels, can be a different color, or black.

Resolution is the size of this grid of pixels. 1024x768 means that the screen is a 1024 by 768 grid of pixels. If the resolution is set to bigger numbers, say 1600 by 1200, each individual pixel will be smaller, and so the display is sharper and clearer.

The reason screen resolutions are not arbitrary numbers like 1358x768 is that most monitors display in a 4:3 ratio, in other words the width is 4/3 of the height. Because of the physical size of the screen, a ratio of 4:3 works. However, if the screen resolution was 1024 by 128, everything on the screen would be stretched. Instead of being little squares, the pixels would be little rectangles, and the display would look weird and distorted.
GeneralRe: Screen Resolution calculus Pin
Alex Cutovoi23-Oct-05 11:01
Alex Cutovoi23-Oct-05 11:01 
Questionsorting arrrays Pin
gunwinder20-Oct-05 2:45
sussgunwinder20-Oct-05 2:45 
AnswerRe: sorting arrrays Pin
toxcct20-Oct-05 3:57
toxcct20-Oct-05 3:57 
QuestionDetection of the keyboard ? Pin
P.Pronk20-Oct-05 0:16
P.Pronk20-Oct-05 0:16 
Questioninitializer for arrays Pin
Nishad S19-Oct-05 19:23
Nishad S19-Oct-05 19:23 
AnswerRe: initializer for arrays Pin
Johann Gerell19-Oct-05 20:17
Johann Gerell19-Oct-05 20:17 
AnswerRe: initializer for arrays Pin
prasad_som19-Oct-05 20:26
prasad_som19-Oct-05 20:26 
GeneralRe: initializer for arrays Pin
Johann Gerell19-Oct-05 20:29
Johann Gerell19-Oct-05 20:29 
GeneralRe: initializer for arrays Pin
Nishad S19-Oct-05 22:30
Nishad S19-Oct-05 22:30 
GeneralRe: initializer for arrays Pin
Johann Gerell20-Oct-05 1:00
Johann Gerell20-Oct-05 1:00 
GeneralRe: initializer for arrays Pin
Nishad S20-Oct-05 1:08
Nishad S20-Oct-05 1:08 
GeneralRe: initializer for arrays Pin
prasad_som20-Oct-05 1:06
prasad_som20-Oct-05 1:06 
AnswerRe: initializer for arrays Pin
Nemanja Trifunovic20-Oct-05 2:57
Nemanja Trifunovic20-Oct-05 2:57 
Questiondoes anybody know any free tool for format source code ? Pin
CooperWu19-Oct-05 17:15
CooperWu19-Oct-05 17:15 
AnswerRe: does anybody know any free tool for format source code ? Pin
RichardS25-Oct-05 23:22
RichardS25-Oct-05 23:22 
QuestionCompact Direct Acyclic ByteVector Graph Pin
uno freeware19-Oct-05 16:48
uno freeware19-Oct-05 16:48 
QuestionCopy Ctor in inheritance Pin
LiYS19-Oct-05 16:26
LiYS19-Oct-05 16:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.