| Thread | Last Post | Replies |
|
| VB 6 Error 0 | 06 Jan 2006 09:02 GMT | 6 |
I am stumped by this vb 6 error with the code 0. Looking through webpages tells me that this is an operation completed successfully error. Can anyone enlighten me, what can be the possible cause of such errors? Many thanks!
|
| How to make shoutcut visible to all user? | 06 Jan 2006 08:57 GMT | 9 |
I have an App made by VB6. When I install it to a XP machine, its shoutcut icon (located in Start Menu\Programs) is only visible to the Admin user. Although I can manually change this icon's security setting to mike it visible to all users, it is definitely "not friendly" to my ...
|
| Find out WHO last modified a file | 06 Jan 2006 03:14 GMT | 3 |
Is it possible to programmatically retrieve the identity of the last person to modify a file on a Windows Server (NTFS)? Thanks in advance Chris
|
| Handwriting | 06 Jan 2006 03:00 GMT | 1 |
can ne 1 tell me if i want to include the features of microsoft windows journal to my vb application how can i do that,i.e. , is to say i want to write through a stylus on to a vb form and then save whatever i wrote in to the access database.
|
| Change TreeView background? | 06 Jan 2006 02:35 GMT | 2 |
Is it possible (and easy) to change the background of a treeview? thanks
|
| Vb App effecting Vba code? | 06 Jan 2006 01:14 GMT | 3 |
Not sure whether this question belongs in a VBA group, or VB... but I thought I might try here first. I have a VB6 app that opens and keeps control of Excel workbooks and Word docs. It's been working well for many years and across various versions. I
|
| draw data as graph. | 06 Jan 2006 01:04 GMT | 8 |
I have some real time data, I wan to show them as graph: is there any good codes I can use ? : ) I wish that can auto refresh by time : ) and draw as FIFO ... so nice ... : D Thank you very much!
|
| Error Trapping | 05 Jan 2006 19:34 GMT | 5 |
Hi, why is the following code not working? i am trying to trap an error where if the supplierID exists in antoher table, it should not be deleted. if i try to delete a supplier that has products attached to it, i get the correct error. But if i try and delete a supplier that has ...
|
| Release of Resources | 05 Jan 2006 17:38 GMT | 4 |
Can someone explain why the VB IDE does not seem to release a File handle (hFile) after a call to CreateFile (API) even though a CloseFile hFile call was made while the application was running in the IDE.
|
| MEMORYSTATUS is wrong...why? | 05 Jan 2006 17:29 GMT | 4 |
Have vb app that displays RAM usage using a call to MEMORYSTATUS. All worked well with 2gb RAM. When I doubled the RAM, MEMORYSTATUS only reports 2gb instead of 4 gb. Also, lAvailablePhysical constatntly reports as 1/2 total (2gb)
|
| Unexpected Error 429-active x component can't create object | 05 Jan 2006 17:01 GMT | 6 |
I have been searching for a solution to this problem, but so far no luck... When I start the P&D Wizard, and then click Package, after about 2 seconds of processing, I get the message "Unexpected Error 429-active x component can't create object". My app works fine in the ...
|
| Returning from a "Called" Form | 05 Jan 2006 16:58 GMT | 1 |
Assume Form2 (a "Find" form for example) was Loaded (or called) from Form1. When Form2 is Unloaded, the program will resume in Form1. What is the best way to restart code statements in Form1 after returning from a call to a Form2?
|
| Page breaks in Excel | 05 Jan 2006 16:57 GMT | 3 |
I've viewed a number of threads regarding Excel's knack of ignoring page breaks when "Fit to" is used and have seen the suggestions as to how to overcome this, using Fit to 1 page wide leaving the tall selection blank, then swapping back to Zoom to, leaving the % value
|
| MMcontrol won't work on transported source code | 05 Jan 2006 16:47 GMT | 2 |
I was asked by my wife to develop a VB6 application that would allow her to administer make-up tests to her high school French students. The app is designed to play the listening portion of the test a certain number of times. MP3 files of the tracks for each test are stored in ...
|
| ADO Slow transaction | 05 Jan 2006 16:12 GMT | 7 |
I have a VB App wich updates an Access DB by using ADO. The problem that I am faced with now, is the following: -I run 2 instances of my app. -I open the same record in both instances
|