ProgScripting Languages
What are the types of codes that a Wasp WWS500 Cordless Bar Code Reader can read?
- 1085 views
- 2 answers
- 1 votes
Can Android be another programming language aside from Java or is it compatible with Visual Basic or C#?
- 754 views
- 2 answers
- 0 votes
Oracle claim that Google despoiled copyright by using variant of the Java language. Is programming language is copyrightable or not?
- 776 views
- 1 answers
- 0 votes
I’m getting tired of writing simple IValueConverters. I have my own library with some but there is always need for more. It would be great to have some kind of class library with lots of IValueConverters. Is there a library with common IValueConverters that I can use?
- 1268 views
- 1 answers
- 0 votes
Who is the student who designed the easy-to-use theme creator for WordPress? How can I use the plugin? Do I have to download it?
- 963 views
- 1 answers
- 0 votes
I do have some flat files and I want to perform cartesian product. How do I do it?
- 1039 views
- 1 answers
- 0 votes
How do you implement a full outer join in Business Object Data Integrator?
- 1192 views
- 1 answers
- 0 votes
What does code 0099 mean and how can I prevent this in appearing to my screen?
- 886 views
- 2 answers
- 0 votes
I need to know how making an array of array is done in C#. Below is my code:
TextBox[][] tbArrays = new TextBox[16][];
tbArrays[0] = tbArray0;
tbArrays[1] = tbArray1;
//..
tbArrays[15] = tbArray15;
I don't think I've done it right but can you check it please? Also how can I pass an array to a function?
- 933 views
- 1 answers
- 1 votes
I created a simple JScript button that is embedded in HTML that will play and embed music. It works fine on all kinds of devices but not in iPhone. What do you think I'll do to solve this problem.
Here is my JScript:
function FFFFSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}
- 1013 views
- 1 answers
- 0 votes