Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I want to create a project and in that I want to place a form inside a balloon.

Is it possible?

If yes please help me.
Posted
Updated 13-Mar-11 10:47am
v2
Comments
Sergey Alexandrovich Kryukov 12-Mar-11 23:57pm    
It is possible (depending on what you call "balloon"). Now, what is you contribution?
--SA
RaviRanjanKr 13-Mar-11 0:18am    
What do you mean by Balloon? please be clear while asking question :)
Dalek Dave 13-Mar-11 16:48pm    
Edited for Grammar and Readability.

No form, but a link to a form is possible.
It would need a little script attached to the balloon event, use whatever language you are comfortable with.

A mouseover event would open the 'balloon' and a call on a click event to open the form.
 
Share this answer
 
Comments
Espen Harlinn 13-Mar-11 18:14pm    
My 5 - while possible, I guess it's far beyond OPs level.
You have to play with the style bits - it's a trick often deployed by delphi developers back in the days of version 1.0. You had to split complicated forms into multiple forms bacause of some 16 bit Windows limitations - You then assembled them back into a single form by modifying the style bits and setting it's parent.
If you mean balloon popups from a notification icon the answer is no.
But that is only with the build in features.

I would make a nice looking form and then attach evenhandlers to the event of the balloon show. Close the balloon and replace it with my form. If I had some more time I would make the form independent from the balloon.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900