| Thread | Last Post | Replies |
|
| How to close other opened pdf files in vb6? | 31 Aug 2007 23:38 GMT | 2 |
I am using ShellExecute method to open requested pdf files by clicking on several command buttons for example: Private sub Command1_click() Dim oShell As New clsShell32
|
| Treeview without installing any files | 31 Aug 2007 22:40 GMT | 3 |
I programmed for 4 years for XP only, and I managed to select my components so wisely that I never had to install or replace any system files. But I am stuck now, because I need to use a treeview (no folder view or
|
| IE session persistence issue | 31 Aug 2007 16:43 GMT | 1 |
I am facing an issue with the session persistence. I am automating a website using Watin and initializing a new instance using VB.net code. The Windows authentication box is used to logon. The issue am facing is that even though every time the script is run the Fresh instance of ...
|
| Scroll bar positioning | 31 Aug 2007 16:26 GMT | 2 |
I'm starting work on a print preview for my data. It is basically working, but I thought it would be cool to have scroll bars on the bottom and on the right so if the preview was larger than the form, the user could scroll their way around to see everything. This would in ...
|
| mouse hook | 31 Aug 2007 14:28 GMT | 1 |
Hi, recently I start to develop a VB6 app. with OVC control (outlook view control) on a form, for display outlook calendar. Because OVC dont have any mouse event I setup a mouse hook procedure to handle them. Everything is work fine with the exception of dbl. click event.
|
| Value of Copyright | 31 Aug 2007 14:26 GMT | 8 |
I have been asked to quote for writing a VB program for a potential one time customer. The arrangement would be that I supply the source code to allow the client to make minor adjustments in functionality such as report formats as business options change and I'm happy with this.
|
| User definied data: write to file, read from file, compare | 31 Aug 2007 13:45 GMT | 2 |
I have a data type like this: Public Type QA q As String * 110 FormTitle As String * 99
|
| Calling C++ dll from VB.NET | 31 Aug 2007 06:56 GMT | 1 |
Please help me out here. I try to call a C++ dll from my VB.NET code. I follow the examples given on the web, but it does not work for me!!! It drives me crazy, so please help me out. Here is what I did Create an empty VC++ dll project from Visual Studio 2003. Create a
|
| Strange decimal Comma vs. Point problem | 31 Aug 2007 04:04 GMT | 4 |
Hey guys... I hit a brick wall. Take a look at the following VB6 code: Dim CalcLatMin As Double, CalcLatSec As Double Dim CalcLonMin As Double, CalcLonSec As Double
|
| timer | 31 Aug 2007 02:46 GMT | 3 |
i wrote a program to alert when a value reaches a certain value. My question is; the program works with data that is live, constantly updated in ms. The alert i want to send out are only updated in 15 min intervals. When this happens it does not work, it will do the first email ...
|
| unix to dos format | 31 Aug 2007 00:51 GMT | 11 |
i write VB6 program to convert file from unix to dos format, the following is the code: Dim myline As String * 100 Open "C:\Source.txt" For Input As #1 Len = Len(myline)
|
| question about SQL statement | 30 Aug 2007 21:02 GMT | 6 |
I need your help. I have one tracking log table which is saved the information for all important events. For example, The use created and saved a new record. In the tracking log table, it will be,
|
| Print Text in a Line Box | 30 Aug 2007 20:56 GMT | 3 |
I am using Printer object to Print Text and Printer.line method to draw Box. My question is that When I draw a box using Printer.Line Step(0, 0)-Step(1000, 1000), , B. The box will
|
| When a File is Being used by another Process | 30 Aug 2007 19:07 GMT | 4 |
Hi men, i'm making a taskmanager, and i would implement a function like this: if a file is being used by another process, i want to know what is the process that is using it, how can i do this? it's ok in VB6 and VB.net, if someone can write an example i love him :P
|
| Installing VB6 SP5 in Vista | 30 Aug 2007 17:32 GMT | 18 |
Hi Folks -- Conventional wisdom has settled upon this thread when folks ask how to install SP5 for VB6 on Vista: http://forums.microsoft.com/msdn/showpost.aspx?postid=429752&siteid=1&sb=0&d=1&a t=7&ft=11&tf=0&pageid=1
|