| Joined: Mar 2002 Posts: 257 Member | Member Joined: Mar 2002 Posts: 257 | Now psychogen is working on an app, a pretty [censored] large up with pretty [censored] lots of [censored] to do. The app is such a hoe that it even interacts directly with remotely located databases and also can change and upload your web pages (not that thats to complex) but it can also administer ur entire members area online - well it will do once its finished.
This is a commercial app and its for work. But its a whore. Why?
Simple because.
I was stupid I have build a menu that is almost identical to that used in MS Outlook, yeah u know the side bar thing, its neat - BUT it will only work the way its meant to work if u stick it in an MDI form cause we need to be able to show multiple forms within another without it being obvious. Now what happens is that psychogen is a whore too, he decides to stick all of this in a SDI form without thinking about what he will have to fight with later. Now after many battles lots and not won he decides ok I am not l33t enough to code this in an SDI form so ima have to move it all to a MDI form, ok no probs.
Now the slag when starting the app will not .add [censored] to my menu!!!!!! I am so pissed at it, and it gives no errors, so Ima have to find what part of the [censored] code i have to rewrite and I am pissed as hell at it!!!!!
[censored] YOU MS PRODUCED MDI FORM!!!!
ok that was my rant for the day!
The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean, "Someone who loves to program and enjoys being clever about it." -------------------- "Its not a bug, its a feature" (Epic Games)
| | |
▼ Sponsored Links ▼
▲ Sponsored Links ▲
| | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | "Now the slag when starting the app will not .add [censored] to my menu!!!!!! I am so pissed at it, and it gives no errors, so Ima have to find what part of the [censored] code i have to rewrite and I am pissed as hell at it!!!!!"
I don't understand. What controls and methods of those controls are you using.
--
But yeah, I have a few complaints about MDI programming in VB. You tried to put multiple forms in a SDI form? woof, that would be hell - HELL - to do. | | | | Joined: Mar 2002 Posts: 257 Member | Member Joined: Mar 2002 Posts: 257 | SR this post was a rant not a pledge for help but since ur always nice to help, ill explain.
Its a custom control which I got of PSC, but its seriously modded by me, added a load of extra [censored] and so on.
Its beautiful!
But in this case it was a human error or missjudgement as we could say. Which in return I have been able to solve! It was just my frustration of the minute rant, i just so happened to have about MDI forms!
Hehe only a stupid person would try to stick multiple forms in a SDI form <img border="0" alt="[[censored]]" title="" src="graemlins/[censored].gif" />
The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean, "Someone who loves to program and enjoys being clever about it." -------------------- "Its not a bug, its a feature" (Epic Games)
| | | | Joined: Mar 2002 Posts: 257 Member | Member Joined: Mar 2002 Posts: 257 | Actually i have a question, you know In Outlook when you click on one of the buttons on the nav bar it will open the appropriate "form" next to it but at full screen size automatically.
I am wondering how can I get my mdichilds to do the same think up form startup, so that its automatically fully sized?
The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean, "Someone who loves to program and enjoys being clever about it." -------------------- "Its not a bug, its a feature" (Epic Games)
| | | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | Well, before I go test to see how to do it - let's see if I can guess at it. Isn't there a Window State property for the child form? Set it to Maximized in design time. Or during runtime enter this line of code: 'Maximize the form before displaying it. Form.WindowState = vbMaximized Form.Show If that doesn't work, then I'll go play with it. -- and in my previous post I wasn't trying to help ya. I'm trying to figure out what the heck you're doing. (I don't use Outlook - I use my home grown program  ) | | | | Joined: Mar 2002 Posts: 257 Member | Member Joined: Mar 2002 Posts: 257 | hehe i was thinkin that thag property would work aswell, but then i dunno let me see i havnt tested it yet. tested it and it works thank you SR 
The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean, "Someone who loves to program and enjoys being clever about it." -------------------- "Its not a bug, its a feature" (Epic Games)
| | | | Joined: Mar 2002 Posts: 257 Member | Member Joined: Mar 2002 Posts: 257 | Heheh well that works yeah now i just have to find one of those stupid scripts that will resize all my controls aswel� 
The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean, "Someone who loves to program and enjoys being clever about it." -------------------- "Its not a bug, its a feature" (Epic Games)
| | | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | scripts? What scripts? As far as I know, the only way to do things is put a bunch of sizing statements in the Form_Resize event. I'd make tests to see how large the form is and resize all the controls based on that. | | | | Joined: Mar 2002 Posts: 257 Member | Member Joined: Mar 2002 Posts: 257 | allright wrongly phrased - no scripts
statements then! hehe
The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean, "Someone who loves to program and enjoys being clever about it." -------------------- "Its not a bug, its a feature" (Epic Games)
| | |
Forums41 Topics33,840 Posts68,858 Members2,176 | Most Online3,253 Jan 13th, 2020 | | | |