Additional info at runtime with DLL

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
10 posts Page 1 of 1
Contributors
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

This DLL lets you add aditional height to your form and display there some info.

How this works:
1) You set any variable that is needed.
2) DLL ads control to your form.
3) Using timer, it expands form with value that you set earlier.
4) After time that you set, form gets its previous height

Type of controls, that you can set:
-image
-text
-LinkLabel
-WebBrowser

DLL can be used to display info, for example about updates and set link to update,
you can show that your program is not registered or needs evalution,
show ads with image or display any webpage that you want.
It also can be used to show info if user enters invalid data.
Or DLL can just replace Message Boxes. cooll;

In archive you can find DLL and text file with some info.

I will answer any question that you will ask. hehaho;
If you found any bugs, please send them to me.

Images:
Image
Image
Image
Image
You do not have the required permissions to view the files attached to this post.
Last edited by Ffenixw0rks on Sat Apr 21, 2012 2:26 pm, edited 1 time in total.
Image
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

I'm a little confused about this, perhaps you could post some images to show the user what it does :D
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

I didn't download this yet, but i think it is something like ads to your app with expand animation.
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

M1z23R wrote:
I didn't download this yet, but i think it is something like ads to your app with expand animation.
Exactly. I'll post some images later.
Image
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

So, posted images.
If you want it to display more than one time - not gonna work.
I'll fix it later!
Image
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

600 ms = 0.6 seconds, 6000 milliseconds = 6 seconds ;) Looks good though
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

MrAksel wrote:
600 ms = 0.6 seconds, 6000 milliseconds = 6 seconds ;) Looks good though
It's actualy 600 ms ~ 6 sec.
Cuz timer with 100 ms does something in 1 second.
Image
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

1000 Milliseconds = 1 Second. I don't know what you're talking about.
Image
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Ffenixw0rks wrote:
MrAksel wrote:
600 ms = 0.6 seconds, 6000 milliseconds = 6 seconds ;) Looks good though
It's actualy 600 ms ~ 6 sec.
Cuz timer with 100 ms does something in 1 second.
A timer with 100 ms does ticks 10 times in each second. 600 ms = 0.6 seconds. Its not ca. 0.6 seconds (~) it is 0.6 seconds (=).
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

MrAksel wrote:
Ffenixw0rks wrote:
MrAksel wrote:
600 ms = 0.6 seconds, 6000 milliseconds = 6 seconds ;) Looks good though
It's actualy 600 ms ~ 6 sec.
Cuz timer with 100 ms does something in 1 second.
A timer with 100 ms does ticks 10 times in each second. 600 ms = 0.6 seconds. Its not ca. 0.6 seconds (~) it is 0.6 seconds (=).
You're right. My bad. :D
Image
10 posts Page 1 of 1
Return to “Full Software”