How to create Form without parent in Builder C++?

P

Piter

I trying:
Form = new TForm1(NULL);
Form->ParentWindow = NULL;
Form->Parent=NULL;
Form->Show();

But it seems like Form still has parent.
I want achieve result like new Form creating new task button on task bar.

How to do this on Builder C++
(My Form must inherit from TForm)

thanks
Piter
 
H

Howard

Piter said:
on this group nobody want help me :(

Don't you think that you could find better info about their product on one
of their newsgroups? That's what they're there for! (This newsgroup
discusses C++ language issues, not specific compiler or editor features.
There are no "forms" in the C++ language.)

-Howard
 
P

Peter Julian

Piter said:
on this group nobody want help me :(

Not true, you've gotten the best help possible. If someone here does respond
to your request directly, that would be detrimental to your finding a
solution (yes: you). By redirecting you to an appropriate newsgroup, you
have a better chance of receiving multiple peer-scrutinized comments.

The worst possible outcome would have been that somebody in here does help
you. It would both be off-topic for this newsgroup and your set of solutions
would have been severly restrained. Thats a loose-loose situation for
everyone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,204
Messages
2,571,065
Members
47,672
Latest member
svaraho

Latest Threads

Top