Click here to Skip to main content
15,885,998 members
Please Sign up or sign in to vote.
1.21/5 (5 votes)
See more:
Hi.How Can I Wrtite a Code That My Dialog Won't Close?
also How Can I Hide My Dialog Icon(In the TaskBar)?
and How Can I Find(Get) IPs Accessible on Net?
Very Thank You.
Good Luck.
Posted
Updated 25-Feb-17 8:41am
Comments
Richard MacCutchan 11-Dec-10 5:52am    
Sounds like the worst type of hacking imaginable.

Hi.

Hi yourself!


How Can I Wrtite a Code That My Dialog Won't Close?

Don't open it.


also How Can I Hide My Dialog Icon(In the TaskBar)?

Camouflage[^]


and How Can I Find(Get) IPs Accessible on Net?
int i, j, k, l;
for (i = 0; i < 255; i++)
   for (j = 0; j < 255; j++)
      for (k = 0; k < 255; k++)
         for (l = 0; l < 255; l++)
            if (IPExists(i, j, k, l)
               ...



Very Thank You.

You are welcome


Good Luck.

You are going to need it...
 
Share this answer
 
Comments
CPallini 11-Dec-10 7:37am    
:-D
[no name] 5-Apr-11 9:09am    
You can add empty OnClose function, to make you dialon not closable.
[no name] 10-May-13 5:47am    
Greate idea
it works
very thanks pal
good with you
mbue 5-Apr-11 17:19pm    
Sorry but your code skips 66716671 IP-addresses.
Buy the "Little Hacker Handbook".
:rolleyes:
 
Share this answer
 
Comments
OriginalGriff 11-Dec-10 8:05am    
:laugh: Does it come with the "My Little Hacker" pullout?
How Can I Write a Code That My Dialog Won't Close?


I use 42 as my dialog-won't-close code.

How Can I Hide My Dialog Icon(In the TaskBar)?


It's a property in the form.

How Can I Find(Get) IPs Accessible on Net?


All IPs that are on the internet are accessible, unless your definition of "accessible" or "all" are different my mine.

Very Thank You.


Very you're welcome.

Good Luck.


Back at ya, Sparky!

Now, I have a question for you...

What does this have to do with un-closing a dialog box? I thought you were going to ask how you un-close a dialog that has been closed, and then open one that was once opened but is now closed.
 
Share this answer
 
v2

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