No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hello! I'm trying to find the RPG color code of the default button? does anyone know? | |
In one class i have a back button(java Swing)...i want when i click this button it will go to another class and close the current class...however, when i use System.exit(0)...it closes both 2 class...if i use setVisible(false) for the current class...that class still running...how can i close the current and … | |
I don't now how to validate date time picker controls....someone know? | |
HI everyone! Please help! HOw to make a loop wait until a button is click...?? | |
Hi everyone! i try to make a regualr expression format to validate phone number at this format: (555) 555-5555 [CODE] Dim IsPhoneValid As New System.Text.RegularExpressions.Regex("^/([0-9]{3}/)*[0-9]{3}*[0-9]{4}$")[/CODE] but it doesn't not work....somebody helps me out.. | |
Hi everyone! How to disable a textbox and combo box by coding not by changing their properties? | |
hello everyone! how to make radio button and combo box has default value? | |
Hi Everyone! I got two form. form 1 i ask the user a number of guest form 2 i ask each guest their name, their age i decide to make a loop throught form2 array base on the number of guest but then i got this error. NullReferenceException was unhandled … | |
Hi! everyone. i have never learn to loop an groupbox or anything so i don't know what wrong but the compiler said "NullReferenceException was unhandle" and here is my code. Please help! [CODE]iNumberOfPassengers = CInt(txtAdult.Text) gboPassengerDetails.Hide() Dim gboNextPassenger(iNumberOfPassengers) As GroupBox For iCounter As Integer = 2 To iNumberOfPassengers gboNextPassenger(iCounter) = … |
The End.