New Improvements in VisualStudio

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Spain, december 2010. Good morning. Ive looking though all the information MSD has been showing to partners through the beginning of this Forum. Especially I was interested about the job of all the people interested about to build a graphics interface in
C to create a new platform based in a compact system about matematical computing with an useful "graphics building system" to create easy and safe programs. In fact I was beginner in Basic when systems were monocrome -this would be far, far time before- but
I liked the ability of Fortran77 compiler to create structures like Complex Numbers and manipulation of lists and tables multidimensionals. Last ability, among the ability of share memory and have got more space to manipulate numbers would be able to create
visual screens like bitmaps anyone the width and height of the screen or plotter could be. Also if was useful to establish any kind of relationship between pixels coordinates and color propierties of each pixel. Las issue of Visual Studio (2011) improves more
enough and now I could solve, a bit, the problem I had to merge visual programming with matematical one. In fact is about to understand the structure OOP (Object Oriented Programming) and the concepts of Inheritance, Encapsulation, Polymorphism and other
complexes ones. I started again, with some historics of personal work, and Ive been looking about basics of classes, especially class Object -the main one for much of visual structures- and others who can share ,hide and rebuild or modify propierties,
constructors, methods and others values. In fact there are multiple inheritance of basic ones and perhaps we could do a garbage about old articles, also this one if it is isnt useful or is evident, to create an easy and strong programming method
without having old teaches who now blacks simplicity.
In fact I was looking through class PictureBox in Windows.Forms Projects. One of the most improvements I could find were lots of builders differenced about the main classes this one has been built: one inherited class of class Control and control
IsupportInitialize is able to show an image of electronic format inside a windows into a Form. Anyway ( I could show you lots of workings this site could show) also is able to "decorate" some other Controls (class decorate) like buttons, labels,listBoxes and
older numerycal structures like tables. This ability of "multicreation" now could throw a creative system with lots of reiterations: A programmer who created a Company of Software in march 2003 published an article of about ten pages -I dont know how
many lines of code- to decorate buttons. Now you could get the accesibility of a decorated button, or label like it was a PictureBox with the ability of get another behaviour. Now, I wonder: If Im working with an application, what I could be looking
when I wanted to see a list of photos and it could be able to link the click_event over each one to get more information? It could be black to. Anyway its matter of each programmer to get an application useful for him. Coming back to one of most
programming Companies created perhaps I find trouble about simplicity of matematical studies about "image manipulation", "vectorial drawings", " browsing methods", "scale and perspectives of bitmaps" and other more complicated algorithms about compresion of
files and sharing of multithreads and memory.
About web,..only to read newspapers. The mail is not properly send.
<hr class="sig Antonio Prim Vidal

View the full article
 
Back
Top