| Thread | Last Post | Replies |
|
| SendKeys in Vista | 30 Aug 2006 10:10 GMT | 5 |
Has anyone found a way around using SendKeys in Windows Vista? If I try to use it in the IDE mode I get an out of error message, when I went around that line, I received a message that I did not have permission. I am assuming that this is part of the "new security" features of ...
|
| format lost on export (datareport) | 30 Aug 2006 05:54 GMT | 2 |
im using this code: RPTingresos.ExportReport rptKeyHTML, "reporte.html", True, False, rptRangeAllPages this is the report:
|
| How to use file open? | 30 Aug 2006 05:19 GMT | 1 |
Hi, i am currently doing a client & server program using Visual C. I need to transfer a text file or a recorded audio to transfer from client to server over LAN but i dono how to. Can any kind ppl plz help me. Thanks. Rio.
|
| Is there a name for this? | 30 Aug 2006 02:32 GMT | 15 |
We often a GUI feature that shows 2 list boxes and a series of buttons in between them with "<", "<<", ">>", and ">" options. Is there a name that is commonly used for this set-up?
|
| disable or lock checkbox | 30 Aug 2006 01:34 GMT | 3 |
Is there a way to disable or lock the checkbox so that users cant's click on it but it doesn't turn grey? I change the enable properties of the checkbox to true and the checkbox turns to grey, but I want it to not to change the color.. like when you
|
| Run-time error "91" | 30 Aug 2006 00:54 GMT | 6 |
I have converted my VB6 SP6 project to an .exe file using VS6 Package & Deploy. My Op Sys is XP. The application runs on some computers without any problem. But, some of users (XP Professional) mention that it gives this error:
|
| Overlaying text onto existing windows | 29 Aug 2006 21:37 GMT | 1 |
Im not looking for a complete answer, but if anyone can point me in the right direction (i.e. tell me exactly what things i should be looking for) i would appreciate it! I have an application that needs to overlay text over existing windows.
|
| Error 429 cant create object!!! | 29 Aug 2006 20:34 GMT | 7 |
I created a .tlb in vb.net. The tlb calls some .net functions from the "system.manager" namespace. In particular, some wmi enums and statuses. I enter into vb6 and create an app that references the .tlb that i created in vb.net.
|
| Are there path length limits for using output of the Package and DEployment Wizard? | 29 Aug 2006 20:13 GMT | 3 |
Am I running into a path length limit? If so, how do I avoid this. When I download http://www.standards.com/Downloads/ChangeFileTimes.zip into, say, "L:HK-Files-L\Downloads", I can unzip the file and the setup runs
|
| What does Learning Edition NOT have? | 29 Aug 2006 20:08 GMT | 13 |
I'm not a professional programmer, and I use VB6 LE. Pros: 1. It seems to have most of the major controls. 2. It will compile an EXE.
|
| VB6 Crashes When Closed | 29 Aug 2006 19:53 GMT | 9 |
When closing VB6, even when nothing has changed, it crashes. The error message comes up that simply says "VB has caused an error and needs to close". Then there is the option to send the error information to MS or not. I have sent it once but have not gotten a reply.
|
| Optimisation of serial communication's data capture in VB6 | 29 Aug 2006 19:23 GMT | 4 |
Dear friends, I've actually posted questions about my project in a previous thread. Since the thread is getting a bit long, i'll post in a new thread. My VB project will capture bytes from a fire alarm panel like
|
| how to assign specific values to an VB6 array? | 29 Aug 2006 19:17 GMT | 3 |
in dotnet , we can Dim num() As Integer = { 1, 13 ,17 ...........} how to do this in VB6 ? we need to code line by line ?
|
| passing values from activeform... | 29 Aug 2006 17:54 GMT | 3 |
I have a form which displays some data from coming from a database form. More then one form can be opened at the same time so the destination form needs to know
|
| I need to copy data from a datagrid on form2 to a datagrid on form | 29 Aug 2006 16:03 GMT | 4 |
I am new to VB I hav a datagrid on form 1 which calls a second datagrid on form 2 I need to be able to pass values from this grig back to form 1. Here is sample of my code
|