Connecting Tech Pros Worldwide Forums | Help | Site Map

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

Piter
Guest
 
Posts: n/a
#1: Jul 23 '05
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




Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 23 '05

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


Piter wrote:[color=blue]
> [...]
> How to do this on Builder C++[/color]

Please ask in a Builder newsgroup: borland.public.cppbuilder.*

V
Piter
Guest
 
Posts: n/a
#3: Jul 23 '05

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


on this group nobody want help me :(


Howard
Guest
 
Posts: n/a
#4: Jul 23 '05

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



"Piter" <piter@nickla.internetdsl.NOSPAM.pl> wrote in message
news:d7pnvn$inp$1@nemesis.news.tpi.pl...[color=blue]
> on this group nobody want help me :([/color]

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



Peter Julian
Guest
 
Posts: n/a
#5: Jul 23 '05

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



"Piter" <piter@nickla.internetdsl.NOSPAM.pl> wrote in message
news:d7pnvn$inp$1@nemesis.news.tpi.pl...[color=blue]
> on this group nobody want help me :(
>
>[/color]

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.

Closed Thread


Similar C / C++ bytes