Hi all,
I have a program that "pulls" a HTML file into the browser. The only buttons on the browser that are activated are the forward, back, stop and refresh buttons.
I would like to insert a print button onto that form, that prints the HTML file without the user having to right click on the...
Hi all,
I would do a search for this, but the search function is currenly off (undergoing maintenance).
I'm trying to write code where the user can press enter after inserting data into a textbox, and not have to click on the command button.
For example in MS Explorer where you type in the...
Hi all :),
I have a VB6 app "pulling" info from an Access DB, my app does not write to the DB, only "pulls" info from the DB as all the info needed is already in the DB.
I have never used Blowfish or any encryption utilities so I am quite ignorant when it comes to...
Hi all :),
When resizing for 800x600 resolution, what factors can cause the resizing not to work properly on a 800x600 resolution screen?
I need to know this so that when I do resizing, I take all the factors into account.
Any help or information will be greatly appreciated.
Regards,
Gimly :o
Hi all,
Ok, when my programme is purchased, the owner has to email me and send me some info, I generate a Serial number for him/her to enter to make the programme run.
My question: How can I save the SN he/she enters without saving it in a DB?
Can I save it in a txt file so that everytime he...
Hi everybody,
I have a programme I want to package and deploy (thus distribute) on a CD. What is the best way for me to secure and protect my CD. Well copy protecting a CD will work but it is not bullet proof.
Is there a way that I can protect my programme from running on a copied version...
Hi everybody,
The question I have is the following:
I have a notepad file written in HTML format (saved as txt not HTML). If i call the txt file to the webbrowser in VB, is there a way that I can convert the txt file to HTML, leaving the txt as it is when the programme closes, thus not saving...
Hi everybody,
I distribute my program on a Floppy disk, is there any way I can protect my program from being copied from the stiffy eg Dragged / Pasted on the HDD and then copied to another stiffy. I did read that you can register the floppy serial number on the HDD, but I have no idea how to...
Hi there,
I want the program to give me a msg if you either enter a duplicate ID or no ID at all.
If i run the program like this it always gives me the MsgBox "ID exits, cannot duplicate", even though i enter a totaly new ID. If i enter no ID it also gives me the same message.
If i...
I want the first letter in the textbox to be a UCase and the others LCase I know the code that I have written here is only for LCase, how do I combine the UCase code with the LCase code.
If KeyAscii >= 65 And KeyAscii <= 90 Then
KeyAscii = KeyAscii + 32
Exit Sub
Else
End If...
Hi all,
I have written a programme in VB6 which calls data from an Access 97 database.
When distributing the programme, what is essential for me to add 2 the package so that my programme will run on OS Win95/98/Me/2000/NT4.0/XP, and the data in the Database will show.
Thank you in advance...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.