Hi all,
I'm trying to read out the name of a column in a strongly typed dataset, not the value of the column, but the NAME of the column. I am able to read out the name of the table by using the .Tablename property of the typed dataset, however I can't find a similar property for columns. The...
Hi all,
Question for the stylesheet experts (if any):
I use a stylesheet in my website, I have the following class defined:
td.tdtoppage, td.tdtoppagebeheer {
background-color: #346A1C;
background-image: url(../art/topimagetest.jpg);
height: 131px;
width: 779px;
font-family...
Hi all,
I have the following problem: we have a datbase where the ip adresses of the people visiting our website are stored, together with the time at which the website is visited. Table looks like this:
ID Date IP
1 2003-02-13 09:41:48.463 194.151.67.130
2...
Hi all,
I'm trying to display the userdomain using the windows scripting host when a user open a asp page. However, the wsh.userdomain value is always empty. Now I've read in msdn that u can only read this value on windows 98 and windows ME machies if the userdomain environment variable is set...
Hi all,
When the text of a node in a treeview is greater than the width of the node, then u see a sort of tooltip displaying the full text of the node (when u put your mouse on the node). Does anyone know how I can disable this?
Thanx in advance
Hi all,
I need to register the form.top and form.left positions when the form is moved or repositioned. Does anyone know which event goes off when the form is moved or how I can solve this problem?
Much appreciated
Hi all,
I'm using an ado data control to display data in a textbox. Works fine. Now I'm trying to let the app perform other duties when the user navigates to another record with the data control. I'm trying to use the Movecomplete event of the ado data control. I've gotten the code for the...
Hi all,
I'm using an ado data control to display data in a textbox. Works fine. Now I'm trying to let the app perform other duties when the user navigates to another record with the data control. I'm trying to use the Movecomplete event of the ado data control. I've gotten the code for the...
Hi all,
I'm trying to make a database interface in VB using a data control. The data control is connected to the database and it's recordset property to the table I'm trying to display/edit.
I've placed a checkbox on my form which should be connected to a field in the database that is of the...
Hi all,
I'm trying to add new records to a SQL server 2000 DB using XML based updategrams in a VB app. However, it seems that the updategram isn't executed or interpreted. I just get the updategram back in the resulting stream.
The table Locatietypen consists of 2 fields:
id (integer with...
Hi all,
I'm trying to add a new line to a table on a SQL server 2000 database by using SQL updategrams in a vb app. The program executes all the lines and I get no errors. However, the line isn't added in the table.
The table ("Locatietypen") consist of 2 fields:
Id (integer, with...
I'm using the inet control to send files to a ftp server. It doesn't seem to be possible to send files that have spaces in the filename. Is this a glitch from the inet control, and more importantly, is there a way to work around this??
Any help much appreciated.
Hi all,
I facing the following problem. I've made a vb application that reads in data files and stores the data in a SQL server database on a remote server using ADO. The program works fine on my pc (WIN NT). I've compiled the program using the package and deployment tool and distributed it to...
Hi all,
I facing the following problem. I've made a vb application that reads in data files and stores the data in a SQL server database on a remote server using ADO. The program works fine on my pc (WIN NT). I've compiled the program using the package and deployment tool and distributed it to...
Hi all,
My question: is it possible to send mail using the winsock control to an e-mail address without having an e-mail address yourself? I mean, can you send a mail message to an e-mail adress without the need of having your own e-mail address and mail server?
Thanx,
Sujesh
Hi all,
Wih the internet explorer it is possible to use the save as menu option to save a html file as a txt file. My question is, is it possible to do this with an InternetExplorer object in VB? Or are there alternatives I can use?
thanks,
Sujesh
Hi all,
I'm not sure where I should post this question, but since it's about a VB app I'll post it here. I've written a FTP clinet program that uses the Inet control. What I want to know is: Is there a limit to the size or number of files that the Inet control can handle when sending files...
Hi all,
I'm facing the following problem: I'm searching different word documents for a certain text. At first I made a loop in which
a word object was made, the document was opened, actions took place, the document was closed and the object was destroyed. In
code:
Set Word = New...
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.