Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Gimly
  • Content: Threads
  • Order by date
  1. Gimly

    Print HTML through VB App

    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...
  2. Gimly

    Press enter while in text box

    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...
  3. Gimly

    Using Blowfish to encrypt a Access DB used in VB6 app

    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...
  4. Gimly

    Resizing 800x600 resolution

    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
  5. Gimly

    Save within app after deployment

    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...
  6. Gimly

    Deployment on CD

    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...
  7. Gimly

    Convert txt file to HTML

    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...
  8. Gimly

    Floppy protection

    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...
  9. Gimly

    Add new / Save in Access database

    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...
  10. Gimly

    LCase and UCase keypress

    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...
  11. Gimly

    Deploy VB6 app with Access 97 DB

    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...

Part and Inventory Search

Back
Top