New to .NET ... I have a few questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All

I am new to the .NET environment .... I am converting an application from MS
Access to VB.NET

I have run into a few problems, and would appreiate any elightenment to my
problems. I was able tgo do this with MS Access 2000, but can't figure out
how to do it with VB.NET

1. I have a .BMP image that I am trying to display as a splash screen
(backgroung image). I got the image to display, but iy is tileing. Does
anyone know how to center and stretch the image.

2. I am trying to give the splash screen some hight (through a raised
effect) but I cant seem to get te effect that I'm looking for.

3. I also vave some text boxes which the program is loading with
information. I was able to build the text boxes, and load the information
into the boxes, but I can't figure out how to make the background of the text
boxes transparent so the text seems to be overlayed on the splash screen.
I'm getting a greybackground behind each text field.

Thanks in advance for any help you can offer
 
George said:
3. I also vave some text boxes which the program is loading with
information. I was able to build the text boxes, and load the information
into the boxes, but I can't figure out how to make the background of the text
boxes transparent so the text seems to be overlayed on the splash screen.
I'm getting a greybackground behind each text field.

Try using a label instead of a text box, set it's background color to
transparent and make sure that the label's parent is the picture box
and not the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top