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 Chriss Miller 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: cmaknp
  • Content: Threads
  • Order by date
  1. cmaknp

    how to make any correction in txt.doc file in VB

    i m having txt.doc file..& want to any correction in vb , but unable to do..anyone help me..how to use find,span, or selstart as in below Public Sub printdoc(sdoc As String, intcopies As Integer) Dim mydoc As Object Set mydoc = CreateObject("word.application.8") With mydoc...
  2. cmaknp

    how to insert a picture in richtextbox

    wud anyone help me pls.., i want to print a logo in paper from my sob.doc file, i m using richtextbox & i hv facing problem..that contents are printing, but logo (picture.jpg) is not printing..wud anyone help me by source code
  3. cmaknp

    cud u advice how to retrive computer name list

    Hello.. please any one advice how to retrive computer name/Drive list from "Windows Network Neighbourhood" please tell me how wud i make code"
  4. cmaknp

    Explain pls

    Hi Frens i m getting message from record count properties, anyone wud like to explain about this, i mean..why this messages is coming..& what is the solution of that. Private Sub Form_Load() Label8.Caption = "Record No." & " " & Data1.Recordset.RecordCount End Sub So i...
  5. cmaknp

    how to coding slidebar duering copy

    anyone wud like to help me pls how to coding in slide bar or progress bar duering copy file. pls help
  6. cmaknp

    Hello...All Programmers...again i m

    I m hving one DBF file, there is three field which 60 Width Charecter I want to get text from that DBF field in one Text Box, & again i want to save New data to that DBF file. any one wud help me pls. DBF.DBF Name 60 Charecter Add1 60 Charecter Add2 60 Charecter I m Making Application in...
  7. cmaknp

    how to save in four data fields from one text box

    i hv one database file rst.field(1) rst.field(2) rst.field(3) rst.field(4) textbox1 = "Name Age Sex ClASS" i want to save in above fields, LIKE FIELD1 - NAME FIELD2 - AGE FIELD3 - SEX FIELD4 - CLASS PLEASE HELP ME IN CODING..I MEAN HOW TO WRITE
  8. cmaknp

    how to get total records no. from data base

    How to write command how to get total record in any database.? & also how to know..current record no. in database.? pls help
  9. cmaknp

    How to Add text in text box

    Hello pls help again i want to add this text in text box Txtbox.height = 1245 txtbox.width=4455 txtbox.multiline=true a="Its New One" b="HowEver its good" c="plss tell me add, how to use" so how to add in text box row wise, like below, becoz i m adding so..its...
  10. cmaknp

    problem add text in textbox

    Hello pls help again i want to add this text in text box Txtbox.height = 1245 txtbox.width=4455 txtbox.multiline=true like a="Its New One" b="HowEver its good" c="plss tell me add, how to use" so how to add in text box row wise, like below, becoz i m adding...
  11. cmaknp

    How to add four text data fields in one text box in row

    Hello pls help again i want to add this text in text box like a="Its New One" b="HowEver its good" c="plss tell me add, how to use" so how to add in text box row wise, like below, becoz i m adding so..its adding next space, but i want to add in next row of text...
  12. cmaknp

    How to use SUBSTR in Visual Basic 6

    Hello I m VB6 Programmer, but new..or biginner..:) I want to know..how to use in VB6 like in Foxpro2.6 text = "Culture" subs(text, 3, 4) so if in VB6 text1.text = "Culture" so how to use substr command in VB6 pls guide

Part and Inventory Search

Back
Top