|
-
Dec 2nd, 2002, 09:39 PM
#1
Thread Starter
Lively Member
Hi, Gentlmen, Were windows a Big From?
After do some programmings, I find whether the windows(esp. the Explorer.exe) is a big form.
If it's true, there must be some methods to operate the windows'
Attribultes.
Well, I'm rather interesting in doing that!
Hmmmmmm...
Maybe we can do some programs to simulate the WinXP style in Win98,
Yeah, There already some ones to do the thing.
Hmmm, Sorry for my poor English.
Last edited by WindowsNuclear; Dec 6th, 2002 at 12:30 AM.
Program is a pleasure thing! 
-
Dec 2nd, 2002, 09:56 PM
#2
The picture isn't missing
what? you could simulate xp forms on 98 using pictures or that special control...
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Dec 2nd, 2002, 10:16 PM
#3
Thread Starter
Lively Member
Originally posted by BuggyProgrammer
what? you could simulate xp forms on 98 using pictures or that special control...
Well, StarDock
WindowBlinds
ThePicture
Last edited by WindowsNuclear; Dec 2nd, 2002 at 10:41 PM.
Program is a pleasure thing! 
-
Dec 2nd, 2002, 11:22 PM
#4
Fanatic Member
Re: Hi, Gentlmen, Were windows a Big From?
Originally posted by WindowsNuclear
After do some programmings, I find whether the windows(esp. the Explorer.exe) is a big form.
If it's true, there must be some methods to operate the windows'
Attribultes.
Well, I'm rather interesting with that!
Hmmmmmm...
Maybe we can do some programs to simulate the WinXP style in Win98,
Yeah, There already some ones to do the thing.
Hmmm, Sorry for my poor English.
I've seen a lot of people do a lot of work to get win98 to look like XP. I just don't get it. I have XP pro at home, but I am using "Windows Classic" interface. I think the Windows XP themes look cartoonish - reminds me of AOL (AO-Hell).
Win95 is no longer supported by Microsoft and Windows 98 already had one foot in the grave. I my opinion (and yes I realize it is only my opinion) if a user wants it to look like XP, then they should install XP
"Look! Up in the sky! It's a bird! It's a plane! It's Diaper-Head Boy! (there by my name!) Yes, Diaper-Head Boy, who disguised as my son, Seth, fights a never-ending battle for truth, justice and terrorizing my house!
Resistance is futile, you will be compiled . . . Please!
-
Dec 3rd, 2002, 12:26 AM
#5
Fanatic Member
Re: Hi, Gentlmen, Were windows a Big From?
Originally posted by WindowsNuclear
After do some programmings, I find whether the windows(esp. the Explorer.exe) is a big form.
If it's true, there must be some methods to operate the windows'
Attribultes.
Well, I'm rather interesting with that!
Hmmmmmm...
Maybe we can do some programs to simulate the WinXP style in Win98,
Yeah, There already some ones to do the thing.
Hmmm, Sorry for my poor English.
That is some of the funniest engrish i have ever read!
-
Dec 4th, 2002, 11:53 PM
#6
Thread Starter
Lively Member
Re: Re: Hi, Gentlmen, Were windows a Big From?
Originally posted by SkiNLaB
That is some of the funniest engrish i have ever read!
HaHa,
I will improve it in future, :PS
Program is a pleasure thing! 
-
Dec 5th, 2002, 09:59 AM
#7
Member
Spelling
That is some of the funniest engrish i have ever read!
I can't believe you spelled the word 'English' wrong while criticizing someone elses English.
-
Dec 5th, 2002, 10:12 AM
#8
goto http://www.planet-source-code.com and search for shell replacement in the VB section. There are some examples of this there.
-
Dec 6th, 2002, 12:47 AM
#9
Thread Starter
Lively Member
Well, Gentlemen.
As I said, if the windows is a big form,
I thought we can similar operation to operate the windows as we do in our programs.
En, For example,
Print words on the Taskbar,
I can't do it until now
Haha, I wondered who can do it?
Program is a pleasure thing! 
-
Dec 6th, 2002, 06:37 AM
#10
Fanatic Member
Re: Spelling
Originally posted by brian728s
I can't believe you spelled the word 'English' wrong while criticizing someone elses English.
ok i dont know if ur being sarcastic, but if u r then:
its worded "spelt" not spelled
and 'engrish' is a well known term for a comical implementation of english, usually japanese
check out www.engrish.com
-
Dec 6th, 2002, 07:19 AM
#11
Originally posted by WindowsNuclear
Well, Gentlemen.
As I said, if the windows is a big form,
I thought we can similar operation to operate the windows as we do in our programs.
En, For example,
Print words on the Taskbar,
I can't do it until now
Haha, I wondered who can do it?
it's not a big VB Form... plus the taskbar is its own object.. it is on the windows desktop and part of explorer.. but it has its own hwnd and can be manipulated seperatly..
-
Dec 6th, 2002, 07:21 AM
#12
Re: Re: Spelling
Originally posted by SkiNLaB
ok i dont know if ur being sarcastic, but if u r then:
its worded "spelt" not spelled
and 'engrish' is a well known term for a comical implementation of english, usually japanese
check out www.engrish.com
spell ( P ) Pronunciation Key (spl)
v. spelled, or spelt (splt) spell·ing, spells
v. tr.
To name or write in order the letters constituting (a word or part of a word).
To constitute the letters of (a word): These letters spell animal.
To add up to; signify: Their unwise investment could spell financial ruin.
he is not wrong...
-
Dec 6th, 2002, 07:26 AM
#13
Frenzied Member
Originally posted by kleinma
it's not a big VB Form... plus the taskbar is its own object.. it is on the windows desktop and part of explorer.. but it has its own hwnd and can be manipulated seperatly..
what do you think the desktop is then ?
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Dec 6th, 2002, 08:13 AM
#14
Originally posted by swatty
what do you think the desktop is then ?
it may be a form of sorts.. but it is not a VB form
-
Dec 6th, 2002, 08:40 AM
#15
Addicted Member
Well, the desktop is simply a window object and as for the "big form" thing, the window that covers the desktop to show the icons is a basicaly a ListView window that cover the whole screen. Like kleinma said, it as it's own window handle and can be manipulated by diverse API functions.
- Valkan
'You keep creatures in cages and release them to fight? That's sick!'
-
Dec 8th, 2002, 02:28 AM
#16
The picture isn't missing
and you mentioned before you wanted to write text on the taskbar, that's not hard at all... just get the taskbar hwnd and use textout to print text.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Dec 8th, 2002, 03:14 AM
#17
Fanatic Member
Re: Re: Re: Spelling
Originally posted by kleinma
he is not wrong...
wow, i stand corrected!
but still, come on, who DOESN'T know about engrish!
-
Dec 8th, 2002, 03:18 AM
#18
Re: Re: Re: Re: Spelling
Originally posted by SkiNLaB
but still, come on, who DOESN'T know about engrish!
i actually have never heard of it.. but from your description i know i exactly what it would sound like
-
Dec 8th, 2002, 09:23 AM
#19
Fanatic Member
Oh snaP` ThePicture looks amazing. It looks like it uses too much RAM tho, But it looks amazing. Ill stick to my windows classic on XP for now ;D
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|