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 bkrike 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: groner
  • Content: Threads
  • Order by date
  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?

    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
  3. 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
  4. 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...
  5. 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) &...
  6. 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 .
  7. 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 .
  8. 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...
  9. 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...
  10. 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...
  11. groner

    Transfer variable from Form to Data Environment ,SQL Command

    If I have one Form and two ComboBox ( 1 and 2) The user select from Combo1 one name and from Combo2 select one age . Line code it's something like this : Dim varName , varAge as String varName = Combo1.Text varAge = Combo2.Text Now the program create a SQL Statment for loading data from...
  12. groner

    Code in DataEnvironment from DataReport

    What code is necessary in DataEnvironment if I want to select just a few records from one table ,to print in one DataReport , and where I place this code ? I hope to this code it's some like SQL statment , for examle : SQLSelect = "SELECT name FROM table WHERE name LIKE '*" & varName &...
  13. groner

    Sign revers

    How can I reverse then sign of one number ? EX : varNumber = 12 - 14 Result varNumber = -2 I wnat varNumber positiv 2 Exist any function for this ? Thank you man .
  14. groner

    Code in Command (DataEnvironment)

    What code must be put in Command in DataEnvironment . I want to create one DataReport witch have just some records returned by SQL statment , something like this : SQL="SELECT name FROM table WHERE name LIKE '*" & varName & "*'" Please give me a complet example . I don't now...
  15. groner

    DataReport

    If I have one Table ("Customers")in a Database , and this table contain , for example , three records like : 1) Name=John , 2) Name=Carla , 3) Name=John , how can I create one DataReport in DataEnvironment which contain just 1 and 3 records . Something like SQLSelect="SELECT *...
  16. groner

    create help file

    how can I create a help file . Please show me a full exemple about topics in RTF File , Jump , Link , everthing it's important . Thanks .
  17. groner

    Rookie

    -How I can change the sceen resolution with line programming ? -How I create "aotorun" for run a programm to CD ? Thank You

Part and Inventory Search

Back
Top