Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2002
Posts: 257
Member
OP Offline
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)
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
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.


Domain Registration, Hosting, Management
http://www.dollardns.net
Joined: Mar 2002
Posts: 257
Member
OP Offline
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
OP Offline
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
Offline
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 wink )


Domain Registration, Hosting, Management
http://www.dollardns.net
Joined: Mar 2002
Posts: 257
Member
OP Offline
Member
Joined: Mar 2002
Posts: 257
smile

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 smile


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
OP Offline
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�

frown


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
Offline
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.


Domain Registration, Hosting, Management
http://www.dollardns.net
Joined: Mar 2002
Posts: 257
Member
OP Offline
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)

Link Copied to Clipboard
Member Spotlight
Posts: 30
Joined: June 2002
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Crime 1
Ice 1
Dartur 1
Cyrez 1
Powered by UBB.threads™ PHP Forum Software 7.7.5