| Thread | Last Post | Replies |
|
| movie as desktop wallpaper | 31 Jan 2007 20:47 GMT | 7 |
Is there any way to play a movie in the background as desktop wallpaper? I know gifs can animate, just curious if I could play movies. Where to start looking? Thought I'd post here, I program in vb6 and assuming I have to write something to do it. AVI, MOV,
|
| OLE fails on Excel 97 | 31 Jan 2007 18:40 GMT | 3 |
I have a VB 6 app. that fires up Excel though OLE. I have a test system with Windows 2000 and Excel 97 and this works OK. I have a user with Windows XP and Excel 97 and it fails to start. I do not see an obvious reason for this.
|
| MSChart not showing up at all with ADOrs as Datasource. | 31 Jan 2007 18:16 GMT | 1 |
Cannot get the MSChart to use data from ADOrs source. I have verified that there are fields and values present in the RS. Here is a sample of how the data might look: RowText AnC CxC MaT CqP
|
| Treeview | 31 Jan 2007 13:22 GMT | 2 |
I have some code which loads the treeview information when the form starts(load event). But the nodes don't get checked (any ideas/experiences)? Thank you, Rick.
|
| Multiple references to same component in reference dialog | 31 Jan 2007 12:21 GMT | 5 |
How do I clean up the VB reference list? I am talking about the dialog that is displayed when you click the Project>References...menu in the VB IDE. I have several entries for components I evidently compiled to several different locations (some of which no longer
|
| how can make link with vb form and access table to save data in access table | 31 Jan 2007 12:11 GMT | 2 |
i am in fresh in VB programming hence please help me to make link between access table and visual basic form to save vb form entered data in access table step by step. for example:-
|
| VSI Installer - Setting file permissions on installed files/folders. | 31 Jan 2007 08:26 GMT | 3 |
Heres the problem: I have a VB6 program that I'm creating an installer for using Visual Studio Installer. The user that will be using the software has no local admin rights.
|
| Form.Caption | 31 Jan 2007 02:50 GMT | 14 |
Can you centralise the text in a Form's Caption with code?
|
| VB6 project loses reference to EXE component | 31 Jan 2007 02:33 GMT | 1 |
My VB6 project contains a reference to another VB6 .EXE, added through Project-References. The referenced EXE works fine, and so does my project. When I close my main project down and re-open, the referenced EXE is listed as
|
| PDWizard (custom setup program Setup1.vbp) | 31 Jan 2007 01:28 GMT | 18 |
Hi all. I need to create my own Setup program for my VB6 application. I was trying to modify the standard Setup1.vbp, but it is very confusing. I don't need all those screens/pages, and complexity. Does anyone have a minimum, stripped down version of this Setup1.vbp that includes ...
|
| commondialog initdir problem in vb6 | 31 Jan 2007 01:26 GMT | 4 |
The .Initdir setting is not always working for me in the code below. It works on my development machine and on some user's machines. On some, the commondialog brings up the last directory used to retrieve a file (the Windows current directory?) I'm pretty confident that the ...
|
| VB6 file handling | 31 Jan 2007 00:43 GMT | 6 |
Forgive the newbie question, but I have a small program (in VB6) which writes data to a file, which by default is in the folder in which the program resides. I know that this is not appropriate as the permissions for anyone who is not an administrator will not allow this. What ...
|
| VB6 + Windows Scripting | 30 Jan 2007 20:47 GMT | 10 |
Bought a new laptop - WinXP Tablet - for VB6 development. It does not seem to understand Windows Scipting. Tried MS website, but no luck. Is WScript a download? Installable? or built into XP (but maybe not Tablet
|
| TLI and reference releasing question | 30 Jan 2007 20:02 GMT | 1 |
Ok here is my problem. I am writting an app which will act as a "bootstrap" app to the real application. The purpose of this bootstrap app is to check a network share to see if the components or main exe files located localy are of the latest version. If the local
|
| Missing Refrence | 30 Jan 2007 17:04 GMT | 4 |
Whenever I try to run the program from within the IDE I get a compile error. The compiler fails in the Mid function So I tried to add a reference to Visual Basic for Applications and I got a message that there is an existing reference
|