| Thread | Last Post | Replies |
|
| Tab Color for TabControl | 31 Jan 2005 21:35 GMT | 1 |
Is there any way to change the color of the tabs of the TabControl? I can change the background color, but the little tabs are still gray. Thanks for the help. Regards,
|
| Aligning controls with bottom of a form | 31 Jan 2005 21:08 GMT | 7 |
Is there a tried and true way to align controls (e.g.: buttons) with the bottom of a form? It seems that form.Height is unreliable and that form.ScaleHeight is somehow more accurate but not entirely...
|
| Collections with VB Standard Objects | 31 Jan 2005 20:44 GMT | 11 |
Under VB6: I want to dynamically put several pictureboxes on a form. A control array is a logical choice since you can add/remove the control even though the index numbers do NOT have to be sequential. However, looping through the
|
| Context sensitive text in menu editor | 31 Jan 2005 17:02 GMT | 8 |
Does anyone know if it's possible to add code to the Caption box in vb6 menu editor so as to make a popup menu context sensitive. I'm using a popup menu with an mshflexgrid and would like to be able to display a popup with an option to "remove row A" when I click row 'A'.
|
| MAPI Error | 31 Jan 2005 09:08 GMT | 1 |
I'm using VB 6.0 with MAPI controls to automatically send a report. Below is the code. I'm getting the following error - 32002 Unspecified failure occured Function sendMail()
|
| obtain class name at runtime | 31 Jan 2005 01:15 GMT | 1 |
Greets, Is there any way to obtain the name of a class object (as a string) from within the class itself at runtime? I know about typeof obj is objtype, that doesn't really help.
|
| Datagrid - passing record to 2nd form | 30 Jan 2005 18:44 GMT | 1 |
I have a problem with record information not being passed from a datagrid to a 2nd form when the grid's selchange event is run. Upon selecting a record in the grid, DBGrid1_SelChange runs and correctly launches the form "Jobs" in the JCJobs2 project, however the
|
| Sending a path to a FILE control ( it has to be possible! ) | 30 Jan 2005 17:04 GMT | 1 |
Hi all.. here s my problem ( maybe some of you saw me on other groups, but i cant find the solution !! ) I have to upload a file to an external site, so, i made a .vbs file , that logins to the site, and then i have to select the file to upload.. i used
|
| Using the WebBrowser control to display a directory | 30 Jan 2005 04:46 GMT | 1 |
I thought this was going to be a no brainer but I guess I was wrong. All I need to do is have a WebBrowser control placed in an ActiveX control. I want to be able to pass the URL to the control and have it show the location in the window. Sometimes the location will be a website ...
|
| Combobox vs. textbox querying for auto lookup. | 29 Jan 2005 16:26 GMT | 3 |
I have an Artist table in an Access database that can contain a few hundred names. On my VB6 entry form, I want to be able to start typing the first few letters and have the closest match appear.
|
| Question regarding DirectSS (xvoice.dll) text to speech dll | 28 Jan 2005 23:23 GMT | 1 |
Does anyone have experience with this control? I have some specific questions: 1. Dependencies for deployment. 2. Is there a way to retrieve the current "word" being spoken real-time as
|
| Windows Media Player control | 28 Jan 2005 19:11 GMT | 2 |
Is there any listing of all functions that are associated with this control (like when you hit F1 after selecting a control and it comes up with all the stuff for it in the help files?) Thanks
|
| Opera or Netscape in VB6 ?? | 28 Jan 2005 17:54 GMT | 1 |
Hi all, how about use webcontrol but with a netscape or opera browser ?? anyone has any clue?? i ve installed both but cant find them on reference or Components.. tnx !
|
| Wordwrapping with a textbox? | 28 Jan 2005 14:13 GMT | 2 |
I have a memo field from an Access database that I want to put into a multi-lined textbox. The problem I am having is with wordwrapping. Is there a way (or perhaps another control?) to force wordwrapping with the textbox? Thanks,
|
| ActiveX component cannot create object | 28 Jan 2005 09:54 GMT | 5 |
We have two custom activeX controls. they work fine on the development machines. but when called from an exe they generate error "ActiveX component cannot create object" "user defined or object defined error"
|