| Thread | Last Post | Replies |
|
| Inet Control, VB6 | 31 Jan 2006 22:42 GMT | 1 |
I use Inet control on vb6. Is there a way to get information on the bytes of data transferred using responsecode/responnseinfo methords or any other way? I would like to get all the return codes(eg: 230, 226 etc.) like the
|
| stop link dragging from webbrowser control | 30 Jan 2006 03:07 GMT | 1 |
i'm creating a securelink browser application using WebBrowser cotrol in VB6. Our requirment is that no one can't do drag and drop a hyperlink out side the application ,as one can do
|
| WorkArea with Frames | 29 Jan 2006 16:21 GMT | 2 |
I have created my "WorkArea" control with 2 Frames and 2 ScrollBars in VB6. With one frame Contained the other, outside one is Sized according the form is located and inside one with "selected controls" is Scrolled according the needs and size of the other. Fantastic!!! No? My ...
|
| image combo control how do i | 28 Jan 2006 14:13 GMT | 1 |
When i use the combobox control to get the selected index i do the following cboUsers.ItemData(cboUsers.ListIndex). This will return 1 as opposed to JohnS But how do i do the same thing using the image combo control. TIA
|
| Datacombo and individual cell colours | 28 Jan 2006 03:53 GMT | 1 |
i have been asked to develop a form that has a MSHflexGrid control that lists all parts for a partiulart product. For example - the user has added a part via the add part screen and they specify the colour of quantity, comments , etc. When the list then loads they
|
| Comboboxes and Listboxes - Deciding Between Them | 27 Jan 2006 22:35 GMT | 5 |
I have been playing around with listboxes and comboboxes trying to figure something out. Please correct me where I am wrong. Some things I thought were true may not be.
|
| Problems controlling MSChart Datapointlabels | 27 Jan 2006 21:57 GMT | 1 |
Hello NG, I have a problem controlling the Datapoint Labels using the ChartType 2dPie I would like to show the Value and the percentage of each Pie slice. When I use the following code, there are two rectangles between the value
|
| More Combo box | 27 Jan 2006 18:19 GMT | 1 |
Hi again, Is there a way to set the number of visible rows/items in the list dropdown? I'd like to have more items visible then in the default. Gary
|
| Console Application | 27 Jan 2006 14:57 GMT | 1 |
Im ner in .NET , While executing bellow given code Module Module1 Sub Main()
|
| ComboBox dilema | 27 Jan 2006 11:28 GMT | 3 |
I have a Combo box on a form with the style set to DropDownList. I wish there was a way to fire an event, such as Change, when the DropDown closes. I need to update another control based on the new selection from the drop down list.
|
| How Hide Application From Process of Taskmgr | 27 Jan 2006 07:28 GMT | 3 |
How Hide Application From Process of Taskmgr ? Please Answer
|
| Login Controls | 27 Jan 2006 03:22 GMT | 1 |
Dear Experts, I an trying to use the Login controls in asp.net 2.0 in the Visual Studio 2005. I have created the login page as login.aspx and set the DestinationPageUrl to ont of my webpage. I have included the Loginname
|
| Send and Receive value between VB & Webpage | 27 Jan 2006 02:38 GMT | 4 |
I want to send some variable value into a specific webpage and being test on the web server then return with result back to my local vb application. I am new to the internet programming area with Vb. Please kindly give me some idea
|
| visual basic explorer | 26 Jan 2006 19:18 GMT | 6 |
From inside visual basic, at the end of the url address bar, there should be a ( go) button. This would make web browsing easier, when inside studio.
|
| VB6 - ListView Control Problem | 25 Jan 2006 22:44 GMT | 3 |
I have a LV control called "lvwSubPlans". It is populated with data via XML. I am trying to perform a delete from the VB6 gui where a user can select multiple items (Subject Plans) in the control and press the 'delete' button (cmdPlanDelete_Click()). After the rows have been ...
|