| Thread | Last Post | Replies |
|
| CSliderCtrl and selected range | 20 Feb 2004 15:06 GMT | 4 |
I"m trying to figure out what happens to the slider control graphically when you set a range in it. Does that range get the black bar, or white bar, or something. I've got a slider set up, but nothing changes when I set the ranges.
|
| Read only files | 20 Feb 2004 14:58 GMT | 1 |
I am working with vb6, and I need to open a file. However, I do not want anyone else to be able to write to this file, while I am working on it, similar to excel or word. I know I can do this with the open statement and using the "lock write" parameter. The only problem doing ...
|
| combobox hook winapi | 20 Feb 2004 14:39 GMT | 2 |
via this n/g I found how to hook to the textbox portion of a combobox, which is great... the example uses constant WM_CONTEXTMENU = &H7B to detext a rightclick in the textbox portion of the combo
|
| to Catch a tab | 20 Feb 2004 14:37 GMT | 1 |
I would like to know if there is a way to catch the key press of the tab. It doesnt seem to break in the press up or down event of my grid or text box. Is this posible?
|
| Assign different forecolor to each item in Listbox | 20 Feb 2004 11:24 GMT | 1 |
While using VB6, can we set different forecolor for each item(line) in standard listbox control. Thanks & Regards, Faiz
|
| ComboBox Extended Matching | 19 Feb 2004 22:12 GMT | 1 |
MS's "Programing Microsoft Visual Basic 6.0" page 127 mentions ComboBox Style 1 "extended matching" capability. As the user types a value into the ComboBox it will scroll to a matching value in the list. After working with this most of yesterday and today so far, I have not been ...
|
| WebBrowser elements and Treeview nodes | 19 Feb 2004 20:42 GMT | 1 |
I have a VB6 form with a webbrowser and a treeview control. After loading a page into the webbrowser I loop through each node in document.childnodes and construct the treeview of the DOM. The behaviour I want is that when the
|
| looking up email-server | 19 Feb 2004 20:35 GMT | 1 |
I am using a freeware control to send Email within (via) my VisualBasic-project. It is working fine (on my computer) because I know de servername of my email-account. But after distribution my application must find the servername of my client. Is there a way to find out his/her
|
| WINSOCK and SMTP | 19 Feb 2004 20:23 GMT | 1 |
I had a VB Email Program that USE Winsock to send emails. It worked great when with a SMTP without Authentication required. Recently My Company switched IP provider, the new IP
|
| WebBrowser Control & Pop UP | 19 Feb 2004 20:18 GMT | 1 |
Hi group, I wrote a VB6 Application that use the Web Browser control. the aim of the appliction is to navigate some web site from one page to another and get the contant of each page
|
| Activex control in IE | 19 Feb 2004 20:14 GMT | 1 |
Hey all As a newbie question - was wondering if you can create a socket listener in an activex control on a client. What I'm trying to do is put together a real simple peer2peer communication channel with little human involvement other
|
| Quick question - Passive FTP | 19 Feb 2004 20:11 GMT | 1 |
Using the Internet Transfer Control, is it possible to do passive FTP? Can I do this by executing the PASV command once I have connected to the server? Or, do I need to specify the AccessType of 2 (UseProxy) and then define a Proxy Server?
|
| How to use attachevent in VB6? | 19 Feb 2004 20:09 GMT | 1 |
I'm currently using an webbrowser control to display a variable number of HTMLSelectElements. If any of these elements is changed, a function should be called. The attached code works great with a single SelectElement, but fails if
|
| can i run an application on the server through winsock control | 19 Feb 2004 20:05 GMT | 1 |
i want the client programm to run an application on my server throught the winsock control is that possible programmers_eg@yahoo.com
|
| activex get parameter | 19 Feb 2004 20:01 GMT | 1 |
I am using VB 6.0 to create a activex control and I am writing a html which will call this activex control. My html source is like: <OBJECT classid="clsid:BACD0BF9-4409-482E-B4C5-02AD16AFE4B5" codebas="test.ocx" id=mytest>
|