Hi guys.
I need some help with a Visual Basic 6 application. i've created a application in Visual Basic 6. I've added some images to create a custom theme for it. I've turned off the Border Style to none so that it doesn't display the windows Titlebar so that i could create my own using images i've done. Because of this i've create a lable which will replace the caption displayed on the Titlebar. the only think is, now there's no caption in the task bar. coz in order for it not to display the Titlebar i have to have no string in "me.caption" (even when Border Style is set to "none").
I've tried to set the text in me "caption lable" to be the same text that'll be displayed in the taskbar through the "me.caption" command, but when doing this the Titlebar reappears.
This only happens with the main form of my application. The Options, About, & Splace screens are all fine, with no "top bar" but wih taskbar text via using me.caption, and with my Windows caption displayed throught a lable, just like i've done in the main form.
Any idea's how i can get it to work in the main for like it does in the others? My application is 99% done, the only thing stopping me from creating the final EXE is this problem
Thanks in Advance
~Salem