ProgScripting Languages
Hallo master VB,
I want to ask. Yesterday I created a small program using VB language. After the program finishes, I've running the file exe on a computer that is not installed the VB, but the program would not work and display an error message.
The error message like this.
Runtime Error '429 ': ActiveX Component can not Create Object So just close the program immediately, I've tried to figure out on Google but have not found an answer.
- 976 views
- 2 answers
- 0 votes
Hello everybody, I have a url:http:\localhost coba index.php?menu=display, and I am confused that after SQL injection, how to put this URL in order. When an apostrophe i.e. ' is added at the end of above link, a warning will appear.
‘ERROR MESSAGE’
Warning: include (display '. php) [function.include]: failed to open stream:
No such file or directory in C: AppServ www try index.php on line 104
Warning: include () [function.include]:
Failed opening 'display '. Php'for inclusion
(include_path ='.; C: php5 pear ')
in C: index.php on line 104
Please help to solve this problem. Thanks in advance.
- 2303 views
- 2 answers
- 0 votes
Hi!
I have a question relevant to the ASSEMBLY language. I consider myself weak in converting values from one form to another. I want to know the method of converting the DECIMAL values into BINARY and HEXADECIMAL and BINARY into DECIMAL and HEXADECIMAL.
Can anybody help me through this?
- 2196 views
- 2 answers
- 0 votes
Good day, brother.
As the title suggests that I ask what the difference ORM and JPA?
Previously I've been looking myself, but still confused.
In my mind anyway, JPA is one kind of / sort of framework for ORM like Hibernate so. But I still doubt. Can anyone enlighten?
- 4287 views
- 2 answers
- 0 votes
I have an html file as follows:
Submit the results of the form identity:
file_ID.html
Name: dedex
No. ID: 123456
Address: street name
Status: single
Of the above file, I want to make. Txt. When the form submits and identity in the identity value of the form automatically convert to a file. txt
How to do?
Their reference not masters?
- 1292 views
- 2 answers
- 0 votes
I want to know the inheritance in C so that I can use it in my job;
Please respond to me.
- 926 views
- 2 answers
- 0 votes
Hello everyone,
I'm developing a social website that enables user to upload photos. What I want is when the user upload the photo, the system detects faces. And another is when it detects the face, it would suggest to crop the image, another thing that I do not know. When all is done, i want to save it in a specific folder. I would appreciate all helps. Thank you in advance.
- 1393 views
- 1 answers
- 0 votes
Hi,
I'm learning the win32 api and i keep getting errors at one of my function prototypes where I'm trying to pass a reference variable of type POINT.
Here are the error messages.
error C2143: syntax error : missing ')' before '&'
error C2143: syntax error : missing '{' before '&'
error C2059: syntax error : '&'
error C2059: syntax error : ')'
Prototype
The function.
- 995 views
- 2 answers
- 0 votes
HELLO!
I have a question in my mind; can anybody please help me? When we design code, if we use KEYWORDS as a variable for our own use in code an ERROR is usually displayed that "IT IS A RESERVED WORD". Why can't we use a keyword as a variable? Please explain any solid reason behind it.
- 3868 views
- 2 answers
- 0 votes
HI everyone!
Can anybody will tell me detail description on "THE MAIN DIFFERENCES BETWEEN STACKS AND LINKED LIST?
Which method is more efficient?
When and where we will decide while designing code that which method should be used to run the code more efficiently and we will get the required result?
- 15585 views
- 3 answers
- 3 votes