| Thread | Last Post | Replies |
|
| TaskID | 10 Feb 2005 22:55 GMT | 5 |
Is there a way to determnine the task id for the AppActivate function if 1- the app was not activated by the shell command 2- The app is alrady runnung
|
| Call a method in UserControl from a class module | 10 Feb 2005 22:51 GMT | 1 |
I have a problem, I'm implementing an ActiveX control which has a usercontrol and a few class modules. well when something happened in the system I get a notification in a Class modue and I want to notify the UserControl to update the apearances according to that notification, ...
|
| Running application with command switch through code | 10 Feb 2005 22:49 GMT | 1 |
using vb.net I need to write a simple vb app that runs powerpoint and loads a specific presentation file as a slideshow. The "normal" syntax, as seen in a shortcut, would be:
|
| Out of Memory error when opening form | 10 Feb 2005 20:44 GMT | 3 |
I have a VB6(sp4) application that installs on desktop systems. I have tested it in my office on WinME, WinXP Home, WinXP Pro and Win 2K Pro. It works on all those. When installed on one customer’s WinXP Home system, we get an “Out of Memory” error when trying to open a form ...
|
| Case Changes for properties | 10 Feb 2005 20:03 GMT | 8 |
I have a VB dll which is being used by ASP.net developers. The problem is that everytime I build my dll, the case of some properties keep changing. For e.g, id changes to ID and so on. However, this change is not visible in the Visual Basic project. Could you pls tell me why this ...
|
| SQL access error after a while | 10 Feb 2005 19:26 GMT | 1 |
I connect to sql server and run a simple select query and disconnect from the server. It works after a few days and I get this error message when it tries to open a new connection: Error number: -2147023782
|
| File | 10 Feb 2005 19:00 GMT | 5 |
I have a text file with spaces between the words. Is there a way of changing the spaces into commas from VB6?
|
| Opening a https web folder | 10 Feb 2005 16:53 GMT | 2 |
In Internet Explorer I can open an https web site as a web folder and copy files to it. How can I do this in code with VB6? (I also put this question in VB.NET news group; I apologize if this is
|
| Interaction with an interface | 10 Feb 2005 16:44 GMT | 1 |
I need to know how I can accomplish this. The company I am working for uses an old program with a text interface. This interface talks to a database that I have no access to. This interface is similar to a Dos command prompt. You type in commands and the interface displays ...
|
| vb6.exe has generated errors | 10 Feb 2005 16:37 GMT | 1 |
I have a small vb6 application. When I use Date or format funcion (format(now, "dd/mm/yyyy")), I always get the error "vb6.exe has generated errors and will be closed by Windows. You will need to restart the program. An error
|
| Out of memory | 10 Feb 2005 16:16 GMT | 11 |
I am trying to use some functions from the module Winbase.bas. But when I try to run my program, I get an Out of memory error. In Winbase.bas a number of lines are highlighted in red. All of these lines have the Alias keyword in them. Is there any correlation between the error ...
|
| Launch another program / Runtime libraries | 10 Feb 2005 16:03 GMT | 1 |
I am looking to create a VB6 executable that will do nothing more than launch an external HTA file. Can this be done without requiring any runtime libraries for the compiled exe file?
|
| Identifying memory leaks in referenced controls/objects | 10 Feb 2005 15:00 GMT | 1 |
I wonder if anyone know of a tool that could help me identify memory leaks in a VB6-program. The problem might be that a referenced component or external ocx has a built-in leak that uses up all memory, but we don't know for sure.
|
| Timer event in NT service | 10 Feb 2005 14:40 GMT | 4 |
I have a Timer control in my vb6 app. When I run exe, everything works fine and timer event gets trigered just like it should. When I turned process into windows NT service by using srvAny.exe, Timer event doesn't work anymore. I have done this many times and never had any ...
|
| Newbie Help | 10 Feb 2005 14:32 GMT | 1 |
I am having problem at a time of conversion to unicode format. I have one file which is stored in unicode format. At a time of opening that file by using opentextfile, i am passing last parameter as unicode support.
|