All Things Microsoft > Microsoft Software

Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)

<< < (3/6) > >>

voidmain:
Many Red Hat system tools are written in python. I know a lot of people who swear by it. I personally have never taken the time to learn it as the languages I currently use do everything I need them to.

[ December 16, 2002: Message edited by: void main ]

jtpenrod:

quote:I am a beginner in Visual Basic. This is the problems that I have. After I wrote a program in Visual Basic, I have also compile and publish the program into the final output that is final product with the extension .EXE .

However, how can we change the icon of the program to something more interesting instead of using the normal Form icon provided by Visual Basic 6.0?

Any help will greatly be appreciated.
--- End quote ---
The most helpful advise I can give you is this: Stop using it! NOW!. There are a couple of major problems here. As a serious programming language, BASIC SUX. Sure, it's real easy to learn, learn in a few weeks; spend years unlearning all the really bad habits it taught you. You'd do much better to learn C++. If you insist on developing for Winderz, then learn C#. His Gatesness intends to phase out Visual BASIC (even though he denies it -- don't believe unsubstantiated rumours till they're officially denied   ;)   ).

You might want to give FOX a try. This is a cross-platform programming aid that you can use to write apps that'll run on *NIX, and Winderz. Also, unlike Visual BASIC, it's free (as in beer), it's GPL'd (free as in freedom), and all the source code is provided. So you will be able to see exactly how your apps work. This is one thing you can never do with Visual BASIC as it's proprietary. You never get to see anything more than bits and pieces of your apps. In conclusion, it's a dumbed-down development environment that will dumb you down as well.

Best of all, ditch Winderz completely, learn to program for *NIX and learn how to become a real programmer.     That way, you'll learn what programming is all about, as 90% of it isn't hidden away from you. That's why so many Winderz programs are so bad: dumbed-down development environments inevitably lead to dumbed-down developers. It's a fate to be avoided.
_____________________________________
Live Free or Die: Linux

Their fundamental design flaws are completely concealed by their superficial design flaws.

jtpenrod:

quote: don't know if it's the same sort of thing but... Python - anyone have an opinion on this.

There are several editors, I'm trying Idle.
--- End quote ---


The only similarity between BASIC and Python is that they're both interpreted. Python is so much better. The syntax is nice and clean, and C-like, so you can more easily pick up C and C++ after learning Python, as the syntax won't be completely unfamiliar. Python is also object oriented. This allows writing modular programs with it. Also, FXPy is a very good toolkit for writing graphical apps in Python. Another nice thing about it is that you can extend Python by writing your own C++ modules.

Also, Ruby isn't none too shabby either, even if it is a bit harder to learn than Python.
______________________________________
Live Free or Die: Linux

Their fundamental design flaws are completely concealed by their superficial design flaws.

Calum:
jtpenrod, where's all this free beer i keep hearing about? i haven't got any of it yet!

voidmain:

quote:Originally posted by Calum:
jtpenrod, where's all this free beer i keep hearing about? i haven't got any of it yet!
--- End quote ---


You can lead a horse to water, but you can't make it drink:

http://www.linuxiso.org/

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version