| Thread | Last Post | Replies |
|
| help me, link problem | 09 Feb 2004 10:39 GMT | 2 |
Oke Guys, I need some help with VB6.0 and MSACCESS I've a table in a mdb file with TABLE: STRUCTURE
|
| Getting Past The Login Form to Parse HTML To VB. | 09 Feb 2004 04:23 GMT | 2 |
I have too access a web site that has a login page. after entering a username and pass word and submitting the page, I can then get to the page that I want to parse into my VB app. How can I programmatically enter the user name and password and submit this
|
| Question about Treeview!?? | 09 Feb 2004 03:09 GMT | 4 |
I am programming a MIS system, I want to use a Treeview control to display the information of department and staff, but even I set the "TreeStyle" const to 7(tvwTreelinesPlusMinusPictureText), but I still can't see the plus & minus when the tree is loaded, please help me!~
|
| Objects inside object | 09 Feb 2004 00:43 GMT | 1 |
You can put object inside others, like Frames, Tabs, etc. I know how to do that in design-time, but how to do it in run-time? Can you show me a little statement to do so Beforehand, thank you very much LUIS
|
| Winsock FTP tutorial | 08 Feb 2004 16:39 GMT | 1 |
Hi i am trying to make a Winsock (MSWINSCK.OCX) powered FTP client and have managed to connect and send a username and password to the server, the problem is that i dont understand the PORT command and I can't get the
|
| NEW vbAccelerator's S-GRID | 08 Feb 2004 09:17 GMT | 2 |
Does anyone use new S-Grid 2.0 of vbAccelerator???? http://www.vbaccelerator.com/home/VB/Code/Controls/S_Grid_2/S_Grid_2/article.asp the text inside looks bad,......it appears slightly like 'blur effect'.... it's normal?
|
| Columns in Microsoft Web Browser Control | 07 Feb 2004 19:31 GMT | 4 |
I have a Microsoft Web Browser control on a VB6 form. I'm using it to show a list of files in a directory on my machine. When the form opens, the control shows the files in 'Tiles' view. I can right-click within the control and change this to 'Details' view,
|
| Auto program open | 07 Feb 2004 19:27 GMT | 2 |
I have microsoft's Visual Basic Programmers Guide and the 3 volume reference library. I'm just teaching myself VB6 and don't expect anybody to write my code for me. I just need some quick advise as to what direction I might
|
| CommonDialog Control CancelError Problem | 07 Feb 2004 15:31 GMT | 3 |
Using the following CommonDialog control code: CommonDialog1.CancelError = True On Error Resume Next CommonDialog1.ShowPrinter
|
| list sort | 07 Feb 2004 13:46 GMT | 2 |
Unfortunately, the listbox has to be multiple select. What if I abandoned the hidden listbox and tried to sort with a command button with:Private Sub UserForm_Initialize() Dim i As Long Dim j As Long Dim Temp As Variant
|
| how to auto keypress in VB | 07 Feb 2004 13:16 GMT | 1 |
if I want my applications to automatically pass any key as pressed, how to do it. I mean I want my application to press a key using the code itself. how to do it plz help m Madhan S
|
| Datacombo | 07 Feb 2004 04:06 GMT | 1 |
Hi, this is my problem. I have a Datacombo bound to an ADODC data control When the datacombo receives the focus, the list drops down automatic Private Sub cmbTypeNonConform_GotFocus()
|
| Visual Basic 6.0 ListView control | 07 Feb 2004 01:11 GMT | 1 |
I am using a listview control where the data in each column contains mostly numbers. The list, depending on the users criteria, could have 100+ rows. In testing, I see that the data tends to be difficult to read and blur together.
|
| Navigating using the enter key | 06 Feb 2004 22:03 GMT | 5 |
I have a user that insists on navigating through a VB form using the enter key, like the tab key works. We have looked everuwhere, and come up empty...please, any help??? In Access we use the "Enter Key Behavior" setting to do
|
| finding all context menus in a form & accessing name property | 06 Feb 2004 22:00 GMT | 1 |
I want to access all the context menus & menu items that are on a form. I can find a collection of controls, but context menus are not found there. I can find a collection of Components but it only shows imagelists NOT context menus. To cap it all there is NO WAY of finding out the ...
|