hakari Posted November 29, 2003 Posted November 29, 2003 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: Quote
Leaders Iceplug Posted November 30, 2003 Leaders Posted November 30, 2003 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. :) Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
Moderators Robby Posted November 30, 2003 Moderators Posted November 30, 2003 Maybe this will help...http://www.4guysfromrolla.com/webtech/053001-1.shtml Quote Visit...Bassic Software
Moderators Robby Posted November 30, 2003 Moderators Posted November 30, 2003 or maybe this http://www.bassicsoftware.com/popup.aspx?b_id=67 Quote Visit...Bassic Software
hakari Posted November 30, 2003 Author Posted November 30, 2003 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.