| Thread | Last Post | Replies |
|
| Web server | 27 Mar 2005 04:15 GMT | 3 |
How would i go about creating a web server? Does anyone know of any books/sites? Thanks Michael
|
| Controling Internet Explorer? | 26 Mar 2005 18:10 GMT | 2 |
I'm a still new to visual basic, and I've hit a problem I can't find a workaround for. I'm attempting to open and close an Internet Explorer window using visual basic 6. I've got the open working properly,
|
| Crystal Report Question from a Novice | 26 Mar 2005 15:29 GMT | 3 |
Hello At work I am trying to create a crystal report ver. 8.5 that will sum each line from a beginning balance. Transaction Beginning Balance
|
| Multi-monitor System and PopupMenu | 26 Mar 2005 13:27 GMT | 2 |
a user complained about the fact that all my PopupMenus appear on the first (primary) monitor of his multi-monitor System (at the right border), even if the form, which called the menu, is on the second or third one.
|
| Database update | 26 Mar 2005 07:08 GMT | 3 |
I'm new to VB and hoping to get some help. I have 2 forms created that connect to an Access database. I am using the same dataset for both forms. In form 1, I have a datagrid that shows all the records and fields by rows. Form 2 is accessed from form 1 and is setup for a user ...
|
| Re: Syntax highlighting (again) | 25 Mar 2005 23:30 GMT | 11 |
Regarding RTB text coloring:
> I've posted work on syntax highlighting that accomodates multiple > comment types and provides for custom font face names and sizes. |
| REALbasic 5.5 free for VB users | 25 Mar 2005 22:19 GMT | 15 |
Is now free for VisualBasic users see http://www.realsoftware.com/Realbasic/vb6/
|
| Running my VB6 app on Linux Windows Emulator | 25 Mar 2005 19:19 GMT | 1 |
I have developed a freeware application. (Download at http://www.dcproof.com ) A user wrote to me to say that it didn't work very well -- he didn't give specifics -- on Wine (Windows Emulator for Linux). My app uses only standard MS VB6 modules. Is there anything I can do to make ...
|
| Barcode Scanner/Reader with Dev Support | 25 Mar 2005 19:00 GMT | 10 |
The last piece of my current project is to integrate a barcode device to the document management application. I am in search of barcode scanner/reader that has a good programming support, APIs, sample code or SDK. My client wants to go with USB port device but we will go with
|
| VB & Excel - how to stop a function | 25 Mar 2005 18:12 GMT | 1 |
I have the following problem. Suppose I added a button to my worksheet and when user clicks the button a function starts. Now, as long as this function is running the worksheet is not active. The question is: is it possible to stop this function from the worksheet, for example
|
| Another graphics question? | 25 Mar 2005 16:00 GMT | 15 |
My app produces thumbnail previews of windows. So far so good. Problems arise with AutoRedraw & Paint events. If I have AutoRedraw = False, I can't redraw the thumbnail because it takes too long. If I have AutoRedraw = True, the results are better but some APIs have problems with ...
|
| Sending mail in Visual Basic | 25 Mar 2005 14:54 GMT | 2 |
Hello Readers! I am trying to send mail in VB using WinSock. I get the message "must issue STARTTLS command first" from pop.gmail.com. PLz tell me how to solve this problem, or any other known server that does not need the STARTTLs command for sending mails via it.
|
| HELP: SQL query linking to ADO connections | 25 Mar 2005 14:47 GMT | 5 |
I need to run a query that relates tables in two different ado connections (one to access, one to sql server). I'm tryping to do Select a.field1, b.field1 From a, b Where a.field2 = [value] and a.field3 = b.field2
|
| adding elements to an already existing array | 25 Mar 2005 09:12 GMT | 11 |
this might not be possible but i was just curious say i have an array StringArr(1 To 3) As String StringArr(1) = "Hello"
|
| Memory Leak in XP | 25 Mar 2005 08:29 GMT | 1 |
I have a situation I am trying to solve. I created an ActiveX DLL to convert TIF to PDF files using Adobe Acrobat. When run on a Windows XP computer there is a memory leak, even after the application has finished acrobat.exe is still an active process. This does not happen when run ...
|