creating a static vb.net "app" that consist of a single picture

Posted by michael on Stack Overflow See other posts from Stack Overflow or by michael
Published on 2010-06-16T23:13:54Z Indexed on 2010/06/16 23:32 UTC
Read the original article Hit count: 137

Filed under:
|
|
|
|

I need to create a vb.net program that consists of a unmovable, always on top bitmap, with no menu bar or anything, and does not show up in the task bar as program. It needs to always start in the same place.

Essentially I need to mask a part of the screen by using a bitmap that blends into the scenery.

I am not sure which properties I need to tweak to achieve all of this.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about gui