| Thread | Last Post | Replies |
|
| How to create very large String Variable? | 11 Jul 2006 07:49 GMT | 6 |
1- I use the MSComm1 to import some data from the serial port 2- I fetch the data in variable called: Dim buffer as string 3- the problem when the file sent > 4K the variable " buffer " can not
|
| Filter Using Checkbox | 11 Jul 2006 06:44 GMT | 21 |
this is the forms http://www.geocities.com/joanleonz/forms.GIF by the way this is the data type of table dss ==========================
|
| Enumerating controls on an MS Word print dialog | 11 Jul 2006 05:17 GMT | 13 |
Does anyone know how to properly enumerate all the controls within an MS Word 2003 print dialog? I am having trouble getting anything more specific than the return of only 'RichEdit20W' class objects. What I am trying to do is create a solution to disable the ability to select
|
| Cannot shutdown using this code and XP SP2 | 11 Jul 2006 04:21 GMT | 8 |
I was coding an application using VB.NET, and was using the following code: [code] Protected Overrides Sub OnClosing(ByVal e As
|
| Windows Defender not compatible with VB5 | 11 Jul 2006 02:37 GMT | 2 |
I have been testing code out on machines with Windows Defender installed, and the anti-virus software causes VB applications to misbehave. Mouse buttons fail to work correctly with ActiveX controls. Turning off Windows Defender solves the problem.
|
| Looking for How to have a map as the background | 11 Jul 2006 01:58 GMT | 1 |
I would like to know how one can use many maps as a background. Say I had a number of CD's with street location and would like to find a street and the program would locate and display it. Where would one look for this type of coding. what would one search under.
|
| Accessing USB Port | 11 Jul 2006 01:33 GMT | 5 |
I'm trying to create VB (not VB.net) procedures that communicate with a device by way of a USB port. The specific device is the PowerLinc Controller from SmartHome (1132CU). I've tried without success to find information in various books and on the
|
| free VB6 code indenter / pretty printer | 11 Jul 2006 01:33 GMT | 5 |
..just a little something I have been messing about with. Some of you might find it useful... It indents code, based on e.g. if/endif, while/wend etc. Will probably work with vb5 (not sure about earlier versions).
|
| HELP - | 11 Jul 2006 00:44 GMT | 1 |
To who may assist: Problem: Our technical service team needs the ability to install applications at will, upon request from our customers. If the tech recieves a phone call with such a request, we would like to complete the install right
|
| Sunrise and sunset algorithms | 11 Jul 2006 00:27 GMT | 22 |
I'm looking for algorithms I can use as the basis for VB procedures to calculate sunrise and sunset times for a specific location on a specific day. Despite extensive searching on the Web, the only reference to these algorithms I've found are that they are described in the US Naval ...
|
| Dir() with a hidden share | 10 Jul 2006 22:32 GMT | 1 |
I'm having a problem using Dir() function if the path holds a hidden share. Like: \\FileSrv\HiddenTest$\Job\Data\SEmain.mdb It can't see it?? What can I do to make it work?
|
| Now and Time | 10 Jul 2006 20:59 GMT | 2 |
Which is faster and more efficient, Now or Time functions ? Thanks
|
| Open Lotus Notes Application from VB | 10 Jul 2006 20:19 GMT | 1 |
O.K. all. I have searched high and low for an answer and i just keep coming up short. I am trying to open Lotus Notes from a MS Access module with VB coding. I have found multiple, excellent examples of coding that works, but only if Lotus Notes is already open. I believe i
|
| SendKeys "^S" doesn't work | 10 Jul 2006 17:44 GMT | 5 |
My macro stops in this line and stay waiting to save: SendKeys "^S" & PDFName & "{ENTER}", True I use Office 2000 and W2k, the syntax have changed? (this code was made in 99)
|
| Insert record code | 10 Jul 2006 17:37 GMT | 4 |
This is code I have taken from an old program and tried to adapt it to my new db. I did not write it and don't know enough to understand just what is what. If anyone is willing to spend the time to try and give me a hand I would sure appreciate it. The result should be to add a ...
|