| Thread | Last Post | Replies |
|
| Simply selecting the first item programmatically in a ListView | 30 Sep 2005 19:59 GMT | 3 |
I'm going crazy over this simple thing. I want to programmatically select the first item of my ListView, but the things I have tried have failed: lstSurveyUnits.ListItems.Item(1).Checked = True lstSurveyUnits.ListItems.Item(1).Selected = True
|
| Directly Reference Control with Object Variable without Using "me" | 29 Sep 2005 15:51 GMT | 3 |
Example Active X Control with this code in a module: 'The FUNC_BlahProp() function is implemented in Module1, a regular code 'module As follows: Option Explicit
|
| File Type Icon xp | 29 Sep 2005 01:52 GMT | 3 |
Is it possible to add file type icon( word document icon, excel sheet icon etc... using shGetFileInfo? I have been devlopping this little tool. Now i want to have it
|
| INET + VB6 | 26 Sep 2005 20:47 GMT | 5 |
I have this problem with inet control, im trying to do : zmHTTP=inet1.openurl(URL,icString) it works fine, but when i try :
|
| Translation fron VB to VFP 9 | 26 Sep 2005 20:16 GMT | 1 |
I have a sample in VB and I do not find commands to translate in VFP 9. Anyone could help ? Here is the VB Code : Dim bStatus as Boolean
|
| Alpha Transparency | 26 Sep 2005 14:17 GMT | 1 |
Does anyone know how I can display alpha transparent images in vb?
|
| ComboBox Hover item problem. | 26 Sep 2005 14:13 GMT | 1 |
I m facing a problem with VB combobox. I have a form. In that form I have a combobox and a windowsmedia player component. I have list of items in combobox and corresponding videos to be played. What I want is I can open the combobox and then whenever my mouse
|
| Combo Box Problem | 26 Sep 2005 14:08 GMT | 1 |
I am into PowerPoint Automaion.I am doing my coding in Visual Basic 6.0.In my application I need to increse the height of the Combo box but when I am trying to increase the height of the combo box it is saying read only property.I Dont have any Idea how to do it.If any one knows ...
|
| Picture box and image box | 26 Sep 2005 10:10 GMT | 8 |
Don't know wich is worst... here is my problem I want to have a transparent gif image on the form imagebox can do this, picturebox can't
|
| Status: 503 Delta table SQL error | 26 Sep 2005 02:21 GMT | 1 |
I'm really hoping someone can shed some light on this problem for me. I've got an application that I've developed in VB6 that uses a back end SQL Server 7 database that is running on a webserver. The webserver has Apache running on it. It seems that, of it's own accord, the ...
|
| Hardware detection from web page | 26 Sep 2005 01:47 GMT | 4 |
Is it possible to do hardware detection on a webpage? Basically I need to determine OS type, CPU speed, memory size and free drive space on C: using a web page. Using the Windows API I can do all this and build an OCX, but it only works
|
| VB Form with activex control not opening | 26 Sep 2005 01:24 GMT | 1 |
Sir, About our activex control: The activex control has winsock control inside. The activex control have method SEND and event DATA_ARRIVAL. This control is used as an interface between two applications. The activex control will be
|
| Webbrowser control Documentcomplete | 26 Sep 2005 00:52 GMT | 1 |
I have the following trouble with the documentcomplete event. -------------------- Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
|
| MSINET | 26 Sep 2005 00:44 GMT | 1 |
I am trying to package a VB6.0 program going out to a couple different places, using anything from win98, winxp or win2k... The only component used by the program is MSINET... should this be included in the package? Is it assumed that most windows users already have it installed? ...
|
| run VB6 Code from JavaScript in a WebBrowser Control | 26 Sep 2005 00:41 GMT | 1 |
I am hosting a WebBrowser Control in a VB6 application. I have complete control over the web pages that this web browser will have access to. What I would like to do is to call functions and/or subs in the VB6 form that is the WebBrowser controls Parent from JavaScript running on ...
|