| Thread | Last Post | Replies |
|
| Strange shift position of Printer.Print | 19 Mar 2008 11:54 GMT | 15 |
I have used printer.print method to printe some text, I have fixed the position. In the begining, the print out is ok. But after a while, the print out position is shift and not in right place. What happened. By the way, I am not fmailiar with English. Please
|
| My windows service does not work as expected | 19 Mar 2008 08:23 GMT | 3 |
This is my first attempt at creating a service. I have managed to install and run it ok, and it does something, it's just that it doesnt do all that I expected. I think the problem is the Timer event is not firing.
|
| Looking for code to ping a website to ensure it exists. | 19 Mar 2008 06:18 GMT | 4 |
I'm looking for VB6 code that would allow me to ping a website to ensure it exists. What I'm trying to do is, when the user enters the URL I'd like to authenticate the entry and show that the URL is valid, either automatically or when the user clicks a "Validate" button. Right ...
|
| How to avoid double entries inside a text box? | 19 Mar 2008 04:09 GMT | 17 |
I have this problem. Form_KeyDown events detects the keystrokes, and when the key falls in the selected range, the key is stored in textbox. Text1.Text = Text1.Text & Chr(KeyCode)
|
| modem playing voice message | 19 Mar 2008 00:37 GMT | 1 |
I need to answer the phone, receive DTMF tones, disconnect, and then dial out and play a voice message. Given that the modem has the hardware capabilities for voice & DTMF: Am I correct that I could use MSCOMM to interpret the DTMF tones but not
|
| reduce redundant code | 18 Mar 2008 22:46 GMT | 43 |
Is there any merit to the following idea? I find myself repeating lines similar to below in many routines the idea being I may want to process all objects of just objects who have certain property or whose "container" or "owner" or "child" has certain
|
| problem with vbscript | 18 Mar 2008 21:16 GMT | 4 |
i'm Alex and i have a problem, i want create a VBscript with copyfolder command for each profile into PC: folder source: c:\test (in the folder there are many files and folders)
|
| Memory Space | 18 Mar 2008 20:34 GMT | 19 |
VB6SP6+ Assume I have a PC with lots of RAM. Someone explain or point to an expanation about memory space. My App has how much room?
|
| Keypress Event | 18 Mar 2008 19:01 GMT | 10 |
I have a specific requirement. I am trying to play a flash game where i have to press " spacebar " non stop, i do know how to use the sendkeys function But I cannot get it to work on the browser.
|
| VB 6: MDI Form Question | 18 Mar 2008 17:40 GMT | 9 |
I am writing an app that will be using an MDI form. I do have some common controls that I need to have on the MDI form (in some sort of header?) that the subforms will not go into (overlap). (Note that a menu bar will not work for these controls.) How do I add those
|
| Count Function | 18 Mar 2008 17:31 GMT | 7 |
I am using VB6.0 SP5 on WinXP-Pro I have the following to find the Distinct. "SELECT DISTINCT ActorName FROM Actors" I have 3 Distinct records.
|
| Displaying critical alarms on a user's screen | 18 Mar 2008 16:48 GMT | 8 |
Hi, I have an application that runs as a Windows Service... monitoring communications streams of data from a PBX. If I see a critical alarm, I would like to pop a window on user or users screen.... that
|
| VB6 passing variable from Form to DataReport | 18 Mar 2008 16:31 GMT | 44 |
I have a VB6 project with a single Form and DataReport. The DataReport is based on a DataEnvironment that points to an Access2003 database. The database has a single table with one of the fields being a Unique Identifier. I have a button on the form that opens the DataReport. The ...
|
| Parse URLs from Text | 18 Mar 2008 16:01 GMT | 8 |
So basically, I want to read a bunch of text and simply parse out the URLS in order to wrap a <A></A> around it. I want to cover all formats http://domain.com/ http://domain/
|
| Fatal error with LVM_SETITEMSTATE and COMCTL32.OCX | 18 Mar 2008 15:22 GMT | 4 |
Good Evening, I'm developing a Visual Basic program to control another program written in Visual C++. The Visual C++ program is composed of four SysListView32 objects.
|