Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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:

  • Leaders
Posted

A chart? There's already several included in the

[?] Documentation

 

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

 

There's also MouseMove, MouseLeave, and MouseDown events for a Button control as well. :)

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...