| Thread | Last Post | Replies |
|
| Must be doing something wrong | 18 Nov 2003 11:34 GMT | 2 |
I'm trying to write a VB6 app that will download (interact) information from a website. The app will provide data to the website through emulated "form" calls. The first call has to login to the website.
|
| ComboBox Events | 18 Nov 2003 11:02 GMT | 3 |
What event fires when a user selects an item from a combo box? The "Scroll" event doesn't fire on the first page of items. I need to update a textbox control as soon as the selected item changes. Any suggestions?
|
| HTML Help | 18 Nov 2003 10:31 GMT | 1 |
I am using VB 6.0. I have created an HTML help for my application, and after testing it, it seems to work fine. However, I was wondering how do I install this HTML help on the user machine, once the user has run the
|
| Rancy Birch - newbie question | 18 Nov 2003 10:12 GMT | 3 |
Randy, If I were to use your code, but i want to use it for all the textboxes and combo boxes.. what can I do.. (comboboxes to be set to what they were on form_load. Also, is there a way to set a combobox that it defaults to one of
|
| MSFlexGrid multiselection | 18 Nov 2003 02:26 GMT | 2 |
Is it possible to only allow the user of an MSFlexGrid to select only one row at a time? Is there a property that can be set to stop the multiselection of rows...or do i have to use a listbox??
|
| textboxes | 17 Nov 2003 22:46 GMT | 4 |
i have 15 textboxes, and i want to implement a RESET button, i.e. clear them all. they are called text1 - text15 is there an easy way to clear them all or do you have to list them
|
| HELP! MSComm Control | 17 Nov 2003 21:50 GMT | 2 |
Could anyone show me a snippet on how to program mscomm answer an incoming call? or give me to a url for this topic? Thanks in advance! Arnold
|
| Image Control and Toolbar Control | 17 Nov 2003 21:44 GMT | 1 |
To All on MSDN VB Discussion Forum: I have an application where I would like to place an Image Control in the upper right corner of the Main form. Unfortunately, I have a Toolbar control along the top of
|
| mscomm !!! | 17 Nov 2003 21:40 GMT | 4 |
How can I transfer my own type thrugh the serial port: ex: TestType as MyType Var1 as Long
|
| ActiveX and Path??? | 17 Nov 2003 20:53 GMT | 2 |
i have a ActiveX-File(exe). How can I find a Path of File. I have only this from ActiveX-File Set GrouperObj = CreateObject("Grouper.Control") Thanks and greetings from Berlin
|
| Combobox | 17 Nov 2003 19:01 GMT | 1 |
I want to hide the picture with the anchor of a combobox. How can I do this ??? I can select by combostyle 'Simple Combo' but then I have still something like a textbox under the combo
|
| Common Dialog Control | 17 Nov 2003 18:18 GMT | 5 |
I think I've finally figured out how to get it to print, but now I'm having trouble getting it *not* to print. What property would I check to find out whether or not the user clicked on the 'Cancel' button on the print dialog window? I tried setting the ShowPrinter call equal to ...
|
| Determining Controls Position on Form | 17 Nov 2003 17:53 GMT | 4 |
Is there a way that I can get the position (Top and Left) of a Control that I created on the form it's placed on? The control may be placed within a few containers. I'd like all the code to be in the Control itself rather than pass the information to the control
|
| Internet Transfer Control (SP2) Username and Password Fails | 17 Nov 2003 17:29 GMT | 1 |
This bug (see: http://support.microsoft.com/default.aspx? scid=kb;en-us;173264) (search the KB for 'Internet Transfer Control password') was for VB5 SP2 and fixed in SP3. I'm using VB6 and seem to be having a similar
|
| Checking if the Picture Property has been set. | 17 Nov 2003 16:26 GMT | 1 |
I am using a vsFlexArray control and the CellPicture property. I need to check whether or not a picture has been loaded into the CellPicture property. I tried RMGrid.CellPicture <> "" but that gives me an error
|