| Thread | Last Post | Replies |
|
| Question about tray icon | 04 Mar 2004 23:20 GMT | 1 |
How do I make my program run only in the icon tray, and then I want to right click on the tray icon and bring up a menu. How do I do this?
|
| imple SQL question | 04 Mar 2004 22:58 GMT | 2 |
I have an MDB table of names and addresses The list is sorted at design time by OwnerName It is displyed in a DBGrid, DBGrid1 Which is linked to Data control, Data1
|
| Help with How to stop Flickering | 04 Mar 2004 21:37 GMT | 1 |
Can anyone please tell me how to stop my image box picture flickering when I resize the form at runtime I have set Autoredraw = True Ian
|
| CreateObject Question | 04 Mar 2004 21:28 GMT | 7 |
Hi, I'm been tinkering with using CreateObject in VB to open and manipulate Word on another PC. When I run the code without specifying the remote computer, it opens locally and works well. But, when I specify a remote computer it either does nothing or locks and
|
| Copying text between text boxes - only first 65535 characters copied | 04 Mar 2004 21:24 GMT | 15 |
When I copy text between two text boxes, only the first 65535 characters are copied. Is there any way around this? Thanks, Andrew
|
| Testing to see if an array has been initialised | 04 Mar 2004 21:07 GMT | 5 |
Here's the code example... Dim myArray() as string later I will redim the array in a for/next or a Do/While Loop x = ubound(myArray) +1 <<< causes error 9 if no elements exist
|
| removing spaces | 04 Mar 2004 20:11 GMT | 4 |
I want to check if a field in my db is empty. <% If rs("uiid") <> "" Then <snip>
|
| How to keep apps on top ? | 04 Mar 2004 19:43 GMT | 2 |
Is there anything I can do (in VB 5) to keep an application "on top"? It does not, necessarily, have to keep the "focus" but I want it to stay on top of any other app that is running. Thanks,
|
| Path not found when I load project | 04 Mar 2004 16:05 GMT | 5 |
path not found c:\windows\testproj.bas continue loading project? I have returned to something i was working on 6 months ago. I've moved
|
| Creating Outlook Task Item | 04 Mar 2004 15:10 GMT | 1 |
Hello, I'm hoping someone can help me! I have created a database using Access2002 and Visual Basic for Applications. I have created a module that creates a task item in Outlook but I need to set the task reminder to be 8 months after the date in each
|
| Problem using MSComm32.OCX | 04 Mar 2004 14:24 GMT | 3 |
I am having trouble using MSComm32.OCX in my VB6 application. When I attempt to use the set command to create the comm object, like this: Dim MSComm1 As Object Set MSComm1 = CreateObject("MSCommLib.MSComm")
|
| Child Windows - "Importing" | 04 Mar 2004 13:21 GMT | 1 |
If you have an MDI application, is it possible to load a child windows as a DLL at run time? This would be a window that was not part of the original application, but added later, without recompilation, as
|
| Out of memory | 04 Mar 2004 13:07 GMT | 3 |
Can anybody give me some information about this error ? ---------------------------------------------
| Run-time error '-2147024882 (8007000e)': | Out of memory |
| problem with win32 API call from vb using CreateFile(), WriteFile() sending to LPT1 | 04 Mar 2004 12:45 GMT | 1 |
I am having a problem using the win32 API from VB6. I am trying to send a command string to a printer(zebra TLP 2742) on LPT1 using the folowing API functions
|
| howto 'fix' a picture in a form ? | 04 Mar 2004 11:31 GMT | 1 |
i have the following problem: i have a image on a form and set the .picture to a .bmp file at designtime. this .bmp is located in the same directory as the .frm and .vbp files.
|