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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by groner

  1. groner

    file attribute ...

    hi people. how can I change the "Data Createted" and "Last Modify". I need that for a file "Name.txt" or "Name.doc" thanks for any sugestion.
  2. groner

    sound generator?

    One star Yes , I find'it but how can I use'it
  3. groner

    sound generator?

    Hi people ! I want to create a morse code aplication , but I don't no how generate a sound . The Beep function it's not good . Thanks for any sugestion. Mike
  4. groner

    About Animation Control

    What code I'm try to use for resize a AnimationControl , after size to a "File.avi", for example. It is posible? How? Thanks for any sugestion. Mike
  5. groner

    Animation Control

    I have a Form , one Animation Control and ResFile . In this ResFile I have one resource "Ani1.avi" (Custom type). How can I assign them to Animation Control With Ani1 .Top=... .Heigh=... other properties .AutoPlay=True .and hier I want to put the code for (Open or LoadResData) I dont...
  6. groner

    Diferent Font Style in some ControlBox

    How can I use a diferent Font Style in some RichTextBox or TextBox or , why not , in a other controls . For example I have a RTBox and I want to write the Title with Bold , and the user text with Italic . For a moment I use this Code RTBox.Text="NAME:" & rs!name & Chr(10) &...
  7. groner

    Diferent Font Style in some RichTextBox

    How can I use a diferent Font Style in some RichTextBox or TextBox or , why not , in a other controls . For example I have a RTBox and I want to write the Title with Bold , and the user text with Italic . NAME:(bold) John Smith(italic) CITY:(bold) London(italic) Thanks for any sugestion .
  8. groner

    Avoid access in .mdb

    For everybody. How can i protect one file (for example one DB) to delete them from the computer .
  9. groner

    Avoid access in .mdb

    For CCLINT . My experience in DataBases it's limited . I'm work with this code : Dim myDB As DataBase Set myDB = OpenDataBase(AppPath) .... What must be change or append ?
  10. groner

    Avoid access in .mdb

    For BlackburnKL . How can I do this ?
  11. groner

    Avoid access in .mdb

    Hi pople ! I have made a database using VB6 with VisDataManager support . I want to avoid that the user to open the database using MS Access programme or other . How can I restrict the access to open this (.mdb) database . Thank you for any sugestion .
  12. groner

    What is wrong ?

    DataEnvironment.Commands(1).Parameters(0).Value=Combo1.Text DataEnvironment.Commands(1).Parameters(1).Value=Combo2.Text This code exist in Private Sub DataEnvironment_Initialeze{} I put in DataEnvironment>Command1 this phrase in SQL Statment "SELECT * FROM table WHERE name LIKE ? AND age...
  13. groner

    I'm in a deep deep darkness ...

    I want to create one report with DataReport but I dont now haw listing in this report just results returned by SQL . If I have a table (Friend) and in this 2 fields , "Name" and "Age" . This table have 4 records , for example (rec1) field(Name)= 'John A.' and field(Age)=...
  14. groner

    I'm in a deep deep darkness ...

    How can I transfer one variable ( for example varNAME ) in Command (Data Environment) in SQL statment . If I open Command1 in Design mode , I can create a SQL like this : SELECT *, name AS Expr1 FROM friend WHERE (Tip LIKE 'John') To such it's OK . But how change 'John' with one variable like...
  15. groner

    Insert AVI File or GIF File in Project

    Hi there. If I created with another program one small animation like a banner , how can I inserted him in my project ? What control must be in Form , what components it necesary to loading from Project\Components and what it is corect code line ( if it's necesary ) to write in program . I want...

Part and Inventory Search

Back
Top