Stop Microsoft

All Things Microsoft => Microsoft Software => Topic started by: loopers on 16 December 2002, 12:45

Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: loopers on 16 December 2002, 12:45
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.

[topic title changed - sorry, but it's kind of gone on to a different subject, so i thought i'd make the title more accurate]

[ December 19, 2002: Message edited by: Calum ]

Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 16 December 2002, 13:39
Here's some help. (http://gcc.gnu.org/)
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Refalm on 16 December 2002, 17:10
u (1ix02 ph0r 50|\/| |-|31p |-|323 (http://62.194.204.84/spaceball/lache/open.html)
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Gooseberry Clock on 16 December 2002, 17:41
Look for Icon in the form's properties.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Gooseberry Clock on 16 December 2002, 18:18
Loopers does, which is why I posted the answer. Would you rather I told him to piss off to some other site? 'cos I can do that, you know.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: xyle_one on 16 December 2002, 20:54
since you are only beginning in vb, i think it would be wise to stop now, before your brain is completely lost to M$. as for helping, im sorry, i wouldnt ever use VisualBasic. and again. We are the Microsoft Eradication Society. we are not Microsoft Tech Support. If you are having trouble getting rid of vb, we can surely help with that  (http://smile.gif)
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Calum on 17 December 2002, 02:11
quote:
Originally posted by * Red Ranger Software * PC Commando:
Loopers does, which is why I posted the answer. Would you rather I told him to piss off to some other site? 'cos I can do that, you know.


actually, i think that this site here (http://62.194.204.84/spaceball/lache/open.html) would be the most useful to loopers, as somebody said already, however i think for specific windows questions it would be best to ask at the Windows BS (http://www.windowsbbs.com) as most of the posters here don't give a fuck, sorry i meant don't know that much about microsoft's proprietary software.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 17 December 2002, 02:16
I know quite a lot about it, one of the reasons I decided to stop using it.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Bazoukas on 17 December 2002, 03:18
try this. I promise you, you will love it C++ heaven enviroment  (http://anjuta.sourceforge.net/)

but you will need one of THESE (http://www.linuxlookup.com/html/main/iso.html) to make THIS (http://gcc.gnu.org/) run smooth and nice.

 Hope that helped you a little   (http://smile.gif)  


*sorry Void I couldnt resist. I am a bad copycat i know  :(

[ December 16, 2002: Message edited by: bazoukas [The F*en Linux Militant] ]

Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: zooloo on 17 December 2002, 04:51
I 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.

Python editors at python.org (http://www.python.org/editors/)

All open source and lovely.

zooloo
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 17 December 2002, 05:57
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 ]

Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: jtpenrod on 17 December 2002, 21:36
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.
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 (http://www.fox-toolkit.org) 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.   (http://smile.gif)   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
(http://www.otakupc.com/etsig/dolphin.gif)
Their fundamental design flaws are completely concealed by their superficial design flaws.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: jtpenrod on 17 December 2002, 21:49
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.


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 (http://fxpy.sourceforge.net) 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 (http://www.ruby-lang.org/en/index.html) isn't none too shabby either, even if it is a bit harder to learn than Python.
______________________________________
Live Free or Die: Linux
(http://www.otakupc.com/etsig/dolphin.gif)
Their fundamental design flaws are completely concealed by their superficial design flaws.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Calum on 18 December 2002, 13:13
jtpenrod, where's all this free beer i keep hearing about? i haven't got any of it yet!
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 18 December 2002, 19:14
quote:
Originally posted by Calum:
jtpenrod, where's all this free beer i keep hearing about? i haven't got any of it yet!


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

http://www.linuxiso.org/ (http://www.linuxiso.org/)
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Calum on 18 December 2002, 19:45
hey, void main, regarding the link you just posted, why are linuxiso.org allowed to call red hat downloads 'red hat'? from what i hear the red hat licence prohibits use of the name red hat or their logo for sites offering the cheapo (download) version of red hat. www.smb-computing.co.uk (http://www.smb-computing.co.uk) are offering it as XYZ XYZ linux, www.linuxemporium.co.uk (http://www.linuxemporium.co.uk) have stopped offering the cheap version altogether and after i asked this same question at www.yourlinux.co.uk (http://www.yourlinux.co.uk) they replied that they were about to stop calling it red hat too (what a coincidence!   :rolleyes:  ) so how does linuxiso.org get away wit it?
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 18 December 2002, 20:41
quote:
Originally posted by Calum:
hey, void main, regarding the link you just posted, why are linuxiso.org allowed to call red hat downloads 'red hat'?



Um, maybe because it's Red Hat?

   
quote:

 from what i hear the red hat licence prohibits use of the name red hat or their logo for sites offering the cheapo (download) version of red hat.



As in cheapo, do you mean "free"? Never heard that before. There are hundreds of mirror sites to download Red Hat, just look at the Red Hat download page on their own site.

   
quote:
www.smb-computing.co.uk (http://www.smb-computing.co.uk) are offering it as XYZ XYZ linux, www.linuxemporium.co.uk (http://www.linuxemporium.co.uk) have stopped offering the cheap version altogether and after i asked this same question at www.yourlinux.co.uk (http://www.yourlinux.co.uk) they replied that they were about to stop calling it red hat too (what a coincidence!      :rolleyes:     ) so how does linuxiso.org get away wit it?


Looks to me like those sites are charging for it? And possibly changing it? If I were Red Hat I would probably request the same thing under the same circumstances.

[edit]
Just did some research and found a trademark section on Red Hat's web site:

http://www.redhat.com/about/corporate/trademark/guidelines.html (http://www.redhat.com/about/corporate/trademark/guidelines.html)

I believe these sections are the reason your quoted companies are changing the names:

http://www.redhat.com/about/corporate/trademark/page6.html (http://www.redhat.com/about/corporate/trademark/page6.html)
http://www.redhat.com/about/corporate/trademark/page7.html (http://www.redhat.com/about/corporate/trademark/page7.html)

And there is nothing that I could find anywhere regarding making copies and offering them for free. It appears to me that this is ok (as long as it's the downloadable/free version, the other versions contain proprietary software from other vendors that may not allow copying, also in the above reading).

Now the cool part is, you can download Red Hat's stock distro, remove their ICONs (and a few other minor items), put your cool logo on it and sell it as a new and complete distro and charge whatever you want for it. I think that's pretty damn good, in fact that's how Mandrake got started.
[/edit]

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

Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: flap on 19 December 2002, 02:46
Labelling it "xyz linux" is ridiculous though. They could simply state that the isos were downloaded from red hat, without actually calling it "red hat"
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 19 December 2002, 02:54
I don't think Red Hat even wants them to do that. It looks to me like a lot of people were buying these CDs from these burning houses and then coming to Red Hat wanting help/support.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: flap on 19 December 2002, 04:36
Well regardless of what the website calls them, people are going to catch on quickly to the fact that they have in fact bought "Red Hat" when they boot up and "Red Hat Linux" appears on their screen.

I can't believe RH want to turn down the publicity of having their software distributed for them under their name. That's one of the major advantages of FS to the companies that make it.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Calum on 19 December 2002, 14:00
i see! so it's only these people who resell the red hat download edition that need to change the name?

i just sent off for a copy of xyz linux for
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 19 December 2002, 22:53
Interesting. I am curious if these burner houses would have contacted Red Hat before hand like the web site states, whether Red Hat might just have given them permission to sell the CDs and call them Red Hat?  If nothing else they may have given them guidelines to follow. To be totally clear that they are selling the download version and not the boxed set containing the official manuals w/support etc... It almost looks like they never even talked to Red Hat about it. But according to the online trademark restrictions they are doing the right thing by changing the name until they have written approval to use it.

On a side note, assuming they just pulled the logo RPMs you could always download/install them after you install your copy.  (http://smile.gif)
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: flap on 20 December 2002, 14:59
Technically they could stop you from distributing the logos as they're not covered by free software licences, but they can't stop you from saying "I downloaded these isos from redhat.com" or "we can't name this distribution but the words "Red Hat" appear frequently in the source code."
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Calum on 20 December 2002, 16:13
flap, i see from your signature that you are a fan of George Bush quotes. he really generates the highest number of fascinating quotes i have ever heard from any one person!

and void main, logo rpms? you mean i just rpm -Uvh them and hey presto, all the red hat logos appear all over my desktops and stuff? i wonder if i could do this with another distro, say download the logo rpm for SuSE or Corel linux or something, and install that on my new xyz xyz linux system?
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: voidmain on 20 December 2002, 22:53
quote:
Originally posted by Calum:
and void main, logo rpms? you mean i just rpm -Uvh them and hey presto, all the red hat logos appear all over my desktops and stuff?



Roger that chief.

 
quote:

 i wonder if i could do this with another distro, say download the logo rpm for SuSE or Corel linux or something, and install that on my new xyz xyz linux system?



Possibly but doubtful. Depends on how they have their Window manager configuration directories set up. Certainly with a little tweaking anything is possible.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: jtpenrod on 21 December 2002, 13:26
quote:
flap, i see from your signature that you are a fan of George Bush quotes. he really generates the highest number of fascinating quotes i have ever heard from any one person!
George W. Bush quotes: Columbia Central (http://www.columbiacentral.com/dubya)
_______________________________________
Live Free or Die: Linux
(http://www.otakupc.com/etsig/dolphin.gif)
Their fundamental design flaws are completely concealed by their superficial design flaws.
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: rparsi on 24 December 2002, 23:41
Loopers, since you're obviously new to the MicroSnot conspiracy, I'll give you a hand.  The only way to change the icon of the executable, created from Visual Basic is to have a windows Icon file.  You have to set the "Icon" property of the particular form.  Now you might be asking "How do I get/create an icon file?".  The only way I know is to use Visual C++, it has it's own icon editor.

Therefore, if you want to create Winblows apps, avoid Visual Basic like the plague, used Visual C++.

Personally, I prefer using Linux with the Qt libraries.  Qt is 100% C++, has libraries for XWindows, Sockets and more (none of that incline C crap).
Title: Changing Icon of The .EXE file in Visual Basic 6.0 (and red hat 8.0 licence)
Post by: Calum on 25 December 2002, 01:11
how's he going to learn the way out if you direct him further in?