| Thread | Last Post | Replies |
|
| VB6 WebBrowser1 to full test1.text with clicked URl | 16 May 2005 23:37 GMT | 4 |
I am trying to make WebBrowser1 to fill text1.text with the clicked URl of the opened web page but I don't want WebBrowser to execute the clicked link. For Exp. a link to "http://www.media.com/media/file1.mp3" will only fill text1.text with http://www.media.com/media/file1.mp3 ...
|
| Calling third-party APIs | 16 May 2005 23:04 GMT | 6 |
I am attempting to write a program for my own use to control a Winradio PCI short-wave receiver card. I have the SDK, but all the examples are in C++ and Delphi. I did write a similar program for a previous version of this card, but the
|
| scrolling a textbox | 16 May 2005 22:30 GMT | 10 |
i've got a multiline textbox that is updated at a set interval with updated data. the amount of text displayed is always 57 kb of text. if the user is currently scrolled to a certain line in the textbox, i'd like for it scroll to that same position when the data in the textbox ...
|
| without using Crystal report how can I print data directly thru pr | 16 May 2005 22:11 GMT | 1 |
hi all I want to print data from the mshflex grid which is placed on a form directly onto epson dot matrix printer without using crystal report. how can I go about it.
|
| DTS Steps in wrong order | 16 May 2005 21:26 GMT | 1 |
I am trying to recreate the dialog that appears when you manually run a DTS package in SQL Server 2000. To populate the list, I iterate through the Steps collection and put each item's description in its own row. Only problem is that the Steps are not in the same order that ...
|
| User Control Toolbox Icon | 16 May 2005 21:17 GMT | 4 |
I was wondering how to attach an icon to my UserControl to distinguish it from other controls in the VB toolbox? -Joel
|
| Problem with reference to an ActiveX exe file | 16 May 2005 19:21 GMT | 2 |
I have an ActiveX exe file that uses another ActiveX exe as a reference. A while back, a change was made to a class in the referenced exe that appears to have broken compatibility. Now, when attempting to run the first exe, I get either run-time error 48, error loading dll and ...
|
| Maximum number of client connection in Winsock Server control ? | 16 May 2005 18:44 GMT | 3 |
In a winsock server control, what is the maximum number of client connection ? Thanks.
|
| vb & 3d? | 16 May 2005 16:18 GMT | 1 |
sorry for the muti post, other group didn't have someone to answer my question: I just need 3d navigation and zoom in & out operation, can I use VB(not VB.NET) to do that?
|
| How to invoke programmatically 'Add, Remove Programs' | 16 May 2005 16:12 GMT | 3 |
How to invoke programmatically 'Add, Remove Programs' window with my program highlighted in it, or even better how to invoke one step further and display window starting uninstallation of
|
| Mapping a new 'Network Place' | 16 May 2005 15:59 GMT | 3 |
I've got a logon script that I need to change for a small set o developers to standardize their machines. The challenge is to create folder (actually several folders) in the Nethood 'special folder instead of a shortcut. Creating a shortcut works using vbscript, bu
|
| PDF Viewer In VB6 | 16 May 2005 13:44 GMT | 1 |
I'm planning to display some PDF file in a form of a VB 6 application and i'm currenty using adobe reader 6.0. I do know that the pdf.ocx is no longer supported by adobe reader 7 and i do not wish to use the ShellExecute to launch the viewer as
|
| MessageBoxEx doesn't Work as Expected | 16 May 2005 12:27 GMT | 1 |
I'm trying to change the text in the MsgBox buttons into a localized language. The code I'm using is as follows Private Sub Command1_Click() Dim Res As Long, Lang As Long
|
| Error: input past end of file in ...\Product.frx | 16 May 2005 10:37 GMT | 2 |
I was just running an application in the IDE when it popped up with this error. The line on which it stopped was fairly simple, just setting the caption of a form. I had this the other day and found out that the frx file was corrupt.
|
| Aligning a picture in the button control. | 16 May 2005 09:56 GMT | 3 |
I am trying to add a picture to my button, but the picture always places itself right smack in the middle, while I want to place it to the left of the text. Is is possible to pull this off with the standard button control?
|