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
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
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
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...
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...
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
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
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...
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...
Hi,
Id like to control the windows service within NT by coding a program using VB and perform actions such as:
manipulating the "Start-up" for each service and hence change to "automatic", "manual" and "disabled" respectively
Be able to enter relevent...
Hi,
Id like to control the windows service within NT by coding a program using VB and perform actions such as:
manipulating the "Start-up" for each service and hence change to "automatic", "manual" and "disabled" respectively
Be able to enter relevent...
Hi,
Id like to control the windows service within NT by coding a program using VB and perform actions such as:
manipulating the "Start-up" for each service and hence change to "automatic", "manual" and "disabled" respectively
Be able to enter relevent...
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
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("c:\logs\" & Device & "_ping_status.txt")
For i = 1 To 3...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.