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 TouchToneTommy 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: newbie1983
  • Content: Threads
  • Order by date
  1. newbie1983

    Extracting Data from Datagrid

    I have managed to populate a datagrid with an ado recordset. However i am having problems extracting particular coloumn data from the datagrid. Does anyone know of how this can be achieved? Kind regards newbie1983
  2. newbie1983

    Data grid population using recordset

    I would like to populate a datagrid with all the rows contained in a recordset, how would i go about doing this? i dont really want to use the data environment or any other binding method as alot of errors have occurred as a result. Any ideas would be much appreciated Regards, newbie1983
  3. newbie1983

    Display database data using datalist or listbox

    I am looking to query my sqlserver database on selected fields and wish to display the query in a datalist or listbox but how would i able to display rows with their respected fields (coloumns) ? Regards newbie
  4. newbie1983

    Check status of links

    I am currently creating my own website and would like to create a separate java program that would be able to check whether the links on my website are active or not. I was thinking of placing the links in the form of "www.etc" into a text file and then loop through the links. Any ideas...
  5. newbie1983

    socket programming

    I am currently writing a client/server application using sockets to transfer files. I would like a series of messages to be sent before transfering the file. However when i do this, the messages are written to the socket output stream (when you invoke ClientSocket.getOutputStream()); ) and are...
  6. newbie1983

    Lines of code

    Hi, I am writing a program which shall count the lines of code in each sub or function in a VB.Net program, however i would like to code this in VB6- any ideas as to how i can implement this? any help is much appreciated :) Regards newbie1983
  7. newbie1983

    Connect to SQLServer database

    HI, I am quite new to databases, i am currently writing a system with a visual basic 6 front end which will use a sqlserver2000 back-end. Does anyone know how to connect to a sqlserver database in visual basic 6?(as in the source code) Any replies would be greatly appreciated Regards, newbie1983
  8. newbie1983

    query

    Hi, I am modifying a website and i would like to know how i can set the spaces between two buttons in html - is there a special attritbute. I know it would be easy in interdev but i can only switch to design view if i remove all the asp script which is scattered all over the page. Here is what...
  9. newbie1983

    Newbie Question

    Hi, I am writing my first asp page and is not going well, i get a run-time error from the very first line when i view the page in the browser: Line 1: Error: 'thisPage' is undefined the first section of my code is here if it may prove helpful: <%@ Language=VBScript %> <% ' VI 6.0 Scripting...
  10. newbie1983

    Controlling a windows service using VB

    Hi, Id like to control the windows service within NT by coding a program using VB and perform actions such as: manipulating the &quot;Start-up&quot; for each service and hence change to &quot;automatic&quot;, &quot;manual&quot; and &quot;disabled&quot; respectively Be able to enter relevent...
  11. newbie1983

    Controlling a windows service using VB

    Hi, Id like to control the windows service within NT by coding a program using VB and perform actions such as: manipulating the &quot;Start-up&quot; for each service and hence change to &quot;automatic&quot;, &quot;manual&quot; and &quot;disabled&quot; respectively Be able to enter relevent...
  12. newbie1983

    Controlling a windows service using VB

    Hi, Id like to control the windows service within NT by coding a program using VB and perform actions such as: manipulating the &quot;Start-up&quot; for each service and hence change to &quot;automatic&quot;, &quot;manual&quot; and &quot;disabled&quot; respectively Be able to enter relevent...
  13. newbie1983

    Using regsvr32 via Batch file

    Hi, id like to register a few dlls and ocx files using regsvr32.exe in a batch file. However i do not know how to write the commands to register each dll as these dlls are in a folder and not in the system32 originally. please help! kind regards, HP
  14. newbie1983

    Send Email From VB

    Hi there, id like to know how i could send an email from within a vb application. Ive been advised to use smtp. Any ideas? Kind Regards HP
  15. newbie1983

    Timer control

    Hi, How can i change the timer control interval property during runtime? i.e tmrtimer.interval = ? Kind regards Hinesh
  16. newbie1983

    reading from a txt file

    Hi i was wondering if there is an alternative of reading in a text file line by line. Below is some code that works well but not very efficient. Any Ideas? Kind Regards, Hinesh Set File = ofso.OpenTextFile(&quot;c:\logs\&quot; & Device & &quot;_ping_status.txt&quot;) For i = 1 To 3...
  17. newbie1983

    extracting word from line without knowing the value of it

    hi id like to extract a word from the line only knowing its positiong for example 20 from the left, but only that word and no other words preceeding it. Any ideas? An example of a line that i am reading in is below: i would like to extract the word which is currently 'RUNNING' but this can...
  18. newbie1983

    File Reading

    I am reading from a text file straight into an OLE excelsheet which is on a visual basic form. The code below is what ive written so far : Private WithEvents myExcel As Excel.Workbook Private WithEvents mySheet As Excel.Worksheet Public Sub Form_Load() Dim File As TextStream Dim DatafromFile...
  19. newbie1983

    Ole Automation With VB

    i would like to automate a vba program into vb. Id like to use an OLE object as an excel worksheet on the vb form but how do i 'communicate' with the object? ive set the relevent project/references. Will the following commands like textstream and xlcell.offset still be legal? Regards Hinesh
  20. newbie1983

    Vba To vb Problem

    I have a VBa program in which i want to put into visual basic 6. I have used an OLE spreadsheet object as the spreadsheet on the visual basic form but i dont know how to manipulate the spreadsheet in visual basic. i.e the syntax xlcell.offset(x,y) how would you manipulate this with the ole...

Part and Inventory Search

Back
Top