| Thread | Last Post | Replies |
|
| ListView Icons/Images | 02 Feb 2006 00:16 GMT | 2 |
Can Icons or pics be centered in the cell of a ListView when it is in report view mode ? Dave
|
| WebBrowser component in VB | 01 Feb 2006 21:07 GMT | 2 |
Hi, I would like to know if is possible to use VB6 to get information from a webpage using the WebBrowser component. I need to retrieve data from a webpage to store in my local database.
|
| matching property to array reference | 01 Feb 2006 20:13 GMT | 2 |
Am using two forms. Form1 accepts entry that populates an array of type: studentsarr(arrelement).studentName = txtStudentName.Text studentsarr(arrelement).studentForm = cboForm.Text
|
| restricting the height of a form | 01 Feb 2006 19:13 GMT | 5 |
on a form i have a label control in the forms Resize event i have the following code: -------------------------------------------------- Label1.Height=Me.ScaleHeight * .5
|
| Connection | 01 Feb 2006 19:11 GMT | 3 |
Hi, i am using a ado object and a recordset object to connect to my database. this is working fine, but i am having to type in the following lines all the time: Dim adoConnection As ADODB.connection
|
| Word find.selection on formatted text? | 01 Feb 2006 18:51 GMT | 3 |
I need to find a text string in a Word document which has been put inside a textbox. When I do a normal search in Word it will access the textbox and find the text but when
|
| Form Event | 01 Feb 2006 18:22 GMT | 4 |
what event fires off when, The user clicks the title bar and moves the form? thanks, brian
|
| How to open file for output but not overwrite? | 01 Feb 2006 15:16 GMT | 13 |
I want to open a file for output, but not to overwrite it if it exists? tia.
|
| can't get form to start up when activeX exe starts | 01 Feb 2006 15:11 GMT | 4 |
I coded an activeX EXE using Visual Basic 6. (Yes, I'm still in the stone age). Anyway, I wanted a form to appear when the EXE starts. So I added a module, put a "Sub Main" in the module, and set the project properties to start Sub Main when the EXE starts.
|
| Hide Column in MSHFlexgrid | 01 Feb 2006 15:09 GMT | 1 |
I am trying to hide a column in a MSHFlexgrid When i try: MSHFlexGrid1.ColIsVisible(4) = False I get a compile error:
|
| Combo Box bypass input mask | 01 Feb 2006 14:15 GMT | 4 |
I have a combo box (text) field, where folks type in a shoft date using an input mask <or> they select a text value from a value list. The drop eown selection remains in the field. This is what we want - either the entered date or a value from the drop down list. If you
|
| Visual Basic and Access | 01 Feb 2006 14:13 GMT | 4 |
May be a Visual Basic programmer might answer this question. Compared to SQL2000, Access has its own, original way to build the table relationships in an SQL Statement. I'm trying to build an application with Visual Basic 6 that shows some data
|
| Show all connections | 01 Feb 2006 13:55 GMT | 1 |
Is there a way that I can display the available internet connection profiles in a combobox using visual basic .net 2003. Something similar to clicking on Start -> Connect To -> Show all connections. I would like the user to be able to select a method for connecting to the ...
|
| VB6 win98 Japan | 01 Feb 2006 13:10 GMT | 1 |
Hi, i have to translate an project developed in Visual Basic 6 on Win 98 OS IT , to a Win 98 OS Japanese , and i have to display all the text in japanese language. What i need , to do this ?
|
| VB.net | 01 Feb 2006 12:52 GMT | 1 |
I am making a game of poping the bubbles that fall but I want to know?? How do I make a sound when I or someone click on a bubble and a sound will come Please help,
|