Valhalla Legends Forums Archive | C/C++ Programming | Listviews

AuthorMessageTime
BreW
Okay, i'm wondering how do i set the font for the listview's items. Nobody seems to know, and all the examples i've seen use MFC or something else, and the only real listview control example doesn't modify the font at all, so i'm out of ideas. does anyone know how i would do this?
August 18, 2007, 3:33 AM
Yegg
http://blogs.msdn.com/oldnewthing/archive/2005/09/16/468800.aspx
August 18, 2007, 4:37 AM
Camel
[quote]Friday, September 16, 2005 12:28 PM by Matt
Who's Claire Voyant? [/quote]

;D
August 18, 2007, 8:39 PM
Yegg
[quote author=Camel link=topic=16958.msg171692#msg171692 date=1187469571]
[quote]Friday, September 16, 2005 12:28 PM by Matt
Who's Claire Voyant? [/quote]

;D
[/quote]

It amused me too. :)
August 19, 2007, 1:34 AM
BreW
[quote author=Yegg link=topic=16958.msg171676#msg171676 date=1187411845]
http://blogs.msdn.com/oldnewthing/archive/2005/09/16/468800.aspx
[/quote]
That didn't help me very much.
August 20, 2007, 2:50 AM
Yegg
[quote author=brew link=topic=16958.msg171716#msg171716 date=1187578202]
[quote author=Yegg link=topic=16958.msg171676#msg171676 date=1187411845]
http://blogs.msdn.com/oldnewthing/archive/2005/09/16/468800.aspx
[/quote]
That didn't help me very much.
[/quote]

I knew you would respond saying so. I just wasn't sure how long I'd actually have to wait. If you study that page you will understand how to fix your problem easily. It cleared things up for me.
August 20, 2007, 3:51 AM
BreW
Sure, maybe for you, but i wouldn't know things such as where
LRESULT RootWindow::OnLVCustomDraw(NMLVCUSTOMDRAW* pcd)
would go.... I'm clueless. What notification or message am i looking out for and when do i do this, none of that page answers those important questions.
All that I really know is that i have to do something that concerns NMLVCUSTOMDRAW...
Actually, it looks kind of like MFC. I'm not using MFC at all.

EDIT** Oh, so i'm supposed to look out for the NM_CUSTOMDRAW notification. IS there any special listview style i have to add to the listview to get this? (LVM_NOTIFY)?

EDIT** I dont think my listview likes me handling WM_NOTIFY for some reason, it only adds like 6 of the people to the channel list where it would add all of them no problem without handling that...
August 20, 2007, 5:32 AM
Explicit[nK]
rtfm.
August 20, 2007, 7:09 AM
BreW
[quote author=Explicit[nK] link=topic=16958.msg171719#msg171719 date=1187593750]
rtfm.
[/quote]
Can you provide any actual help? At all? In any of my topics? I'm pretty sure I've heard "rtfm" over nine thousand times and that's really, not helping.
August 20, 2007, 1:56 PM
Myndfyr
[quote author=brew link=topic=16958.msg171720#msg171720 date=1187618193]
[quote author=Explicit[nK] link=topic=16958.msg171719#msg171719 date=1187593750]
rtfm.
[/quote]
Can you provide any actual help? At all? In any of my topics? I'm pretty sure I've heard "rtfm" over nine thousand times and that's really, not helping.
[/quote]
"RTFM" stands for "read the fucking manual."  If you did some research (maybe you should memorize MSDN), and then you didn't bitch when people actually provided substantive help, more people might be inclined to more thoroughly help you.
August 20, 2007, 3:11 PM
BreW
[quote author=MyndFyre[vL] link=topic=16958.msg171721#msg171721 date=1187622694]
[quote author=brew link=topic=16958.msg171720#msg171720 date=1187618193]
[quote author=Explicit[nK] link=topic=16958.msg171719#msg171719 date=1187593750]
rtfm.
[/quote]
Can you provide any actual help? At all? In any of my topics? I'm pretty sure I've heard "rtfm" over nine thousand times and that's really, not helping.
[/quote]
"RTFM" stands for "read the fucking manual."  If you did some research (maybe you should memorize MSDN), and then you didn't bitch when people actually provided substantive help, more people might be inclined to more thoroughly help you.
[/quote]
I know what RTFM means, myndfyre. I was reading MSDN all last night and I still wasn't able to find much out, other then to set the window's text, something about a pointer to a custom draw struct, and do this all on WM_NOTIFY, however it doesn't work out very well when i don't return defwindowproc() on WM_NOTIFY, thanks. Not like Explicit ever actually helped anyone at all with anything related to actual programming... so why even post? And if he's going to post, why is he posting a 4 letter word, and a period? That response doesn't really help much, especially after i've mentioned serveral times i'm already reading msdn, and i'm getting little if nothing out of it, that's all. So far i've seen you link me twice to that same topic, it looks like you want me to look at it differently or something, thanks, it's just that I don't appriciate being called ignorant when I don't look at msdn to find out what a UINT_PTR is and find it's something completely different then what would logically make sense. I even said I figured it out. All I did is just mention that typedef being wrongfully named. Really.
And by the way, I do greatly appriciate people helping me out. Thanks, shadow, for helping me with that timer control. I wouldn'tve guessed right off that the callback sub for the timer optionally takes 4 parameters, especially considering how vb6 makes everything else so grossly oversimplified.
August 20, 2007, 5:34 PM
rabbit
You're ignorant.  Also, RTFM is an acronym, not a 4 letter word.  Additionally, you are being referred to the same place over and over because it's the answer to what you want.  You're just a stubborn jackass.
August 20, 2007, 7:24 PM
Myndfyr
[quote author=brew link=topic=16958.msg171722#msg171722 date=1187631284]
[quote author=MyndFyre[vL] link=topic=16958.msg171721#msg171721 date=1187622694]
[quote author=brew link=topic=16958.msg171720#msg171720 date=1187618193]
[quote author=Explicit[nK] link=topic=16958.msg171719#msg171719 date=1187593750]
rtfm.
[/quote]
Can you provide any actual help? At all? In any of my topics? I'm pretty sure I've heard "rtfm" over nine thousand times and that's really, not helping.
[/quote]
"RTFM" stands for "read the fucking manual."  If you did some research (maybe you should memorize MSDN), and then you didn't bitch when people actually provided substantive help, more people might be inclined to more thoroughly help you.
[/quote]
I know what RTFM means, myndfyre. I was reading MSDN all last night and I still wasn't able to find much out, other then to set the window's text, something about a pointer to a custom draw struct, and do this all on WM_NOTIFY, however it doesn't work out very well when i don't return defwindowproc() on WM_NOTIFY, thanks. Not like Explicit ever actually helped anyone at all with anything related to actual programming... so why even post? And if he's going to post, why is he posting a 4 letter word, and a period? That response doesn't really help much, especially after i've mentioned serveral times i'm already reading msdn, and i'm getting little if nothing out of it, that's all. So far i've seen you link me twice to that same topic, it looks like you want me to look at it differently or something, thanks, it's just that I don't appriciate being called ignorant when I don't look at msdn to find out what a UINT_PTR is and find it's something completely different then what would logically make sense. I even said I figured it out. All I did is just mention that typedef being wrongfully named. Really.
And by the way, I do greatly appriciate people helping me out. Thanks, shadow, for helping me with that timer control. I wouldn'tve guessed right off that the callback sub for the timer optionally takes 4 parameters, especially considering how vb6 makes everything else so grossly oversimplified.
[/quote]

Amazing what 15 minutes of searching will do....
August 20, 2007, 8:06 PM
Yegg
[quote author=MyndFyre[vL] link=topic=16958.msg171726#msg171726 date=1187640374]
[quote author=brew link=topic=16958.msg171722#msg171722 date=1187631284]
[quote author=MyndFyre[vL] link=topic=16958.msg171721#msg171721 date=1187622694]
[quote author=brew link=topic=16958.msg171720#msg171720 date=1187618193]
[quote author=Explicit[nK] link=topic=16958.msg171719#msg171719 date=1187593750]
rtfm.
[/quote]
Can you provide any actual help? At all? In any of my topics? I'm pretty sure I've heard "rtfm" over nine thousand times and that's really, not helping.
[/quote]
"RTFM" stands for "read the fucking manual."  If you did some research (maybe you should memorize MSDN), and then you didn't bitch when people actually provided substantive help, more people might be inclined to more thoroughly help you.
[/quote]
I know what RTFM means, myndfyre. I was reading MSDN all last night and I still wasn't able to find much out, other then to set the window's text, something about a pointer to a custom draw struct, and do this all on WM_NOTIFY, however it doesn't work out very well when i don't return defwindowproc() on WM_NOTIFY, thanks. Not like Explicit ever actually helped anyone at all with anything related to actual programming... so why even post? And if he's going to post, why is he posting a 4 letter word, and a period? That response doesn't really help much, especially after i've mentioned serveral times i'm already reading msdn, and i'm getting little if nothing out of it, that's all. So far i've seen you link me twice to that same topic, it looks like you want me to look at it differently or something, thanks, it's just that I don't appriciate being called ignorant when I don't look at msdn to find out what a UINT_PTR is and find it's something completely different then what would logically make sense. I even said I figured it out. All I did is just mention that typedef being wrongfully named. Really.
And by the way, I do greatly appriciate people helping me out. Thanks, shadow, for helping me with that timer control. I wouldn'tve guessed right off that the callback sub for the timer optionally takes 4 parameters, especially considering how vb6 makes everything else so grossly oversimplified.
[/quote]

Amazing what 15 minutes of searching will do....
[/quote]

I believe what he wants to do is set a different font for each item in the listview, which is what the link I provided him with.
The link I provided is MFC, but it uses the same functions regardless if you're using MFC or Win32 API alone. I just don't see how it's so hard to follow that link :/.
August 20, 2007, 8:13 PM
Myndfyr
[quote author=Yegg link=topic=16958.msg171727#msg171727 date=1187640836]
I believe what he wants to do is set a different font for each item in the listview, which is what the link I provided him with.
The link I provided is MFC, but it uses the same functions regardless if you're using MFC or Win32 API alone. I just don't see how it's so hard to follow that link :/.
[/quote]
Oh.  (That's dumb).  But yeah, your link is good then. :)
August 20, 2007, 8:34 PM
Explicit[nK]
[quote author=brew link=topic=16958.msg171722#msg171722 date=1187631284]
[quote author=MyndFyre[vL] link=topic=16958.msg171721#msg171721 date=1187622694]
[quote author=brew link=topic=16958.msg171720#msg171720 date=1187618193]
[quote author=Explicit[nK] link=topic=16958.msg171719#msg171719 date=1187593750]
rtfm.
[/quote]
Can you provide any actual help? At all? In any of my topics? I'm pretty sure I've heard "rtfm" over nine thousand times and that's really, not helping.
[/quote]
"RTFM" stands for "read the fucking manual."  If you did some research (maybe you should memorize MSDN), and then you didn't bitch when people actually provided substantive help, more people might be inclined to more thoroughly help you.
[/quote]
I know what RTFM means, myndfyre. I was reading MSDN all last night and I still wasn't able to find much out, other then to set the window's text, something about a pointer to a custom draw struct, and do this all on WM_NOTIFY, however it doesn't work out very well when i don't return defwindowproc() on WM_NOTIFY, thanks. Not like Explicit ever actually helped anyone at all with anything related to actual programming... so why even post? And if he's going to post, why is he posting a 4 letter word, and a period? That response doesn't really help much, especially after i've mentioned serveral times i'm already reading msdn, and i'm getting little if nothing out of it, that's all. So far i've seen you link me twice to that same topic, it looks like you want me to look at it differently or something, thanks, it's just that I don't appriciate being called ignorant when I don't look at msdn to find out what a UINT_PTR is and find it's something completely different then what would logically make sense. I even said I figured it out. All I did is just mention that typedef being wrongfully named. Really.
And by the way, I do greatly appriciate people helping me out. Thanks, shadow, for helping me with that timer control. I wouldn'tve guessed right off that the callback sub for the timer optionally takes 4 parameters, especially considering how vb6 makes everything else so grossly oversimplified.
[/quote]

Don't get mad at me because you can't comprehend the page's content while others (yes, including myself) can.  If you're going to cry so much about why it won't work, post your crappy code so people can actually see where it is that you are messing up at.

In the past it's always been a problem on your end, and frankly I don't expect it to be anything otherwise.
August 20, 2007, 10:52 PM
BreW
Yes, myndfyre, that's completely amazing what you think 15 minutes of searching can do until you attempt to use it.
Also, I thought you memorized MSDN? I'm a bit suprised you didn't know about WM_SETFONT (a very *ahem* simple message everyone should know about) or can't you just get over your high level .NET crap? I'm sick of how arrogant you act when you don't even realize how much more complicated C++ is, IIRC you can make drag/drop interfaces just like in visual basic 6. I'd love to see you make a nice interface with C++, and not from a dialog box either. The only reason why you have such, a great job is because corporations are blinded by microsoft's glittery new hyper-turbo-oop piece of crap, and you're one of the few to care enough to learn it. So then again, why would you even care about WM_SETFONT when you can set the font from a cute dialog box? :p....
I'm not going to even reply to rabbit's post.

@Explicit: I can comprehend it. It's just that i've quit caring for now. Also if you haven't noticed, it's mfc, and I do remember saying I am not using mfc.
August 20, 2007, 10:53 PM
dRAgoN
http://www.codeproject.com/listctrl/listview.asp
http://msdn2.microsoft.com/en-us/library/ms364048(vs.80).aspx

You could probably find more on the subject and be less of a dick all the time.
August 20, 2007, 11:23 PM
Explicit[nK]
[quote author=l)ragon link=topic=16958.msg171733#msg171733 date=1187652207]
http://www.codeproject.com/listctrl/listview.asp
[/quote]

I was just about to post this exact link, but you beat me to the punch. :P

brew: the link is 100% API.
August 20, 2007, 11:32 PM
BreW
Wow, l)ragon thanks for those helpful links and actually helping me. Heh. Why can't you all be more like l)ragon and Kp?
August 20, 2007, 11:47 PM
Yegg
[quote author=brew link=topic=16958.msg171739#msg171739 date=1187653663]
Wow, l)ragon thanks for those helpful links and actually helping me. Heh. Why can't you all be more like l)ragon and Kp?
[/quote]

Because we provided others means of support which solved the same exact problem? We are all different people and can't possibly know all of the same links as each other. The link I posted solves the problem, I just don't see how you missed it. The fact that they were using MFC couldn't have possibly kept you from figuring it out. I've never used MFC alone and I understood it perfectly.
August 21, 2007, 1:38 AM
BreW
[img]http://img64.imageshack.us/img64/6995/amidoingitriteia5.gif[/img]
i split the icons from this, put together with the panorama option in InfranView:
[img]http://img77.imageshack.us/img77/120/iconsth7.png[/img]
except in bmp format. imageshack converts bmps to png files.
HELP
August 21, 2007, 6:10 PM
Camel
Where are you getting those images from? You should use icons.bni.
August 21, 2007, 7:03 PM
rabbit
It's from DMBot, IIRC.

Also, your skin is hideous.
August 21, 2007, 7:30 PM
Spht
That color scheme makes me picture brew as some dark, disturbed, quiet, awkward, creepy, manipulative kid.  do you throw tantrums when your mom gets you to do stuff?
August 21, 2007, 7:56 PM
BreW
[quote author=rabbit link=topic=16958.msg171789#msg171789 date=1187724606]
It's from DMBot, IIRC.

Also, your skin is hideous.
[/quote]
I just said I made it with infranview's panorama image maker from smaller icons....

Edit * Oh , if you mean where I got the original icons from, I cut and copied them with windows paint (from screenshots on starcraft itself) and i got the rarer icons from blizzard's battle.net icon information page.

And it's not a skin. I just used windows classic style with that color scheme and for the taskbar i just made a quick program to make it have an alpha blend of 165 (165 seems to look the best)
@Spht: i am not. When I had my first computer, I was a little kid who enjoyed playing with the color schemes. I've quickly grown used to the high contrast this one offers, therefore, easier to read. It is also black/red because it's the most efficient (energy-wise), since i'm using a CRT monitor. And because it just looks sweet.
August 21, 2007, 8:26 PM
Camel
[img]http://clanbnu.ws/images/icons.bmp[/img]
August 21, 2007, 8:47 PM
Barabajagal
Or you could have lots of icons, write a function to add numbers to the icons for levels/scores, and use these:
Games:
[img]http://realityripple.com/Uploads/icons/Games/Chat.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/DRTL.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/DSHR.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/D2DV.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/D2XP.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/STAR.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/SEXP.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/SSHR.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/SSPN.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/JSTR.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/JSPN.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/W2BN.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/W2SP.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Games/WAR3.bmp[/img][img]http://realityripple.com/Uploads/icons/Games/W3XP.bmp[/img]

Others:
[img]http://realityripple.com/Uploads/icons/Others/Admin.bmp[/img][img]http://realityripple.com/Uploads/icons/Others/Guest.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Others/Operator.bmp[/img][img]http://realityripple.com/Uploads/icons/Others/Rep.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Others/Speaker.bmp[/img][img]http://realityripple.com/Uploads/icons/Others/Squelch.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Others/Unknown.bmp[/img]

Clan:
[img]http://realityripple.com/Uploads/icons/Clan/00.bmp[/img][img]http://realityripple.com/Uploads/icons/Clan/01.bmp[/img][img]http://realityripple.com/Uploads/icons/Clan/02.bmp[/img][img]http://realityripple.com/Uploads/icons/Clan/03.bmp[/img][img]http://realityripple.com/Uploads/icons/Clan/04.bmp[/img]

DRTL:
[img]http://realityripple.com/Uploads/icons/Diablo%20I/Warrior/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Warrior/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Warrior/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Warrior/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20I/Rogue/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Rogue/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Rogue/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Rogue/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20I/Sorceror/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Sorceror/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Sorceror/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20I/Sorceror/3.bmp[/img]
DSHR:
[img]http://realityripple.com/Uploads/icons/Diablo%20I/Shareware.bmp[/img]
D2DV/D2XP:
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Amazon/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Amazon/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Amazon/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Amazon/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Assassin/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Assassin/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Assassin/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Assassin/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Barbarian/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Barbarian/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Barbarian/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Barbarian/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Druid/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Druid/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Druid/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Druid/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Necromancer/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Necromancer/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Necromancer/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Necromancer/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Paladin/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Paladin/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Paladin/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Paladin/3.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Diablo%20II/Sorceress/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Sorceress/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Sorceress/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Diablo%20II/Sorceress/3.bmp[/img]

STAR/SEXP/JSTR:
[img]http://realityripple.com/Uploads/icons/Starcraft/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/3.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/4.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Starcraft/5.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/6.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/7.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/8.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/9.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Starcraft/10.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/Ladder.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/LadderTop.bmp[/img][img]http://realityripple.com/Uploads/icons/Starcraft/Ladder1.bmp[/img]

W2BN:
[img]http://realityripple.com/Uploads/icons/Warcraft%20II/0.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/4.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20II/5.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/6.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/7.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/8.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/9.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20II/10.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/Ladder.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/LadderTop.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/Ladder1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/IronMan.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20II/IronMan1.bmp[/img]
WAR3:
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/00.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/H1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/H2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/H3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/H4.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/N1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/N2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/N3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/N4.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/O1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/O2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/O3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/O4.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/U1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/U2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/U3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/U4.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/R1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/R2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/R3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/R4.bmp[/img]
W3XP:
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/00.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/H1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/H2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/H3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/H4.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/H5.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/N1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/N2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/N3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/N4.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/N5.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/O1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/O2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/O3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/O4.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/O5.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/U1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/U2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/U3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/U4.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/U5.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/T1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/T2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/T3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/T4.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/T5.bmp[/img]
[img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/R1.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/R2.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/R3.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/R4.bmp[/img][img]http://realityripple.com/Uploads/icons/Warcraft%20III/Expansion/R5.bmp[/img]

And yes, I did make all of these using icons.bni where I could, and the WAR3 icon list on blizz's site for the WAR3/W3XP icons. Oh, and the WAR2 Spawn icon I made from the WAR2 icon and DSHR icon.

And where the hell did you get that b.net admin icon? that thing looks terrible.
August 21, 2007, 9:41 PM
Explicit[nK]
[quote author=Spht link=topic=16958.msg171790#msg171790 date=1187726178]
That color scheme makes me picture brew as some dark, disturbed, quiet, awkward, creepy, manipulative kid.  do you throw tantrums when your mom gets you to do stuff?
[/quote]

So many adjectives...
August 21, 2007, 9:49 PM
BreW
RealityRipple: That's one idea, but I don't want to have a headache x18....
If you've noticed, in that screenshot you can see I'm loading my icons from file. I'm doing this because it just doesn't work when I try to load it from my resources. Why it does this, I have no idea. But I do get error 1814 from GetLastError(). I looked this up, it seems as if the resource hasn't been found. Wtf? I don't get why this is so, I'm using the constant assigned for it in resources.h, and it just can't seem to find it. :/ I have no idea on this one. Does microsoft's resource manager really just suck that much?
August 22, 2007, 1:20 AM
Myndfyr
[quote author=brew link=topic=16958.msg171799#msg171799 date=1187745631]
Does microsoft's resource manager really just suck that much?
[/quote]
Yep.  Despite more than 20 years of time in development, Microsoft's resource manager sucks that much, they don't know how to name their type definitions, and you're the god of all programming.
August 22, 2007, 4:56 AM
Barabajagal
Actually... I've noticed most of their resource managers within IDEs are somewhat lacking. Mostly they seem like afterthoughts or last-minute add-ins compared to the rest of the IDEs. At least the ones in visual studio 6 and .net 2003 were. I don't know what that would have to do with making your program work better or worse though...
August 22, 2007, 5:07 AM

Search