| Thread | Last Post | Replies |
|
| How to change the color of the menu | 06 Oct 2003 15:25 GMT | 1 |
Is that any way we can change the dull default color for the menu, so that my program can have, a black menu instead of dull gray? Please advise. Thanks.
|
| What causes winsock error sckUnsupported 40018 Unsupported variant type. | 06 Oct 2003 14:25 GMT | 2 |
I get that error after a Winsock.SendData call. The Parameter to the call is a string variable containing: "GET //Auth/time.asp HTTP/1.1" & vbCrLf& "Host: 127.0.0.1" & vbCrLf& "Authorization: Basic TAxMDAyMjIyMjohcG9sYXIyMg==" & vbCrLf & vbCrLf
|
| Treeview control extra expand events | 06 Oct 2003 02:43 GMT | 1 |
When using the treeview control, occasionally, at an unpredictable time, expanding a node will cause two expand events to be fired. The first event is correct and has the appropriate index
|
| Dynammic Border Style | 05 Oct 2003 07:48 GMT | 3 |
Is it possible to change the border style at run time? I know the MSDN says its read only at run time, but is there some API call or something that can allow me to change the border style while the program is running? Thanks,
|
| instantiat/load by reference in code | 05 Oct 2003 01:49 GMT | 4 |
vb6 is the following correct? Form1.MyProperty = 1 will create an instance of Form1 if one does not already exist but will not
|
| Changing the Default Printer | 04 Oct 2003 23:23 GMT | 4 |
On a form used to print reports I offer a Printer Setup button where the user can change to a different printer before printing the report using the standard common dialog box. The problem is that when the user changes to
|
| Copy New Files | 04 Oct 2003 20:59 GMT | 2 |
I want my program to monitor a specific folder (or folders), and, whenever a new file is created in that folder, it copies the file to a network folder immediately. Can anyone start me in the right direction.
|
| Media player | 04 Oct 2003 20:31 GMT | 1 |
I am trying to distribute an app that uses Windows Media Player. It was developed under XP using Media Player 9.0. If I try to run it under Windows 95 or 98, it kicks me out. Can 9.0 be made compatible w/ Windows 95 and 98
|
| Gif control, please... | 04 Oct 2003 18:33 GMT | 1 |
Anyone can tell me where can i find a good animated gif control for vb 6? thank's
|
| label text bad in different resolutions | 04 Oct 2003 05:50 GMT | 2 |
Can anyone tell me how to automatically resize the font of a label to display appropriately in different resolutions?
|
| Wot? No graph control? | 04 Oct 2003 00:50 GMT | 1 |
I have been asked to port a 16-bit app I wrote about 5 years ago to VB6. Imagine my consternation when I find that there's no replacement for the graph16.ocx Or is there? Some threads here maintain that there's a graph32.ocx but I can't find it on any of my Visual Studio
|
| DataGrid Insertion | 03 Oct 2003 22:27 GMT | 3 |
I know with the DataGrid control you can add new records to the recordset, but I would like to insert a new record at a user specified location within the datagrid. For example, if there are 10 records and the user wants to add
|
| Modal form and results of returned information | 03 Oct 2003 20:26 GMT | 5 |
I have a modal form that opens. The user selects some information. It then closes the form and puts the information into a textbox on the original form that owns the modal form. What I've discovered is that when the modal form closes, the cursor moves to the first control ...
|
| flexgrid: maneuvering through them and returnng current locations | 03 Oct 2003 20:18 GMT | 1 |
I have a grid matrix that is 10 by 11 although the number of rows may be much more than can be displayed, i.e. there are 200 rows but only 10 are displayed. User can scroll up and down through the grid and everything is fine.
|
| Listview Drag and Drop multiple items | 03 Oct 2003 19:06 GMT | 1 |
I am trying to create a Listview that would allow me to sort images on disk. I want to get a list of images and then allow the user to select one or more images and re-order the images by dragging them around (similar to the way Windows Explorer works).
|