| Thread | Last Post | Replies |
|
| Kill Files in FTP. | 26 Oct 2004 09:12 GMT | 2 |
We have a small application to delete few log files . Log files are present in FTP location. Even the EXE. That EXE is placed in a Server and schedule to Kill the files in the same path where the EXE is placed.
|
| Form is getting hung up | 26 Oct 2004 08:58 GMT | 2 |
I am not a forms guy so this is really frustrating me. I am trying to open a form from a module.main by instantiating a form in the following way: sub main()
|
| information on errors within page | 26 Oct 2004 08:06 GMT | 1 |
Page works fine...however I get a little message on the bottom left of the page (on the bar) that says there is an error with the page. How do I tell the page to tell me what's wrong?
|
| VB6 + SQL2000 + RTF/Word | 26 Oct 2004 03:06 GMT | 2 |
Dear Reader, We have a VB6 project that stores formatted text in RTF code in a field of a SQL database. We would like to convert the project to use Word instead, but we're
|
| RaiseEvent is not firing the WithEvents subroutine | 26 Oct 2004 02:50 GMT | 3 |
Could someone help me to understand why the code below doesn't activate a response to the raiseevents command? I've coded for many years, but not in vb6. Is there some reference that I need to add? Etc.
|
| dialog box error | 26 Oct 2004 02:31 GMT | 2 |
Look at the following code: Private Sub cmdEnter_Click() Dim fd As FileDialog Set fd = Application.FileDialog(msoFileDialogOpen)
|
| Highlight a window handle | 26 Oct 2004 01:30 GMT | 2 |
Anybody knows the application Snagit? It captures the screen/window to, for example, the clipboard. There is an option so you can highlight a window so you know what you grab. Every different handle of the screen can be selected.
|
| Automation Error: "Specfified module could not be found" in VB6.0 | 25 Oct 2004 21:03 GMT | 1 |
I have VB6.0 application that accesses a word document (using word 2002) from a print routine to fill in the fields and then print the document. It had been working fine and as matter of fact never got the automation error before, until couple days ago. I noticed that
|
| Ctrl+A to select all files in a FileListBox | 25 Oct 2004 19:50 GMT | 7 |
Tom wrote: Im creating an application that includes a FileListBox named "filAll." I want the user to be able to hit the Ctrl+A hotkey to select every file shown. The code Ive written for that purpose works
|
| What is the best ?Sendkeys? | 25 Oct 2004 18:05 GMT | 26 |
I have some troubles with the VB Sendkeys, is there a better sollution? Is must send special characters as well. any experience?
|
| Pls help a simple vb6.0 dll | 25 Oct 2004 18:02 GMT | 3 |
Hi experts, i trying to create a most simple dll ( vb 6.0) and use for application , because the path always change, so i would like to use Private Declare Function xx Lib "C:\P2.dll" Alias "getP2" () As String
|
| end program | 25 Oct 2004 15:28 GMT | 1 |
is there a better way to close a program then use end , becouse i think my win 98 doesn't agree with this method. there is something strange wen i close my program with the button in the frame, it says there has been
|
| Problem with recordset with a Field being a Null | 25 Oct 2004 11:55 GMT | 4 |
Using VB6 DAO MS Access. Here is my query that I can't seem to figure out. I want to exclude all fax_numbers that do not equal "MAT" and fax_number is not NULL and red_falg = false.
|
| Registering .dll files in XP Pro using VB6.0 | 25 Oct 2004 04:59 GMT | 3 |
I'm resuming my study of VB programming (VB 6.0) after about a year's absence. I've had several classes in it. I'd like to use VisualStudio.NET, but can't get it to install on my computer, but that's a different issue.
|
| flashing text | 25 Oct 2004 04:21 GMT | 4 |
Hi VB fans Is there an easy way to display a flashing text on a label in VB6? I know I could use a timer, but isn't there an inherent property of the text, or the label which makes it flashing?
|