ProgScripting Languages
Hi,
I have developed a website and ready to launch, before launching the website i would like to add a Guest Book on my website. Please help with .NET script to integrate into my website?
Thanks.
- 4734 views
- 2 answers
- 0 votes
i have a problem with my printer and its brand is HP. Everytime I attempt to print pages it gives me an error of paper jam. I've already restarted my printer but still the same thing happens. how to solve this problem?
- 903 views
- 2 answers
- 0 votes
Hi there
I have installed XAMPP server in my windows 7 laptop, How do i enable writing perl scripts using mysql database?
thanks
- 1717 views
- 1 answers
- 0 votes
I want to code a validation in VB6.0 login form. I want the program to terminate when the user entered a wrong username or password three times. In addition, the program will return an error message stating "You are not a valid user. The Program will be terminated" . All I need is a sample code for this. Thanks
- 1813 views
- 1 answers
- 0 votes
I am a newbie in learning visual basic 6.0 and I'm creating a login form for my visual basic project. I want to hide the password character on the textbox but I don't know how to do that. I want the * symbol to appear instead of my input. I need a little help with it.
thanks
- 1279 views
- 1 answers
- 0 votes
I am new in learning visual basic 6.0 and I'm having trouble coding a search function in VB6.0. I want the program to let the user enter a data in search textbox and then it will filter the data by the first string of the input and display all the filtered data in a datagrid.
example:
the user typed A, all of the data in my database that is starting with the letter A will appear in the datagrid.
Please show me some codes for this.
- 996 views
- 1 answers
- 0 votes
I'm using windows 7. I installed visual basic 6.0 in my laptop but I can't drag the object to the form faster.
The movement of the mouse is smooth. I try using VB6.0 in another laptop with windows XP O.S. and it works normally.
Why VB6.0 is slow in windows 7 but can run normally in windows XP and what will I do to speed it up when I want to use windows 7 as my O.S.?
- 1940 views
- 1 answers
- 0 votes
What is the function of packaging and deployment wizard in visual basic 6.0 and where can I use it? It is essential and useful in visual basic 6.0 programming?
- 1219 views
- 1 answers
- 0 votes
Do form1.Hide and Unload me function in visual basic 6.0 is the same?
Private sub command1_click
Unload me
End sub
Private sub command1_click
Form1.Hide
End sub
I notice that they're both making the form disappear but I was wondering what is their differences?
- 1407 views
- 1 answers
- 0 votes
I want to calculate the total of my overall sales in my datareport using visual basic 6.0 but I don't know how to code that.
This is an example of the display that appears in my datareport.
customer name product name quantity price total
- 1192 views
- 1 answers
- 0 votes