| Thread | Last Post | Replies |
|
| Adobe | 25 Oct 2004 04:18 GMT | 1 |
What is the best way of creating a PDF file from a crystal report so that it can be emailed. Thanks
|
| Code Organization | 24 Oct 2004 21:51 GMT | 3 |
Does anybody know of a good way to organize code snippets/examples in a way that makes it "easy" to retreive when needed in a project? I've gotten a lot of useful info from a number of places, including this forum, but find it difficult to locate it when I need it. Any help would be ...
|
| Display HTML Email | 24 Oct 2004 20:30 GMT | 1 |
I have created a program that can send and receive email.I would like to know how can i give my program the ability to view html emails? It currently shows html email in html codes.Please help. Benny
|
| Image Point reporting | 24 Oct 2004 19:56 GMT | 4 |
Hello people, I'm trying to write a program in VB6 which takes a close up grayscale photo of someones eye with some reflections in it of some leds. These reflections are to be used to calculate the curvature of the eye. Ignoring the math I
|
| Startup position at lower right | 24 Oct 2004 18:53 GMT | 3 |
Can anyone help with a small problem. I want to set a form to startup in the lower right hand corner above the system tray....regardless of the computer's screen resolution setting. Thanking you in advance
|
| Programmatically enable/disable screensaver password | 24 Oct 2004 18:28 GMT | 9 |
I have a computer system that, during work hours, I don't want it to password-protect when it goes into screensaver mode. However, I would like to schedule a VB utility to run that will enable the screensaver password at certain times and disable it at other times.
|
| multiple file type filter on same line of common dialog | 24 Oct 2004 06:51 GMT | 8 |
I am working on an application (VB6) in which the user can open a common dialog box to choose an image file. I want the filter to display jpg, gif and bmp files (only) all in the same browse box. How can I do this so they all appear on the same line of the drop down
|
| Permission Denied on newly created text file please help | 24 Oct 2004 01:17 GMT | 2 |
I am trying to write to a file created with fso.CreateTextFile directly after creation but keep getting permission denied error. I may be wrong but I dont see how the file could already be open or why this might be happening. Any help gratefully received.
|
| XP SP2 not reporting runtime errors? | 23 Oct 2004 23:27 GMT | 6 |
My compiled VB6 program no longer shows the runtime error number when a crash occurs. Instead, there's a generic GPF-like error message saying "Core part of [program name] has encountered a problem and needs to close." This behavior began around when I installed SP2. Runtime ...
|
| icontray | 23 Oct 2004 21:30 GMT | 1 |
I use this code to put my app in the icontray http://schnarff.com/gnutelladev/source/gnucache/GnuCache/traymodule.bas I would like to use the "-" from the controlbox to minimize my ap to the system tray.
|
| Stand-alone executable? | 23 Oct 2004 18:53 GMT | 14 |
I need to be able to deliver a configuration utility for our product that is written in VB, but that does not have to be installed. I don't require that it be a single file; I can put all the necessary DLLs, etc., on the CD. Is this possible to do? Is the process an established ...
|
| Sql Question | 23 Oct 2004 14:16 GMT | 2 |
What's the syntax for Selecting rows by a predefined index? Here's the statement: strsql = "Select * From Invt Where (Part_Id > '" & Replace(txtAddItemNumber.Text, "'", ")") & "') Order By Part_Id"
|
| Progressbar question | 23 Oct 2004 12:19 GMT | 3 |
Is there anyway to have the percentage displayed in a progressbar? Like this: }}}}}}98%}}}}}}} Or do I have to figure out a way to do it myself?
|
| caret APIs and richtextbox | 23 Oct 2004 04:30 GMT | 6 |
I have a rich text box control that I am trying to hide the cursor on. I know this issue has been beeten to death in other threads, but I really cant kill the caret for the life of me with any combonations of the caret APIs.
|
| Control refresh problem with Flat Panel LCD screens | 23 Oct 2004 02:27 GMT | 2 |
I notice that when I'm running a long Visual Basic 6 read/write routine with a counter displayed and I click on the screen, The counter control will not update anymore until the process is complete. This only happens on LCD flat panel screens and not on CRT's.
|