| Thread | Last Post | Replies |
|
| Problem with imagecombo | 24 Jan 2004 13:06 GMT | 2 |
Hi, I have this code Private Sub lstRecargos_Click( Set imgVinetas.ImageList = ImageList imgVinetas.ComboItems.Add 1, "amdb5", "James Bond",
|
| HTML to Text only component | 24 Jan 2004 11:17 GMT | 8 |
i'm looking for a component in vb6 that cleans html attributes from an html page leaving only the clean text of the document (as if surfing to that page in IE). In other words what i think i'm looking for is a component that let's
|
| Using an ActiveX control at runtime | 24 Jan 2004 02:02 GMT | 1 |
In VB 6 I need to create and run an activex control. Here is the problem: Lets say the ActiveX is called MyControl and it contains 2 objects
|
| conditional background color of a datagrid or msflexgrid control | 23 Jan 2004 21:21 GMT | 1 |
I have a form I am writing in VB6 that allowsa user to enter a list of invoice numbers, view the open balance and enter an amount to be paid against the invoice. I would like to allow the enduser to be able to manipulate this data in grid format but they want a simple way to be ...
|
| How to spider site | 23 Jan 2004 17:23 GMT | 3 |
I want to know that how I can fetch information directly from Web site pages (e.g contact.html page of some site)? Information should contain contact details(i.e. Address, telephone no etc..) in the form of HTML which I can parse to read the required
|
| Can MSChart display different graph types at same time? | 23 Jan 2004 15:20 GMT | 1 |
I'm wondering if MSChart can display different types of graphs overlayed. For example, a line graph overlayed over a bar chart. I need to display a normal (bell) curve over a bar graph. I tried setting .Plot.SeriesCollection(i).SeriesType, but it had no effect. Any thoughts
|
| Build Active X Control Form on the fly | 23 Jan 2004 15:09 GMT | 1 |
I have an active x control. The control will consists of a set of labels and associated textboxes. These components will be in a control array structure. This form will be used over and over and can have a varying number of label/textbox array items based on a XML data file that ...
|
| Key Values with ListBoxes in .NET | 22 Jan 2004 23:25 GMT | 1 |
Using VB.net, I've created a List Box. I would like to display a few columns of data from a dataset table in this listbox (last name, first name, PIN, Department) and when the user selects one of these items and clicks a button, have the program store the Key value
|
| how to use VB6 controls in VB.Net | 22 Jan 2004 22:42 GMT | 5 |
each time I use^one of the controls that shipped with VB6 (e.g. office spreadsheet or Text-To-Speak controls)in a VB.Net program, the application runs fin on the PC where the development was done but crashes (unexpected
|
| adfada | 22 Jan 2004 22:01 GMT | 1 |
|
| compatibility of ActiveX control for Windows XP and Windows 2000 | 22 Jan 2004 20:01 GMT | 2 |
I create a ActiveX control in XP machine and test from another XP machine, it works ok. Try to test on a Windows 2000 machine, the ActiveX control couldn't show correctly. What wrong about it? Any help is appreciated.
|
| Strange Custom Control behavior | 22 Jan 2004 18:23 GMT | 2 |
I've been encountering strange behavior in a program of mine in some users' versions of Windows 98. After the program executes a Shell command to restart itself, the program returns an error stating "Failed to load cButton control in . " and fails to load. cButton is the name of a ...
|
| ImageCombo Box | 22 Jan 2004 16:19 GMT | 1 |
I've created a imagecombo box to display vendor names along with their cooresponding logo. Since the list is fairly large, I need the ability to have the combo box scroll to the item as the user types. Can anyone enlighten me on the necessary coding. Thanks,
|
| Want to buy - Sheridan Data Widgets 1.0 | 22 Jan 2004 16:18 GMT | 4 |
Does anyone have Sheridan Data Widgets 1.0? Thanks.
|
| VB LoadPicture method Fatal error. | 22 Jan 2004 16:03 GMT | 1 |
I am capturing a jpg from a web camera and saving it into a binary file. The file comes with headers, so I open the file, strip the header and resave the file. I then assign the jpg file to a Picturebox.Picture with the LoadPicture method. This works just fine, MOST of the time. ...
|