| Thread | Last Post | Replies |
|
| Run Form | 31 Jan 2005 23:58 GMT | 3 |
What I want to do is to execute one from from another form. What would be the code?
|
| ImageList cannot be modified while another control is bound to it | 31 Jan 2005 22:57 GMT | 2 |
The other control is called LstSmilie and is a listview component. Its smallicons property is linked to my imagelist called EmoticonList. How can i programicly remove this bound? Thanks
|
| Get application's default file location (the "save as" location) | 31 Jan 2005 22:23 GMT | 4 |
My application includes a user option intended to perform as follows 1. Ask user for a filename of their own creation 2. Opens Powerpoint and creates a new presentation with that filename and
|
| ListView | 31 Jan 2005 21:59 GMT | 2 |
How do you set listview index to a specified index number. I tried ListView1.SelectedItem(3) and this is not correct.
|
| standard exe | 31 Jan 2005 21:49 GMT | 4 |
Using VB6 and developing on XP pro SP2. I am a newbie. I can write an exe that will work on my pc. However once I complie it and email it to someone else the exe won't work on their pc. Why? Or maybe I should ask, is there a way to write an exe that will work on someone ...
|
| Changing TCP/IP Settings | 31 Jan 2005 21:43 GMT | 11 |
Is there anyway in VB6 to access and modify Windows 2K/XP TCP/IP Properties? I need to make a little program that, when the user runs the program and selects one of two options (radio button:?), they set the TCP/IP properties to either "Obtain IP address automatically via DHCP" or ...
|
| executing a .bat file from EXCEL macro | 31 Jan 2005 21:02 GMT | 1 |
I am trying to execute a .bat file in an Excel macro but cannot find a Visual basic command to do so. Does anyone have some code that will help me out.
|
| VB6 Application closure | 31 Jan 2005 20:39 GMT | 12 |
How do You close UserDocument.vbd from VB6 code? How do you close an application from VB6? Once I exit my application, the window with UserDocument.dob file stays open. As I close my
|
| Need help with auto generating Help files | 31 Jan 2005 20:37 GMT | 9 |
First of all I am not sure I should be posting this question in this forum as I did not find any forums matching my question.I need some help with some tools that would automatically generate help files for my Visual Basic application.Any help would very appreciated.
|
| Help with split function | 31 Jan 2005 20:24 GMT | 5 |
I am using the split function to split a string. I have an array equal to the function to catch the substrings. When I run the program, I get an error: "Can't assign to array"
|
| ToolTip font size | 31 Jan 2005 20:23 GMT | 1 |
How do you change ToolTip display font size? I'm interested in learing how to make the tooltip font size larger. I think if I can change the size of the tooltip font I should be able to achieve this purpose. But how???
|
| VB6 and Shell | 31 Jan 2005 20:18 GMT | 5 |
This is the command I am using it is using other functions. Private Type STARTUPINFO cb As Long lpReserved As String
|
| Winsock: how to handle abrupt socket closure and flush out unsent data ? | 31 Jan 2005 19:10 GMT | 2 |
In MS Winsock control, how can I handle abrupt socket closures and flush out any unsent data ? Thanks a lot.
|
| Variable reading data | 31 Jan 2005 18:55 GMT | 12 |
Is there a way to have for i=1 to 10 cboTemp.AddNew rsTemp!Item & i next
|
| Network connection | 31 Jan 2005 18:17 GMT | 5 |
I don't have any form in my application. I have only modules, I want to now how it possible to know if the station is connected to a network, by writing a function in a module. I can't add a winsock component because I don't have form
|