few questions should be quick answers.

hakari

Member
Joined
Nov 29, 2003
Messages
7
im kinda new at visual basic .net studio but im good iwth the regular 6.0. i was wondering if there was a way to make a form change on a certain time. like if i click this then it would go to form2 for 3 seconds then go to the next.. and how do u make labels transparent fully, and i was wondering if u can have a mouse over and mouse down button where when u mouseover someting it changes its color and mouse down it also changes its color or image.. so plz help thx.

and if u could send me a chart of the meanings that would be very much appreciated like this:
.text - to change the text of a thing
.value - to check it or not
.setfocus - sets focus on thing

plz help :confused:
 
A chart? Theres already several included in the
[?] Documentation

For making a label background transparent, try setting the BackColor to a color with a full alpha transparency.

Theres also MouseMove, MouseLeave, and MouseDown events for a Button control as well. :)
 
for .net is do you know the code to make a .txtbox get recorded when u click on a button? for ex.
________________
|_____blah_______| <--type in text box (1st step)

____________
|___Record___| <--click button (2nd step)

3rd step: creates a .txt file of that contains the word "blah"


can u help me on this and is there a way to have forms loaded in a certain amount of time? like 1st frm, for 3 seconds, then hide and show 2nd frm.. etc
 
Back
Top