| Thread | Last Post | Replies |
|
| Convert EXE project to an ActiveX control? | 28 Feb 2005 21:46 GMT | 3 |
It is possible to take a project and change it from a EXE to an ActiveX control (or ???) that can be implemented on a webpage? My project works as an EXE but we need to duplicate it onto a webpage. It contains a single form and accesses a number of Windows API calls.
|
| Searching PDF using VB6 | 28 Feb 2005 17:03 GMT | 2 |
Is it possible to search for a string of text within a PDF using VB6 without user intervention. (i.e. I don't want to open up the PDF in another form and have the user manually do the search himself). Any assistance would be appreciated.
|
| Different colours in a listview | 28 Feb 2005 16:13 GMT | 1 |
I have a listview and I want some lines to be white text in a black background and some to be black text on a white background? Any ideas?
|
| Inheriting GroupBox exhibits strange behavior | 28 Feb 2005 15:24 GMT | 1 |
Fellow programmers, I need to make a CheckedGroupBox. Instead of the just text on the GroupBox, I need a CheckBox to the left of the text. So, I create a class that inherits from System.Windows.Forms.GroupBox. I
|
| Winsock.SendData: localhost = ok, web = File not found | 28 Feb 2005 14:37 GMT | 1 |
Using the SendData method of the Winsock control, I run a script at localhost. I send the following http: POST http://localhost/UpdateDB.asp HTTP/1.0 Content-Type: application/x-www-form-urlencoded
|
| MSFlexGrig question | 28 Feb 2005 13:40 GMT | 6 |
Is it possible to keep a reference of a specific cell of a MSFlexGrid? something like dim objCell as variant set objCell = MSFlexGrid1.MYspecificCell
|
| Msflxgrd.ocx | 28 Feb 2005 12:50 GMT | 2 |
More and more from the grid ;) My trouble is in using the old flex in .net i.e i have an application that is using the old grid in vb6.0 and .net it is givving you don't have a license to use this control in desing ..... this problem had never showed up
|
| How to remove icon from system tray? | 28 Feb 2005 12:27 GMT | 1 |
My VB.NET program displays a system tray icon. It works fine and when I start app it appears and when shutdown app it disappears. However, when my app crashes the icon stays and only it gets removed when I point my mouse on it.
|
| Programmatically fire TreeView AfterLabelEdit | 27 Feb 2005 22:38 GMT | 2 |
I am using vb6, and have a treeview control which allows manual editing of the label. For reasons I won't bore you with, I need to be able to control when the TreeView_AfterLabelEdit event fires. It does fire correctly at the moment,
|
| How do you disable textbox right click menu ? | 27 Feb 2005 17:09 GMT | 4 |
I have seen this question come up before but be damned if I can get the proper keyword search to find the answer. Thanx in advance Duke
|
| TreeView - Setting new icons | 27 Feb 2005 14:15 GMT | 1 |
I am a VC++ guy but I am new to VB and I am working on a TreeView1 control . I have to change the icon when I rename the tree node . Can anyone tell me how to acheive the same . In VC++ I would have used some Get/Set method .
|
| vscrollbar jumps (vb.net 2000) | 26 Feb 2005 20:11 GMT | 2 |
When moving the thumb with the mouse, the control generates a stream of values as expected. When I let go of the left mouse button to stop at the desired value, it jumps a little higher or lower (depending on the direction I was moving). Has anyone ever seen this? It happens on ...
|
| Connect to spamhaus | 26 Feb 2005 12:53 GMT | 1 |
Can anyone tell me how to connect to spamhaus.org or maps thru vb6
|
| Not able to open | 26 Feb 2005 05:54 GMT | 3 |
I have built an ocx control which has some user controls(.ctl) in it. Now I have created a cab file with the ocx and added the object reference in a .htm file. When I invoke the htm file from a machine which has vb installed it opens up
|
| DateTimePicker in ssTab resets tab to 0 on change | 26 Feb 2005 00:54 GMT | 5 |
This is very frustrating. In Visual Basic 6, MDI application, in a Form I have 4 tabs in an ssTab. 3 of them have a DateTimePicker. (0,2,3) If you select a date using the DateTimePicker on tab Index 3, it resets to tab index 0. Same with the one on
|