answersLogoWhite

0

Almost any computer language can do GUI manipulations if provided by a GUI library. Some can be add-ons because the language itself does not have a direct method of doing GUI drawing, etc.

Languages such as C and C++ for example do not have a native GUI interface because they are not tied directly to a machine architecture or to an operating systems platform. However, that is not to say that they cannot do GUI manipulations; it just isn't built into the language, but there are 3rd party add-ons that do the manipulations for you.

Other languages, such as C# and Java, have built-in gUI libraries that work the same way regardless of the Operating System they are on. In that way they support GUI operators natively, without the use of an add-on GUI library.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering
Related Questions

Is it possible to use arrays when using the java programming language?

It is possible to use arrays when employing java programming language. There are many different series of programming choice that can be employed with various end results.


How can you embed your GameMaker games into a website?

It is not possible to create a game in the Game Maker and then embed it in the browser unless you completely rewrite it using a different programming language.


Why c language cannot be developed in any other programming language?

Your question makes no sense. If you wanted to ask if it is possible to write a C-compiler in another programming language, the answer would be yes.


Is the best institute for learn java programming in Pakistan?

The Java programming language is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Then you learn java programming language in Pakistan get the best java programming classes at the lowest cost.


What type of linear programming can be found by graphical methods?

A linear programming question with two variables. Problems with three can be solved if there is a constraint that reduces them to effectively two variables. Linear programming with 3 variables, using 3-d graphs is possible but not recommended.


Is it possible to create a programming language that is Turing complete, meaning it can simulate any algorithm or computation that can be performed by a Turing machine?

Yes, it is possible to create a programming language that is Turing complete, allowing it to simulate any algorithm or computation that can be performed by a Turing machine.


Will you have a hard time with physics chemistry engineering if you are good at math and economics but not programming?

I suppose that is possible to have success with minimal efforts in programming (of course, don't be completely stranger).


Is there any relation between Microsoft Excel and C-programming language?

It's possible that Excel was written in C.


How do you find keyword in aspnet using vbnet?

I believe that this is currently not possible. The reason why this is currently impossible is because ASP.NET is a different programming language then VB.NET. ASP.NET is a web programming language, and VB.NET is a windows form development language. I am sorry but I believe that it is almost impossible to do this.


How do you draw Logic Gates in C language?

The C language is not a graphics language and you cannot draw logic gates using it. C is a programming language, and it is possible to use a graphics library to do so, but you did not specify which library you were using. Please restate the question.


Can you completely forget your first language?

It is difficult to completely forget your first language as it is deeply ingrained in your memory and neural pathways. However, with enough time and lack of use, it is possible for proficiency in a language to diminish significantly.


What are the problems of low level language programming?

Low level programming language is a language that is not very abstracted from hardware layer. Programming in low level languages usually requires manual memory management, use of pointers, and in case of assembler - CPU instructions themselves. This makes the programming much more difficult than using a high level language where these issues are taken care of for you. However in general it is possible to write much 'tighter' code in low level languages. Where tighter means:- smaller number of instructions Better use of memory Faster in execution.