Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
My first question:
How can to check tail in MySettings and to make so to button be blocked if field is empty?

Second question:
I use this style - http://pastebin.com/uWX6Sksu
I it can not use "LogInListBox1.Items.Add". Mistake receives - http://i.imgur.com/8El86e9.png

I ask about help
I greet.
Posted
Comments
[no name] 19-May-14 12:11pm    
Sorry this is not at all clear what your question is, what you are trying to do, what code you have written or what your problem is.
TehiroGoo 19-May-14 12:14pm    
Now I have a program where I add the path to the folder. Folder paths are stored in MySettings. I want the selected button was blocked by me if it is not signed no path in MySettings.
[no name] 19-May-14 12:48pm    
Okay.... that is not any more clear. Please use the "Improve question" link to update your question with the code that you have written and a clear description of a problem. We have no idea what "the selected button" would mean to you or what "if it is not signed no path in MySettings" would mean to you. It might also help you to use google translate so you can type your question out in your native language and paste the translated English here.
TehiroGoo 19-May-14 12:56pm    
Let's leave the subject of the button. It is important for me is that I can't use "LogInListBox1.Items.Add"

I have the code - LogInListBox1.Items.Add (Query ("SELECT name FROM busO1 WHERE ID = '" & i & "'"))
and I get an error - 'Add' is not a member of 'System.Array'.
[no name] 19-May-14 19:20pm    
Sorry, I would have no idea at all what "LogInListBox1" is but the error message is perfectly clear. A System.Array does not have an Add method, you would have to use the SetValue method.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900