Hey guys.
I program with VB.Net some time now..
But i dont know whow can i make a program without form..
And i dont meen, hide form (Form.Hide(),Form.Visible = false) or stuf like that..
I meen, how to make program, without form, but with elements like notifiicon, openfile dialogs and all other stuff that can be used without form..
Cos i think a managed to run program without form, with sub main or something like that, but i could use any control..
For example
Dim tray as New Notifyicon
tray.visible = trye
tray.icon = my.resou....
ExEdzy
I program with VB.Net some time now..
But i dont know whow can i make a program without form..
And i dont meen, hide form (Form.Hide(),Form.Visible = false) or stuf like that..
I meen, how to make program, without form, but with elements like notifiicon, openfile dialogs and all other stuff that can be used without form..
Cos i think a managed to run program without form, with sub main or something like that, but i could use any control..
For example
Dim tray as New Notifyicon
tray.visible = trye
tray.icon = my.resou....
ExEdzy